diff --git a/layouts/robots.txt b/layouts/robots.txt new file mode 100644 index 0000000..92f9689 --- /dev/null +++ b/layouts/robots.txt @@ -0,0 +1,7 @@ +User-agent: * +Allow: / + +# Block build artefacts +Disallow: /public/ + +Sitemap: {{ .Site.BaseURL }}sitemap.xml