1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

What is rel='external nofollow'?

Discussion in 'HTML & Website Design' started by mistermix, Sep 5, 2006.

  1. niliven

    niliven Well-Known Member

    Messages:
    72
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #61
    Google, Yahoo and MSN are all to be using the rel=nofollow tag, now the rel='external nofollow' is an incorrect version of the tag, that might be support by some but not all se's.
    external nofollow works the same as nofollow tag but this tag opens links in a new window instead of the same window. If you want to try just add rel="external" it will open the link in a new window. it sort of works like target=_blank. Target blank opens all hypertext links in the new window and rel=external nofollow, blocks all link juice and opens the link in a new window.
     
    niliven, Nov 10, 2010 IP
  2. shahilroyhere

    shahilroyhere Well-Known Member

    Messages:
    189
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    130
    #62
    The main difference I feel is citing the fact that the following link is not within the existing site and you are not responsible for the content relevancy or quality. Whereas when you mention only nofollow it says that though the page is within the existing site but you don't want search engines to share the link love with the following link. In this way you mention that the content in the following link is of quality and related.
     
    shahilroyhere, Nov 10, 2010 IP
  3. moshecogan

    moshecogan Active Member

    Messages:
    265
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #63
    I agree - many blogs are using this tag!
     
    moshecogan, Nov 24, 2010 IP
  4. CSM

    CSM Active Member

    Messages:
    1,047
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    55
    #64
    Not true. Without any "tricks", e.g. JS, rel="external" does nothing. The browser does not know if it's a link to an external site or not. Try out yourself.

    If you use some jQuery then it is easy to achieve.

    For example:

    
    $('a[rel=external]').attr('target', '_blank');
    
    Code (markup):
     
    CSM, Nov 24, 2010 IP
  5. RazoRamon

    RazoRamon Peon

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #65
    I totally agree with you pal. But.. what do you want? Message from multippt was posted in 2007. Almost 4 year ago. It's way too old message and maybe something changed for 4 years. Don't you think?
     
    RazoRamon, Dec 22, 2010 IP
  6. Stomme poes

    Stomme poes Peon

    Messages:
    3,195
    Likes Received:
    136
    Best Answers:
    0
    Trophy Points:
    0
    #66
    Doesn't matter, people are still getting this thread via Google. People believe garbage, so let's mix it up for them by adding a bit of truth here and there to liven it up.

    No, it won't.
     
    Stomme poes, Jan 28, 2011 IP
  7. CSM

    CSM Active Member

    Messages:
    1,047
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    55
    #67
    I am using "external" only with jQuery snippet like

    
    $("a[rel*=external]").attr( "target", "_blank" );
    
    Code (markup):
    I do it because in that case my XHTML is valid and the site opens in new window then.
     
    CSM, Jan 28, 2011 IP
  8. Gate Opener Guru

    Gate Opener Guru Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #68
    Anyone know if this external nofollow helps move up in search engine rankings:confused:

    Thanks,
    Gate Opener Guru
    http://www.automatic-gate-depot.com
     
    Gate Opener Guru, Mar 16, 2011 IP
  9. Astroman

    Astroman Well-Known Member

    Messages:
    2,355
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    135
    #69
    No, it doesn't.
     
    Astroman, Mar 17, 2011 IP
  10. ajgranit

    ajgranit Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #70
    Regarding my personal experiences, I have checked some of websites that are very high in Google (top 3) for the phase I am interested in.
    I have checked their back-links and there are a lot of "nofollow" links there.
    So I am wondering whether "nofollow" really does not have any influence on position of a website in Google?
    I can guess it does not help you to increase PR, but how about its position?
     
    ajgranit, May 7, 2011 IP
  11. JohnG16

    JohnG16 Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    3
    #71
    Pardon my butting in, but rel="external nofollow" no longer works. At least not for me. Not sure exactly when it stopped, but once I removed the nofollow, the rel="external" started working again.
     
    JohnG16, Oct 23, 2013 IP
  12. Rakshith Daniel

    Rakshith Daniel Active Member

    Messages:
    104
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    83
    #72
    Almost all blogs use this tag.
     
    Rakshith Daniel, Nov 12, 2013 IP