From 52c9d5c14d989268a86d5f2ab135184337e3075d Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Tue, 17 Dec 2024 01:17:02 -0700 Subject: [PATCH] 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..87c72bc --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Disallow: / +Allow: /$ +Allow: /discord$ \ No newline at end of file