bootstrap/docs/robots.txt

12 lines
256 B
Plaintext

---
---
# www.robotstxt.org/
{% if site.netlify != true and site.github == true -%}
# Allow crawling of all content
{%- endif %}
User-agent: *
Disallow:{% if site.netlify == true or site.github != true %} /{% endif %}
Sitemap: {{ site.url }}/sitemap.xml