From 9ed0b98cf3cea1147ee8457ea713de3fca1f3679 Mon Sep 17 00:00:00 2001 From: Robert Marshall Date: Sat, 18 Apr 2020 13:34:24 +0100 Subject: [PATCH] Add robots.txt --- src/Website/wwwroot/robots.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/Website/wwwroot/robots.txt diff --git a/src/Website/wwwroot/robots.txt b/src/Website/wwwroot/robots.txt new file mode 100644 index 0000000..14267e9 --- /dev/null +++ b/src/Website/wwwroot/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Allow: / \ No newline at end of file