keep the bots out of the onts

master
Ted Unangst 5 years ago
parent 1e0fda6fe9
commit a780bdbc11

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

Loading…
Cancel
Save