diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3a9f331..a3cffbe 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,22 +22,20 @@ const inter = Inter({ export const metadata: Metadata = { title: "Latents - Never Miss an Opportunity Again", description: "AI-powered discovery feed that auto-discovers relevant updates, delivers them in one visual interface, and lets you take action instantly. Never miss funding, accelerators, or industry shifts.", keywords: "AI discovery, opportunity finder, funding alerts, AI agent, content aggregator, productivity", metadataBase: new URL("https://latents.ai"), alternates: { - canonical: "https://latents.ai" - }, + canonical: "https://latents.ai"}, openGraph: { title: "Latents - Discover Opportunities Faster", description: "The AI agent that auto-discovers relevant updates and lets you act on them immediately.", url: "https://latents.ai", siteName: "Latents", type: "website", images: [ { - url: "https://latents.ai/og-image.png", alt: "Latents AI Discovery Feed" - } - ] + url: "https://latents.ai/og-image.png", alt: "Latents AI Discovery Feed"}, + ], }, twitter: { - card: "summary_large_image", title: "Never Miss an Opportunity Again - Latents", description: "AI-powered unified feed for discovering funding rounds, accelerators, and industry updates.", images: ["https://latents.ai/twitter-image.png"] + card: "summary_large_image", title: "Never Miss an Opportunity Again - Latents", description: "AI-powered unified feed for discovering funding rounds, accelerators, and industry updates.", images: ["https://latents.ai/twitter-image.png"], }, robots: { index: true, - follow: true - } + follow: true, + }, }; export default function RootLayout({