From 486f17722532f595e0b104bacc37239f411bd849 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 15 May 2026 12:59:23 -0700 Subject: [PATCH] Add robots.txt for search engines to find the sitemap. --- static/robots.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 static/robots.txt diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 0000000..ba03632 --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Allow: / +Sitemap: https://rollingveganrendezvous.com/sitemap.xml