Rank: Advanced Member Groups: Member
Joined: 6/13/2007 Posts: 32
|
Is your menu search engine friendly. I mean can search engines see the menu and submenus?
Regards, Aboozar
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Aboozar,
Our menu can be used purely for navigation (by using NavigateUrl property) or for server events (by handling ItemClick event), obviously search engline friendly is irrelavent for the second scenario. In order to seamlessly support both scenario, we use JavaScript to create menu items, thus only search engines that interpret JavaScript can see our menu item. If you want to support all search engines, you can provide a seperate site map page or use <noscript> tag to include a list of HTML links. That should cover all search engines.
Thanks
|