From aedcee153413bc6d5bb68e99b54ac584664de2c4 Mon Sep 17 00:00:00 2001 From: Set Sakrecoer Date: Fri, 17 May 2019 09:01:33 +0200 Subject: [PATCH] adding robots.txt --- robots.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 robots.txt diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..48e0246 --- /dev/null +++ b/robots.txt @@ -0,0 +1,12 @@ +--- +layout: null +sitemap: false +--- +{% if jekyll.environment == 'production' %} +User-agent: * +Sitemap: {{ site.url }}/sitemap.xml +{% else %} +User-agent: * +Disallow: / +noindex: / +{% endif %} \ No newline at end of file