{{- 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.
Disallow: /
{{- end }}