diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx index 906b9cc..78a8196 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -37,7 +37,7 @@ export const meta: MetaFunction = () => { }, { name: "robots", - content: "index, follow", + content: "noindex, nofollow", }, ]; };