Weekly SEO

This commit is contained in:
Timo Knuth
2026-06-08 20:33:38 +02:00
parent a7cbbee084
commit 0866c200a0
17 changed files with 21176 additions and 135 deletions

View File

@@ -51,12 +51,37 @@ export default function HomePageClient() {
Popular QR Master workflows
</h2>
<p className="mt-3 text-base leading-7 text-slate-600">
Start with the pages people already use for meetings, guest WiFi,
German QR creation, and local service businesses.
Start with the pages that match high-intent searches for editable
QR codes, spreadsheet batches, barcodes, competitor comparisons,
meetings, guest WiFi, and local service businesses.
</p>
</div>
<div className="grid gap-4 md:grid-cols-2 lg:grid-cols-4">
{[
{
href: '/dynamic-qr-code-generator',
title: 'Dynamic QR Code Generator',
description:
'Create editable QR codes with tracking and no reprint workflow.',
},
{
href: '/bulk-qr-code-generator',
title: 'Bulk QR Code Generator',
description:
'Generate QR codes from Excel, CSV, and spreadsheet rows.',
},
{
href: '/tools/barcode-generator',
title: 'Barcode Generator',
description:
'Create EAN-13, UPC-A, and Code 128 barcodes online.',
},
{
href: '/alternatives',
title: 'QR Code Platform Alternatives',
description:
'Compare QR Master with Beaconstac, Bitly, Flowcode, and more.',
},
{
href: '/tools/teams-qr-code',
title: 'Teams QR Code Generator',

View File

@@ -19,10 +19,10 @@ export function Footer({ variant = 'marketing', t }: FooterProps) {
<div className="container mx-auto px-4 sm:px-6 lg:px-8 max-w-7xl">
<div className="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-6 gap-8">
<div>
<Link href="/" className="flex items-center space-x-2 mb-4 hover:opacity-80 transition-opacity">
<img src="/favicon1.png" alt="QR Master Logo" className="w-[68px] h-[68px] rounded-full object-cover" />
<span className={`text-xl font-bold ${isDashboard ? 'text-gray-900' : ''}`}>QR Master</span>
</Link>
<Link href="/" className="flex items-center space-x-2 mb-4 hover:opacity-80 transition-opacity">
<img src="/logo.svg" alt="QR Master Logo" className="w-[68px] h-[68px] rounded-lg object-cover" />
<span className={`text-xl font-bold ${isDashboard ? 'text-gray-900' : ''}`}>QR Master</span>
</Link>
<p className={isDashboard ? 'text-gray-500' : 'text-gray-400'}>
{translations.tagline}
</p>