Blog posts tagged: spam
News and other things I find interesting
Stopping spam without CAPTCHA
Last modified: Friday, April 22, 2011
I decided to try to stop spam without CAPTCHA. I'm using a service called Akismet. It is free for personal blog use.
Akismet was originally developed for integration with WordPress. You can now use it's public API anywhere though. I'm using it via the Django comment framework.
For commercial use it's anywhere from $50 / month up to $1,000 / month depending on the frequency of usage.
I also setup email notifications for myself so I get emailed whenever a new comment gets posted.
For the news item I also set rel="nofollow" so any link posted won't count for search engine optimization (SEO).
Tags: akismet capthca spam seo
Add a new comment | 1 comment(s)
|
I wonder if reCAPTCHA has a WP plugin? I don't use WordPress though, so I jumped straight to that for simplicity. RustyLime has some very interesting image CAPTCHA's as well. |