From dcfb6d321c3c23179e627c1b4a5ff44f904d87c0 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Thu, 7 Jul 2022 12:02:18 -0500 Subject: [PATCH] Add robots.txt --- static/robots.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 static/robots.txt diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 0000000..3269cc2 --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: / + +Sitemap: https://doesitarm.com/sitemap-index.xml