Add orphaned pages to sitemap and link review tool from industry pages

This commit is contained in:
2026-08-13 10:04:49 +02:00
parent a9057b25dd
commit 45f6c4d83b
7 changed files with 115 additions and 40 deletions

View File

@@ -28,6 +28,7 @@ const toolsMap: Record<string, { href: string; title: string; description: strin
"paypal-qr-code": { href: "/tools/paypal-qr-code", title: "PayPal QR Code", description: "Link directly to a PayPal payment, invoice, or donation page." },
"pdf-qr-code": { href: "/tools/url-qr-code", title: "PDF QR Code", description: "Use a URL QR code to open a hosted PDF like a menu, brochure, or operating guide." },
"whatsapp-qr-code": { href: "/tools/whatsapp-qr-code", title: "WhatsApp QR Code", description: "Open a WhatsApp chat with your number pre-loaded for faster support." },
"google-review-qr-code": { href: "/tools/google-review-qr-code", title: "Google Review QR Code", description: "Send customers straight to your Google review form while they are still on site." },
};
const industryPrimaryCtas: Record<string, Cta> = {