How do you NOFOLLOW all links on a website.`

Discussion in 'Google' started by usa666, Jan 20, 2009.

  1. #1
    I have a forum that I want to make sure all links are treated as nofollow.

    How would I do this if I am going to have my index page redirect to the forums?
     
    usa666, Jan 20, 2009 IP
  2. CommonDavid

    CommonDavid Peon

    Messages:
    440
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #2
    a href="link" rel="nofollow"
     
    CommonDavid, Jan 20, 2009 IP
  3. usa666

    usa666 Well-Known Member

    Messages:
    468
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    110
    #3
    i am aware how to make individual links nofollow. I want to be able to make all outbound links on my site nofollow the easiest way possible.
     
    usa666, Jan 20, 2009 IP
  4. STAR Cruiser

    STAR Cruiser Well-Known Member

    Messages:
    782
    Likes Received:
    110
    Best Answers:
    0
    Trophy Points:
    120
    #4
    Do you want to make comment section Nofollow?
    If yes then install nofollow wordpress plugin.

    It is better to free Nofollow If you want traffic, daily visitors and comments. Once your blog gets good reputation then you can make all links Nofollow :D
     
    STAR Cruiser, Jan 20, 2009 IP
  5. usa666

    usa666 Well-Known Member

    Messages:
    468
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    110
    #5
    it is a forum and I am looking at making everything nofollow
     
    usa666, Jan 20, 2009 IP
  6. CommonDavid

    CommonDavid Peon

    Messages:
    440
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #6
    What kind of software is the forum run on?
     
    CommonDavid, Jan 20, 2009 IP
  7. ProWebTalk

    ProWebTalk Banned

    Messages:
    73
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #7
    That's probably not a good idea.. BUT.. wouldn't you just put nofollow in the search engine meta tags up top?
    If you make everything nofollow, your site will basically cease to exist. Google won't go from page to page to index your pages.
     
    ProWebTalk, Jan 20, 2009 IP
  8. STAR Cruiser

    STAR Cruiser Well-Known Member

    Messages:
    782
    Likes Received:
    110
    Best Answers:
    0
    Trophy Points:
    120
    #8
    Never make your forum outbound links Nofollow.
    If you made it then no one will register. Give some benefits to them and gain their profits.
     
    STAR Cruiser, Jan 20, 2009 IP
    Jim4767 likes this.
  9. usa666

    usa666 Well-Known Member

    Messages:
    468
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    110
    #9
    alright, i guess I will leave it all follow. But will need to moderate out the blatent spammers.
     
    usa666, Jan 20, 2009 IP
  10. CommonDavid

    CommonDavid Peon

    Messages:
    440
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Do you mean a noindex? There is no such thing as putting a nofollow in the meta tags.

    You can easily weed out the spam by making all different kinds of outbound links nofollow with most kinds of BB software. SEO Chat wrote their own script that allows posters their top link to be a follow, then the rest of all the links on the entire site are nofollow. They are in the top 10 for nearly every SEO related search so there you go.
     
    CommonDavid, Jan 20, 2009 IP
  11. usa666

    usa666 Well-Known Member

    Messages:
    468
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    110
    #11
    I am messing around with PHPBB forums and was wanting to come up with something to minimize the penalty for outbound links
     
    usa666, Jan 20, 2009 IP
  12. mohit115

    mohit115 Active Member

    Messages:
    205
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    58
    #12
    yes, you can't no follow the entire thing. Best will be to use a robots.txt file and then ban individual folders from being read by the search engine.
     
    mohit115, Jan 20, 2009 IP
  13. STAR Cruiser

    STAR Cruiser Well-Known Member

    Messages:
    782
    Likes Received:
    110
    Best Answers:
    0
    Trophy Points:
    120
    #13
    If you are using something like drupal then you dont have much problem.
    Use some scripts which will not allow user to post more than 3 or 4(as you wish) comments per day.
    Dont allow 2 registrations from one IP.

    With these 2 steps you can stop spam by 70%. Remaining you can moderate.
    But be friendly with users.
     
    STAR Cruiser, Jan 20, 2009 IP
  14. CommonDavid

    CommonDavid Peon

    Messages:
    440
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #14
    CommonDavid, Jan 20, 2009 IP
    usa666 likes this.
  15. usa666

    usa666 Well-Known Member

    Messages:
    468
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    110
    #15
    usa666, Jan 20, 2009 IP
  16. Jim4767

    Jim4767 Prominent Member

    Messages:
    4,738
    Likes Received:
    766
    Best Answers:
    10
    Trophy Points:
    305
    #16
    Sure there is. Make a meta tag for your page with the name ROBOTS. Make the value "index,nofollow" (without the quotes), if for example you want the page indexed but nofollowed.
     
    Jim4767, Jan 20, 2009 IP
  17. STAR Cruiser

    STAR Cruiser Well-Known Member

    Messages:
    782
    Likes Received:
    110
    Best Answers:
    0
    Trophy Points:
    120
    #17
    STAR Cruiser, Jan 20, 2009 IP
  18. rehash

    rehash Well-Known Member

    Messages:
    1,502
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    150
    #18
    it can be done pretty easy, a str_replace() somewhere, I'm sure you'll find all you need in the phpbb support forum
     
    rehash, Jan 20, 2009 IP
  19. CommonDavid

    CommonDavid Peon

    Messages:
    440
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #19
    Edit, you learn something new everyday!

    That still doesn't help when you're talking about outgoing links however.
     
    CommonDavid, Jan 20, 2009 IP
  20. Jim4767

    Jim4767 Prominent Member

    Messages:
    4,738
    Likes Received:
    766
    Best Answers:
    10
    Trophy Points:
    305
    #20
    Hmm, you should be able to nofollow individual outgoing links, too. The software I use (Freeway for Macs) allows any individual links (internal or outbound) to add a rel ... nofollow very easily. I've nofollowed a number of individual outbound links.
     
    Jim4767, Jan 21, 2009 IP