Skip to content

Commit 9f3585e

Browse files
authored
Merge pull request #1 from Manaiakalani/add-robots-txt
Add robots.txt
2 parents 5fa7e7e + 3f94ec3 commit 9f3585e

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

robots.txt

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# Allow all legitimate search engines
2+
User-agent: Googlebot
3+
Allow: /
4+
5+
User-agent: Bingbot
6+
Allow: /
7+
8+
User-agent: DuckDuckBot
9+
Allow: /
10+
11+
# Block AI training crawlers
12+
User-agent: GPTBot
13+
Disallow: /
14+
15+
User-agent: ChatGPT-User
16+
Disallow: /
17+
18+
User-agent: CCBot
19+
Disallow: /
20+
21+
User-agent: Google-Extended
22+
Disallow: /
23+
24+
User-agent: anthropic-ai
25+
Disallow: /
26+
27+
User-agent: Claude-Web
28+
Disallow: /
29+
30+
User-agent: cohere-ai
31+
Disallow: /
32+
33+
User-agent: Bytespider
34+
Disallow: /
35+
36+
User-agent: FacebookBot
37+
Disallow: /
38+
39+
# Block aggressive/unwanted bots
40+
User-agent: AhrefsBot
41+
Disallow: /
42+
43+
User-agent: SemrushBot
44+
Disallow: /
45+
46+
User-agent: MJ12bot
47+
Disallow: /
48+
49+
User-agent: DotBot
50+
Disallow: /
51+
52+
User-agent: PetalBot
53+
Disallow: /
54+
55+
# Default rule: allow all other bots
56+
User-agent: *
57+
Allow: /

0 commit comments

Comments
 (0)