Skip to content

Commit cebb287

Browse files
authored
Merge pull request #15 from codeforjapan/featrue/robots
change robots
2 parents b8608a5 + b0a5b40 commit cebb287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routes/_index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const meta: MetaFunction = () => {
3737
},
3838
{
3939
name: "robots",
40-
content: "index, follow",
40+
content: "noindex, nofollow",
4141
},
4242
];
4343
};

0 commit comments

Comments
 (0)