From 3389af3777f8ee40b451c6d32a0c5daab5223b7b Mon Sep 17 00:00:00 2001 From: Cassidy Williams <1454517+cassidoo@users.noreply.github.com> Date: Sat, 13 Apr 2024 00:09:26 -0500 Subject: [PATCH] Block the pesky AI bots --- public/robots.txt | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/public/robots.txt b/public/robots.txt index c13bc5b..3e4609e 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,4 +1,33 @@ -User-agent: * -Allow: / +Sitemap: https://blog.cassidoo.co/sitemap-index.xml -Sitemap: https://blog.cassidoo.co/sitemap-index.xml \ No newline at end of file +User-agent: * +Disallow: + +User-agent: AdsBot-Google +User-agent: Amazonbot +User-agent: anthropic-ai +User-agent: Applebot +User-agent: AwarioRssBot +User-agent: AwarioSmartBot +User-agent: Bytespider +User-agent: CCBot +User-agent: ChatGPT-User +User-agent: ClaudeBot +User-agent: Claude-Web +User-agent: cohere-ai +User-agent: DataForSeoBot +User-agent: FacebookBot +User-agent: Google-Extended +User-agent: GoogleOther +User-agent: GPTBot +User-agent: ImagesiftBot +User-agent: magpie-crawler +User-agent: Meltwater +User-agent: omgili +User-agent: omgilibot +User-agent: peer39_crawler +User-agent: peer39_crawler/1.0 +User-agent: PerplexityBot +User-agent: Seekr +User-agent: YouBot +Disallow: / \ No newline at end of file