sass-site/source/robots.liquid
Jonny Gerig Meyer 20aa8ef3a3
Add sitemap.xml
2023-04-06 14:46:54 -04:00

11 lines
202 B
Plaintext

---
permalink: '/robots.txt'
eleventyExcludeFromCollections: true
---
# www.robotstxt.org/
# Allow crawling of all content
User-agent: *
Disallow:
Sitemap: {{ '/sitemap.xml' | absoluteUrl: site.url }}