From c28363e47af67c55eb0126ec8930477c403609bc Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 11 Dec 2021 17:44:14 +0100 Subject: [PATCH] Use more refined robots.txt template The previous one possibly also blocks RSS feeds. --- templates/robots.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/robots.txt b/templates/robots.txt index 479cfbc..f7a24ae 100644 --- a/templates/robots.txt +++ b/templates/robots.txt @@ -1,3 +1,4 @@ User-agent: * Sitemap: {{ get_url(path="sitemap.xml") }} -Disallow: /formats/* +Disallow: /formats/*/index.html +Disallow: /formats/index.html