From db67127df3f3937aae3121f2070eb582f6fa2ebe Mon Sep 17 00:00:00 2001 From: Nicholas Fasching <91689117+njfdev@users.noreply.github.com> Date: Mon, 4 Jul 2022 13:12:05 -0400 Subject: [PATCH] Create a Robots.txt File This is a very simple addition of the robots.txt file which disallows indexing of the entire website. #1262 --- 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..1f53798b --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: /