AEO / SEO

This commit is contained in:
Timo Knuth
2026-01-23 14:39:27 +01:00
parent b00697bc37
commit cb521f2aee
39 changed files with 2217 additions and 114 deletions

View File

@@ -73,7 +73,7 @@ export function BreadcrumbSchema({ items, showUI = false }: BreadcrumbSchemaProp
export function ToolBreadcrumb({ toolName, toolSlug }: { toolName: string; toolSlug: string }) {
const items: BreadcrumbItem[] = [
{ name: 'Home', url: 'https://qrmaster.io/' },
{ name: 'Free QR Code Tools', url: 'https://qrmaster.io/#tools' },
{ name: 'Free QR Code Tools', url: 'https://qrmaster.io/tools' },
{ name: toolName, url: `https://qrmaster.io/tools/${toolSlug}` },
];