oe7drt-website/layouts/robots.txt

6 lines
No EOL
190 B
Text

User-agent: *
Sitemap: {{ "sitemap.xml" | absLangURL }}
Disallow: /cgi-bin/
Disallow: /tags/
{{ range where .Data.Pages "Params.robotsdisallow" true }}Disallow: {{ .RelPermalink }}{{ end }}