Update src/app/layout.tsx
This commit is contained in:
@@ -22,20 +22,22 @@ const manrope = Manrope({
|
||||
export const metadata: Metadata = {
|
||||
title: "Arctic Travels | Luxury Ski & Snowboarding Vacations", description: "Plan your perfect ski trip to world-class resorts. Luxury accommodations, expert travel agents, and the best prices on skiing vacations in Niseko, Chamonix, Zermatt and beyond.", keywords: "ski vacations, snowboarding holidays, luxury ski resorts, arctic travel, winter sports, Niseko, Chamonix, Zermatt", metadataBase: new URL("https://arctictravels.com"),
|
||||
alternates: {
|
||||
canonical: "https://arctictravels.com"},
|
||||
canonical: "https://arctictravels.com"
|
||||
},
|
||||
openGraph: {
|
||||
title: "Arctic Travels | Luxury Ski Vacations", description: "Plan your perfect winter ski adventure with our specialized travel agents. Luxury resorts worldwide.", url: "https://arctictravels.com", siteName: "Arctic Travels", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/skier-skiing-snowy-mountains_107420-95978.jpg", alt: "Arctic Travels - Luxury Ski Vacations"},
|
||||
],
|
||||
url: "http://img.b2bpic.net/free-photo/skier-skiing-snowy-mountains_107420-95978.jpg", alt: "Arctic Travels - Luxury Ski Vacations"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Arctic Travels | Luxury Ski Vacations", description: "Plan your perfect winter ski adventure with Arctic Travels", images: ["http://img.b2bpic.net/free-photo/skier-skiing-snowy-mountains_107420-95978.jpg"],
|
||||
card: "summary_large_image", title: "Arctic Travels | Luxury Ski Vacations", description: "Plan your perfect winter ski adventure with Arctic Travels", images: ["http://img.b2bpic.net/free-photo/skier-skiing-snowy-mountains_107420-95978.jpg"]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
follow: true
|
||||
}
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
Reference in New Issue
Block a user