Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Sign In| Join
Last post Nov 02, 2007 02:57 PM by webhay
Member
45 Points
55 Posts
Oct 31, 2007 05:39 PM|LINK
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
Contributor
2282 Points
361 Posts
Nov 01, 2007 07:41 AM|LINK
Hi,
Why don't you append # and any keyword with your url, which will make it unique.
Nov 01, 2007 02:46 PM|LINK
Thank you for your reply but how can i append # in the url and this will make it work. please give eg.
regards, Sms
All-Star
30008 Points
3104 Posts
Nov 02, 2007 05:55 AM|LINK
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.
Nov 02, 2007 02:57 PM|LINK
Thanks amanda .....
Regards,
webhay
Member
45 Points
55 Posts
sitemap Url
Oct 31, 2007 05:39 PM|LINK
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
ziqbalbh
Contributor
2282 Points
361 Posts
Re: sitemap Url
Nov 01, 2007 07:41 AM|LINK
Hi,
Why don't you append # and any keyword with your url, which will make it unique.
http://ziqbalbh.com
** Please mark as ANSWER if my reply helped you
webhay
Member
45 Points
55 Posts
Re: sitemap Url
Nov 01, 2007 02:46 PM|LINK
Thank you for your reply but how can i append # in the url and this will make it work. please give eg.
regards,
Sms
Amanda Wang...
All-Star
30008 Points
3104 Posts
Re: sitemap Url
Nov 02, 2007 05:55 AM|LINK
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.
Microsoft Online Community Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
webhay
Member
45 Points
55 Posts
Re: sitemap Url
Nov 02, 2007 02:57 PM|LINK
Thanks amanda .....
Regards,
sms