Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

SEO:no Javascript-navigation but CSS instead?

Guest
Feb 20, 2008 Feb 20, 2008
Today I read an article on seo. It stated that searchengines have great difficulty with finding/indexing sites with JavaScript navigation[/unavigation]. It also recommended to use CSS instead, if you want to create nice menues. I would very much appreciate opinions/recommendations from experienced DW-users regarding these two issues.
Also, tips on how to built these nice navigationbuttons with css are very much appreciated! (With css I am an absolute beginner)
TOPICS
Server side applications
221
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 20, 2008 Feb 20, 2008
LATEST
> Today I read an article on seo. It stated that searchengines have great
> difficulty with finding/indexing sites with JavaScript
> navigation[/unavigation].

The issue isn't javascript menus in general, but the menus that embed the
actual URLs into the javascript.

> It also recommended to use CSS instead, if you
> want to create nice menues.

What kind of menu are we talking about? If it's a flat, static menu, then
CSS is great. You can even do rollover effects with it.

If you need fly-out menus, then CSS + Javascript is typically the best
option. Project VII has several to choose from that are quite nice.

-Darrel


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines