Skip to content

Commit 8444501

Browse files
committed
Add custom robots.txt to disable AI crawling
1 parent af39e66 commit 8444501

1 file changed

Lines changed: 72 additions & 0 deletions

File tree

robots.txt

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
# Block AI bots and crawlers from indexing
2+
3+
# OpenAI
4+
User-agent: GPTBot
5+
Disallow: /
6+
7+
User-agent: ChatGPT-User
8+
Disallow: /
9+
10+
# Anthropic
11+
User-agent: anthropic-ai
12+
Disallow: /
13+
14+
User-agent: ClaudeBot
15+
Disallow: /
16+
17+
# Google AI
18+
User-agent: Google-Extended
19+
Disallow: /
20+
21+
# Common Crawl (used by many AI companies)
22+
User-agent: CCBot
23+
Disallow: /
24+
25+
# Cohere
26+
User-agent: cohere-ai
27+
Disallow: /
28+
29+
# Meta/Facebook
30+
User-agent: FacebookBot
31+
Disallow: /
32+
33+
User-agent: Meta-ExternalAgent
34+
Disallow: /
35+
36+
# Bytedance/TikTok
37+
User-agent: Bytespider
38+
Disallow: /
39+
40+
# Amazon
41+
User-agent: Amazonbot
42+
Disallow: /
43+
44+
# Apple
45+
User-agent: Applebot-Extended
46+
Disallow: /
47+
48+
# Perplexity
49+
User-agent: PerplexityBot
50+
Disallow: /
51+
52+
# Diffbot
53+
User-agent: Diffbot
54+
Disallow: /
55+
56+
# Claude (additional variants)
57+
User-agent: Claude-Web
58+
Disallow: /
59+
60+
# Omgili
61+
User-agent: omgili
62+
Disallow: /
63+
64+
# Omgilibot
65+
User-agent: omgilibot
66+
Disallow: /
67+
68+
# Allow other bots (search engines, etc.)
69+
User-agent: *
70+
Disallow:
71+
72+
Sitemap: https://mbuffa.github.io/sitemap.xml

0 commit comments

Comments
 (0)