blob: d3ac12c6462df548337216cacd55b6ed63415788 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
---
---
# www.robotstxt.org/
# Allow crawling of all content
User-agent: *
Disallow:{% if jekyll.environment != "production" %} /{% endif %}
Sitemap: {{ site.url }}/sitemap.xml
|