Deletion of Spam Links is the major problem of all persons which are working on a Blog or site. Comments are liked by everyone but to delete the Spam comments from hundreds of comments is the very tough job. We can not delete all of our comments because of some Unnatural Links. It is very hard to find them one by one and removing links of Spam Comments separately.

What are Spam Links
Spam Links are the links which are commented by someone on our site. These links are also called Backlinks; Backlinks are used to generate the traffic to Blog. It is sometimes helpful and sometimes irritating. It becomes irritating when the traffic of your Blog goes to the site of the person who commented the Spam Link on your site. There are few Backlinks checker tools visit it.
How to Remove Spam Links
Today we will discuss How to prevent Spam Links and how to avoid Spam links automatically form your site. There are two methods to do this, I will show you one by one.Method 1: by using CSS
Step1: Open your Blogger Account.
Step2: Open your Blog then template then Edit HTML then Search for the tag]]></b:skin>
Step3: Copy the code which is given below and paste it just before searched tag.
.comment-content a {display: none;} |
Step4: Now save the template and you have used Spam Guard to remove your unnatural links.
Method 2: by using jQuery
Step1: Open your Blogger Account.
Step2: Open your Blog then template then Edit HTML then Search for the tag <body>
Step3: Copy the code which is given below and paste it just before searched tag.
<!-- Remove Spam Links --> <script>$('.comment-content a[rel$=nofollow]').replaceWith(function(){return ($(this).text());}); </script> <!-- Remove Spam Links --> |
Step4: Now save the template and you have Prevent Spam links from your site.
I wish that this article will help you in your Blogging career. Tell this tremendous method to your friends and have a look on our other Articles.
Any problem regarding this topic, don�t forget to share with us�