By calshei1 on
Is it possible to add a rel-nofollow tag to menu (primary navigation) links in Drupal? Trying to "sculpt" a site, and want to nofollow the menu link as well as the page it links to...ideas?
Is it possible to add a rel-nofollow tag to menu (primary navigation) links in Drupal? Trying to "sculpt" a site, and want to nofollow the menu link as well as the page it links to...ideas?
Comments
Take a look at the following
Take a look at the following module. http://drupal.org/project/menu_attributes
It ads several atributes to every menu item such as target="", rel="" and also id="" so you can easier style the items with CSS.