1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-07-13 11:53:53 -04:00
Files
jarv.is/layouts/robots.txt
T
2020-06-29 11:43:38 -04:00

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 }}