Update src/app/layout.tsx
This commit is contained in:
@@ -3,34 +3,22 @@ import { Noto_Sans } from "next/font/google";
|
|||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
|
|
||||||
const notoSans = Noto_Sans({
|
const notoSans = Noto_Sans({
|
||||||
variable: "--font-noto-sans",
|
variable: "--font-noto-sans", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Serenity Hotel - Luxury 5-Star Accommodations",
|
title: "Serenity Hotel - Luxury 5-Star Accommodations", description: "Experience luxury and comfort at Serenity Hotel. Explore our premium rooms, world-class amenities, fine dining, and spa services. Book your perfect getaway today.", keywords: ["luxury hotel", "5-star accommodation", "resort", "fine dining", "spa", "wedding venue", "business hotel"],
|
||||||
description: "Experience luxury and comfort at Serenity Hotel. Explore our premium rooms, world-class amenities, fine dining, and spa services. Book your perfect getaway today.",
|
|
||||||
keywords: ["luxury hotel", "5-star accommodation", "resort", "fine dining", "spa", "wedding venue", "business hotel"],
|
|
||||||
metadataBase: new URL("https://www.serenityhotel.com"),
|
metadataBase: new URL("https://www.serenityhotel.com"),
|
||||||
alternates: {
|
alternates: {
|
||||||
canonical: "https://www.serenityhotel.com"
|
canonical: "https://www.serenityhotel.com"
|
||||||
},
|
},
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Serenity Hotel - Your Perfect Luxury Getaway",
|
title: "Serenity Hotel - Your Perfect Luxury Getaway", description: "Discover exceptional hospitality with premium rooms, amenities, and personalized service at Serenity Hotel.", url: "https://www.serenityhotel.com", siteName: "Serenity Hotel", type: "website", images: [{
|
||||||
description: "Discover exceptional hospitality with premium rooms, amenities, and personalized service at Serenity Hotel.",
|
url: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", alt: "Luxury hotel suite with elegant interior"
|
||||||
url: "https://www.serenityhotel.com",
|
|
||||||
siteName: "Serenity Hotel",
|
|
||||||
type: "website",
|
|
||||||
images: [{
|
|
||||||
url: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg",
|
|
||||||
alt: "Luxury hotel suite with elegant interior"
|
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "Serenity Hotel - Luxury Accommodations", description: "Experience world-class hospitality with premium rooms and amenities.", images: ["https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg"]
|
||||||
title: "Serenity Hotel - Luxury Accommodations",
|
|
||||||
description: "Experience world-class hospitality with premium rooms and amenities.",
|
|
||||||
images: ["https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg"]
|
|
||||||
},
|
},
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user