How can I add a nofollow option to my blogroll links editor?
Attempted to just type “nofollow” into the “rel” input box, but its auto deleted onblur.
If I turn javascript off (thanks to Matt’s suggestion below), It works, but when I check the source on my site, the rel attribute looks like this…
rel=”nofollow”onclick=”javascript:pageTracker._trackPageview(‘/outbound/blogroll/www.site.com’);
I know of three ways around this and unfortunately they all suck:
You can filter your blogroll to make all links nofollow with a function like this:
If you need to do it on a case-by-case basis, though, you’re probably stuck with some hacks like @matt pointed out.