Atom eve seo

This commit is contained in:
2026-07-15 18:08:51 +02:00
parent 48e9e2992c
commit 7b81464a1d
665 changed files with 219503 additions and 894 deletions

View File

@@ -53,7 +53,7 @@ const jsonLd = {
'@type': 'HowTo',
name: 'How to Create a vCard QR Code',
datePublished: '2024-01-01',
dateModified: '2026-04-27',
dateModified: '2026-07-15',
author: {
'@type': 'Person',
name: 'Timo Knuth',
@@ -99,6 +99,14 @@ const jsonLd = {
question: 'Does it work on iPhone and Android?',
answer: 'Yes. Both iOS (Camera app) and Android (Camera or Google Lens) natively support vCard QR codes and correctly import the contact data.',
},
'Is the vCard QR code generator free?': {
question: 'Is the vCard QR code generator free?',
answer: 'Yes. Creating a static vCard QR code with this generator is completely free, with no signup, no watermark, and no expiry. The code is generated in your browser and you can download it immediately.',
},
'Can I test the QR code before printing?': {
question: 'Can I test the QR code before printing?',
answer: 'Yes — and you should. Scan the generated code with your own phone camera before sending it to print. If the contact card opens with the correct name, phone, and email, the printed version will behave identically.',
},
}),
],
};
@@ -287,7 +295,45 @@ export default function VCardQRCodePage() {
</div>
<p className="text-xs text-slate-400 italic">
By Timo Knuth, QR Master · Last updated: June 2025 · Based on independent academic and industry research
By Timo Knuth, QR Master · Last updated: July 2026 · Based on independent academic and industry research
</p>
</div>
</section>
{/* USE CASES */}
<section className="py-16 px-4 sm:px-6 lg:px-8" style={{ backgroundColor: '#EBEBDF' }}>
<div className="max-w-4xl mx-auto">
<h2 className="text-3xl font-bold text-slate-900 text-center mb-4">
Where a vCard QR Code Pays Off
</h2>
<p className="text-slate-600 text-center mb-10 max-w-2xl mx-auto">
A vCard QR code works anywhere someone should save your details in seconds — without typing anything.
</p>
<div className="grid md:grid-cols-3 gap-6">
<article className="bg-white rounded-xl shadow-sm border border-slate-200 p-6">
<h3 className="font-bold text-slate-900 mb-2">Business cards</h3>
<p className="text-slate-600 text-sm leading-relaxed">
Print the QR code on the back of your paper card. Instead of your card ending up in a drawer, your contact lands in the address book — name, phone, email, and company in one tap.
</p>
</article>
<article className="bg-white rounded-xl shadow-sm border border-slate-200 p-6">
<h3 className="font-bold text-slate-900 mb-2">Events &amp; trade shows</h3>
<p className="text-slate-600 text-sm leading-relaxed">
Put it on your badge, booth signage, or presentation slides. Attendees scan while you talk — no fumbling with cards, and no follow-up emails asking for your details.
</p>
</article>
<article className="bg-white rounded-xl shadow-sm border border-slate-200 p-6">
<h3 className="font-bold text-slate-900 mb-2">Everyday networking</h3>
<p className="text-slate-600 text-sm leading-relaxed">
Save it as your phone wallpaper or in your wallet. Any spontaneous meeting becomes a saved contact — perfect for freelancers, sales teams, and consultants.
</p>
</article>
</div>
<p className="text-slate-600 text-sm text-center mt-8">
Need to update your details after printing, or see how often your card gets scanned? Use a{' '}
<a href="/dynamic-qr-code-generator" className="font-semibold text-[#9F1239] hover:underline">dynamic QR code</a>{' '}
with{' '}
<a href="/qr-code-tracking" className="font-semibold text-[#9F1239] hover:underline">scan tracking</a>.
</p>
</div>
</section>
@@ -345,6 +391,14 @@ export default function VCardQRCodePage() {
question="Is my data safe?"
answer="Yes. This tool operates 100% in your browser. We do not store, see, or optimize your contact data. It goes directly from your input to the QR code."
/>
<FaqItem
question="Is the vCard QR code generator free?"
answer="Yes. Creating a static vCard QR code is completely free — no signup, no watermark, no expiry. Generate, download, and print as many as you need."
/>
<FaqItem
question="Can I test the QR code before printing?"
answer="Yes — scan the generated code with your own phone camera first. If the contact card opens with the correct details, the printed version will behave identically."
/>
</div>
</div>
</section>