i want add rel="nofollow" to Specific link(site.com) in wordpress site by php or jquery
thank you
try this jquery
$(function(){ $('a[href^="http://example.com/external/link"]').attr('rel','nofollow'); })