ref="nofollow" possible disposition.

Discussion in 'Google' started by ZYSeo, Apr 12, 2007.

  1. #1
    Well... everybody knows about ref="nofollow" attribute.
    I've got a question - this attribute should be placed only in url:

    <a href=".." ref="nofollow">...</a>
    HTML:
    Or it can be placed these ways:

    <div ref="nofollow">
    <a href="..">...</a>
    </div>
    HTML:
    <style>
    .blahblah{ ref : nofollow; }
    </style>
    <a href=".." class="blahblah">...</a>
    HTML:
    If yes, how link buyers should check for their links?
     
    ZYSeo, Apr 12, 2007 IP
  2. Bagi Zoltán

    Bagi Zoltán Well-Known Member

    Messages:
    364
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    110
    #2
    In my opinion this rel="nofollow" can only refer to links, because of it's function. I think it must be between the <a opening and the </a> closing tags.
     
    Bagi Zoltán, Apr 12, 2007 IP
  3. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yes, its rel not ref
     
    mad4, Apr 12, 2007 IP
  4. ZYSeo

    ZYSeo Peon

    Messages:
    164
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I mean rel... it doesn't change my question...
     
    ZYSeo, Apr 12, 2007 IP
  5. gogiants

    gogiants Peon

    Messages:
    357
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #5
    OMG what if

    <style>
    .bestlink{ rel : nofollow; }
    </style>

    <a href=".." class="bestlink">...</a>


    better check carefully before link
     
    gogiants, Apr 12, 2007 IP
  6. ZYSeo

    ZYSeo Peon

    Messages:
    164
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    OMG - what this stands for ? :)
     
    ZYSeo, Apr 12, 2007 IP
  7. Rushh

    Rushh Well-Known Member

    Messages:
    1,018
    Likes Received:
    99
    Best Answers:
    0
    Trophy Points:
    160
    #7
    Rushh, Apr 12, 2007 IP
  8. Lordo

    Lordo Well-Known Member

    Messages:
    2,082
    Likes Received:
    58
    Best Answers:
    0
    Trophy Points:
    190
    #8
    I am interested to know this as well. I thought of it a while ago but dropped it as I never read about such thing.
    Waiting for someone to enlighten this.
    Thank you, ZY, for the topic.
     
    Lordo, Apr 12, 2007 IP
  9. ZYSeo

    ZYSeo Peon

    Messages:
    164
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #9
    You can says "Thank you" be adding to my reputation :)
     
    ZYSeo, Apr 12, 2007 IP
  10. continuum

    continuum Well-Known Member

    Messages:
    571
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    110
    #10
    continuum, Apr 12, 2007 IP
  11. grg

    grg Guest

    Messages:
    2,692
    Likes Received:
    73
    Best Answers:
    0
    Trophy Points:
    0
    #11
    It can be placed for particular urls or for whole page in metatags.

    For check that there is quite nice tool like visual pagerank.
     
    grg, Apr 12, 2007 IP
  12. sweetfunny

    sweetfunny Banned

    Messages:
    5,743
    Likes Received:
    467
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Right click>View source. I use Notepad++ then just go search, type "nofollow" and it shows if the page contains the term or not.
     
    sweetfunny, Apr 12, 2007 IP
  13. r72392

    r72392 Peon

    Messages:
    28
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #13
    Doesn't work because it expands to this:

    <a href=".." style="rel : nofollow;">..</a>
    HTML:
    The only result would be an invalid style attribute.

    On a sidenote related to 'nofollow', I was looking at some of my backlinks the other day and noticed something interesting. Answers.com was scraping wikipedia content without using the nofollow attribute in the links.

    But, I also noticed that the scaped content was several months old so it may have been taken before wikipedia added the nofollow tag.
     
    r72392, Apr 12, 2007 IP
  14. Kaediem

    Kaediem Well-Known Member

    Messages:
    1,128
    Likes Received:
    118
    Best Answers:
    0
    Trophy Points:
    150
    #14
    If you check a site with a spider simulator it will show you exactly what the engines see as far as followed links and no follow links - the other thing it does for you is to identify if you have a sneaky webmaster that's using an iframe for the links section which isn't even read as part of the page (had that happen before)

    The one I use is....

    http://www.xml-sitemaps.com/se-bot-simulator.html

    Lisa
     
    Kaediem, Apr 12, 2007 IP
  15. axlarry

    axlarry Notable Member

    Messages:
    3,961
    Likes Received:
    121
    Best Answers:
    0
    Trophy Points:
    240
    #15
    Yes, there are some tools to check this. I have another question related to nofollow, which SE uses this function as I checked my BL on yahoo, it showed me BL from some social bookmarks too (we know they use nofollow).
     
    axlarry, Apr 12, 2007 IP
  16. Kaediem

    Kaediem Well-Known Member

    Messages:
    1,128
    Likes Received:
    118
    Best Answers:
    0
    Trophy Points:
    150
    #16
    It's my understanding that it's only Google that honors the nofollow but I could be wrong.... another way to do it would be with the robots.txt file which I believe most of the big search engines adhere to but again, I could be wrong on that too. Another option would be the noindex tag... nofollow is just for links

    Lisa

    edit: a nice option if you're looking for nofollow on other sites is to install the searchstatus add on to firefox - a very handy seo tool
     
    Kaediem, Apr 12, 2007 IP
  17. Steve1964

    Steve1964 Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #17
    Steve1964, Apr 12, 2007 IP
  18. filtalr

    filtalr Peon

    Messages:
    681
    Likes Received:
    43
    Best Answers:
    0
    Trophy Points:
    0
    #18
    If you have firefox you can use a plugin called SearchStatus --
    http://www.quirk.biz/searchstatus/
    It shows all no-follow links with a pink box around them - also has some great tools that show meta tags, indexed pages, # of outbound links -- pretty damn useful.

    If you don't have firefox what are you waiting for??? I hate IE and since switching to firefox I'll never go back :D
     
    filtalr, Apr 12, 2007 IP
  19. wacamoi

    wacamoi Peon

    Messages:
    810
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #19
    why use nofollow to against other?
     
    wacamoi, Apr 12, 2007 IP
  20. Bondat

    Bondat Peon

    Messages:
    2,397
    Likes Received:
    217
    Best Answers:
    0
    Trophy Points:
    0
    #20
    Bondat, Apr 12, 2007 IP