RSS Amplifier

Abhishek Sundararajan · Mar 25, 2024

Block web crawlers from ai firms

0
Sign in to vote or save

A.S. · Abhishek Sundararajan

March 25, 2024 [reference] #robots

To block - in honesty, hint - crawlers from scraping your website for ai training data, update robots.txt.

User-agent: CCBot
Disallow: /

User-agent: ChatGPT-User
Disallow: /

User-agent: GPTBot
Disallow: /

User-agent: Google-Extended
Disallow: /

User-agent: anthropic-ai
Disallow: /

User-agent: Omgilibot
Disallow: /

User-agent: Omgili
Disallow: /

User-agent: FacebookBot
Disallow: /

User-agent: Diffbot
Disallow: /

User-agent: Bytespider
Disallow: /

User-agent: ImagesiftBot
Disallow: /

User-agent: cohere-ai
Disallow: /

Got this very useful list from Neil Clarke.

Read the original on asun9.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.