adeniyi faith
Power Member
- May 15, 2017
- 510
- 129
Hi guys I wonder if there is any line of code I could add to the footer or header of my site to set all out going links to NO-follow.
Thanks in advance.
Thanks in advance.
you could do that with the help of jQuery:
$('a[href^="http"]').attr('rel','nofollow');