(e-mail address removed) napisał(a):
hi,
it is my understanding that web crawls are not intelligent enough to
prase the limitless number of JS menus out there.
I want/need to have a JS menu, but I also want my whole site to be
crawled by Google.
Any suggestions?
Pure javascript menus where good 10 years ago, when everyobdy got tired
of totally static pages and there was some sort of javascript hype.
Times have changed. Accessibility shoud be the area of your concern.
Search engines indexing. Besides you can make really nice menus with CSS
not affecting accessibility nor good writing style (type "pure css
menus" in google).
If you *have to* use javascript menu, there is *absolutely* no reason to
have it *pure* javascript. After all you don;t want to build your page
using 10 years old techniques, do you? Yes - you can have a fancy,
multiple level menu with rollovers using *pure* CSS. You might wanna
consider adding some extra stuff (or simply help IE understrand the
basics) with javascript. You might make a menu with all those extra
effects. But if a user has no js support (not that uncommon btw) he will
still *see* the fully functional menu. Web crawels will see it too.
My point is - use good, modern techniques. Pure javascript menus are
definetely not one of them.