Canonical Tag Miva Merchant 5.5

Home : Examples

Conquer duplicate content once and for all with this simple Canonical Tag example for Miva Merchant 5.5. No 3rd party module requirements.

Canoncal Tag Miva Merchant 5.5 Example Code (Head Tag Content Template)
<mvt:if expr="g.Screen EQ 'PROD'">
<link rel="canonical" href="http://www.example.com/&mvta:product:code;.html" />
<mvt:elseif expr="g.Screen EQ 'CTGY'">
<link rel="canonical" href="http://www.example.com/&mvta:category:code;.html" />
<mvt:elseif expr="g.Screen EQ 'SFNT'">
<link rel="canonical" href="http://www.example.com/" />
<mvt:else>
<link rel="canonical" href="http://www.example.com/&mvta:global:screen;.html" />
</mvt:if>

For professional integration, please contact us via our Online Sales & Support Desk.