Remove Links From Comments On Blogger Blogs

Filled under:

Blog commenting is always the best and nice option for increasing your online visibility and also the better to rank your blogs better. But some people spamming other people blog just to improve the search engine visibility of their websites. By doing this the spammed blogs gets affected badly and all their hard work towards their blog gets wasted. Even though there are so many ways to prevent spam comments in blogger blogs like word verification and comment moderation, etc generally accepts some spam comments though they look like legit and good.  So, here is a very simple solution to prevent spam comments in blogger, that is just by removing links from comments which is on your blog. Though this is not the right way to prevented unwanted comments in your blogger blogs as you lose all regular commenting visitors to your website.
Remove Links From Comments On  Blogger Blogs Completely
        
Effects Of Spam Comments:

Lose Google's Trust On Your Site:
       Allowing unwanted comments in your blog may increase the chances to lose the trust that Google or other search engines have in your blog.

Lose Readers And Visitors:
      Some of spam comments leads to your most trusted readers to some unwanted or bad websites and they may lose the impression on your blogs just because of lack of comment moderation.

Steps to Remove links on Blogger Blogs:

1, Go To Blogger - Design- Edit HTML

2, Backup your template

3, Click the "Expand Widgets Template" box

4, Search for this,

</body>
 

If you have enabled threaded comments then just above that add the below code,

<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js'/>
 <script> 
 $('.comment-content a[rel$=nofollow]').hide());
 </script>
If you not have enabled threaded comments then just above that add the below code,

<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js'/>
 <script> 
 $('.comment-body p a[rel$=nofollow]').replaceWith(function(){return ($(this).text());});
 </script>

Being a part time blogger I do not find time for comment spamming, so I have enabled this method for thos blogs and working 100% perfectly for me, check it and test it with your blog web if you want to remove comment links.