SEO blog post
This commit is contained in:
8650
src/lib/blog-data.ts
8650
src/lib/blog-data.ts
File diff suppressed because it is too large
Load Diff
@@ -121,11 +121,12 @@ export function getAllIndexableUrls(): string[] {
|
||||
...publishedGuidePages.map(page => `${baseUrl}${page.canonicalPath}`),
|
||||
];
|
||||
|
||||
// Standalone guide pages (not part of the pSEO [slug] route)
|
||||
// Learn hub pillars (the /guide/* URLs these replaced are 301'd in next.config.mjs
|
||||
// and must never be submitted to IndexNow - see redirects() there)
|
||||
const guidePages = [
|
||||
`${baseUrl}/guide/bulk-qr-code-generation`,
|
||||
`${baseUrl}/guide/qr-code-best-practices`,
|
||||
`${baseUrl}/guide/tracking-analytics`,
|
||||
`${baseUrl}/learn/developer`,
|
||||
`${baseUrl}/learn/basics`,
|
||||
`${baseUrl}/learn/tracking`,
|
||||
];
|
||||
|
||||
// Industry landing pages
|
||||
|
||||
Reference in New Issue
Block a user