adding robots.txt

This commit is contained in:
Set Sakrecoer 2019-05-17 09:01:33 +02:00
parent 4ab8fbc256
commit aedcee1534

12
robots.txt Normal file
View file

@ -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 %}