• Priority: 0
  • Status: Closed
  • Theme: Venedor
  • Assigned To: Marek
  • Private: No
  • Open Date: 01.12.16, 15:16
  • Opened by: Alex
  • Closed by: Marek
  • Closed on: 05.08.17, 18:47
  • Reason: Closed
  • Comment: Glad to help!

Ticket #10082 - ven2.3 customlinks add nofollow to the compare link

Bug http://screencast.com/t/sYgR0w5Y
Fix:
file \modules\pk_customlinks\pk_customlinks.tpl

<a href="{$link->getPageLink('products-comparison')|escape:'html':'UTF-8'}" title="{l s='Compare List' mod='pk_customlinks'}">

changed to

<a href="{$link->getPageLink('products-comparison')|escape:'html':'UTF-8'}" rel="nofollow" title="{l s='Compare List' mod='pk_customlinks'}">

And check maybe some other links need to add ‘nofollow’

Comments

No comments yet