Hi Guys
Thanks for a great plugin. I have 2 pages that only contains of 3rd part links / affiliate links, and I would like to set all links on the specific pages to “Nofollow” for SEO reasons.
I have been to long away from coding to understand detailed code, but have learned you might be able to add this to a page header, to make all links on the page “Nofollow” –
<meta name=”robots” content=”nofollow”>
Another person told me to use this script: <script>jQuery( document ).ready(function($) {$(‘a[href^=”http”]’).attr(‘rel’,’nofollow’); });</script>
However I only see the plugin have “global” header fields (= influence all pages), as I e.g. use for my Facebook retargeting pixel.
Is there a way to make a specific page “Nofollow” without applying the code to all pages though the global header fields? If so I would be thankful if you would tell me what code to add and where? Let’s say the links I would like to make “Nofollow” is on a page called http://www.test.com/affiliate-products
Thanks in advance!
Rasmus