Update src/app/layout.tsx
This commit is contained in:
@@ -3,32 +3,19 @@ import { Montserrat } from "next/font/google";
|
||||
import "./globals.css";
|
||||
|
||||
const montserrat = Montserrat({
|
||||
variable: "--font-montserrat",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-montserrat", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Bella Italia - Authentic Italian Restaurant & Cuisine",
|
||||
description: "Experience the true taste of Italy at Bella Italia. Savor traditional pasta, pizza, and desserts in a cozy, welcoming atmosphere. Book your table today!",
|
||||
keywords: ["Italian restaurant", "authentic Italian food", "pasta", "pizza", "tiramisu", "Italian cuisine", "fine dining", "restaurant reservations"],
|
||||
title: "Bella Italia - Authentic Italian Restaurant & Cuisine", description: "Experience the true taste of Italy at Bella Italia. Savor traditional pasta, pizza, and desserts in a cozy, welcoming atmosphere. Book your table today!", keywords: ["Italian restaurant", "authentic Italian food", "pasta", "pizza", "tiramisu", "Italian cuisine", "fine dining", "restaurant reservations"],
|
||||
openGraph: {
|
||||
title: "Bella Italia - Authentic Italian Restaurant & Cuisine",
|
||||
description: "Experience the true taste of Italy at Bella Italia. Savor traditional pasta, pizza, and desserts in a cozy, welcoming atmosphere. Book your table today!",
|
||||
url: "/",
|
||||
siteName: "Bella Italia",
|
||||
images: [
|
||||
title: "Bella Italia - Authentic Italian Restaurant & Cuisine", description: "Experience the true taste of Italy at Bella Italia. Savor traditional pasta, pizza, and desserts in a cozy, welcoming atmosphere. Book your table today!", url: "/", siteName: "Bella Italia", images: [
|
||||
{
|
||||
url: "https://img.b2bpic.net/free-photo/dinner-set-with-margherita-pizza-salad-pasta-wine_140725-7828.jpg",
|
||||
alt: "Table full of Italian dishes",
|
||||
},
|
||||
url: "https://img.b2bpic.net/free-photo/dinner-set-with-margherita-pizza-salad-pasta-wine_140725-7828.jpg", alt: "Table full of Italian dishes"},
|
||||
],
|
||||
type: "website",
|
||||
},
|
||||
type: "website"},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Bella Italia - Authentic Italian Restaurant & Cuisine",
|
||||
description: "Experience the true taste of Italy at Bella Italia. Savor traditional pasta, pizza, and desserts in a cozy, welcoming atmosphere. Book your table today!",
|
||||
images: ["https://img.b2bpic.net/free-photo/dinner-set-with-margherita-pizza-salad-pasta-wine_140725-7828.jpg"],
|
||||
card: "summary_large_image", title: "Bella Italia - Authentic Italian Restaurant & Cuisine", description: "Experience the true taste of Italy at Bella Italia. Savor traditional pasta, pizza, and desserts in a cozy, welcoming atmosphere. Book your table today!", images: ["https://img.b2bpic.net/free-photo/dinner-set-with-margherita-pizza-salad-pasta-wine_140725-7828.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
Reference in New Issue
Block a user