From 7caf2c1b4e530599c5c9a6749e135a54b1244bf3 Mon Sep 17 00:00:00 2001 From: dvelo <52332868+DeveloLongScript@users.noreply.github.com> Date: Fri, 24 Jan 2025 17:24:58 -0600 Subject: [PATCH] fix: google crawling --- public/robots.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 public/robots.txt diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..ab71656 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,7 @@ +# Block all crawlers for /account +User-agent: * +Disallow: /account + +# Allow all crawlers +User-agent: * +Allow: / \ No newline at end of file