From a498c81e99d915d9e8b6ad45164dcfea3c626f81 Mon Sep 17 00:00:00 2001 From: Konstantin Kostov Date: Thu, 11 Apr 2024 10:45:00 +0200 Subject: [PATCH] cleanup robots.txt, v38 --- Makefile | 2 +- base/templates/robots.txt | 33 +-------------------------------- 2 files changed, 2 insertions(+), 33 deletions(-) diff --git a/Makefile b/Makefile index 6fddcec..1eae5ad 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .PHONY: help build publish -VERSION = 1.0.37 +VERSION = 1.0.38 help: @perl -nle'print $& if m{^[a-zA-Z_-]+:.*?## .*$$}' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' diff --git a/base/templates/robots.txt b/base/templates/robots.txt index dc8750d..14267e9 100644 --- a/base/templates/robots.txt +++ b/base/templates/robots.txt @@ -1,33 +1,2 @@ User-agent: * -Allow: /*?v -Disallow: /calendar/action* -Disallow: /events/action* -Disallow: /*? -Crawl-delay: 3 - -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: omgili -User-agent: omgilibot -User-agent: peer39_crawler -User-agent: peer39_crawler/1.0 -User-agent: PerplexityBot -User-agent: YouBot -Disallow: / \ No newline at end of file +Allow: / \ No newline at end of file