From 03bed5407f08e2443311c8b979fd31e948950a33 Mon Sep 17 00:00:00 2001 From: Diego Soriano Date: Sat, 31 Aug 2024 00:41:59 -0600 Subject: [PATCH] Adding robots.txt --- robots.txt | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 robots.txt diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..62ab5ce --- /dev/null +++ b/robots.txt @@ -0,0 +1,36 @@ +User-agent: Googlebot +Disallow: / +User-agent: googlebot-image +Disallow: / +User-agent: googlebot-mobile +Disallow: / +User-agent: MSNBot +Disallow: / +User-agent: Slurp +Disallow: / +User-agent: Teoma +Disallow: / +User-agent: Gigabot +Disallow: / +User-agent: Robozilla +Disallow: / +User-agent: Nutch +Disallow: / +User-agent: ia_archiver +Disallow: / +User-agent: baiduspider +Disallow: / +User-agent: naverbot +Disallow: / +User-agent: yeti +Disallow: / +User-agent: yahoo-mmcrawler +Disallow: / +User-agent: psbot +Disallow: / +User-agent: yahoo-blogs/v3.9 +Disallow: / +User-agent: * +Disallow: / +Crawl-delay: 120 +Sitemap: https://github.com/DiegoSoriano/some_python_package \ No newline at end of file