1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 05:38:26 -04:00
jarv.is/layouts/robots.txt

11 lines
234 B
Plaintext

User-Agent: *
{{- if eq hugo.Environment "production" }}
Disallow: /403.html
Disallow: /404.html
Disallow: /api/mention/
Disallow: /api/ping/
Sitemap: {{ print .Site.Params.baseUrl "/sitemap.xml" }}
{{- else }}
Disallow: /
{{- end }}