Skip to content

Commit 9f90f05

Browse files
authored
Add crawl-delay to robots.txt (#3009)
* Add crawl-delay to robots.txt * fix
1 parent a58915c commit 9f90f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/server/handlers/robots-handler.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ export default async ({ res }: { res: Response }) => {
1616
Disallow: /password_change
1717
Disallow: /search/
1818
Disallow: /modlog
19-
`);
19+
Crawl-delay: 60`);
2020
};

0 commit comments

Comments
 (0)