Create web.sitemap

I am wondering if I can go this route, and I'm looking for some guidance.

I created a data source on a site map on my website, and then created a site map for its reference. However, when I create the sitemap, it seems that I need to enter all the details of the page. Is there a way to automate this (or at least get it working)? This is what was created by default:

<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >
  <siteMapNode url="" title=""  description="">
    <siteMapNode url="" title=""  description="" />
    <siteMapNode url="" title=""  description="" />
  </siteMapNode>
</siteMap>

For example, is there a way to make it just list all the pages of a site at the same level or something else?

+1
source share

All Articles