Here's the drill: My forum posts are SEO friendly and in .html format. So typical post link: http: //www.site.com/forum/how-to-cut-your-head-off.html http: //www.site.com/forum/owning-counter-strike.html Now what would I enter into robots.txt in order to prevent from SE's from indexing: http: //www.site.com/forum/owning-counter-strike.html;msg122185;topicseen#msg122185 OR http: //www.site.com/forum/owning-counter-strike.html;msg122197 OR http: //www.site.com/forum/owning-counter-strike.html;msg122197#msg122197 Because they all point to same link, hence I'll get penalized for duplicate content. Thank you.
Thanks. I had: Disallow: /forum/*.msg* Disallow: /forum/*msg* I now commented them out, and put yours (Disallow: /forum/*.html;msg*) instead.