From 10b30912644561ebb591c1c5790227ee7585a37a Mon Sep 17 00:00:00 2001 From: darkicewolf50 Date: Thu, 17 Jul 2025 20:43:32 -0600 Subject: [PATCH] feat(robots): added sitemap to robots.txt --- static/robots.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/robots.txt b/static/robots.txt index 8875f68..ecf765a 100644 --- a/static/robots.txt +++ b/static/robots.txt @@ -1,2 +1,4 @@ User-agent: * Disallow: /blogs/ + +Sitemap: https://darkicewolf50.pages.dev/sitemap.xml \ No newline at end of file