What You Are Doing To Prevent Comment Spam?

25 replies
  • SEO
  • |
Hey warriors, I am really worried about comment spams on my sites. All of these are wordpress sites. I don't know how but spammers finding my website and targeting to post spam comments. I am not accepting these but I think as my posts are good so there might be some real comments missing within the spam stack. Can anyone tell me how can I prevent spams and see genuine comments so that I can approve them?
#blogs #comment #comments #flooding #prevent #spam #wordpress
  • Profile picture of the author nettiapina
    Akismet is the best plugin for this, but there are others that are quite good. I've had success with an "invisible CAPTCHA" (javascript checksum) plugin, but can't remember the name right now.

    Comment spammers are probably using tools like Scrapebox to find WordPress blogs and mass post to them.
    Signature
    Links in signature will not help your SEO. Not on this site, and not on any other forum.
    Who told me this? An ex Google web spam engineer.

    What's your excuse?
    {{ DiscussionBoard.errors[8943970].message }}
    • Profile picture of the author SocialDemon
      Originally Posted by nettiapina View Post

      Akismet is the best plugin for this, but there are others that are quite good. I've had success with an "invisible CAPTCHA" (javascript checksum) plugin, but can't remember the name right now.

      Comment spammers are probably using tools like Scrapebox to find WordPress blogs and mass post to them.
      Thanks. Yes I already activated akismet. But do you know any plugin which will ask to post comment using social media accounts like

      comment with facebook
      comment with google+
      comment with twitter

      ....?
      {{ DiscussionBoard.errors[8943999].message }}
      • Profile picture of the author paulgl
        The answer is too simple. Stop allowing comments. Simple.

        Paul
        Signature

        If you were disappointed in your results today, lower your standards tomorrow.

        {{ DiscussionBoard.errors[8944423].message }}
  • Profile picture of the author SocialDemon
    Paul I dont want to stop comments as I want to engage with my readers. Its a Q&A type site
    {{ DiscussionBoard.errors[8944449].message }}
  • Profile picture of the author Content Commando
    I use Disqus. Haven't had a spam comment yet.
    Signature
    One article received 10,519 social shares! Become a true authority within any niche INSTANTLY by investing in a proven content writer.

    Don't believe me? Click
    HERE
    {{ DiscussionBoard.errors[8944451].message }}
  • Profile picture of the author blackli0n
    Akismet. And also having Wordpress installed on my android phone so I can delete undetected spam comments immediately.
    Signature
    wpjohnny.com - Make Money with Wordpress
    Passive income since 2007. Trying to consistently crack 5-figures/month. find what you love - dream big - work hard
    {{ DiscussionBoard.errors[8944487].message }}
  • Profile picture of the author MikeFriedman
    Get rid of the spot that allows them to place a URL and don't allow HTML in the comments. No links and you will see a lot less spam.
    Signature

    For SEO news, discussions, tactics, and more.
    {{ DiscussionBoard.errors[8944500].message }}
    • Profile picture of the author Samuel Adams
      Originally Posted by MikeFriedman View Post

      Get rid of the spot that allows them to place a URL and don't allow HTML in the comments. No links and you will see a lot less spam.
      Also, disable the website backlink portion of your comment form, if that's possible. This will deter comment spammers who are only interested in leaving a backlink. It might keep some legitimate bloggers from commenting, but then again, if the person is only reading your blog out of pure interest, they're not going to be backlinking to another site.
      Signature

      Would you like to learn how I make $2000/month from a super easy listbuilding system?

      Click here to get my listbuilding report for FREE!

      {{ DiscussionBoard.errors[8954981].message }}
      • Profile picture of the author nettiapina
        Originally Posted by Samuel Adams View Post

        Also, disable the website backlink portion of your comment form, if that's possible. This will deter comment spammers who are only interested in leaving a backlink. It might keep some legitimate bloggers from commenting, but then again, if the person is only reading your blog out of pure interest, they're not going to be backlinking to another site.
        Some comment spammers don't bother to even check if the site and page has comments enabled. I'm pretty skeptical that the same folk would actually look at the form and stop because the link field is not there. This is what you're dealing with here: automated spamming tools posting directly to the processing script.

        I've seen spam reports from sites that don't show comments anywhere, and for completely absurd articles. I guess someone has been trying to post to every piece of content they can grab.
        Signature
        Links in signature will not help your SEO. Not on this site, and not on any other forum.
        Who told me this? An ex Google web spam engineer.

        What's your excuse?
        {{ DiscussionBoard.errors[8956184].message }}
  • Profile picture of the author yukon
    Banned
    Use an iframe like Facebook so it's not junking up your on-page SEO.
    {{ DiscussionBoard.errors[8944528].message }}
  • Profile picture of the author nettiapina
    I've seen Livefyre on some sites, and FB comments is also an option. In some cases these external services have decreased the number of comments significantly, but it depends on your content and website.
    Signature
    Links in signature will not help your SEO. Not on this site, and not on any other forum.
    Who told me this? An ex Google web spam engineer.

    What's your excuse?
    {{ DiscussionBoard.errors[8944963].message }}
  • Profile picture of the author knn125
    Hello all,

    I turned comments off in wordpress blogs through admin->setting->discussion.

    But there are lots of comments coming which are almost spam. How to stop them and clean my blog by removing spam comments?

    Share your views and experiences.Thanks in advance.
    {{ DiscussionBoard.errors[8945403].message }}
  • Profile picture of the author webdevpro
    Besides using Akismet, use Disqus as a commenting platform and allow client side rendering of comments. This way even if some comments manage to appear with hyperlinks in it, even then they (links) wont be find by SEs and will not hurt you rankings.
    {{ DiscussionBoard.errors[8946040].message }}
  • Profile picture of the author Rehmat
    Don't use third party commenting sites like Disqus, LiveFyre etc. They will slow down your site as well as you really don't own the comments as they are stored on that services' servers.

    Akismet is a failure and it sends genuine comments to spam folder too. I have long been researching regarding stopping comments on my blogs and now I have won over spam. I don't receive even a single spam comment. I don't use Akismet nor I use any third party commenting system. Here is what I have done.

    1. I have installed WP No-bot Question plugin
    2. I have removed website field from comment form

    WP No-bot plugin is a champion but unluckily all themes don't support it. If your theme doesn't support this plugin, then you need to add its field manually to comment form. It requires a little effort, but once you do it, it guarantees that you will never see even a single spam comment again.

    To remove URL field from comment form, you need to paste below code in your theme's functions.php file. Paste the code after <?php

    Here is the code:
    remove_filter('comment_text', 'make_clickable', 9);
    add_filter('comment_form_default_fields', 'url_filtered');
    function url_filtered($fields)
    {
    if(isset($fields['url']))
    unset($fields['url']);
    return $fields;
    }

    This will remove URL field as well as will make links in comment section unclickable. If you need to make a link clickable, put the link as HTML.

    Again the code works with only a few themes as well as editing functions.php file in some themes breaks down the entire site. So be cautious about this. Try the plugin first, install it, activate it and see if a question box appears in comment form or not. After installing the plugin, you need to set the questions from Settings>WP No-bot Question

    I hope it helps. I wrote these LONG instructions to help you out as this issue once frustrated me a lot.
    {{ DiscussionBoard.errors[8946710].message }}
  • Profile picture of the author SocialDemon
    Excellent Rehmat! I am rushing back to my website to give the plugin a try. Thanks a lot buddy...
    {{ DiscussionBoard.errors[8946793].message }}
  • Profile picture of the author SocialDemon
    It works! And just a parallel question. Now I have two anti spam filters activated. Akismet and No Bot. Do you think I should change questions parameters every month? Or you are using same questions and having success over the months?
    {{ DiscussionBoard.errors[8946902].message }}
    • Profile picture of the author Rehmat
      Originally Posted by SocialDemon View Post

      It works! And just a parallel question. Now I have two anti spam filters activated. Akismet and No Bot. Do you think I should change questions parameters every month? Or you are using same questions and having success over the months?
      You don't need to keep Akismet anymore if WP Not-bot's field is appearing in comment form. Just deactivate and delete Akismet. Akismet will only send some real comments to spam. After deleting Akismet, empty your spam and trash folders and start a new journey with zero spam comments

      It isn't necessary to change the questions every month. I have set a single question from beginning and it works like a charm. One more tip, don't set traditional questions like 2+2=? etc. Have a look over my comment form for an idea about a good question which will prevent bots from submitting comments on your blog. Here is the screenshot of my comment form. I have customized my theme's CSS for WP No-bot to make its field similar to that of comment form:
      {{ DiscussionBoard.errors[8948084].message }}
  • Profile picture of the author benchmarkdorothy
    The best way to give readers your quality content without spammers interfering is by delivering your blogs directly to your readers. If you integrate an email marketing software to your Wordpress site, you can email your blogs to all the readers that subscribe to your site. So only the reader can read it, and no spammers can get in the way!
    {{ DiscussionBoard.errors[8953006].message }}
  • Profile picture of the author Girin Jackson
    There are so many plugins in wordpress, but I prefer and recommend AKISMET. It is the best plugin which i am using and very much satisfy.
    Signature

    {{ DiscussionBoard.errors[8956366].message }}
  • Profile picture of the author Arshid
    Yesterday I got some commends in game website .. I think most of them are spam ..
    Signature

    ::::::::::::::::::WordPress login security plugin [Skype:arshidkv12]::::::::::::::::::

    {{ DiscussionBoard.errors[8956373].message }}
  • Profile picture of the author nettiapina
    Originally Posted by multiplecloud View Post

    Here is the tutorial
    That's a terrible piece of advice. I was about to ask wether you did even read the article you linked, but you seem to be advertising your own crap.

    Not only is this guy deleting every legit comment on his site, but he's doing it directly from the database. It's not "fighting spam comments", but getting rid of commenting functionality in a needlessly destructive manner.
    Signature
    Links in signature will not help your SEO. Not on this site, and not on any other forum.
    Who told me this? An ex Google web spam engineer.

    What's your excuse?
    {{ DiscussionBoard.errors[8956832].message }}
  • Profile picture of the author koubain
    I use Akismet Plugin
    {{ DiscussionBoard.errors[8957544].message }}
  • Profile picture of the author SocialDemon
    Lots of Akismet lovers. Even though I do believe Akismet is good but to prevent spams we should use something like WP No Bot simultaneously Akismet.
    {{ DiscussionBoard.errors[8957648].message }}
    • Profile picture of the author nettiapina
      Originally Posted by SocialDemon View Post

      Lots of Akismet lovers. Even though I do believe Akismet is good but to prevent spams we should use something like WP No Bot simultaneously Akismet.
      In my opinion it's a bad idea to make things technically more complex than they need to be by installing several plugins for the same task. WP No Bot is a CAPTCHA plugin. If it works as intended you've gotten rid of most spammers. If it doesn't, why would you use it at all?

      I don't like to harass users with CAPTCHA. As I said, there are "invisible" plugins that do the challenge-response themselves in the background.
      Signature
      Links in signature will not help your SEO. Not on this site, and not on any other forum.
      Who told me this? An ex Google web spam engineer.

      What's your excuse?
      {{ DiscussionBoard.errors[8957669].message }}

Trending Topics