From 538395b0c476463361db9da68e0fac5f5efa3822 Mon Sep 17 00:00:00 2001 From: Hugo Prata Date: Sat, 18 Jul 2020 22:56:27 +0100 Subject: [PATCH] Add robots.txt to sites --- GCI.Maintenance/robots.txt | 3 +++ GCI.PortalCondomino/robots.txt | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 GCI.Maintenance/robots.txt create mode 100644 GCI.PortalCondomino/robots.txt diff --git a/GCI.Maintenance/robots.txt b/GCI.Maintenance/robots.txt new file mode 100644 index 0000000..cc72e0c --- /dev/null +++ b/GCI.Maintenance/robots.txt @@ -0,0 +1,3 @@ +user-agent: * +Allow: /$ +Disallow: / \ No newline at end of file diff --git a/GCI.PortalCondomino/robots.txt b/GCI.PortalCondomino/robots.txt new file mode 100644 index 0000000..cc72e0c --- /dev/null +++ b/GCI.PortalCondomino/robots.txt @@ -0,0 +1,3 @@ +user-agent: * +Allow: /$ +Disallow: / \ No newline at end of file