feat: implement marketing pages, core QR tools, and SEO infrastructure for QR Master

This commit is contained in:
Timo Knuth
2026-04-10 11:21:18 +02:00
parent cc4afb6f51
commit 9a01523fcd
14 changed files with 659 additions and 16 deletions

View File

@@ -169,6 +169,13 @@ const howToSchema = {
'@type': 'HowTo',
'@id': 'https://www.qrmaster.net/qr-code-tracking#howto',
name: 'How to track QR code scans',
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, deploy it, and review scan analytics from the QR Master dashboard.',
totalTime: 'PT5M',
step: [
@@ -486,6 +493,48 @@ export default function QRCodeTrackingPage() {
</div>
</section>
{/* WHY QR TRACKING MATTERS — 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-emerald-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-emerald-600 uppercase tracking-wider">Research-backed impact</span>
</div>
<h2 className="text-3xl font-bold text-gray-900 mb-4">
Why Tracking Makes QR Codes Measurable Marketing Assets
</h2>
<p className="text-gray-600 mb-10 max-w-2xl">
Without scan analytics, a printed QR code is invisible you can't tell if your campaign placement is working. Tracking turns every scan into actionable data.
</p>
<div className="grid md:grid-cols-2 gap-6 mb-8">
<div className="bg-emerald-50 border border-emerald-100 rounded-2xl p-6">
<div className="text-4xl font-extrabold text-emerald-600 mb-2">89% vs 33%</div>
<p className="text-gray-700 text-sm leading-relaxed mb-3">
Companies with strong omnichannel engagement requiring closed-loop tracking from offline to online retain <strong>89% of their customers</strong>, compared to 33% for businesses without integrated tracking.
</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 identify print and direct mail errors as a major source of wasted marketing budget. QR tracking reveals which placements actually drive scans so you reprint only what works.
</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 &amp; 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="Tracking-led workflows"
title="Where scan visibility matters most"