Nofollow

Discussion in 'Link Development' started by bobby9101, Jul 19, 2005.

  1. #1
    I am creating a page that will have several links on it. I was wondering if there was a way to set it so that the search engines won't follow some of the links but will follow others.
    I am selling ad space on the page and the buyers want to earn pagerank from the link. the other links i don't want to be seen as reciprocal links.

    the thing is the links that i do not want followed way outnumber the number i want followed. Is it possible to use the robots.txt and block following except for certain links?

    any help would be appreciated
     
    bobby9101, Jul 19, 2005 IP
  2. ResaleBroker

    ResaleBroker Active Member

    Messages:
    1,665
    Likes Received:
    50
    Best Answers:
    0
    Trophy Points:
    90
    #2
    You could always send the links you don't want followed through a script that the spiders won't follow.

    Owlcroft has something like that called "Via".
     
    ResaleBroker, Jul 19, 2005 IP
  3. Perrow

    Perrow Well-Known Member

    Messages:
    1,306
    Likes Received:
    78
    Best Answers:
    0
    Trophy Points:
    140
    #3
    You could use <a ... rel="nofollow"> you can not block outgoing links in your robots.txt. Or you could make your other links java script links.
     
    Perrow, Jul 19, 2005 IP
  4. vagrant

    vagrant Peon

    Messages:
    2,284
    Likes Received:
    181
    Best Answers:
    0
    Trophy Points:
    0
    #4
    i sometimes use a form such as

    [COLOR=#008000]<form name="myform" action="http://www.domain.com/somepage.html">[/COLOR] 
    [COLOR=green]<a href="javascript:document.myform.submit()">Click here</a>[/COLOR] 
    Code (markup):
    or use
    
    [COLOR=#008000]<a href="http://www.domain.com/somepage.html" rel="nofollow">link text</a>[/COLOR] 
    
    Code (markup):
     
    vagrant, Jul 19, 2005 IP
  5. bobby9101

    bobby9101 Peon

    Messages:
    3,292
    Likes Received:
    134
    Best Answers:
    0
    Trophy Points:
    0
    #5
    well i was hoping that there was something that i could do so i did not have to add "nofollow" to 500 links
     
    bobby9101, Jul 19, 2005 IP
  6. ResaleBroker

    ResaleBroker Active Member

    Messages:
    1,665
    Likes Received:
    50
    Best Answers:
    0
    Trophy Points:
    90
    #6
    It has been my understanding that links using "nofollow" are still spidered however they do not pass PR. Can someone confirm this?
     
    ResaleBroker, Jul 19, 2005 IP
  7. someonewhois

    someonewhois Peon

    Messages:
    177
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I don't think Google has told us.

    Why don't you just exclude the page from the SERPs using robots.txt? Or just add nofollow to the entire page in robots.txt (you won't pass PR back to your mainpage that way, but ah well, with 500 links, it won't be worth anything anyway).
     
    someonewhois, Jul 19, 2005 IP
  8. ResaleBroker

    ResaleBroker Active Member

    Messages:
    1,665
    Likes Received:
    50
    Best Answers:
    0
    Trophy Points:
    90
    #8
    Here is what Google has said:
     
    ResaleBroker, Jul 19, 2005 IP
  9. Dominic

    Dominic Well-Known Member

    Messages:
    1,725
    Likes Received:
    121
    Best Answers:
    0
    Trophy Points:
    185
    #9
    You said there was only a handful you didn't want nofollow tags on - just find and replace the lot with nofollow tags, then take the handful of nofollows off by hand.
     
    Dominic, Jul 19, 2005 IP
  10. av1

    av1 Active Member

    Messages:
    168
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    60
    #10
    my limited tests of rel="nofollow revealed this:
    msn does not spider these links
    yahoo does spider these links
    google the announcer of this tag theoretically should not be spidering this link.
     
    av1, Jul 19, 2005 IP