Skip to content

Commit

Permalink
restrict AI agents from crawling the website
Browse files Browse the repository at this point in the history
  • Loading branch information
nisrulz committed Mar 15, 2024
1 parent e31aee8 commit 9b0cc7e
Showing 1 changed file with 29 additions and 3 deletions.
32 changes: 29 additions & 3 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# www.robotstxt.org/

# Allow crawling of all content
User-agent: *
Disallow:
# List generated from https://darkvisitors.com/

User-agent: cohere-ai
Disallow: /

User-agent: anthropic-ai
Disallow: /

User-agent: Bytespider
Disallow: /

User-agent: CCBot
Disallow: /

User-agent: FacebookBot
Disallow: /

User-agent: Google-Extended
User-agent: AdsBot-Google
Disallow: /

User-agent: GPTBot
Disallow: /

User-agent: ChatGPT-User
Disallow: /

User-agent: omgili
Disallow: /

0 comments on commit 9b0cc7e

Please sign in to comment.