prevent search engines indexing depending on domain
Posted
by
Javier
on Server Fault
See other posts from Server Fault
or by Javier
Published on 2012-09-17T08:02:20Z
Indexed on
2012/09/17
9:40 UTC
Read the original article
Hit count: 339
We have a dedicated server with a hosting company with a couple of dozens of webs in it. It happens that the nameservers (EG: ns1.domain.com, ns2.domain.com) ip's are coincident with some client webs, let's say webclient1.com and webclient2.com
Problem is that for a certain searches in google, some results are showing up like ns1.domain.com/result instead of webclient1.com/result which is pretty wrong and annoying for our clients. Actually if you type in the browser ns1.domain.com or ns2.domain.com it will load some pageclients instead.
Is there any way to prevent google to track those results only in case the robots are coming to check ns domains? It may be not correct to ask this as well, but why is it happening? is it a result of a bad server configuration? I'm pretty new on these matters, so thank you in advance for any help!
© Server Fault or respective owner