1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 18:10:33 -04:00
jarv.is/layouts/robots.txt

12 lines
240 B
Plaintext

User-Agent: *
{{- if eq hugo.Environment "production" }}
Allow: /.well-known/amphtml/apikey.pub
Disallow: /403.html
Disallow: /404.html
Disallow: /sa/
Disallow: /y2k/
Sitemap: {{ "sitemap.xml" | absURL }}
{{- else }}
Disallow: /
{{- end }}