Google have announced a new tag that should remove the motive for content spamming.
From now on, when Google MSN, and Yahoo! see the attribute (rel=”nofollow”) on hyperlinks, they will now no longer index any such links.
Keith McDuffee - the author of the very excellent AuthImage - a Captcha comment spam blocking WordPress plugin has published code to implement the new nofollow tag in WordPress.
Be aware that there is a typo in the published code - I have commented on Keith’s site to make him aware of this but just in case you miss that, remove the space in the first line before the ?PHP if one exists - if there is no space there, Keith has probably fixed it.
This nofollow tag won’t be a quick solution to this problem, as it won’t be implemented in all blogs for quite some time, so the incentive to spam will still exist. Spammers are not going to go the trouble of trying to see which blogs have implemented this, so don’t expect a dramatic fall off in the amount of spam in the next couple of days or even weeks!
If you enjoyed this post, make sure you subscribe to my RSS feed!


Comments fixed! - AuthImage 2.0.4 breaks AuthImage addressing.
Well, it serves me right. After crowing about how good AuthImage is to everyone, I forgot to check it after getting my hosting company to “rebuild php with the required modules“. It was still broken on this site, meaning no-one could comment!
This time, when I accessed the authimage.php file directly asking for an image (i.e. authimage.php?type=image), I was served up the image, no problem. So I knew, now that the error was elsewhere. A quick trawl of my log files showed a lot of 404’s for /wordpress/wordpress/…/authimage.php - the duplication of the wordpress folders was incorrect so now I knew there was an error in addressing the image.
Addressing takes place in the wp-comments.php file so I corrected the error there.
Interestingly this was the reverse of an error I had corrected previously. It seems that my upgrade to Authimage 2.0.4 ‘fixed’ this error, causing my earlier correction to fail!
All’s well now anyway, so comment away mad!
If you enjoyed this post, make sure you subscribe to my RSS feed!