Add orphaned pages to sitemap and link review tool from industry pages
This commit is contained in:
@@ -89,7 +89,8 @@ export function getAllIndexableUrls(): string[] {
|
||||
`${baseUrl}/qr-code-tracking`,
|
||||
`${baseUrl}/reprint-calculator`,
|
||||
`${baseUrl}/dynamic-qr-code-generator`,
|
||||
`${baseUrl}/dynamic-barcode-generator`,
|
||||
// /dynamic-barcode-generator and /barcode-generator are 301'd to
|
||||
// /tools/barcode-generator in next.config.mjs - never submit them.
|
||||
`${baseUrl}/bulk-qr-code-generator`,
|
||||
`${baseUrl}/custom-qr-code-generator`,
|
||||
`${baseUrl}/manage-qr-codes`,
|
||||
@@ -105,6 +106,7 @@ export function getAllIndexableUrls(): string[] {
|
||||
`${baseUrl}/restaurants`,
|
||||
`${baseUrl}/qr-code-analytics`,
|
||||
`${baseUrl}/qr-code-print-size-guide`,
|
||||
`${baseUrl}/developers`,
|
||||
];
|
||||
|
||||
// Alternatives & comparison hub pages
|
||||
|
||||
Reference in New Issue
Block a user