Mobile app version of vmapp.org
Login or Join
Deb1703797

: Collapsible menu and amount of links in a web page One of my pages contain three levels of a collapsible menu (JS + CSS from mycssmenu.com). There are a dozen first level items displayed to

@Deb1703797

Posted in: #Css #Javascript #Seo

One of my pages contain three levels of a collapsible menu (JS + CSS from mycssmenu.com). There are a dozen first level items displayed to users, each one with various second level items, and finally a lot of third level items, each one containing a related link.

This generates a lot of internal links (300+).
Because of SEO should I change the way the collapsible menu is displayed to reduce link amount? What do you suggest? I would like to avoid users to have to open a new page just to only see what are third level items and eventually follow one of its links.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Deb1703797

1 Comments

Sorted by latest first Latest Oldest Best

 

@Cofer257

Personally I would avoid having so many links in one menu as it makes the menu hard for users to work through. It would be better to stop at the second level and have those links link to a "category" page of links.

If you are sure the menu is usable, the best solution is probably to use Javascript to generate the deeper levels of the menu. You can store the menu structure in JS variables and build it when the page loads.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme