From 4fb74dc20651c1295f4a3d766b23250d1e6c0260 Mon Sep 17 00:00:00 2001 From: limepotato Date: Thu, 22 Aug 2024 23:32:07 -0600 Subject: [PATCH] robots.txt whoops --- astro/public/robots.txt | 49 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 astro/public/robots.txt diff --git a/astro/public/robots.txt b/astro/public/robots.txt new file mode 100644 index 0000000..7004e58 --- /dev/null +++ b/astro/public/robots.txt @@ -0,0 +1,49 @@ +user-agent: * +disallow: / + +# explicit disallows because some bots are assholes that need that + +User-Agent: Googlebot +Disallow: / + +User-Agent: Storebot-Google +Disallow: / + +User-Agent: GoogleOther +Disallow: / + +User-Agent: Google-Extended +Disallow: / + +User-agent: CCBot +Disallow: / + +User-agent: ChatGPT-User +Disallow: / + +User-agent: GPTBot +Disallow: / + +User-agent: Google-Extended +Disallow: / + +User-agent: Omgilibot +Disallow: / + +User-agent: Omgili +Disallow: / + +User-Agent: FacebookBot +Disallow: / + +User-agent: Amazonbot +Disallow: / + +User-agent: anthropic-ai +Disallow: / + +User-agent: Bytespider +Disallow: / + +User-agent: Applebot-Extended +Disallow: / \ No newline at end of file