Is it possible to "no follow" in amazon url?
Is it possible to "no follow" in amazon url?
You could create a custom template and change the code for the link to the Amazon product page. If you take for example the default template, you could change the HTML from
<a href="{$AmazonUrl}">...
to
<a href="{$AmazonUrl}" rel="nofollow">
As this plugin follows the concept of templates, it’s your decision how to implement the Amazon products into your pages. The built-in templates are just examples and you are free to change them.
You must log in to post.