Update src/app/layout.tsx

This commit is contained in:
2026-03-03 12:28:50 +00:00
parent c315c2a725
commit e5435c6b49

View File

@@ -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: {