not helpful to have robots eating the help

master
Ted Unangst 3 years ago
parent 13d6bc9a81
commit 516dea3465

@ -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)
}

Loading…
Cancel
Save