From 4c2f74949b0758d33049bdfa4f0124a28958f8ea Mon Sep 17 00:00:00 2001 From: undergroundwires Date: Sat, 19 Sep 2020 01:23:33 +0100 Subject: [PATCH] add robots.txt to explicitly allow indexing --- public/robots.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 public/robots.txt diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 00000000..6f27bb66 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: \ No newline at end of file