Skip to content

Commit

Permalink
Prevent AI scraping
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmfrankel committed May 29, 2024
1 parent 55e4a80 commit 4135b50
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
Sitemap: http://joshfrankel.me/sitemap.xml

# The Common Crawl dataset. Original source for GPT and others.
User-agent: CCBot
Disallow: /

# The example for img2dataset, although the default is *None*
User-agent: img2dataset
Disallow: /

# GPTBot is OpenAI's web crawler
User-agent: GPTBot
Disallow: /

# ChatGPT-User takes direct actions on behalf of ChatGPT users
User-agent: ChatGPT-User
Disallow: /

# Google's Bard and Vertex AI generative APIs
User-agent: Google-Extended
Disallow: /

# Speculative blocks for Anthropic
User-agent: anthropic-ai
Disallow: /

User-agent: Claude-Web
Disallow: /

# webz.io - they sell data for training LLMs.
User-agent: Omgilibot
Disallow: /

User-agent: Omgili
Disallow: /

# Meta's bot that crawls public web pages to improve language models
User-agent: FacebookBot
Disallow: /

# ByteDance's bot used to gather data for their LLMs, including Doubao.
User-agent: Bytespider
Disallow: /

# Brandwatch - "AI to discover new trends"
User-agent: magpie-crawler
Disallow: /

0 comments on commit 4135b50

Please sign in to comment.