Forum Moderators: open
I get a lot of positive feedback from readers that it's easy to find things on my site because of these jump menus. But....
My question is, what do the experts on this forum think these menus might do to my PR? I am #2 in my category and am worrying that by moving the pulldown menus to the top of the page where they are seen first by the spider, it might change the way the page is ranked. Thanks. :)
javascript jump menus
If these are pure Javascript links, then Google won't see them at all, except as padding - They just push your spiderable content down on the page, and dilute its value. Because of their large size, you might consider using "the table trick" to get around the problem, if possible. If you're not familiar with it, a WebmasterWorld site search should turn up some useful info.
Alternatively, using absolutely-positioned <div>s and CSS might help in a similar way, but that's a whole different forum. ;)
HTH,
Jim
Bonus: If you use the same menu(s) on more than one page, maintenance will be easier because you only have to make updates in one place. As well, once the external files have loaded for the first page view, subsequent pages will load more quickly because the browser can pull them from cache.
Be sure that your site has adequate alternate navigation outside the drop menus so that search engine spiders -- or someone surfing with javascript turned off -- could reach all your pages.