4 Ways to Remove/Delete Spam Links From Blogger Comments

In this article, we discuss the things you can do when you find out spam links on your comment section on a Blogger Blogspot Blog.

This tutorial discusses four unique ways to automatically remove spam links posted using the Blogger Blogspot commenting system.

Have you noticed sometimes, you get a comment on your blog with a link? Most of the time, it is spam or some advertiser trying to take advantage of your blog.

Many website owners and bloggers tend to give deaf ears to this. All these commenters want are backlinks. When you follow these links, you need more meaningful information.

Such links may hurt your SEO.

Enabling comments on blogs is an essential feature that every blogger should do. It helps you to keep in contact with your blog audience.

Ways to Remove or Delete Spam Links From Blogger Comments

Blogger is still one of the most popular blogging platforms on the internet. It is perfect for all getting into the blogging journey.

In this article, I will share with you things you can do when you find spammy links in your comment section.

Read Also: How to Set Up Crawlers and Indexing Settings in Blogger (SEO).

How to Automatically Remove/Delete Spam Links From Blogger Comments?

Remove or Disable Links from Comments Using a Code (Javascript)

Remove these spam links and keep the comments. With this option, you will have to make a choice. Either keep the text that contains the link or remove the link and text I recently came across the following script, which can be added to a gadget to remove the links from comments.

    When added, you do not have to monitor the comments and can let people comment without linking to their site.

    Copy the code below:

    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
    <script>
    $(".comment-content a[rel$=nofollow]").replaceWith(function(){return($(this).text());});</script>

    Delete Comments or Remove Content with Links That Have Been Posted on the Blog

    Just delete the comment with the URL if you cannot bear it. It is easy to do so:

      • On your Blogger Dashboard, click on comments.
      • Select the cursor on any comment, and you will see three options(You can choose any of them). Let us see these options briefly.
      • Next, delete a comment if you want to delete the word and the author
      • Remove Content if you want to delete the comment but keep the profile of the author
      • Also, click on spam to move the comment to the spam section of your blog. It will not be visible to your readers, but you can always read it.

      Use Another Commenting System (Facebook or Disqus)

      You may use other commenting systems apart from the default blogger commenting system.

      Use Another Commenting System
      Disqus and Facebook Comments

      The modern blogger templates come with Disqus and Facebook comment systems. You can alter this to suit you.

        See Also:

        Disable Comments on your Blogger Blog

        If you are tired of getting comments on your blog, you should not, then you can disable comments on your blog.

          How to Disable Comments on your Blogger Blog?

          • Go to the Blogger dashboard.
          • Select settings and Click on ” Posts, comments, and sharing”
          • Under comments, select the drop-down and click on ”Hide.”
          • Click on Save, and no one can comment on your blog again.

          Conclusion

          I recently found ways to remove the links from comments to control spam and let people comment without linking to their sites. Let us know which of the options you prefer.

          Suggested: Top 10 Ranking Blogs Hosted on Blogger Blogspot.

          Dr. Melvin Temo

          Dr. Melvin Temo

          With a Diverse Blogging Experience Over the Past Five Years, Dr. Melvin Temo Publishes News Updates on Tech, Business, Health, and Education. Dr. Temo is Also a Board-Certified Ophthalmologist and Entrepreneur.

          Leave a Reply

          Your email address will not be published. Required fields are marked *