


Add Your own WordPress News and add to the new community!
Have an Article or WordPress related post on your own site maybe?
See it here after you post it ..
Cheers – Johnny
Loading...
Wordpress Counter Strike Web2.0 Theme Template, theme designed for first person shooting games blog. This is a fabulous theme, It has very interesting images, cool color scheme. Two columns and fix…
Your post from Jon, ”Back Pain in Santa Fe,” is a partial reprint of my article, URL given above. I have herein included the entire article for publication, including THE APPROPRIATE L…
For amazing premium wordpress themes visit – Ytheme.com, Free Wordpress Themes
SPECIAL OFFER for our visitors only!! Use Code ”wordpresssites” which grants everyone grants a $30 rebate on the full version of WP Robot!
New: WP Robot 2.0 released with many new…
WP Robot is frequently updated and improved! Here you can see an overview of all the features that have been added recently and are now included with the latest WP Robot version:
About
Best
Blog
Blogging
Blogs
Business
Change
Content
Create
creating
Design
Development
Feed
Feeds
Free
From
Google
guide
Hosting
Install
Internet
Marketing
Money
Online
Page
Part
Plugin
Plugins
Post
Review
Search
Site
Sites
Social
Theme
Themes
Tips
Traffic
Tutorial
Twitter
Using
Video
Ways
Website
Wordpress Articles on Wordpress (102)
Books on Wordpress (35)
Content Writing (58)
Cool Wordpress Stuff (5)
Internet Marketing (121)
Not Wordpress Articles (15)
Wordpress (223)
WordPress Admin (106)
Wordpress And Facebook (170)
WordPress Chat (235)
WordPress Comments (105)
WordPress Design (124)
WordPress Downloads (104)
WordPress Flickr (8)
WordPress Google (100)
WordPress Guides (179)
WordPress Images (141)
WordPress Latest News (3)
WordPress Links (66)
WordPress Page (194)
WordPress Plugins (128)
WordPress Post (38)
WordPress RSS (431)
WordPress Security (131)
WordPress Sidebar (74)
WordPress templates (160)
WordPress Themes (250)
WordPress Tutorials (51)
WordPress Twitter (326)
WordPress Videos (24)
WordPress Widgets (130)
WordPress YouTube (148)
WP Robot (131)
WP Cumulus Flash tag cloud by Roy Tanck and Luke Morton requires Flash Player 9 or better.
Fusion theme by digitalnature | powered by WordPress
Entries (RSS) and Comments (RSS) ^
Strategies for Preventing Comment Spam
Bloggers are painfully aware of website owners who try to improve their websites rank by adding links to blogs. There are several strategies for combating this problem. The first and most obvious method is to avoid free blogger sites. These are favorite targets for comment spam.
Bloggers who own their own software can add a no-follow tag. The rel=nofollow tag does not stop the spam, but it does stop robots from following the link. Blogger, owned by Google, implements these tags already. Wordpress has anti-comment spam plug-ins to help bloggers stop comment spam.
Do not bother banning the IP address – unplugging a computer for one hour can change the IP address, and changing a servers IP address is relatively easy. Some companies buy IP addresses in blocks of a hundred or more, and spammers also use open proxies. These are IP addresses that allow anyone access.
Configuring a blog to prevent javascript and HTML code in replies is a solid and easy to implement method of attacking comment spam. It is possible to configure some blog software programs to automatically convert any string that starts with http:// into a url. This will not stop manual comment spams, but it will stop the crawlers.
The spam crawlers search the web looking for descriptive form names. Field names like comment or reply make it too easy for comment spam crawlers to find a potential victim.
Many blogs are using CAPTCHA (Completely Automated Public Turing Test to Tell Computers and Humans Apart). This new tool requires the user to post a text and number combination before their post is published. However, a simple trip to the freelance bidding forums already indicates that countries (Ukraine and India are the most obvious) are hiring people to do nothing but post comments all day. This undermines CAPTCHA tools anyway!
If you are able to configure your blogs software, then there is a very simple trick for stop automated comment spam software. The form submit HTML is:
form method=”post” action=”http://www.example.com/bin/comment”
The action specifies the web address (URL) of the executable used to publish the form results. Simply remove it and add an onsubmit attribute:
form method=”post”
onsubmit=”this.action=http://www.example.com/+bin/post-a-comment”
This is not 100% effective, but it will stop most spam crawlers.
There are two other methods that are available to most bloggers. The first is user authentication – this requires the person to sign up for a user name and password before publishing a post. This slows down comment spammers in two ways: (1) they must take an extra step before publishing, and (2) most authentication programs are configured to accept an email address once.
The second method is to moderate every post before it is published, but the sheer time involved can be daunting. However, the advantages of having 100% control over your blogs content can tip the scales in the favor of moderating. Many posts do not use relative keywords, or post irrelevant comments based on an emotional reaction to the information. Moderating the blog allows the blog owner total control over the information on their page.
The Commentator
Comment, Preventing, Spam, Strategies
This entry was posted on November 22, 2009, 9:27 am and is filed under WordPress Comments. You can follow any responses to this entry through RSS 2.0. You can leave a response, or trackback from your own site.