Are Blogspot comments DoFollow?

Discussion in 'Blogging' started by ghome1971, May 24, 2010.

  1. #1
    Are Blogspot comments DoFollow by default?
     
    ghome1971, May 24, 2010 IP
  2. MEMORIES89

    MEMORIES89 Peon

    Messages:
    1,461
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    i need to understand the meaning of DoFollow
     
    MEMORIES89, May 24, 2010 IP
  3. Mr_Spike

    Mr_Spike Member

    Messages:
    109
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #3
    By default all blogger blogs are having 'nofollow' attribute to prevent comment spams.

    How to make Blogger comments DoFollow
    1. Log into your Dashboard.
    2. Go to Layout and click on edit html
    3. Check on Expand widget content
    4. Now search for following code in your template.
    (Note: The code may be different from the bellow code. Understand the logic )

    <dl id=’comments-block’>
    <b:loop values=’data:post.comments’var=’comment‘>
    <dt class=’comment-author’expr:id=’”comment-” + data:comment.id’>
    <a expr:name=’”comment-” +data:comment.id’/>
    <b:if cond=’data:comment.authorUrl’>
    <a expr:href=’data:comment.authorUrl’ rel=’nofollow’><data:comment.author/></a>
    <b:else/>
    <data:comment.author/>
    </b:if>
    <data:commentPostedByMsg/>
    </dt>

    5. Now just remove the code in RED that is rel='nofollow' . This code adds the NoFollow attribute to your Blog. You can also change it to rel='follow' making links in comments indexed by search engines.
    6. Save your template.
     
    Mr_Spike, May 25, 2010 IP
  4. Mr_Spike

    Mr_Spike Member

    Messages:
    109
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #4
    Mr_Spike, May 25, 2010 IP
  5. ghome1971

    ghome1971 Member

    Messages:
    178
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    28
    #5
    Mr Spike - you star!
     
    ghome1971, May 25, 2010 IP
  6. u4mee

    u4mee Banned

    Messages:
    619
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    68
    #6
    It is very hard to manage the comments for a do follow blog owners. Because there is a big number of comments on a page and it is hard to telly evryone. So the trick of moderation is best i think.
     
    u4mee, May 25, 2010 IP
  7. ghome1971

    ghome1971 Member

    Messages:
    178
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    28
    #7
    Is spam commenting a real problem then?
     
    ghome1971, May 25, 2010 IP
  8. Kaiser_Dealxa

    Kaiser_Dealxa Well-Known Member

    Messages:
    257
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    105
    #8
    you should check comments, before you approve comments.
     
    Kaiser_Dealxa, May 26, 2010 IP
  9. MEMORIES89

    MEMORIES89 Peon

    Messages:
    1,461
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    yes a simple and easy phenomenon.
     
    MEMORIES89, May 26, 2010 IP