From d606d35eba709b5d191a2b947435e4cc943d9461 Mon Sep 17 00:00:00 2001 From: prototypa Date: Wed, 10 Aug 2022 18:06:17 -0400 Subject: [PATCH] Allow all in robots.txt and add sitemap --- public/robots.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/robots.txt b/public/robots.txt index 6f27bb6..89ff1db 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,2 +1,4 @@ User-agent: * -Disallow: \ No newline at end of file +Allow: / + +Sitemap: https://astrowind.vercel.app/sitemap-index.xml \ No newline at end of file