keep the bots out of the onts
This commit is contained in:
parent
1e0fda6fe9
commit
a780bdbc11
1
web.go
1
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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue