How can i disallow my home page URL through robots.txt ?

Discussion in 'Search Engine Optimization' started by Debut Infotech, Apr 29, 2015.

  1. #1
    How can i disallow my home page URL through robots.txt ?
     
    Debut Infotech, Apr 29, 2015 IP
  2. sam.hunt0710

    sam.hunt0710 Member

    Messages:
    46
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    38
    #2
    User-agent: *
    Disallow: /

    This code will disallow .

    If you want to learn more http://www.robotstxt.org/robotstxt.html
     
    sam.hunt0710, Apr 29, 2015 IP
  3. ashumastermind

    ashumastermind Active Member

    Messages:
    100
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    58
    #3
    User-agent: *
    Disallow: /

    This is the code which not allow to any search engine crawl your home page.
     
    ashumastermind, Apr 29, 2015 IP
  4. Debut Infotech

    Debut Infotech Member

    Messages:
    35
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #4
    Thanks for the help
     
    Debut Infotech, Apr 29, 2015 IP
  5. Muhit Alam Razon

    Muhit Alam Razon Greenhorn

    Messages:
    23
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #5
    Make change your Robots txt file with your home page url like:
    User-agent: *
    Disallow: /
     
    Muhit Alam Razon, May 4, 2015 IP
  6. Alex.p

    Alex.p Greenhorn

    Messages:
    34
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    6
    #6
    Just put this simple code and let all search engine disallow to crawl your website.

    User-agent: *
    Disallow: /
     
    Alex.p, May 4, 2015 IP