Removal of sub-domain

Discussion in 'Site & Server Administration' started by rudradhar, May 28, 2012.

  1. #1
    Hi Guys,

    I want to remove my sub-domain from google custom search. The problem is that i don't have the access of the sub-domain to webmaster and server also. Is there any way to remove the sub-domain from the custom search. I had the access of my main domain.
     
    rudradhar, May 28, 2012 IP
  2. linux7802

    linux7802 Active Member

    Messages:
    110
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #2
    Create the robots.txt file under the sub-domain document root and insert the following code,it will block all the agents to crawl the sub-domain.

    User-agent: *
    Disallow: /
     
    linux7802, Jun 1, 2012 IP