Forum Moderators: open
I have looked at Google's cache of the pages in question and when I view the html it does show the keywords in some of the "alt" tags, but nowhere else. However, I also notice that this html has been generated on the server side, as the pages are all .asp files.
Is it possible that they are using a sophisticated type of cloaking? If so, how do I detect it?
How it works is, you use server code to sniff out the IP or user agent being used by examining the HTTP header request. Since googlebot always announces who it is and what IP it has (like all good spiders do) its very easy to dish out one page to googlebot and another to a typical user. The "smart" people who do this set there page up not to be cached.
Good luck to you!
-J Martin