How To Override rel=nofollow tag
-
I have a plugin that automatically adds rel="nofollow" to anchor tags that link to external websites. Now I want to make a particular link to override that nofollow tag and pass the page juice to it. How should I go about it? Will adding rel="follow" help?
-
Hi Hernant,
You should probably adjust the plugin to make sure you can add exceptions to it. Adding rel="follow" won't change anything to do this as follow is not a valid value for the attribute.