From a4d2dd4ea112754ce59887458932438054907d22 Mon Sep 17 00:00:00 2001 From: CodeShell <122738806+CodeShellDev@users.noreply.github.com> Date: Sun, 9 Nov 2025 09:47:25 +0100 Subject: [PATCH] Add robots.txt crawling --- static/robots.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 static/robots.txt diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 0000000..2bd945c --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: / + +Sitemap: https://codeshelldev.github.io/secured-signal-api/sitemap.xml