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