Robots.txt Disallow: 20 Years of Mistakes To Avoid
1–10 of 63 posts
Re: Robots.txt Disallow: 20 Years of Mistakes To Avoid
#2Re: Robots.txt Disallow: 20 Years of Mistakes To Avoid
#3Re: Robots.txt Disallow: 20 Years of Mistakes To Avoid
#4lots of target-detection crawlers will look at robots.txt as the first thing they do to see if there's any fun pages you don't want the other crawlers to see
Re: Robots.txt Disallow: 20 Years of Mistakes To Avoid
#5Alongside tagging links to such resources with nofollow.
Re: Robots.txt Disallow: 20 Years of Mistakes To Avoid
#6"Some sites try to communicate with Google through comments in robots.txt"
In the examples given, none appear to be trying to "communicate with Google through comments" - how is including...
# What's all this then?
# \
#
# -----
# | . . |
# -----
# \--|-|--/
# | |
# |-------|
...a "mistake" to avoid? There's no harm in it at all.Re: Robots.txt Disallow: 20 Years of Mistakes To Avoid
#7The article contains some good observations, but I'm struggling to understand this one: "Some sites try to communicate with Google through comments in robots.txt" In the examples given, none appear to be trying to "communicate with Google through comments" - how is including... # What's all this then? # \ # # ----- # | . . | # ----- # \--|-|--/ # | | # |-------| ...a "mistake" to avoid? There's no harm in it at all.
Re: Robots.txt Disallow: 20 Years of Mistakes To Avoid
#8 User-agent: ia_archiver
Disallow: /
Those two lines mean that all content hosted on the entire site will be blocked from the Internet Archive (archive.org) WayBack Machine, and the public will be unable to look at any previous versions of the website's content. It wipes out a public view of the past.Yeah, I'm looking at you, Washington Post: http://www.washingtonpost.com/robots.txt
Banning access to history like that is shameful.
Re: Robots.txt Disallow: 20 Years of Mistakes To Avoid
#9The article contains some good observations, but I'm struggling to understand this one: "Some sites try to communicate with Google through comments in robots.txt" In the examples given, none appear to be trying to "communicate with Google through comments" - how is including... # What's all this then? # \ # # ----- # | . . | # ----- # \--|-|--/ # | | # |-------| ...a "mistake" to avoid? There's no harm in it at all.
I thought that was the whole point of robots.txt