WebmasterWorld Nofollow
Basis
It’s been well documented that I support the use of nofollow on sites that use nofollow exclusively for their external links, such as wikepedia. However there are sites that even go a step further and don’t even allow links. WebmasterWorld is one of them. While they may have very legitimate reasons, such as not wanting to get spammed, to avoid conflict, or reduce noise, etc. I feel it unfair to use them as a reference in posts when I know that they won’t reciprocate to the many contributers on the site. I should also add my editorial comment that their ban on even mentioning specific sites cripples their help forums to the point of near uselessness, with all of the “in my sector” and “I’ve seen in my niche” posts that can’t be used for anything other than pure conjecture.
By use of the nofollow tag I am still sending them traffic, which is above and beyond their policy, but not influencing the search engines with a positive vote for the site. I know I’ll catch some heat from SEO’s who love WebmasterWorld, and I use it often for technical reference, but as I said at least I am sending them traffic.
Solution
For a while I was adding rel=”nofollow” by hand, but that got to be a pain, and I’d forget sometimes. So I developed a Wordpress plug-in that does it for me automatically, in posts and comments. Feel free to use and distribute the plug-in. It’s easy to install, and requires no further action on your part.
Install
- Download the file.
- Unzip the file.
- Upload to your plugins folder.
- Activate plugin.
Options
- If you’d like to want external links to open in a new window change line 49 which is by default $txfx_iel_use_target_blank = false; to $txfx_iel_use_target_blank =true;
- If you don’t want this plug-in to work on comments, then delete line 94:
add_filter(’comment_text’, ‘wp_wmw_nofollow’, 999);
Acknowledgements
I just modified the Wikipedia nofollow plug-in by Ken Yasumoto-Nicolson, which was based on Identify External Links by Mark Jaquith.
If you liked this post please buy me a beer. Thanks.
On May 7th, 2007, Caroline said:

