File tree Expand file tree Collapse file tree 1 file changed +57
-0
lines changed
Expand file tree Collapse file tree 1 file changed +57
-0
lines changed Original file line number Diff line number Diff line change 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: MJ 12 bot
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: /
You can’t perform that action at this time.
0 commit comments