Sitemap

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any way to get around the fact that the sitemap doesnt allow
duplicate urls in the xml?? I have many pages that get accessed depending on
the clicking events and i was wondering if there was a simple way of doing
the sitemap so that i can use these page multiple times in the site map
 
Is there any way to get around the fact that the sitemap doesnt allow
duplicate urls in the xml?? I have many pages that get accessed depending on
the clicking events and i was wondering if there was a simple way of doing
the sitemap so that i can use these page multiple times in the site map

Couldn't you just append a query parameter to the URL?

Something like:

Default.aspx?a=1
Default.aspx?a=2
Default.aspx?a=3

All three lead to Default.aspx but will register as different URLs in
the SiteMap.

Thanks,

Seth Rowe
 
Back
Top