From f19291c94eb8c487502747649eff5dfad13a2b2a Mon Sep 17 00:00:00 2001 From: selvi Date: Fri, 10 Apr 2026 20:36:18 +0530 Subject: [PATCH] canonical url changed --- public/sitemap.xml | 2 +- scripts/generate-sitemap.cjs | 2 +- src/app/layout.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/sitemap.xml b/public/sitemap.xml index 98c4ff0..d9e5244 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -1 +1 @@ -https://kitchener.antalyarestaurant.ca/daily1.0https://kitchener.antalyarestaurant.ca/about-antalya-restaurant/monthly0.5https://kitchener.antalyarestaurant.ca/antalya-restaurant-menu/weekly0.6https://kitchener.antalyarestaurant.ca/antalya-restaurant-gallery/weekly0.6https://kitchener.antalyarestaurant.ca/catering-services-ontario/weekly0.6https://kitchener.antalyarestaurant.ca/book-a-table/weekly0.6https://kitchener.antalyarestaurant.ca/antalya-turkish-food-blog/weekly0.6https://kitchener.antalyarestaurant.ca/antalya-turkish-food-blog/the-art-of-turkish-tea/weekly0.6https://kitchener.antalyarestaurant.ca/antalya-turkish-food-blog/secrets-of-charcoal-grilling/weekly0.6https://kitchener.antalyarestaurant.ca/antalya-turkish-food-blog/a-taste-of-sweet-legacy/weekly0.6 \ No newline at end of file +https://antalya.metatronnest.com/daily1.0https://antalya.metatronnest.com/about-antalya-restaurant/monthly0.5https://antalya.metatronnest.com/antalya-restaurant-menu/weekly0.6https://antalya.metatronnest.com/antalya-restaurant-gallery/weekly0.6https://antalya.metatronnest.com/catering-services-ontario/weekly0.6https://antalya.metatronnest.com/book-a-table/weekly0.6https://antalya.metatronnest.com/antalya-turkish-food-blog/weekly0.6https://antalya.metatronnest.com/antalya-turkish-food-blog/the-art-of-turkish-tea/weekly0.6https://antalya.metatronnest.com/antalya-turkish-food-blog/secrets-of-charcoal-grilling/weekly0.6https://antalya.metatronnest.com/antalya-turkish-food-blog/a-taste-of-sweet-legacy/weekly0.6 \ No newline at end of file diff --git a/scripts/generate-sitemap.cjs b/scripts/generate-sitemap.cjs index b7ab260..42daeb8 100644 --- a/scripts/generate-sitemap.cjs +++ b/scripts/generate-sitemap.cjs @@ -3,7 +3,7 @@ const path = require("path"); const { SitemapStream, streamToPromise } = require("sitemap"); const { pathToFileURL } = require("url"); -const hostname = "https://kitchener.antalyarestaurant.ca"; // localhost for development +const hostname = "https://antalya.metatronnest.com"; // localhost for development const addTrailingSlash = true; // ✅ Set this true if your Next.js uses trailingSlash: true // Utility to format URLs based on config diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 225de06..f415a58 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -25,7 +25,7 @@ const dmSans = DM_Sans({ // We'll use system fonts as fallback in the CSS variables export const metadata: Metadata = { - metadataBase: new URL("https://kitchener.antalyarestaurant.ca"), + metadataBase: new URL("https://antalya.metatronnest.com"), title: { default: "Antalya Restaurant Kitchener | Authentic Turkish Cuisine", template: "%s"