Tips On How To Deal With Anonymous Comment Spam

u ever experience being flooded with anonymoustake too much of your time. However, banning
comments? If yes, then chances are you have been ausernames might take some time.
victim of comment spam. As with everything on theAs for the disadvantages, there are some. Again since
Internet, spam had also evolved. They are no longerit requires users to perform numerous extra steps
limited to email. Today they can infiltrate and causethey might be turned off the idea of posting
havoc in your blogs and Web sites, on which you allowcomments. This means bad news, because user
user to leave comments. Comment spam is becomingcomments are quite vital in improving your sites and
a serious problem nowadays, which needed to benot to mention the rankings.
resolved immediate.One way to get around the hassle is to use cookies to
Just what are the reasons behind comment spam?automatically sign in repeat users every time they visit
Well, it is to increase their, or in the case of thoseyour site. Doing this will save them from filling out login
so-called professional spammer their clients', ranking inform and can simply start to post. However, this
search engines. You see today, in ranking pages mostalternative will not ease the initial signup process.
search engines consider how many other WebsitesThe second approach available is to catch comment
have linked to it. Thus, by leaving comments on yourspam after it has been added. Catching comment
site the spammers' sites can achieve a slightly higherspam will be necessary if you decide not to bother
search engine ranking.with determining whether or not the one posting a
So what do you do? Well, first things first — docomment is a spammer or a human user. It may also
not take it personally. There are two approaches thatbe necessary if you have taken the steps above
you can use in order to stop comment spam. The first— some comment spam is almost inevitable.
one is to learn how to tell the difference betweenThis approach entails the creation of a check that
spammers and regular users.occurs after the comment is submitted to identify it is
Now this would involve require your posters to identifyspam or a legitimate post. Of course, you can go
themselves. This would be an extra step included inthrough posts manually before they're made live. This
the commenting process. This is the most popularway you can check and make sure that they are not
approach in avoiding comment spam, and has twospam.
options.You also have the option to automate the process. All
The first is called the “Turing Test”. The mostyou need to do is create a list of keywords that are
commonly used is called the Completely Automatedcommon to spam. Then check each post against this
Public Turing Test to Tell Computers and Humanslist. With this you can then weed out any comments
Apart or simply CAPTCHA.that contain the offending words, such as gambling,
It entails adding to your site's comments area an imagepoker, meds and so on.
that contains a random piece of text. The text mustThis comparison can be done in numerous ways and
be somewhat mottled or blurred so that a human canat a number of points during comment processing.
read it and is not discernible by a computer. TheMost programming languages usually makes it easy to
commenter is asked to copy this text exactly into acheck a string for given keywords. Just make sure
form field prior to submitting the form.that the string's case is also compared. How do you
This process makes it easy to determine that thedo this? Easy, just convert the string to lowercase or
commenter is indeed a person, and not a bot.uppercase before you run the comparison. If you
However, you still face the problem of a human beingdiscover that the comment indeed contain the key
spamming your comments section manually.words, then you can warn the spammer and
Another drawback in this kind of approach is thatimmediately delete their comment.
users are forced to perform an extra step in order toWhat’s great about this approach is that it does
submit comments, which might deter some people.not require the person who is posting a comment to
This can be a serious problem, particularly if yourtake any extra steps. Thus, your comments section
website is relatively new and are trying to encourageremains simple and easy to use that human users will
people to comment.feel encourage to post comments.
The second option is to employ User Authentication.However, since some spammer changes the words
Here you will be requiring all users to set up aused by the spam bot your keyword list must also be
username and password before they can commentupdated. Another downside here is that this technique
on the site. Once the administrator finds a userwill also be difficult to implement if the spammer
spamming the site, then he or she can ban thatadvertises products that are relevant to your Website.
username or email address.Also, your list of banned words might stop legitimate
This approach works in two ways; one is thatcomments from being posted.
spammers do not want to be identified and thereforeBut the good news is that well-designed sites will be
will avoid signing up. Second is that even if they do signable to avoid most spam, since they have taken into
up, they would have to take the time to sign up inconsideration the common spamming techniques.
order to spam and then be banned immediately.Spam will remain to be a persisting problem and it is
Although it might sound complicated since it isthe site owner’s responsibility to discover more
code-driven, this solution involves a database of usersways to fight them.
and simplified user management, therefore it will not