From 7c436cc19c9a75cbf0e9ed3b24ec318c8bf3c8e1 Mon Sep 17 00:00:00 2001 From: Alexa Amundson <118287761+blackboxprogramming@users.noreply.github.com> Date: Wed, 11 Mar 2026 21:04:03 -0500 Subject: [PATCH] Add robots.txt for search engine crawling --- robots.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 robots.txt diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..e7ff573 --- /dev/null +++ b/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: / + +Sitemap: https://blackroadinc.us/sitemap.xml