Distinguish nofollow and dofollow links.

Discussion in 'Search Engine Optimization' started by clownasd, Feb 23, 2012.

  1. #1
    Hello,everyone.Can sb tell how can I distinguish nofollow or dofollow links.
     
    clownasd, Feb 23, 2012 IP
  2. premierwebstrategies

    premierwebstrategies Peon

    Messages:
    109
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You can look at your link via the HTML source code; look for the rel="nofollow" attribute in the hyperlink codex. Examples below....

    With the nofollow attribute

    
    <a href="http://www.test.com" target="_blank" [B][COLOR="#FF0000"]rel="nofollow"[/COLOR][/B]></a>
    
    Code (markup):
    Without the nofollow attribute

    
    <a href="http://www.test.com" target="_blank"></a>
    
    Code (markup):
     
    premierwebstrategies, Feb 23, 2012 IP
  3. aira

    aira Active Member

    Messages:
    1,175
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    78
    #3
    Aside from manually checking the links rel attribute, you can also use a Mozilla add on called Search Status - it has a feature that automatically highlights Nofollow links when a page is loaded
     
    aira, Feb 23, 2012 IP
  4. sousen

    sousen Active Member

    Messages:
    1,433
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    80
    #4
    If you are blog or website owner & trying some nofollow plugins/coding for comments, you need not to open view page source and find the rel=”nofollow” words in page source because the extension will do that for you.It will tell you each and every link on any website has how much do-follow links & how much nofollow links.Let me explain you with details. Follow Example which mention by "premierwebstrategies"
     
    sousen, Feb 23, 2012 IP