feat: implement marketing pages, core QR tools, and SEO infrastructure for QR Master
This commit is contained in:
@@ -202,6 +202,13 @@ const howToSchema = {
|
||||
'@type': 'HowTo',
|
||||
'@id': 'https://www.qrmaster.net/dynamic-qr-code-generator#howto',
|
||||
name: 'How to create a dynamic QR code',
|
||||
datePublished: '2024-01-01',
|
||||
dateModified: '2025-06-01',
|
||||
author: {
|
||||
'@type': 'Person',
|
||||
name: 'Timo Knuth',
|
||||
url: 'https://www.qrmaster.net/authors/timo',
|
||||
},
|
||||
description: 'Create a dynamic QR code and update the destination later without replacing the printed QR image.',
|
||||
totalTime: 'PT3M',
|
||||
step: [
|
||||
@@ -585,6 +592,48 @@ export default function DynamicQRCodeGeneratorPage() {
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{/* WHY DYNAMIC QR — STATISTICS */}
|
||||
<section className="bg-white py-16">
|
||||
<div className="container mx-auto max-w-4xl px-4 sm:px-6 lg:px-8">
|
||||
<div className="flex items-center gap-2 mb-3">
|
||||
<svg className="w-5 h-5 text-purple-500" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M13 7h8m0 0v8m0-8l-8 8-4-4-6 6" /></svg>
|
||||
<span className="text-sm font-semibold text-purple-600 uppercase tracking-wider">Research-backed impact</span>
|
||||
</div>
|
||||
<h2 className="text-3xl font-bold text-gray-900 mb-4">
|
||||
Why Dynamic QR Codes Deliver Better Business Outcomes
|
||||
</h2>
|
||||
<p className="text-gray-600 mb-10 max-w-2xl">
|
||||
The ability to update destinations after printing — and track every scan — transforms a static print asset into a measurable marketing channel.
|
||||
</p>
|
||||
|
||||
<div className="grid md:grid-cols-2 gap-6 mb-8">
|
||||
<div className="bg-purple-50 border border-purple-100 rounded-2xl p-6">
|
||||
<div className="text-4xl font-extrabold text-purple-600 mb-2">89% vs 33%</div>
|
||||
<p className="text-gray-700 text-sm leading-relaxed mb-3">
|
||||
Companies with strong omnichannel customer engagement — enabled by closed-loop tracking from offline to online — retain <strong>89% of their customers</strong>, compared to only 33% for companies with weak omnichannel engagement.
|
||||
</p>
|
||||
<p className="text-xs text-gray-500">
|
||||
Source: <a href="https://www.aberdeengroup.com/" target="_blank" rel="noopener noreferrer" className="underline hover:text-gray-700">Aberdeen Group</a> — Omnichannel Customer Engagement Study
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="bg-blue-50 border border-blue-100 rounded-2xl p-6">
|
||||
<div className="text-4xl font-extrabold text-blue-600 mb-2">46%</div>
|
||||
<p className="text-gray-700 text-sm leading-relaxed mb-3">
|
||||
of small businesses report printing and direct mail errors as a major source of wasted marketing budget. Dynamic QR codes eliminate this risk — update the destination, never reprint.
|
||||
</p>
|
||||
<p className="text-xs text-gray-500">
|
||||
Source: <a href="https://thedma.org/" target="_blank" rel="noopener noreferrer" className="underline hover:text-gray-700">Data & Marketing Association (DMA)</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p className="text-xs text-gray-400 italic">
|
||||
By Timo Knuth, QR Master · Last updated: June 2025 · Based on independent academic and industry research
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<GrowthLinksSection
|
||||
eyebrow="Best next workflows"
|
||||
title="See where dynamic QR becomes most useful"
|
||||
|
||||
Reference in New Issue
Block a user