|
Add rel="noFollow" to outgoing links
Marco's noFollow is the joomla plugin allows you to add "rel" and "target" attributes to all outgoing links in articles on your Joomla!.
Using this plugin you can avoid to disperse the Page Rank on the web by setting the attribute rel = "nofollow" on all outbound links, and you can keep visitors on your site by setting the target = "_blank" attribute.
Attribute "rel"
- "Set no follow, if not specified rel"
attribute set to "nofollow" unless specifically rel = "follow"
- "Force no follow"
attribute to force the "nofollow"
- "Strip no follow"
attribute to remove the "nofollow"
- "Do not change"
does not change the attribute
Attribute "target":
- "Open in new window (_blank) if no target specified"
attribute set to "_blank" if not specified a value
- "Open in new window (_blank)"
attribute set to "_blank"
- "Open in parent window / frame (_parent)"
attribute set to "_parent"
- "Do not change"
does not change the attribute
You can also add the code {mnf=off} anywhere in a single article which explicit disables this bot for the item.
|