From 5346e5136261f541832fc4a91689e11157a1d7dc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:42:18 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ccb165b..c0bb3e7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,17 +21,17 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: "MOSAÏK - Authentic Italian Pizza & Restaurant in Cestas", description: "Discover MOSAÏK, your local Italian pizzeria in Cestas. Fresh ingredients, handcrafted pizzas, and warm service. Reserve a table or order takeout today.", keywords: "pizza Cestas, Italian restaurant, authentic cuisine, local dining, pizzeria", metadataBase: new URL("https://mosaik-restaurant.fr"), + title: "PIZZERIA COURONNES ET CALZONES - Authentic Italian Pizza & Restaurant in Cestas", description: "Discover PIZZERIA COURONNES ET CALZONES, your local Italian pizzeria in Cestas. Fresh ingredients, handcrafted pizzas, and warm service. Reserve a table or order takeout today.", keywords: "pizza Cestas, Italian restaurant, authentic cuisine, local dining, pizzeria", metadataBase: new URL("https://pizzeria-couronnes-calzones.fr"), alternates: { - canonical: "https://mosaik-restaurant.fr"}, + canonical: "https://pizzeria-couronnes-calzones.fr"}, openGraph: { - title: "MOSAÏK - Authentic Italian Pizza in Cestas", description: "Experience authentic Italian pizzas made with fresh ingredients. Visit MOSAÏK in Cestas today.", url: "https://mosaik-restaurant.fr", siteName: "MOSAÏK Restaurant", type: "website", images: [ + title: "PIZZERIA COURONNES ET CALZONES - Authentic Italian Pizza in Cestas", description: "Experience authentic Italian pizzas made with fresh ingredients. Visit PIZZERIA COURONNES ET CALZONES in Cestas today.", url: "https://pizzeria-couronnes-calzones.fr", siteName: "PIZZERIA COURONNES ET CALZONES Restaurant", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/experienced-chef-is-cutting-freshly-prepared-pizza-with-special-knife_613910-14828.jpg", alt: "MOSAÏK signature pizza"}, + url: "http://img.b2bpic.net/free-photo/experienced-chef-is-cutting-freshly-prepared-pizza-with-special-knife_613910-14828.jpg", alt: "PIZZERIA COURONNES ET CALZONES signature pizza"}, ], }, twitter: { - card: "summary_large_image", title: "MOSAÏK - Authentic Italian Pizza in Cestas", description: "Handcrafted pizzas with fresh ingredients. Reserve your table now!", images: ["http://img.b2bpic.net/free-photo/experienced-chef-is-cutting-freshly-prepared-pizza-with-special-knife_613910-14828.jpg"], + card: "summary_large_image", title: "PIZZERIA COURONNES ET CALZONES - Authentic Italian Pizza in Cestas", description: "Handcrafted pizzas with fresh ingredients. Reserve your table now!", images: ["http://img.b2bpic.net/free-photo/experienced-chef-is-cutting-freshly-prepared-pizza-with-special-knife_613910-14828.jpg"], }, robots: { index: true, -- 2.49.1 From 88b64bbdd409389d3844f67d7a2f723c25522425 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:42:18 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 547d416..21c218b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function LandingPage() { > -- 2.49.1