Advertisement
Alhadis

Magento Canonical URL Fix

Feb 1st, 2015
387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.27 KB | None | 0 0
  1. <!-- Copy+paste everything below this line here: http://www.adurolabs.com/images/blog/Adding_rel_cannonical_magento.PNG -->
  2. <reference name="head">
  3.     <action method="addLinkRel">
  4.         <rel>canonical</rel>
  5.         <href>http://www.FULL-URL-GOES-HERE.com/</href>
  6.     </action>
  7. </reference>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement