I have a website. But when someone enters at root level. I want them to choose between
Button 1 "www.website.com"
and
Button 2 "subdomain.website.com"
I was thinking about using the PHP $SESSION variable to do this.
- But my question is, will the search engine robots make a button choice and crawl both websites? Or do I block them when asking to chose one of two buttons?
Thanks