From 4ac83a0df3be4e5b210f47225e60c78e1ad4be94 Mon Sep 17 00:00:00 2001 From: Google AI Agent Date: Sun, 5 Apr 2026 21:02:18 +0000 Subject: [PATCH] feat: add robots.txt --- robots.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 robots.txt diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..1ae35b5 --- /dev/null +++ b/robots.txt @@ -0,0 +1,8 @@ +User-agent: * +Allow: / +Disallow: /api/ +Disallow: /admin/ +Disallow: /user/ +Disallow: /explore/ + +Sitemap: https://forge.alexanderwhitestone.com/sitemap.xml