TikTok V4
This commit is contained in:
@@ -62,6 +62,38 @@ const nextConfig = {
|
||||
},
|
||||
async redirects() {
|
||||
return [
|
||||
// SEO Cannibalization Redirects
|
||||
{
|
||||
source: '/tools/teams-qr-code',
|
||||
destination: '/blog/microsoft-teams-qr-code',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/dynamic-barcode-generator',
|
||||
destination: '/tools/barcode-generator',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/barcode-generator',
|
||||
destination: '/tools/barcode-generator',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/blog/qr-code-analytics',
|
||||
destination: '/qr-code-analytics',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/use-cases/restaurant-menu-qr-codes',
|
||||
destination: '/restaurants',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/blog/qr-code-restaurant-menu',
|
||||
destination: '/restaurants',
|
||||
permanent: true,
|
||||
},
|
||||
|
||||
{
|
||||
source: '/create-qr',
|
||||
destination: '/dynamic-qr-code-generator',
|
||||
|
||||
Reference in New Issue
Block a user