From a780bdbc1100fbdfb5f2b2220a79652fb685a8e8 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Sun, 13 Oct 2019 18:15:30 -0400 Subject: [PATCH] keep the bots out of the onts --- web.go | 1 + 1 file changed, 1 insertion(+) diff --git a/web.go b/web.go index 41fce2d..bde3aba 100644 --- a/web.go +++ b/web.go @@ -1590,6 +1590,7 @@ func nomoroboto(w http.ResponseWriter, r *http.Request) { io.WriteString(w, "Disallow: /a\n") io.WriteString(w, "Disallow: /d\n") io.WriteString(w, "Disallow: /meme\n") + io.WriteString(w, "Disallow: /o\n") for _, u := range allusers() { fmt.Fprintf(w, "Disallow: /%s/%s/%s/\n", userSep, u.Username, honkSep) }