|
I want to prevent my main index page (index.html) from being crawled and indexed by Google, while visitors should continue to access this page when they type in my domain name.
If I set up a robots.txt file to disallow index.html (or use a no index, no follow meta tag), then include a second index page (e.g. "index2.html") that is not disallowed, will the search engines crawl and index the second page? I believe the SE's will look for index.html first and if it doesn't find one, will it pick up index2.html even if it is not linked to index.html?
What's the better method to use, robots.txt or no index, no follow? Thanks.
|