CSS Dropdown Menu Code for SEO Purposes

Discussion in 'Search Engine Optimization' started by chodomade, Apr 28, 2007.

  1. #1
    Hello,

    i realized that using the old way of doing a dropdown menu

    <select>
    <option>
    </select>

    etc etc

    doesn't work for SEO purposes. Is there a way to do it through CSS? and use

    <ul>
    <li>
    </ul>

    instead so the pages in the dropdown menu can be indexed?

    thanks,
     
    chodomade, Apr 28, 2007 IP
  2. bacanze

    bacanze Peon

    Messages:
    2,419
    Likes Received:
    127
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Remeber that bots only read the coding, therefore css drop down menu is fine, as all the links are within the source code :)
     
    bacanze, Apr 28, 2007 IP
  3. kh7

    kh7 Peon

    Messages:
    2,715
    Likes Received:
    109
    Best Answers:
    0
    Trophy Points:
    0
    #3
    kh7, Apr 28, 2007 IP
  4. lighe

    lighe Active Member

    Messages:
    150
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
  5. Kaudo

    Kaudo Well-Known Member

    Messages:
    358
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    118
    #5
    the <select><option>...etc... works pretty fine with SEs.

    Maybe your problem is that you use some javascript drop down menu.

    On the other hand - I see no value in optimizing the menu - if it is repeated on every page of your site, the SEs (at least Google) will recognize it.
     
    Kaudo, Apr 28, 2007 IP
  6. sipltech

    sipltech Well-Known Member

    Messages:
    713
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    130
    #6
    This is very much correct. Even Yahoo dont have any issues with it. Why cant we leave a scope for human errors :D I have seen many sites who are not validating to HTML, CSS or code full of errors still tops the SE's.

    To me it does not make any difference.
     
    sipltech, Apr 29, 2007 IP
  7. BenjArriola

    BenjArriola Peon

    Messages:
    175
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #7
    If for some reason... for design purposes, you really want the select box than using CSS dropdowns, for example, your client is really forcing you to use the select box even if you tell them if not good for SEO.

    If you can have another place on the site that has the links that are really crawlable, then you should be fine. But.. if the only way to get to the pages is through that select box. Then you can either:

    1- Do CSS Dropdowns.
    2- Use a noscript tag. Word of caution though, do not abuse the noscript tag. And use it only for alternative navigation for the Javascript select box. If abused, this can be flagged as blackhat.
     
    BenjArriola, Apr 29, 2007 IP
  8. eddiemoses81

    eddiemoses81 Banned

    Messages:
    404
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #8
    eddiemoses81, Apr 29, 2007 IP