afaik drupal does not add "nofollow" by default. If it's on, check the settings at admin/settings/filters/1/configure and uncheck the option if checked.
however when I go to that admin page there is nothing about dofollow/nofollow? Except for
Spam link deterrent
If enabled, Drupal will add rel="nofollow" to all links, as a measure to reduce the effectiveness of spam links. Note: this will also prevent valid links from being followed by search engines, therefore it is likely most effective when enabled for anonymous users.
Which is unchecked anyway? (tried checking it too, just in case..)
I'd love to be able to control this on the level of node type and comments... Blog posts, pages and stories can be expected to have valuable links, forum posts a lot less and comments and signatures the least.
I find the extlink module a bit silly... it is so easy to add the image using CSS on the anchor tag, and not a separate span, in order to have it included in the link itself. I also added a hover image in the same color as my link color and added CSS so that the image cannot be wrapped to the next line. I guess I will look for a better alternative.
Comments
_
afaik drupal does not add "nofollow" by default. If it's on, check the settings at admin/settings/filters/1/configure and uncheck the option if checked.
Thank you, I found it.
Thank you, I found it. WorldFallz, you never fail.
NOFOLLOW
Hello and thank you
however when I go to that admin page there is nothing about dofollow/nofollow? Except for
Spam link deterrent
If enabled, Drupal will add rel="nofollow" to all links, as a measure to reduce the effectiveness of spam links. Note: this will also prevent valid links from being followed by search engines, therefore it is likely most effective when enabled for anonymous users.
Which is unchecked anyway? (tried checking it too, just in case..)
Marco
see http://fxbookmarks.com
nofollow on username
I have Spam link deterrent turned off at admin/settings/filters/1/configure but links are still nofollowed, e.g. here http://guaka.org/2009/10/26/hitchwiki-everywhere
part of prosper
I found it, it's part of Fusion Core. I overrode it in my subtheme:
I'd love to be able to
I'd love to be able to control this on the level of node type and comments... Blog posts, pages and stories can be expected to have valuable links, forum posts a lot less and comments and signatures the least.
I find the extlink module a bit silly... it is so easy to add the image using CSS on the anchor tag, and not a separate span, in order to have it included in the link itself. I also added a hover image in the same color as my link color and added CSS so that the image cannot be wrapped to the next line. I guess I will look for a better alternative.
You can do so by controlling
You can do so by controlling input formats to be used with the better formats module on http://drupal.org/project/better_formats
Here is a tiny module to
Here is a tiny module to handle this on drupal 6
http://drupal.org/node/254471#comment-4710664
Regards.
Mog.
Code breeder since 2006.