From ab3d80457dfad9aa72f8552773468e78c7f97a33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Mon, 18 May 2026 19:00:25 +0200 Subject: [PATCH] Add custom robots.txt template Co-Authored-By: Claude Sonnet 4.6 --- layouts/robots.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 layouts/robots.txt 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