The small banners loaded on the site of the page does not have the rel="nofollow" attribute - and we would like this to be added.
http://poltr.com/?s=dans&post_type=aktivitet is the link, you can see the sidebar banners, they are curently set to:
just an example:
<a onclick="ga('send', 'event', 'koebenhavn', 'click', 'DYNAMIC URL' );" href="DYNAMIC URL"><img alt="" src="DYNAMIC IMG PATH"></a>
I want them to be changed to:
<a rel="nofollow" onclick="ga('send', 'event', 'koebenhavn', 'click', 'DYNAMIC URL' );" href="DYNAMIC URL"><img alt="" src="DYNAMIC IMG PATH"></a>
Basically I want to add rel="nofollow" to links of sidebar banners only.
Also i don't want to use Plugin.