From a82da81fde1590c0a9cb72ab8bf367c0088ee86f Mon Sep 17 00:00:00 2001 From: Daniel-I-Am Date: Wed, 15 Jun 2022 18:22:40 +0200 Subject: [PATCH] Add robots.txt file --- static/robots.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 static/robots.txt diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 0000000..5c30951 --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,5 @@ +User-Agent: * +Allow: / + + +Sitemap: sitemap.xml