John,
First of all, let's not confuse web.sitemap which is solely for the use of
the control, with a "google sitemap" which is an xml document that google's
crawler will use to index your site. They are two completely different things.
In general, search engine crawlers do nothing but follow hyperlinks.
However, they "prefer" generic links that point directly to a resource, such
as "http://mysite/myfolder/mypage.aspx" They will follow multiple links with
the same page but different querystring items, but "only up to a point".
Your best bet is to supply a list of "generic" hyperlinks to everything in
your menu, say, at the very bottom of the page. You can also create a
separate google sitemap.
Peter
--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com
"John Dann" wrote:
Newbie question: I'm guessing that using asp:menu in an aspx 2.0 web
form doesn't allow search engines to index pages via the menu tree.
Please can anyone confirm this? Assuming this is correct then what are
the suggested ways if improving search engine visibility? I was
wondering for example whether there's any simple way of converting a
web.sitemap file to a text file of hyperlinks. (Again I'm assuming
that web.sitemap isn't enough on its own to guide the indexing
process.)
JGD