1

I want to add the rel="nofollow" to the links on joomla menu item. This option is not available on administration backend. The robot add the attribute "nofollow" to the meta data of the page on that menu item not the actual link. Any help would be appreciated.

I'm using joomla 2.5

Makesh
  • 1,236
  • 1
  • 11
  • 25
PersianBoy67
  • 121
  • 2
  • 3
  • 8

3 Answers3

0

You have to override method that show your menu items. In website there is many articles about that.

0

Try these link:

http://forum.joomla.org/viewtopic.php?t=470383

http://extensions.joomla.org/extensions/structure-a-navigation/site-links/8733

Makesh
  • 1,236
  • 1
  • 11
  • 25
0

You don't really need to add any parameters to your menu items, you can accomplish this by overriding your menu module. In the menu module, check for the value of the robots parameter then add the appropriate rel to the link it creates.

Brent Friar
  • 10,588
  • 2
  • 20
  • 31