runtimeterror/layouts/robots.txt

12 lines
192 B
Text
Raw Normal View History

2024-07-03 12:21:42 -05:00
Sitemap: {{ .Site.BaseURL }}sitemap.xml
2024-04-12 15:29:07 -05:00
2024-06-11 12:25:29 -05:00
# hello robots [^_^]
# let's be friends <3
2024-04-12 15:29:07 -05:00
User-agent: *
Disallow:
2024-06-11 12:25:29 -05:00
# except for these bots which are not friends:
{{ partial "bad-robots.html" . }}