not helpful to have robots eating the help
This commit is contained in:
parent
13d6bc9a81
commit
516dea3465
1
web.go
1
web.go
|
@ -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…
Reference in New Issue