Bikini Babes - Cheap Flights - Buy PSP - Remortgages - MPAA

PDA

View Full Version : newbie java script menu question


tork
Aug 8th 2005, 10:05 am
I want to add java drop down menu's on my redesigned web site. I've used some page checking utilities like widexl's meta checker and it does not see the java menu links to my other pages. How does google bot handle this? Is there a better script or resources? Can some one point me in the right direction? My new redesign is at www.fastpcnet.net/preview
Thanks in advance,
Tork

dave487
Aug 9th 2005, 3:49 am
the safest way is to add a list of links below your javascript code as follows:
<noscript>
<a href="link1.htm">Link 1</a>
<a href="link2.htm">Link 2</a>
</noscript>

This can be read by search engines and people without javascript.

This may not work as well if you have loads of links.