Hi everyone,
The guys in our SEO team want me to implement some canonical links within one of our clients websites.
With it using master templates can anyone advise on the actinic best practice to implement the code for say each product page.
Would you use variables to control what page name elements are displayed?
For instance:
Homepage:
<link rel="canonical" href="<actinic:variable name="CatalogHomeURL" />"/>
Brochure Page:
<link rel="canonical" href="<actinic:variable name="CatalogURL" /><actinic:variable name="BrochurePageURL" />"/>
For the catalog page I am unsure and could use the advice.
I think the right code is:
<link rel="canonical" href="<actinic:variable name="CatalogURL" /><actinic:variable name="SectionURL" />"/>
Any guidance is greatly appreciated.
The guys in our SEO team want me to implement some canonical links within one of our clients websites.
With it using master templates can anyone advise on the actinic best practice to implement the code for say each product page.
Would you use variables to control what page name elements are displayed?
For instance:
Homepage:
<link rel="canonical" href="<actinic:variable name="CatalogHomeURL" />"/>
Brochure Page:
<link rel="canonical" href="<actinic:variable name="CatalogURL" /><actinic:variable name="BrochurePageURL" />"/>
For the catalog page I am unsure and could use the advice.
I think the right code is:
<link rel="canonical" href="<actinic:variable name="CatalogURL" /><actinic:variable name="SectionURL" />"/>
Any guidance is greatly appreciated.
Comment