docs/layouts/index.robots.txt

12 lines
245 B
Plaintext

{{- if hugo.IsProduction -}}
User-agent: *
Sitemap: {{ "sitemap.xml" | absURL }}
{{- else -}}
# Disable all indexing on staging websites and Netlify previews to prevent
# them showing up in search results.
User-agent: *
Disallow: /
{{- end }}