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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top