blob: 9097d50dad7ae57bff8398ac2478955e73525cb4 (
plain) (
tree)
|
|
---
---
# www.robotstxt.org/
{% if jekyll.environment != "netlify" -%}
# Allow crawling of all content
{%- endif %}
User-agent: *
Disallow:{% if jekyll.environment == "netlify" %} /{% endif %}
Sitemap: {{ site.url }}/sitemap.xml
|