Forum Moderators: open
thanks
I use layer menus on all of the sites I work on and they work really well in search engines.
Do not rely on JavaScript to create the menus and hyperlinks - make sure they are coded in HTML (as a normal hyperlink would be), and Google will index your pages with success.
As long as you only use JavaScript for animating / showing / hiding menus and not for creating them you will be fine.
[gosu.pl...]
Lori
I always wonder if using a drop-down menu made of hidden layers is a smart move. One might assume that search engines may not understand that the hidden layers are a part of a menu, and treat them as hidden text. And of course, hidden text is a big no-no.
Oren
As long as the "hidden text" serves a real purpose for the user (i.e. a menu of valid, visible links), then I can't see any harm in them.
Without JavaScript the layers / links are 100% visible anyway, as JavaScript does the "hiding" as the page is rendered by a browser.
In my opinion, there is little or no risk at all using this method.