sitemap Url

Last post 11-02-2007 10:57 AM by webhay. 4 replies.

Sort Posts:

  • sitemap Url

    10-31-2007, 1:39 PM
    • Loading...
    • webhay
    • Joined on 02-16-2004, 1:31 PM
    • Posts 55

    I have site map file and I need to make the sitenode to has the same url but it gives me that the sitemap needs uniqe urls how can I set the nodes to refer to the same url?

     

    Thank you

    sms

  • Re: sitemap Url

    11-01-2007, 3:41 AM
    Answer
    • Loading...
    • ziqbalbh
    • Joined on 02-26-2007, 12:58 PM
    • Lahore, Pakistan
    • Posts 350

    Hi,

    Why don't you append # and any keyword with your url, which will make it unique. 

    Zafar Iqbal
    VP Technology
    Hansvits


    ** Please mark as ANSWER if my reply helped you
  • Re: sitemap Url

    11-01-2007, 10:46 AM
    • Loading...
    • webhay
    • Joined on 02-16-2004, 1:31 PM
    • Posts 55

    Thank you for your reply but how can i append # in the url and this will make it work. please give eg.

     

    regards,
    Sms

  • Re: sitemap Url

    11-02-2007, 1:55 AM
    Answer

    Hi,

    Base on your description, you want to set the same url fot the sitemap node, right?

    There is not allowed the same url in the sitemap file, but you can add some different querystrings for the url to distinguish the URLs.

    For example:

      <siteMapNode title="Home" description="Home" url="~/default.aspx" >
        <siteMapNode title="Printers" description="Printer Service" url="~/printer_service.aspx">
          <siteMapNode title="Warranties" description="Extended Warranties" url="~/ext_warranty.aspx" />
          <siteMapNode title="Maintenance" description="Maintenance Aggrements" url="~/maintenance.aspx" />
          <siteMapNode title="ASP" description="Alternative Pricing" url="~/asp.aspx" />
          <siteMapNode title="Block Time" description="Block Time" url="~/block_time.aspx" />
        </siteMapNode>
        <siteMapNode title="Computers" description="PC Service" url="~/pc_service.aspx?1=1" >
          <siteMapNode title="Warranties" description="Extended Warranties" url="~/ext_warranty.aspx?2=2" />
          <siteMapNode title="Maintenance" description="Maintenance Aggrements" url="~/maintenance.aspx#" />
          <siteMapNode title="ASP" description="Alternative Pricing" url="~/asp.aspx?4=4" />
          <siteMapNode title="Block Time" description="Block Time" url="~/block_time.aspx?5=5" />

        </siteMapNode>
      </siteMapNode>

    Hope it helps.

    Please remember to mark the replies as answers if they help and unmark them if they provide no help.


    Yours sincerely,
    Amanda Wang
    Microsoft Online Community Support
  • Re: sitemap Url

    11-02-2007, 10:57 AM
    Answer
    • Loading...
    • webhay
    • Joined on 02-16-2004, 1:31 PM
    • Posts 55

    Thanks amanda .....

     

    Regards,

    sms

Page 1 of 1 (5 items)
Microsoft Communities
Page view counter