Possible Duplicate:
Q&A Revisions Should be Hidden from Search Engines

Are previous versions of a question/answer indexable by Google ?

Meaning, if a question is updated, there is still a trace of the old text under the revision history log. Is this page hidden from robots ?

link|improve this question

76% accept rate
1  
Yes, feature-completed: meta.stackoverflow.com/questions/14028/… – random Feb 3 '10 at 11:53
feedback

closed as exact duplicate by random, ChrisF, alex, fretje, marcgg Feb 3 '10 at 12:55

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

up vote 6 down vote accepted

Check the robots.txt file and you'll see this chunk:

User-Agent: *
Allow: /
Disallow: /posts
Disallow: /posts/

All of the revision histories of each post sit in the posts folder.

Disallow here means that if the search engines are playing nice, or they take the lines as inherited, they won't index the revision history.

link|improve this answer
1  
I have no idea how I could have missed it, looks like I'm blind. +1 – Koper Feb 3 '10 at 11:58
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged