From 91de38d191fbae0dfe93fc80b3197c7b79975d97 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:47:50 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 57ce995..bb00e58 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -14,14 +14,14 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: "Al Ponte Albergo | Panoramic Hotel Lake Lugano, Ticino", description: "Discover Al Ponte Albergo: affordable comfort with stunning Lake Lugano views. 23 rooms, family-friendly suites, apartments. Book your perfect stay in Southern Switzerland today.", keywords: "Lake Lugano hotel, hotel panoramic view Lugano, budget hotel Ticino, family hotel Switzerland, hotel balcony Lake Lugano, apartment hotel Lugano, Al Ponte Albergo", openGraph: { - title: "Al Ponte Albergo – Panoramic Hotel on Lake Lugano", description: "Smart comfort, stunning views. Experience Southern Switzerland at Al Ponte Albergo with rooms, apartments, and unforgettable lake vistas.", type: "website", siteName: "Al Ponte Albergo", images: [ + title: "Al Ponte Albergo | Panoramic Hotel Lake Lugano, Ticino", description: "Discover Al Ponte Albergo: luxury lakeside retreat with stunning panoramic views. Minimalist design meets Alpine elegance in Southern Switzerland.", keywords: "Lake Lugano hotel, luxury hotel Ticino, panoramic views, Swiss minimalism, boutique hotel, Al Ponte Albergo", openGraph: { + title: "Al Ponte Albergo – Panoramic Luxury on Lake Lugano", description: "Cinematic minimalism. Unforgettable views. Experience quiet luxury at Al Ponte Albergo.", type: "website", siteName: "Al Ponte Albergo", images: [ { url: "http://img.b2bpic.net/free-photo/view-island-middle-lake_181624-19253.jpg", alt: "Panoramic view of Lake Lugano from Al Ponte Albergo"}, ], }, twitter: { - card: "summary_large_image", title: "Al Ponte Albergo – Your Lakeside Escape", description: "Panoramic rooms and apartments overlooking Lake Lugano in Ticino, Switzerland.", images: ["http://img.b2bpic.net/free-photo/view-island-middle-lake_181624-19253.jpg"], + card: "summary_large_image", title: "Al Ponte Albergo – Your Lakeside Escape", description: "Panoramic rooms overlooking Lake Lugano in Ticino, Switzerland.", images: ["http://img.b2bpic.net/free-photo/view-island-middle-lake_181624-19253.jpg"], }, }; @@ -33,9 +33,7 @@ export default function RootLayout({ return ( - + {children}