|
|
|
@@ -5,37 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|
|
|
import Tag from "@/tag/Tag";
|
|
|
|
import Tag from "@/tag/Tag";
|
|
|
|
|
|
|
|
|
|
|
|
const interTight = Inter_Tight({
|
|
|
|
const interTight = Inter_Tight({
|
|
|
|
variable: "--font-inter-tight",
|
|
|
|
variable: "--font-inter-tight", subsets: ["latin"],
|
|
|
|
subsets: ["latin"],
|
|
|
|
|
|
|
|
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
|
|
|
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
export const metadata: Metadata = {
|
|
|
|
export const metadata: Metadata = {
|
|
|
|
title: "Le Resto - Restaurant Gastronomique à Nîmes",
|
|
|
|
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"),
|
|
|
|
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: {
|
|
|
|
alternates: {
|
|
|
|
canonical: "https://le-resto-nimes.fr",
|
|
|
|
canonical: "https://le-resto-nimes.fr"},
|
|
|
|
},
|
|
|
|
|
|
|
|
openGraph: {
|
|
|
|
openGraph: {
|
|
|
|
title: "Le Resto - Restaurant Gastronomique à Nîmes",
|
|
|
|
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: [
|
|
|
|
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",
|
|
|
|
url: "http://img.b2bpic.net/free-photo/high-angle-delicious-seafood-wine_23-2149410733.jpg", alt: "Le Resto - Restaurant Gastronomique"},
|
|
|
|
alt: "Le Resto - Restaurant Gastronomique",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
],
|
|
|
|
],
|
|
|
|
},
|
|
|
|
},
|
|
|
|
twitter: {
|
|
|
|
twitter: {
|
|
|
|
card: "summary_large_image",
|
|
|
|
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"],
|
|
|
|
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: {
|
|
|
|
robots: {
|
|
|
|
index: true,
|
|
|
|
index: true,
|
|
|
|
@@ -1425,4 +1410,4 @@ export default function RootLayout({
|
|
|
|
</ServiceWrapper>
|
|
|
|
</ServiceWrapper>
|
|
|
|
</html>
|
|
|
|
</html>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|