Forum Moderators: Robert Charlton & goodroi
I don't know how googlebot find this url
That would be the Google Spybar.
If the PR tool is enabled, every page you visit is tracked. How Google use this data is questionable but they have this data nonetheless. This may be one of the reasons Google fought the DoJ so hard in court recently. If forced to hand over search records, they might be forced to hand over this data too - that would be even more contentious.
Incidentally, if you use the PR extension for Firefox, Google still gets the same data - this is probably the reason that Google tolerates its use.
Kaled.
See also the related forums [webmasterworld.com] discussion.
Does it not make sense to use method="post" instead of method="get" for search forms?
It sure does and thanks for bringing it up. The above along with this (as mentioned above by g1smd)...
<meta name="robots" content="none"> ...will keep your search results page out of the index. I've done it, and I've done it many times successfully.
There is one drawback, those search results cannot be bookmarked, emailed, etc. For the basic user anyway. ;)
And, if you really want to get granular with blocking the bots...
<meta name="googlebot" content="noindex, nofollow, noarchive"> <meta name="msnbot" content="noindex, nofollow"> In theory, and in practice, the standard...
<meta name="robots" content="none"> Should be sufficient to block all bots. There may be times though where you just want to block Googlebot and/or MSNBot.