Posts: 5,935
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
|
There is one possible answer, although I haven't tried it and I don't know the risks of it as such. Mind you, the New York Times does something similar and it's been stated as okay by big G in the past, so here goes:
1) Have your pages detect the presence of a bot (Googlebot, MSNbot, Slurp!, whatever).
2) Present the pages to your bot that your users would see IF they clicked "ok" at the landing page deal.
3) Have the pages detect (probably session variable or cookie or both) whether or not the user has agreed to the disclaimer on the landing page and only enter the site if they have.
That should get around most, if not all issues. And it's not really a black-hat tactic IMHO as long as the same content is presented in the end because the user will still see it provided they agree to a disclaimer, and since NYT does something similar as mentioned earlier.
What SEs tend to have a problem with are pages created AS landing/doorway pages with nothing but repeated keywords. This isn't the case here.
Last edited by ADAM Web Design; 08-23-2006 at 10:22 AM..
|