Questions
-
Add Rel Canonical to all pages on my site (Magento)
You can add a rel="canonical" link to any magento page as xml layout. For example if you want to add this to homepage: navigate to CMS -> Pages and open your home page. click design tab paste this into Custom Layout Update XML: <reference name="head"><action method="addLinkRel"><rel>canonical</rel> <href>http://www.example.com</href></action></reference>
On-Page / Site Optimization | | Mikpam0