10 lines
No EOL
162 B
Text
10 lines
No EOL
162 B
Text
---
|
|
permalink: /robots.txt
|
|
eleventyExcludeFromCollections: true
|
|
---
|
|
User-agent: *
|
|
Allow: /
|
|
{% for bot in aiBots %}
|
|
User-agent: {{ bot }}
|
|
{%- endfor %}
|
|
Disallow: / |