diff --git a/www/app/layout.tsx b/www/app/layout.tsx index 9742f1d4..168ef820 100644 --- a/www/app/layout.tsx +++ b/www/app/layout.tsx @@ -52,6 +52,8 @@ export const metadata: Metadata = { initialScale: 1, maximumScale: 1, }, + + robots: { index: false, follow: false, noarchive: true, noimageindex: true } }; export default function RootLayout({ children }) {