Saturday 13 September 2014

How to Hide/Remove Backlinks In Blogger Comments?


 Blog spamming is a hard issue to become considered by every webmaster or blogger. Spam blogs can be kicked faraway from search engines. So website commenting plays a significant role within developing inbound links. So it has been a habit in order to develop backlinks for several of new bloggers. I propose go intended for guest submitting on other blogs. There are various steps to stop your website from been spammed. Every new blogger try to comment their blog links in order to develop their website linking within alexa and develop page ranking. This may can harm the blogs they are commenting as well as their blogs too. So today I am going to share a tutorial by which you can completely hide backlinks in comments on your blogger blog and protect it from Spamming.


How to Do Blog Commenting?

A lot of bloggers comments on many different blogs. Beneficial habit. But how? ” nice post”, “thanks regarding sharing”, “good article”. Does this enable you to? No, no with no. I was one who did it in my start. Do you understand google also considers keywords in comments sections. So choosing best niche and tagging your web site to a best keyword would help in great search visibility. But this made most of online bloggers to hide link in thoughts section. yes these people do. Because of unrelated niches. Web designing niches should discuss web designing marketers only. So keep this specific in mind if you want to include a hyperlink to your site.

Hiding Links From Blogger Blog Comments:

Above is the example of a blog comment with link and After using this trick on your blog, you will just see the valuable comment and not the link of any website as below:
So lets see how to apply this trick on your blogger blog.

Method 1:

  1. Login into Blogger
  2. Select your blog if you have many
  3. Then migrate to TEMPLATE –> Click on “EDIT HTML
  4. Then find for ]]></b:skin>
  5. Then copy the below code and paste above it / before it..
  6. Then click on save template .
.comment-content a {
display: none;
}

Method 2 :

Using this method would remove hyper link but not text. As a sample just have a look at the image. Hope you understood.
  1. Login into Blogger
  2. Select your blog if you have many
  3. Then migrate to TEMPLATE –> Click on “EDIT HTML
  4. Then find for ]]></b:skin>
  5. Then copy the below code and paste above it / before it.. Make sure the highlighted code is not added previously in your template. If it is already there, then remove the code and paste the rest.
  6. Then click on save template .
<script src=’https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js’/>
<script>
$(‘.comment-content a[rel$=nofollow]‘).replaceWith(function(){return ($(this).text());});
</script>
Sometimes, If the above code doesn’t work for threaded comments then use the below code.
<script src=’https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js’/>
<script>
$(‘.comment-content a[rel$=nofollow]‘).replaceWith(function(){return ($(this).text());});
</script>

Final Words:

So this is the great trick to protect your blogger blog from Spamming. Now It's your turn to share this ost with your friends so that they also can use this trick. Write your feedback in commentb box till then Peace, Blessings and Happy Hiding.

1 comment: