0

Remove Bloggers Comment Feeds

SEO

With Google's blogger, every post automatically has an RSS feed generated for the posts comments. The problem is there is no way to set a no-follow for these comments, and they end up in google.

It's really easy, though, to remove them entirely if your target audience doesn't require them. 

Find this code in your blogger template (after expanding widget templates):

    <div class='post-feeds'>

<b:loop values='data:posts' var='post'>
        <b:if cond='data:post.allowComments'>
          <b:if cond='data:post.feedLinks'>
            <b:include data='post.feedLinks' name='feedLinksBody'/>
          </b:if>
        </b:if>
      </b:loop>
    </div> 

and replace with:

    <div class='post-feeds'>

    </div> 
tags:
SEO

Search