Update src/app/layout.tsx
This commit is contained in:
@@ -16,11 +16,13 @@ const inter = Inter({
|
||||
export const metadata: Metadata = {
|
||||
title: "TravelConnect - Travel Marketplace for Tours & Agents", description: "Discover curated tours from verified travel agents worldwide. Direct messaging, advanced search, and seamless booking all in one platform.", keywords: "travel marketplace, tour booking, travel agents, verified tours, independent travel operators", metadataBase: new URL("https://travelconnect.com"),
|
||||
alternates: {
|
||||
canonical: "https://travelconnect.com"},
|
||||
canonical: "https://travelconnect.com"
|
||||
},
|
||||
openGraph: {
|
||||
title: "TravelConnect - Travel Marketplace for Tours & Agents", description: "Discover curated tours from verified travel agents worldwide. Direct messaging, advanced search, and seamless booking all in one platform.", url: "https://travelconnect.com", siteName: "TravelConnect", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/holding-world-my-hands-attractive-female-travel-agent-showing-globe-smiling-while-working-her-modern-office_662251-2385.jpg", alt: "travel marketplace tours agents"},
|
||||
url: "http://img.b2bpic.net/free-photo/holding-world-my-hands-attractive-female-travel-agent-showing-globe-smiling-while-working-her-modern-office_662251-2385.jpg", alt: "travel marketplace tours agents"
|
||||
}
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
|
||||
Reference in New Issue
Block a user