From 408f3412268ad8290fddefc2f8ca0de015b1d417 Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Thu, 27 Feb 2020 02:51:09 -0800 Subject: [PATCH] Allow in robots --- public/robots.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/robots.txt b/public/robots.txt index 085187fa..0e16a116 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,5 +1,6 @@ # See http://www.robotstxt.org/wc/norobots.html for documentation on how to use the robots.txt file # # To ban all spiders from the entire site uncomment the next two lines: -# User-Agent: * -# Disallow: / +User-Agent: * +Allow: / +Disallow: /admin