Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

I want to add rel="nofollow" attributes to links that point to login/ToS pages in my Drupal 7 site. How can this be accomplished?

share|improve this question

1 Answer

I think this is the module you are looking for:

http://drupal.org/project/menu_attributes

With Menu Attributes you can set the rel attribute (among many) on the admin section.

share|improve this answer
But doesn't this module affect only links in menu blocks? I'm interested in affecting all the links on a page. – groovy354 Jan 8 at 9:25

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.