adding robots.txt
This commit is contained in:
parent
4ab8fbc256
commit
aedcee1534
1 changed files with 12 additions and 0 deletions
12
robots.txt
Normal file
12
robots.txt
Normal 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 %}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue