From f254f42d0ca7c3d3483627bf88dc23b56a18a0a2 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Tue, 11 Jun 2024 12:25:29 -0500 Subject: [PATCH] final robots.txt tweak (for now) --- layouts/robots.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/layouts/robots.txt b/layouts/robots.txt index 9317ae0..63c6f07 100644 --- a/layouts/robots.txt +++ b/layouts/robots.txt @@ -1,11 +1,12 @@ -# hello robots [:] -# let's be friends <3 - Sitemap: {{ .Site.BaseURL }}/sitemap.xml -# except for these bots which are not friends: +# hello robots [^_^] +# let's be friends <3 + User-agent: * Disallow: + +# except for these bots which are not friends: {{ range .Site.Params.bad_robots }} User-agent: {{ . }} {{- end }}