Update src/app/layout.tsx
This commit is contained in:
@@ -5,37 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const interTight = Inter_Tight({
|
||||
variable: "--font-inter-tight",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter-tight", subsets: ["latin"],
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Le Resto - Restaurant Gastronomique à Nîmes",
|
||||
description: "Découvrez Le Resto, restaurant gastronomique à Nîmes. Cuisine de saison raffinée, produits frais, desserts maison et vins régionaux. Réservez maintenant.",
|
||||
keywords: "restaurant Nîmes, cuisine de saison, gastronomique, restaurant centre-ville Nîmes, restaurant traditionnel, cuisine méditerranéenne",
|
||||
metadataBase: new URL("https://le-resto-nimes.fr"),
|
||||
title: "Le Resto - Restaurant Gastronomique à Nîmes", description: "Découvrez Le Resto, restaurant gastronomique à Nîmes. Cuisine de saison raffinée, produits frais, desserts maison et vins régionaux. Réservez maintenant.", keywords: "restaurant Nîmes, cuisine de saison, gastronomique, restaurant centre-ville Nîmes, restaurant traditionnel, cuisine méditerranéenne", metadataBase: new URL("https://le-resto-nimes.fr"),
|
||||
alternates: {
|
||||
canonical: "https://le-resto-nimes.fr",
|
||||
},
|
||||
canonical: "https://le-resto-nimes.fr"},
|
||||
openGraph: {
|
||||
title: "Le Resto - Restaurant Gastronomique à Nîmes",
|
||||
description: "Une cuisine de saison, sincère et raffinée au cœur de Nîmes",
|
||||
url: "https://le-resto-nimes.fr",
|
||||
siteName: "Le Resto",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Le Resto - Restaurant Gastronomique à Nîmes", description: "Une cuisine de saison, sincère et raffinée au cœur de Nîmes", url: "https://le-resto-nimes.fr", siteName: "Le Resto", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/high-angle-delicious-seafood-wine_23-2149410733.jpg",
|
||||
alt: "Le Resto - Restaurant Gastronomique",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/high-angle-delicious-seafood-wine_23-2149410733.jpg", alt: "Le Resto - Restaurant Gastronomique"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Le Resto - Restaurant Gastronomique à Nîmes",
|
||||
description: "Découvrez notre cuisine de saison et nos vins régionaux",
|
||||
images: ["http://img.b2bpic.net/free-photo/high-angle-delicious-seafood-wine_23-2149410733.jpg"],
|
||||
card: "summary_large_image", title: "Le Resto - Restaurant Gastronomique à Nîmes", description: "Découvrez notre cuisine de saison et nos vins régionaux", images: ["http://img.b2bpic.net/free-photo/high-angle-delicious-seafood-wine_23-2149410733.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
@@ -1425,4 +1410,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user