does google follow rel='external' links??

Discussion in 'Google' started by rome9t9, Oct 2, 2008.

  1. #1
    I know google doesnot follow no follow tag..but what about rel='external' ???
     
    rome9t9, Oct 2, 2008 IP
  2. miranon

    miranon Peon

    Messages:
    209
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Of course google follow links with rel='external'. Otherwise how can it discover new websites?
     
    miranon, Oct 2, 2008 IP
  3. rome9t9

    rome9t9 Peon

    Messages:
    1,144
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    0
    #3
    well, i thought it crawls those links which have no rel tags..
     
    rome9t9, Oct 2, 2008 IP
  4. dcristo

    dcristo Illustrious Member

    Messages:
    19,776
    Likes Received:
    1,200
    Best Answers:
    7
    Trophy Points:
    470
    Articles:
    7
    #4
    dcristo, Oct 2, 2008 IP
  5. miranon

    miranon Peon

    Messages:
    209
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #5
    miranon, Oct 2, 2008 IP
  6. adiian

    adiian Well-Known Member

    Messages:
    102
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #6
    i think rel="external nofollow" can be used. of course it will be nofollow in this case...
     
    adiian, Oct 2, 2008 IP
  7. cucumber

    cucumber Peon

    Messages:
    189
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Yes it follows them all :rolleyes:
     
    cucumber, Oct 2, 2008 IP
  8. IEmailer.com

    IEmailer.com Well-Known Member

    Messages:
    1,864
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    110
    #8
    All links will be followed by Google Bot no matter what tags are assigned, the only difference is the 'nofollow' links wont pass PR value ;)
     
    IEmailer.com, Oct 2, 2008 IP
  9. justinlorder

    justinlorder Peon

    Messages:
    4,160
    Likes Received:
    61
    Best Answers:
    0
    Trophy Points:
    0
    #9
    No follow and rel='external' are the same. Pr value and weight will not be passed.
     
    justinlorder, Oct 2, 2008 IP
  10. angilina

    angilina Notable Member

    Messages:
    7,824
    Likes Received:
    186
    Best Answers:
    0
    Trophy Points:
    260
    #10
    I am not sure but I think external and nofollow tags are the same. So I am not sure if google bot follow such links. May be you will find the answer in google webmaster groups.
     
    angilina, Oct 2, 2008 IP
  11. vagrant

    vagrant Peon

    Messages:
    2,284
    Likes Received:
    181
    Best Answers:
    0
    Trophy Points:
    0
    #11
    No follow and rel='external' are NOT the same.

    rel="external" is the xhtml valid code of the old (non xhtml valid) target="_blank"
    target="_blank" is not supported in xhtml strict

    It opens external links in a new window/tab but to use it requires the use of javascript as well.

    function externalLinks() {
     if (!document.getElementsByTagName) return;
     var anchors = document.getElementsByTagName("a");
     for (var i=0; i<anchors.length; i++) {
       var anchor = anchors[i];
       if (anchor.getAttribute("href") &&
           anchor.getAttribute("rel") == "external")
         anchor.target = "_blank";
     }
    }
    window.onload = externalLinks;
    Code (markup):
    You can also use CSS as well if to place a small icon next to your links marking them as external such as...
    a[rel="external"] { background-image: url(/pics/external.png)}
    Code (markup):
     
    vagrant, Oct 2, 2008 IP
  12. www.rapidvectorseo.com

    www.rapidvectorseo.com Peon

    Messages:
    312
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #12
    External links works same as normal links.
     
    www.rapidvectorseo.com, Oct 2, 2008 IP
  13. tendulkar2

    tendulkar2 Banned

    Messages:
    2,617
    Likes Received:
    69
    Best Answers:
    0
    Trophy Points:
    0
    #13
    I don't think so... I think Google bot don't follow any links with "nofollow" tag.
     
    tendulkar2, Oct 2, 2008 IP
  14. AngelaE8654

    AngelaE8654 Active Member

    Messages:
    935
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    85
    #14
    If it says "external" but NOT NoFollow, it's fine.
     
    AngelaE8654, Oct 2, 2008 IP
  15. flatroxs

    flatroxs Banned

    Messages:
    396
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #15
    No any Different in external links and normal links
     
    flatroxs, Oct 3, 2008 IP
  16. pawanpandey78

    pawanpandey78 Peon

    Messages:
    186
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #16
    Hi,

    In Google no matter what tags are assigned, the only difference is the 'nofollow' links wont pass PR value
     
    pawanpandey78, Oct 3, 2008 IP
  17. hardeep

    hardeep Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #17
    So it means we have wasting our time on saying comments to any one.

     
    hardeep, Oct 22, 2009 IP
  18. kylesong168

    kylesong168 Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #18
    I won't stop the robot to follow the links with external tag. :)
     
    kylesong168, Jan 31, 2011 IP