Hi,
we have a big community website build in drupal, where the site has a mandatory agecheck before you can access the content of the website
it checks for a cookie to be present, if not, you get redirected to the agecheck page.
now we believe crawlers get stuck on this part, they get redirected to the agecheck and never get to crawl the full website.
has anyone had this before? what would be the best way to deal with something like this?
Sander
EDIT
i am sorry only to mention this now, one of the issues with crawlers is also that when someone in the community posts something to his wall on facebook, facebook crawls the page back to fetch images and description (which are specified in meta tags) but facebook gets also redirected to the agecheck page. would a useragentcheck work if i add the facebook crawler ? if so: would anyone know the facebook crawlers exact name then?
The solution below is one that we also came a cross on the net. if adding the facebook crawler to that list works then it would solve all the problems we are having with this agecheck page.