2017-04-11 03:27:13 +02:00
|
|
|
User-agent: *
|
|
|
|
# robotstxt.org - if ENV production variable is false robots will be disallowed.
|
2017-04-15 18:31:22 +02:00
|
|
|
{{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }}
|
2021-03-09 21:40:16 +01:00
|
|
|
Allow: /
|
|
|
|
Sitemap: {{.Site.BaseURL}}/sitemap.xml
|
2017-04-11 03:27:13 +02:00
|
|
|
{{ else }}
|
2021-03-09 21:40:16 +01:00
|
|
|
Disallow: /
|
2017-04-11 03:27:13 +02:00
|
|
|
{{ end }}
|