Forum Moderators: goodroi
Here's the problem. I have a top level domain on my shared hosting account that I don't use.... say www.mysite.com. But, one of my add-on domains, say www.example.com is a site that generates a lot of revenue (thus I obviously don't want to mess anything up here)
Technically, the add-on domain is a subfolder of the toplevel domain, so you can access this page: www.example.com/page1.php alternatively by this url: www.mysite.com/example/page1.php.
Unfortunately, for a few pages google has started listing some of the pages meant to be a part of the second level domain as part of the top level domain.
But I'm afraid that if I put "noindex" in the robots.txt file in the top level domain (mysite.com) that it will also prevent the indexing of the add-on domain (example.com) also. How do I solve this?