TikTok V4

This commit is contained in:
2026-07-10 11:26:47 +02:00
parent c26c2aae31
commit 854670197b
20 changed files with 629 additions and 55 deletions

View File

@@ -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',