Age verification forms and crawlers

Posted by user333763 on Stack Overflow See other posts from Stack Overflow or by user333763
Published on 2010-05-05T19:32:06Z Indexed on 2010/05/05 19:38 UTC
Read the original article Hit count: 375

Filed under:
|
|
|
|

I have created a website about some beer brand and had to include age verification page. The verification script is written in PHP and uses sessions to store verification variable. The script works the way that no matter form which link you will try to enter the website it will take you to the verification page first. The verification is very simple. There are 2 button: "I'm under 21" and "I'm over 21". If you click the latter, you can browse the website.

After some time I discovered that the web crawlers are not able to get past verification page. I checked the website in Google webmaster tools and the only text content scanned was from the verification page.

I read somewhere that crawlers are not able to submit form buttons, is it true?

Considering the fact that age verification pages are useless anyways, maybe I should just leave it as a starting page but don't forbid going around it, e.g. from links to the subpages?

© Stack Overflow or respective owner

Related posts about php

Related posts about age