Skip to content

Commit 1feeed0

Browse files
committed
Only allow known legitimate bots
1 parent 7ce183f commit 1feeed0

1 file changed

Lines changed: 13 additions & 9 deletions

File tree

root/robots.txt

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
User-agent: *
2-
sitemap: https://pkgstats.archlinux.de/sitemap.xml
1+
User-agent: Googlebot
2+
Allow: /
3+
4+
User-agent: bingbot
5+
Allow: /
6+
7+
User-agent: DuckDuckBot
38
Allow: /
49

5-
User-agent: SemrushBot
6-
User-agent: AhrefsBot
7-
User-agent: dotbot
8-
User-agent: MJ12bot
9-
User-agent: GPTBot
10-
User-agent: OAI-SearchBot
11-
User-agent: Bytespider
10+
User-agent: Applebot
11+
Allow: /
12+
13+
User-agent: *
1214
Disallow: /
15+
16+
Sitemap: https://pkgstats.archlinux.de/sitemap.xml

0 commit comments

Comments
 (0)