Forum Moderators: phranque
If a client wants to use js menus, it is hard to argument against them because of googlebot not reading them, when he sees so many sites using them.
Thanks ;)
1. Some js menus use hidden divs with links in those divs. Therefore technically, googlebot can still read them.
2. There may be links to internal pages at the bottom of the pages or in includes thereby offsetting any negative affect of having links in an external js file.
3. Some bosses just don't care or know about seo and see flashy pretty ms menus as something they MUST have.
DW's script makes it pretty easy to see the URL in the script
function mmLoadMenus() {
if (window.mm_menu_0012204316_0) return;
window.mm_menu_0012204316_0 = new Menu("root",37,14,"Verdana, Arial, Helvetica, sans-serif",8,"#000000","#ffffff","#3399ff","#66cc99","left","middle",3,0,1000,-5,7,true,true,false,0,true,true);
mm_menu_0012204316_0.addMenuItem("page 1","location='http://www.website.com/page1.htm'");
mm_menu_0012204316_0.addMenuItem("page 2","location='http://www.website.com/page2.htm'");
mm_menu_0012204316_0.addMenuItem("page 3","location='/page3.htm'");
mm_menu_0012204316_0.hideOnMouseOut=true;
mm_menu_0012204316_0.menuBorder=1;
mm_menu_0012204316_0.menuLiteBgColor='#cccccc';
mm_menu_0012204316_0.menuBorderBgColor='#3366ff';
mm_menu_0012204316_0.bgColor='#555555';mm_menu_0012204316_0.writeMenus();
} // mmLoadMenus()
I have seen sites based wholey on DW's menu and within the last 6 months have backlinks within the site and PR.
Does that mean I would rely on it for All SE's. Not me personally but I see it is currently working.
The 'standard' menus generated by Dreamweaver seem to work fine, at least from my experience. Granted, now that I can do a lot of the same things with CSS, that is the way I'm going to go.
[xs4all.nl...]
Why are there big sites with js menus if google doesn't read them?
Because not everyone in the world is obsessed with Google.
I don't rely on search engines for my business. I treat them as gravy. If someone finds me there, that's extra business I didn't count on. But I do my own marketing outside of the whims of a spider.