Hi - just upgraded a site from v9 to v2013.
In the 'Standard Meta Tags' I have a canonical link tag which is displayed in the code but appears to be removed when the site is published. The code is:
Any ideas?
In the 'Standard Meta Tags' I have a canonical link tag which is displayed in the code but appears to be removed when the site is published. The code is:
<actinic:block if="%3cactinic%3avariable%20name%3d%22Canonical%20Link%22%20%2f%3e%20%21%3d%20%22%22" >
<link rel="canonical" href="<actinic:variable name="WebSiteURL" />/acatalog/<actinic:variable name="Canonical Link" />" />
</actinic:block>
<link rel="canonical" href="<actinic:variable name="WebSiteURL" />/acatalog/<actinic:variable name="Canonical Link" />" />
</actinic:block>
Comment