From 6f7d502774f1ea64642fcbff03331c67f1a03593 Mon Sep 17 00:00:00 2001 From: Jonas Tobias Hopusch Date: Wed, 14 Jul 2021 14:34:44 +0200 Subject: [PATCH] Add robots.txt to templates --- templates/robots.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 templates/robots.txt diff --git a/templates/robots.txt b/templates/robots.txt new file mode 100644 index 0000000..630fe3f --- /dev/null +++ b/templates/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Disallow: / +Sitemap: {{ get_url(path="sitemap.xml") }}