PDA

View Full Version : Site map not complete


Steven Barkess
06-Feb-2005, 07:09 PM
Hi

I have been looking at my sitemap but I dont think it is complete.

Currently, it looks like

Section ie Catalogue

Sub section ie Singles in store

Sub sub section ie products 1-30

and then stops there.

I thought the site map should then show

Product 1
Product 2
Product 3 etc

At the back of my mind, I think I removed the Product section of the site map about a year ago. But, looking at original Sitemap and Sitemap_Section files, I dont see any difference.

So, should the site map show the product too? and if so, what should the code say. Currently for Act_SiteMapSectionLine I have:


<LI>
<A HREF="NETQUOTEVAR:SECTIONLINK"><B>NETQUOTEVAR:SECTIONNAME</B></A>
</LI>


Thanks

Steven

pinbrook
06-Feb-2005, 10:53 PM
sitemap does not show products, only sections

my sitemap code matches yours

<LI>
<A HREF="NETQUOTEVAR:SECTIONLINK"><B>NETQUOTEVAR:SECTIONNAME</B></A>
</LI>

Mike Hughes
07-Feb-2005, 09:50 AM
The sitemap doesn't differentiate between sections and products. It's a list of all the pages in your site (probably excluding popup pages). If you have any product pages it will show these too.

Mike