keep the bots out of the onts
Ted Unangst tedu@tedunangst.com
Sun, 13 Oct 2019 18:15:30 -0400
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
web.go
→
web.go
@@ -1590,6 +1590,7 @@ io.WriteString(w, "User-agent: *\n")
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) }