SEO
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user