Hi,
I want to block search engines like Google and Yahoo from crawling user sub.domains like user.example.com, how can i do it?
Hi,
I want to block search engines like Google and Yahoo from crawling user sub.domains like user.example.com, how can i do it?
Use robots.txt file in your web server.
So, in your subdomain put a robots.txt file that looks like this:
User-agent: *
Disallow: /
All sites have something specifically specified because that's what they don't want crawled by search engines...