{% comment %}
Keep in mind that emypt line break's by schmea are only allowed above the User-agent markup:
See:
User-agent: * Disallow: Allow: /
User-agent: killer-robot Disallow: / Allow:
{% endcomment %}{% for rule in site.robotstxt %} User-agent: {{ rule.user-agent }} {% if rule.disallow != “” %}Disallow: {{ rule.disallow }}{% endif %}{% if rule.allow != “” %}Allow: {{ rule.allow }}{% endif %} {% endfor %}
Sitemap: {{ site.project.url }}/sitemap.xml