Hi,
I'm running the version 4.1.9 of the gantry framework and the default template. So in order to improve my site SEO and avoid duplicated content indexed by search engine like google, I would like to add the rel=”nofollow” tag for mailto component link inside an article.
So the original view page source code section :
<li class="email-icon">
<a href="/component/mailto/?tmpl=component&template=gantry&link=9fe8df0cfac22750a6f21ca16dc66cfcb2bca504" title="Email" onclick="window.open(this.href,'win2','width=400,height=350,menubar=yes,resizable=yes'); return false;"><img src="/media/system/images/emailButton.png" alt="Email" /></a> </li>
should look like this:
<li class="email-icon">
<a rel=”nofollow” href="/component/mailto/?tmpl=component&template=gantry&link=9fe8df0cfac22750a6f21ca16dc66cfcb2bca504" title="Email" onclick="window.open(this.href,'win2','width=400,height=350,menubar=yes,resizable=yes'); return false;"><img src="/media/system/images/emailButton.png" alt="Email" /></a> </li>
Any help would be appreciated in order to make such change.
Thanks
Dave