From 519fce3de3fb7a615728fc70e993f3d2bc03b675 Mon Sep 17 00:00:00 2001 From: trafficlunar Date: Sun, 5 Oct 2025 22:09:46 +0100 Subject: [PATCH] chore: add robots.txt --- public/robots.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 public/robots.txt diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..63466bb --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,4 @@ +User-Agent: * +Disallow: /app + +Sitemap: https://blockmatic.trafficlunar.net/sitemap.xml \ No newline at end of file