Forum Moderators: mack

Message Too Old, No Replies

Spiderable Drop Down Menus

         

TheSeoGuy

8:25 pm on May 27, 2004 (gmt 0)

10+ Year Member



Is there a way to get links to be spiderable that are included in drop down menus? Most menus pre-written use JavaScript arrays to house any url data, and therefore do not get spidered. Does anyone know of a way around this or of a drop down script that takes spiderablitiy into consideration?

Thanks.

isitreal

9:50 pm on May 28, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Yes, use hardcoded menus, either generated server side or just in the html, use visibility:hidden/visible; to toggle them. This is pretty easy to do.

see this thread for the javascript code:
[webmasterworld.com...]

it's harder to get this technique working on table cell based sites than on div based sites, by the way, quite a bit harder, though it does work.

[edited by: DaveAtIFG at 6:35 pm (utc) on May 29, 2004]
[edit reason] Corrected link [/edit]

TheSeoGuy

3:10 pm on Jun 2, 2004 (gmt 0)

10+ Year Member



Hey Thanks! I appreciate the help and the link.