Noindex, nofollow on a wordpress blog

Discussion in 'Blogging' started by roynetwork7, Mar 26, 2012.

  1. #1
    hello everyone.

    i have a wordpress blog im developing right now and i wanted to know,

    how do i put noindex nofollow tag on the WHOLE SITE, not just one page or post

    and of course how to remove it after.

    Thank you all.
     
    roynetwork7, Mar 26, 2012 IP
  2. GMF

    GMF Well-Known Member

    Messages:
    855
    Likes Received:
    113
    Best Answers:
    19
    Trophy Points:
    145
    #2
    Just use a robots.txt

    That way you can set it for your whole project and just delete it when you don't need it anymore

    And a site that explains how to use it

    http://www.robotstxt.org/
    Code (markup):
     
    GMF, Mar 26, 2012 IP
  3. roynetwork7

    roynetwork7 Active Member

    Messages:
    69
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    91
    #3
    ok. but how actually do it ? do i need a specific plugin for it ?
     
    roynetwork7, Mar 26, 2012 IP
  4. GMF

    GMF Well-Known Member

    Messages:
    855
    Likes Received:
    113
    Best Answers:
    19
    Trophy Points:
    145
    #4
    No

    You just make a file that is called robots.txt
    .txt is textfile format. If you are on windows and have file extensions dissabled, just open up notepad, paste this into it
    
    
    User-agent: * Disallow: /
    
    
    Code (markup):
    and safe it as robots

    Upload that into your root directory of your blog.
    There are extensions for wordpress so do whatever you feel comfortable with.
     
    GMF, Mar 26, 2012 IP
  5. Masim man

    Masim man Active Member

    Messages:
    73
    Likes Received:
    4
    Best Answers:
    2
    Trophy Points:
    58
    #5
    The easiest way is just login to your blog and go to the Setting > Privacy, check "Ask search engines not to index this site." and then save.

    It'll automatically add meta tag robots= "noindex,nofollow" to the whole blog.

    For site maintenance, I prefer to use htaccess and redirect all visitors to a maintenance page. It is easy to do, as described here - http://davidwalsh.name/htaccess-maintenance-page-redirect
     
    Masim man, Apr 3, 2012 IP
    trosquin likes this.
  6. roynetwork7

    roynetwork7 Active Member

    Messages:
    69
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    91
    #6
    thank you very much.
     
    roynetwork7, Apr 3, 2012 IP
  7. marvel1987

    marvel1987 Peon

    Messages:
    31
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Exactly how Masim man has suggested...just remember to change it back when you have finished with the dev work....sounds daft...trust me...we have all been there...:rolleyes:
     
    marvel1987, Apr 16, 2012 IP
  8. locke815

    locke815 Peon

    Messages:
    480
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Yes, by I thought by default, WordPress already set it to nofollow right?
     
    locke815, Apr 16, 2012 IP
  9. marvel1987

    marvel1987 Peon

    Messages:
    31
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Not usually by default...it is a setting you opt out of when installing the Wordpress database and files etc...
     
    marvel1987, Apr 17, 2012 IP