Forum Moderators: open
Ultimately though, if you play the cloaking game you gotta expect to get burned by your competitors at some point. Especialy in high gain markets. That's just the way it is...
Nick
I have never had a problem with nocache. The other way might be to have a piece of script looking to see if a query string contains the term 'cache' and serve up somthing different and misleading.
Forgive my ignorance but...
Unless you used client-side script to redirect (v. easy for competitors to disable, equally easy to be banned for using it since it only has one purpose) then this wouldn't be possible because at the point the page *has* the term cache in its querystring it's already been indexed and is being served up as static content (hence cached) by Google.
...unless of course you detect a user coming into your site from the cache, at which point showing the user something different and misleading probably wouldn't help.
- Tony
[edited by: Dreamquick at 4:08 pm (utc) on July 30, 2003]
Unless you used client-side script to redirect (v. easy for competitors to disable, equally easy to be banned for using it since it only has one purpose) then this wouldn't be possible because at the point the page *has* the term cache in its querystring it's already been indexed and is being served up as static content (hence cached) by Google.
They might have been talking about client-side scripting, which is possible to execute from the cache... however, it's also very easy to disable.
Just to clear things a little bit, i guess you know this allready though:
No-Cache has no negative side effect and doesn't keep google from caching yopur pages at all! No-Cache pragma is used to avoid browser caching and cache-control should avoid proxy caching (given that a browser / proxy obeys this tags).
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
The only tag that avoids google caching your pages is the noarchive tag.
<meta name="robots" content="noarchive">
<meta name="googlebot" content="noarchive">
If you are certain they are cloaked, remember that Inktomi (MSN uses Inktomi for their search engine results) does allow "trusted feed" cloaking. Trusted feed is when you pay them to submit your own title, meta description and some body text for certain pages on your site... it amounts to a sanctioned type of pay-for-play cloaking.
If, on the other hand, you don't believe this is what's happening, you could try reporting them to Inktomi as spammers. Good luck with that. I don't think Inktomi is as good about spam reports as Google.
Dan