Written by gerard on Friday 4 December 2009
Something I've hated about running community sites on Drupal is the cursed Spam Link Deterrent filter.
The idea behind this filter is that it applies rel="nofollow" to any links in user-generated content. And the reason this is necessary is that when you have a membership site and you allow users to create content on it, you inadvertently attract spammers who want to drop links back to their own site.
By applying the nofollow attribute, you are telling search engines not to count that link as 'editorially approved' - therefore, the spammer doesn't derive any value from the link. The problem with the Spam Link Deterrent is that it's an all or nothing solution - even internal links to other content on the site get this added to them. This means that your site loses a lot of value from natural internal links.
Nofollow List is a Drupal module that was developed for another reason entirely - to attempt to curb the monopoly of links toward massive sites like Wikipedia. Originally, it was intended to be a blacklist tool, applying nofollow to reduce the amount of link value those sites were gaining.
I thoroughly approve of this usage, by the way - I believe that the strength of links to sites like Wikipedia is actually detrimental to the 'level playing field' of the web. But that's a debate for another day...
Anyway, there's another usage of Nofollow List that I've been using on Unreality Shout recently - using it as a whitelist to allow unrestricted links within my network of sites, but applying nofollow to other sites that I can't vouch for. This means that any spam content or links to giant authority sites get nofollow applied to them while links within the Unreality network of sites work perfectly.
It's pretty straighforward to set this module up -
I hope this helps some other Drupal users who've been struggling with how to protect against spam content but want to mximise the SEO possibilities for their site.
I just wonder why this module hasn't replaced the Spam Link Deterrent in Drupal core yet. It's simple enough to configure, and could be set up to automatically include the domain of the site it's running on.