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

@@ -3,8 +3,8 @@ import { pillarMeta } from "@/lib/pillar-data";
import { getPublishedPosts } from "@/lib/content";
export const metadata = {
title: "QR Code Tutorials & Guides QR Master",
description: "Free step-by-step QR code guides: create, track, and optimize dynamic QR codes for your business. No account needed to start.",
title: "QR Mastery: Free QR Code Guides & Tutorials",
description: "QR Mastery is the free learning hub by QR Master: step-by-step guides to create, track, and optimize dynamic QR codes. No account needed to start.",
alternates: {
canonical: "https://www.qrmaster.net/learn",
},
@@ -25,9 +25,15 @@ export default function LearnHubPage() {
return (
<main className="container mx-auto max-w-5xl py-12 px-4 space-y-12">
<header className="space-y-4 max-w-3xl">
<h1 className="text-4xl md:text-5xl font-extrabold text-gray-900 tracking-tight">QR Code Knowledge Hub</h1>
<h1 className="text-4xl md:text-5xl font-extrabold text-gray-900 tracking-tight">QR Mastery: The QR Code Knowledge Hub</h1>
<p className="text-xl text-gray-600">
Master the art of QR codes. Explore our expert guides on generation, tracking, security, and marketing strategies.
Master the art of QR codes. Explore our expert guides on generation, tracking, security, and marketing strategies all free, no account needed.
</p>
<p className="text-gray-600">
Ready to put it into practice? Create an editable code with the{" "}
<Link href="/dynamic-qr-code-generator" className="font-semibold text-blue-600 hover:underline">dynamic QR code generator</Link>{" "}
or measure your printed campaigns with{" "}
<Link href="/qr-code-tracking" className="font-semibold text-blue-600 hover:underline">QR code tracking</Link>.
</p>
</header>