This commit is contained in:
Timo Knuth
2026-05-18 16:00:24 +02:00
parent 81d1fdd280
commit 4774f4d51e
9 changed files with 283 additions and 56 deletions

View File

@@ -2,16 +2,16 @@ import Link from "next/link";
import { pillarMeta } from "@/lib/pillar-data";
import { getPublishedPosts } from "@/lib/content";
export const metadata = {
title: "Learn QR Code Mastery | QR Master Hub",
description: "Guides, use cases, tracking deep-dives, and security best practices for dynamic QR codes.",
alternates: {
canonical: "https://www.qrmaster.net/learn",
},
openGraph: {
url: "https://www.qrmaster.net/learn",
},
};
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.",
alternates: {
canonical: "https://www.qrmaster.net/learn",
},
openGraph: {
url: "https://www.qrmaster.net/learn",
},
};
export default function LearnHubPage() {
const posts = getPublishedPosts();