keep the bots out of the onts

This commit is contained in:
Ted Unangst 2019-10-13 18:15:30 -04:00
parent 1e0fda6fe9
commit a780bdbc11
1 changed files with 1 additions and 0 deletions

1
web.go
View File

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