From 516dea34656b5be8adae4b7a515e14426db85e81 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Wed, 10 Feb 2021 16:36:41 -0500 Subject: [PATCH] not helpful to have robots eating the help --- web.go | 1 + 1 file changed, 1 insertion(+) diff --git a/web.go b/web.go index 0318696..9528519 100644 --- a/web.go +++ b/web.go @@ -2171,6 +2171,7 @@ func nomoroboto(w http.ResponseWriter, r *http.Request) { io.WriteString(w, "Disallow: /meme/\n") io.WriteString(w, "Disallow: /o\n") io.WriteString(w, "Disallow: /o/\n") + io.WriteString(w, "Disallow: /help/\n") for _, u := range allusers() { fmt.Fprintf(w, "Disallow: /%s/%s/%s/\n", userSep, u.Username, honkSep) }