I wan't to remove any canonical commands on filtered pages.
I know why they are there and under normal circumstances will hurt seo, however I am using them for a slightly different purpose, and as such am confident that a penalty would not be applied.
Is the code i need to remove, or comment out in standard meta tags, as below
<actinic:block if="%28%3cactinic%3avariable%20name%3d%22IsFilteringPageAsDefaultView%22%20%2f%3e%20AND%20%3cactinic%3avariable%20name%3d%22UseStaticFilterPageLink%22%20%2f%3e%29%20OR%20%0d%21%3cactinic%3avariable%20name%3d%22SectionPaginated%22%20%2f%3e%20OR%20%28%28%3cactinic%3avariable%20name%3d%22SectionPaginationIncludeFullPage%22%20%2f%3e%20%3d%3d%201%29%20AND%20%28%3cactinic%3avariable%20name%3d%22SectionPaginationCurrentPageIndex%22%20%2f%3e%20%3e%3d%200%29%29" >
<link rel="canonical" href="<actinic:variable name="CanonicalPageURL" />">
</actinic:block>
Many thanks
I know why they are there and under normal circumstances will hurt seo, however I am using them for a slightly different purpose, and as such am confident that a penalty would not be applied.
Is the code i need to remove, or comment out in standard meta tags, as below
<actinic:block if="%28%3cactinic%3avariable%20name%3d%22IsFilteringPageAsDefaultView%22%20%2f%3e%20AND%20%3cactinic%3avariable%20name%3d%22UseStaticFilterPageLink%22%20%2f%3e%29%20OR%20%0d%21%3cactinic%3avariable%20name%3d%22SectionPaginated%22%20%2f%3e%20OR%20%28%28%3cactinic%3avariable%20name%3d%22SectionPaginationIncludeFullPage%22%20%2f%3e%20%3d%3d%201%29%20AND%20%28%3cactinic%3avariable%20name%3d%22SectionPaginationCurrentPageIndex%22%20%2f%3e%20%3e%3d%200%29%29" >
<link rel="canonical" href="<actinic:variable name="CanonicalPageURL" />">
</actinic:block>
Many thanks