Skip to content

Commit

Permalink
Extend AI user agent bot ban list (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
melroy89 authored May 14, 2024
1 parent 24ed952 commit 60ebebd
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion public/robots.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,40 @@
# Ban ChatGPT from indexing Mbin instances at all, in order to prevent training their [the OpenAI] models on users' data.
# Ban several AI bots from indexing Mbin instances at all, in order to prevent training their models on users' data.

# OpenAI, ChatGPT
User-agent: GPTBot
Disallow: /

User-agent: ChatGPT-User
Disallow: /

# Google AI (Gemini, etc)
User-agent: Google-Extended
Disallow: /

# Block common crawl
User-agent: CCBot
Disallow: /

# Facebook
User-agent: FacebookBot
Disallow: /

# Cohere.ai
User-agent: cohere-ai
Disallow: /

# Perplexity
User-agent: PerplexityBot
Disallow: /

# Anthropic
User-agent: anthropic-ai
Disallow: /

# ...also anthropic
User-agent: ClaudeBot
Disallow: /

# Rest of indexing robots
User-agent: *
Request-rate: 1/1s
Expand Down

0 comments on commit 60ebebd

Please sign in to comment.