Jump to content

Search Engines & Verification Page


rockSteady

Recommended Posts

I'm currently building an adult site which is php based, but I've ran into a little issue I'd like to get resolved. I tried create a sitemap for my site the other day but it seems the generator I used only indexes the first page which pops up (an age verification & disclaimer page) which makes me suspect that search engine spiders might not be able to fully crawl through my site either.

Is there any way I can make it more accessible? Thanks!

Link to comment
https://forums.phpfreaks.com/topic/141381-search-engines-verification-page/
Share on other sites

I'm currently building an adult site which is php based, but I've ran into a little issue I'd like to get resolved. I tried create a sitemap for my site the other day but it seems the generator I used only indexes the first page which pops up (an age verification & disclaimer page) which makes me suspect that search engine spiders might not be able to fully crawl through my site either.

Is there any way I can make it more accessible? Thanks!

 

Have a hidden link on your site that goes to the sitemap or somewhere on your site so only bots would pick it up.

xml-sitemaps.com is the one I've been trying to get to work but it only index's my validuser.php which is the first page thats pulled up and requires you to enter in a valid birthday (18+) in order to gain access to the site. Is there a way for me to let the sitemap generator/search engine spiders bypass this?

Thanks again!

I'm currently building an adult site which is php based, but I've ran into a little issue I'd like to get resolved. I tried create a sitemap for my site the other day but it seems the generator I used only indexes the first page which pops up (an age verification & disclaimer page) which makes me suspect that search engine spiders might not be able to fully crawl through my site either.

Is there any way I can make it more accessible? Thanks!

 

Have a hidden link on your site that goes to the sitemap or somewhere on your site so only bots would pick it up.

 

Give that a try and see what happens. Basically the link would bypass the validation and since a bot will see it they will crawl it, an since it is "hidden" the users will never see it and click on it and thus your disclaimer still stands etc.

 

If you require a session string to view the site I would change that cause bots will not store session data due to lack of cookies.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.