Robots.txt advice needed

Discussion in 'robots.txt' started by zinghana, Jun 18, 2010.

  1. #1
    Hey all,

    Currently configuring a personal website / project... Now i would like to stop my site being indexed until it is complete.. how is this done ?

    I know / think it is controlled by robots.txt but am unsure of the code, ive googled this but found many different codes etc.. i would like to know the best way to achieve this.

    Thanks in advance to anyone who can post the code / fix for this.

    Cheers
     
    zinghana, Jun 18, 2010 IP
  2. manish.chauhan

    manish.chauhan Well-Known Member

    Messages:
    1,682
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    110
    #2
    You can use following code in your robotx.txt to not index your website in any of the search engines:

    User-agent: *
    Disallow: /
     
    manish.chauhan, Jun 20, 2010 IP