Hi All
I have created extended info pages for each product. They are set to open in the same window. I duplicate each product that's in one section and also appear in another 3 sections.
I want to get my site map to include all pages, specifically all extended info pages. I've got code from this forum which is as follows:
<actinic:block type="EntireSectionList">
<actinic:block type="ProductList">
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsPopUpPageGenerated%22%20%2f%3e" >
<a href="<actinic:variable name="ExtendedInfoPageName" />"><Actinic:Variable Name="ProductName"/></a><br/>
</actinic:block>
</actinic:block>
</actinic:block>
It is working and make all product pages appear in the sitemap but also including all duplicate products pages.
Is there any way to delete these links of duplicate products in the sitemap? Any thoughts would be appreciated.
I have created extended info pages for each product. They are set to open in the same window. I duplicate each product that's in one section and also appear in another 3 sections.
I want to get my site map to include all pages, specifically all extended info pages. I've got code from this forum which is as follows:
<actinic:block type="EntireSectionList">
<actinic:block type="ProductList">
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsPopUpPageGenerated%22%20%2f%3e" >
<a href="<actinic:variable name="ExtendedInfoPageName" />"><Actinic:Variable Name="ProductName"/></a><br/>
</actinic:block>
</actinic:block>
</actinic:block>
It is working and make all product pages appear in the sitemap but also including all duplicate products pages.
Is there any way to delete these links of duplicate products in the sitemap? Any thoughts would be appreciated.
Comment