diff --git a/app/layout.tsx b/app/layout.tsx index 67c82c2..b8563d4 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -21,6 +21,7 @@ export const metadata = { alternates: { canonical: '/', }, + robots: 'index, follow', }; type RootLayoutProps = {