Hi,
I want to use friendly URL to make my web site SEO friendly.
I have added friendly URL rules for all the pages. All the pages of web site contain its respective friendly name.
Ex:
The Contact Us page having tabid 120, so I have added a rule to friendly url as below.
LookFor: .*/ContactUs.aspx(.*)
SendTo: ~/Default.aspx?TabId=120$1
The problem is when page link shown in menu it shown as www.website.com/tabid/120/default.aspx instead of the friendly name www.website.com/ContactUs.aspx.
How can I modify/configure the menu to show the friendly name?
Is it possible write a rule in friendly Url or Request filter to change the www.website.com/tabid/120/default.aspx to www.website.com/ContactUs.aspx?
Anyone have some working script or ideas on how to implement this.
Thanks,
Mahesh