Skip to content

Commit b42ba43

Browse files
committed
Update robots.txt to improve crawler access
1 parent 3ede54c commit b42ba43

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

public/robots.txt

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
# See https://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file
22

3-
User-Agent: Google
3+
# Disallow everything by default
4+
User-Agent: *
5+
Disallow: /
6+
7+
# Allow Google crawler
8+
User-Agent: Googlebot
49
Allow: /
510

11+
# Allow DuckDuck crawler
612
User-Agent: DuckDuckBot
713
Allow: /
814

9-
User-Agent: bingbot
10-
Crawl-delay: 5
15+
# Allow Bing crawler
16+
User-Agent: Bingbot
1117
Allow: /
12-
13-
User-Agent: *
14-
Disallow: /
18+
Crawl-delay: 5

0 commit comments

Comments
 (0)