Hi I have a wordpress site containing list of universities abroad and direct link to their websites. I want to add no-follow atribute to all link. Is there any way to add no-follow once for all links on the page/website rather than adding this to all individual links?
IMO, you have to do it manually by adding the attribute rel="nofollow" in the <a> tag. If you are using wordpress version 1.5 or higher then it automatically assigns no follow attribute to all links generated by you. For more information you can also visit http://codex.wordpress.org/Nofollow
@adnan959 wp plugins are for links in comments. but i could not find plugin for in-page or in-post links. @ethandavis my question is that adding attribute rel="nofollow" to each link is hectic work, is there any way to add no-follow to all out bound links automatically.