--- a/app/layout.tsx +++ b/app/layout.tsx @@ -2,11 +2,16 @@ import "./globals.css"; export const metadata: Metadata = { - title: "Home", - description: "AI workflows", + title: "doany.ai - Build and Run AI Automations for Your Team", + description: "Connect models, data, and tools in one flow. Build AI agent workflows with visual orchestration, provider flexibility, and full ops visibility. Launch in minutes.", robots: { index: true, follow: true + }, + openGraph: { + title: "doany.ai - Build and Run AI Automations for Your Team", + description: "Connect models, data, and tools in one flow. Build AI agent workflows with visual orchestration, provider flexibility, and full ops visibility.", + type: "website" } }; @@ -16,7 +21,10 @@ children: React.ReactNode; }>) { return ( - + + + + {children} );