diff --git a/apps/web/app/(auth)/login/page.tsx b/apps/web/app/(auth)/login/page.tsx index a7ce0b7a..570a53f1 100644 --- a/apps/web/app/(auth)/login/page.tsx +++ b/apps/web/app/(auth)/login/page.tsx @@ -286,7 +286,7 @@ function LoginPageContent() { Multica - AI-native task management + Turn coding agents into real teammates
diff --git a/apps/web/app/layout.tsx b/apps/web/app/layout.tsx index eb257b12..0e4f8dd2 100644 --- a/apps/web/app/layout.tsx +++ b/apps/web/app/layout.tsx @@ -41,6 +41,13 @@ export const metadata: Metadata = { twitter: { card: "summary_large_image", }, + alternates: { + canonical: "/", + }, + robots: { + index: true, + follow: true, + }, }; export default async function RootLayout({