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

@@ -12,6 +12,9 @@ import type { BlogPost, PillarKey, AuthorProfile } from "./types";
export const REDIRECTED_BLOG_SLUGS = new Set<string>([
"qr-code-analytics",
"qr-code-restaurant-menu",
// Duplicate of the standalone /qr-code-print-size-guide, which is the version
// Google actually ranks. Both were live and self-canonical until 2026-08-13.
"qr-code-print-size-guide",
]);
export function isRedirectedSlug(slug: string): boolean {