Sitemap

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?QWxleA==?=

    #1

    Sitemap

    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
  • rowe_newsgroups

    #2
    Re: Sitemap

    On Aug 27, 4:30 pm, Alex <A...@discussio ns.microsoft.co mwrote:
    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

    Comment

    Working...