From e50ea00b9021aba61bc7238dbaf47d675b6bc4f8 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 15 May 2026 13:18:01 -0700 Subject: [PATCH] Add a static robots.txt file. --- 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..e72188c --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Allow: / +Sitemap: https://blog.hyperling.com.com/sitemap.xml