Forum Moderators: open

Message Too Old, No Replies

dropdown css menu and seo

some say spider should not...

         

mlalex

1:11 pm on Nov 5, 2005 (gmt 0)

10+ Year Member



I read somewhere that the se spider should not see the list of links while entering the page and hence a css dropdown menu is not spider friendly. I use a 3 column css templete with css drop down menu on top.

please help.

tedster

9:27 pm on Nov 5, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If your source code shows regular <a href="some url"> anchor tags, they will be seen and indexed -- even if the visibility for that div is initially turned off by css and later turned on by a hover behavior or javascript.

mlalex

3:27 am on Nov 6, 2005 (gmt 0)

10+ Year Member



Thanks Ted.

I dont have trouble presenting the links to the spider.

My question is :
I have 7 main menu and atleast 30 sub menus (about 5 under each main menu). My menu in a text browser (without applying CSS & JS) looks like a sitemap. If the spider sees a bunch of links as soon as it enters the page, will it mistake my website for a scrapper or junk site and penalize it?

- alex

tedster

8:46 pm on Nov 6, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I've seen some sites -- even very high PR websites from Fortune 500 companies -- where extensive drop-down menus seem to make trouble in the SERPs. After all, Google has told us we'll do better if we keep the total link count on a page to under 100. It's just a working hypothesis for me right now, but I think these extensive menus can get tangled up with that limit.

On the other hand, I also know Google identifies the page template for a site, so an algo "might" just these menus off to the side of the calculation somehow, because they are a page element that is always repeated. However, the trouble is there (PR not passing through content links on these pages and so on.)

Also, in the interests of full disclosure -- I have a strong personal dislike for these menu systems. It's there for many reasons, not just search engine issues. My previous post on the topic:

Mouseover Menus - or DHTML Indigestion [webmasterworld.com]

caveman

8:46 pm on Nov 6, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



mlalex, are you talking about your homepage, your subpages or both? Also, roughly how many pages on your site?

Generally, having 35 links to other pages from any given page is not something I'd worry much about at all. I'm aware of thriving sites with more internal nav links per page than that.

I think it's more important that the nav makes sense for the site and the users.

There are also different ways to approach nav. Flat nav, hierarchical nav etc. Again it depends on the site. I have some sites with fairly flat nav because it makes sense to do it that way. A potential negative of that approach is lack of focus WRT PR and that sort of thing, from a SEO point of view.

Given the choice, I tend to prefer more hierarchical nav, which also has a tentency to limit the number of nav links per page.

caveman

8:49 pm on Nov 6, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



FYI, there's some related discussion here:

[webmasterworld.com...]

tedster

2:02 am on Nov 7, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



it's more important that the nav makes sense for the site and the users

I definitelay agree -- and in the case of a site that is used a regular reference point for many return visitors, the dropdown menu can be a good tool. It helps the regular, repeat visitor go exactly where they want. I'm not completely dogamtic about it ;)

A good case in point is Amazon's implementation -- and they certainly qualify as a site with lots of regular, repeat visitors. If you are using a browser where the dhtml menu works (IE or FF) , then it's a nice navigational shortcut for those who know where they want to go. But the site also offers solid nav for those whose browsers do not show the dhtml menu.

mlalex

5:02 am on Nov 7, 2005 (gmt 0)

10+ Year Member



First, thank you guys. An admin and a mod jumping into help.

are you talking about your homepage, your subpages or both?

At present I want all my pages to have these links. Now, I am little confused after learning that it could compromise PR

roughly how many pages on your site?

At present there are about 75 pages. It will sure grow upto some 100s. But these 30 to 40 links will be the foundation links (that would show a basic layout of the content) and the rest would be second level links

hierarchical nav?

Could you point to some good resourse please

Google identifies the page template for a site, so an algo "might" just these menus off to the side of the calculation somehow, because they are a page element that is always repeated.

The more I look into other top ranking sites in my area, I am more convinced about this fact.

the trouble is there (PR not passing through content links on these pages and so on.)

Could you explain more on this. or point to some good resourse please

From Ted's other thread :

A menu that allows them to choose a tasty, intuitive path to whatever they need.?

Ted, your previous thread did shed excellent light on the subject.
However, would I not restrict my users to my pattern of thinking? Would I not be leading them into a path that I think is tasty & intuitive and denying other "could be" useful stuff to the user?

caveman

6:29 am on Nov 7, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Try this as far as hierarchy and theme pyramids go:
[searchengineworld.com...]

The nav would become section specific as you drop down ... i.e., on a widgets site, homepage would cover all colors of widgets. On the red widgets page, you might see subnav to small red widgets, medium red widgets, large red widgets, etc.

Maybe also nav to other main widget pages, or not, depending upon your notions of what kw's are most important and where you want your site emphasis to be. ;-)

tedster

7:08 am on Nov 7, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Before the advent of the dhtml dropdown menu, one common approach to creating a heirarchical menu was the "inverted L" -- with the main topics across the top of the page, and the chosen category's breakdown along the left side as a sub-nav.

This is a very easy type of hierarchical structure for visitors to grasp, and the sites where I have used it still show some of the sweetest stats for the vistor's click paths -- easily exploring many, many pages. In fact, these are the sites where visitor complements for ease of use seem to be the strongest. I've also tried various accordian-style menus, mouseover pop-up menus and so on, but none of them have performed the way a simple inverted "L" does.

In addition, there has never been a major search engine indexing problem for me on sites using this approach. The spiders seem to find all the pages quite nicely.

mlalex

9:32 am on Nov 7, 2005 (gmt 0)

10+ Year Member



Caveman, Thanks for the link in SE World - very useful one.

Ted, thanks for inverted "L" menu sugession. Inverted "L" wins the election.

I feel combining both ideas will be the solution.

I will be back to trouble you if I need anything else.