Update src/app/layout.tsx

This commit is contained in:
2026-03-02 21:16:52 +00:00
parent 0d0f386225
commit 1be8521bf1

View File

@@ -22,22 +22,20 @@ const inter = Inter({
export const metadata: Metadata = { 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"), 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: { alternates: {
canonical: "https://latents.ai" canonical: "https://latents.ai"},
},
openGraph: { 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: [ 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: { 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: { robots: {
index: true, index: true,
follow: true follow: true,
} },
}; };
export default function RootLayout({ export default function RootLayout({