Posts: 5,938
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
|
shabbirbhimani: the word "hypothesis" implies that it's not a conclusive theory by any stretch of the imagination. It's just one of those things people are throwing out there with no real evidence or proof of anything.
Part of the problem with "Google has problems" is that, if they do (and I'm not sure if they do or don't), it cannot be conclusively determined. The vast, VAST majority of sites out there have some form of error or another preventing them from getting indexed properly.
Besides, in Mong's case there may be a fix that exists with the robots.txt file.
Mong, try this. Under your disallow, put:
User-Agent: Googlebot
Disallow: /posting.php*
According to http://www.mattcutts.com/blog/new-robotstxt-tool , the wildcard is supported within the disallowed URLs. You may be getting querystrings after it that are indexed.
Failing that, if you can edit your forum template, add the following to your meta tags for each disallowed page (I prefer this over robots.txt since it can be applied dynamically):
<meta name="robots" content="noindex, nofollow" />
If the first thing doesn't work, the second always does.
Last edited by ADAM Web Design; 06-09-2006 at 02:56 AM..
|