Drop down menu / list and spiders

Discussion in 'Search Engine Optimization' started by FlashVictim, Jul 6, 2006.

  1. #1
    I have a dropdown menu for a simple portfolio site, will spiders be able to understand it? The menu's code starts like this:

    <form action="" method="post" name="form1" id="form1">
    <select name="menu1" class="pulldown" onchange="MM_jumpMenu('parent',this,1)">
    Code (markup):
    To make it all standard html links would be unattractive...
     
    FlashVictim, Jul 6, 2006 IP
  2. swapshop

    swapshop Peon

    Messages:
    656
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    0
    #2
    We have a 500+ drop down menu list.The main issue for us is that every single link was classed as a new page. Hence we created a table for keywords and descp and associated this dynamically on the fly.

    Seems to have worked but google will not crawl as deep as it use to.
     
    swapshop, Jul 6, 2006 IP
  3. FlashVictim

    FlashVictim Guest

    Messages:
    212
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I read somewhere else these lists won't be crawled, now I need to come up with an alternative I suppose...
     
    FlashVictim, Jul 7, 2006 IP
  4. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Google can't crawl drop down lists. You may want to create the list using JS and add a <noscript> tag for the spiders instead.
     
    mad4, Jul 7, 2006 IP
  5. GULLIVER

    GULLIVER Well-Known Member

    Messages:
    668
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    110
    #5
    And also a site map would be very useful
     
    GULLIVER, Jul 7, 2006 IP
  6. swapshop

    swapshop Peon

    Messages:
    656
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    0
    #6
    mad4

    We have a drop down list and Google crawls it ok. Each list has a catergory against it which queries the db to return the key words and title/desc ok.
     
    swapshop, Jul 7, 2006 IP
  7. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #7
    swapshop can you post the url to the drop down list? Google can't fill out and submit forms on the web as far as I am aware.
     
    mad4, Jul 7, 2006 IP
  8. danielbruzual

    danielbruzual Active Member

    Messages:
    906
    Likes Received:
    57
    Best Answers:
    0
    Trophy Points:
    70
    #8
    danielbruzual, Jul 7, 2006 IP
  9. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Drop down menus using css are fine. Drop down menus using Javascript need <noscript> tags in order to be spiderable.

    Forms with a select box are not spiderable.
     
    mad4, Jul 7, 2006 IP
  10. TheNeeper

    TheNeeper Guest

    Messages:
    127
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #10
    I have a site with a Javascript down down menu, although I have an HTML sitemap for the spiders. The site does very well in the SERPS. There are free tools for generating HTML sitemaps.
     
    TheNeeper, Jul 7, 2006 IP
  11. swapshop

    swapshop Peon

    Messages:
    656
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    0
    #11
    swapshop, Jul 13, 2006 IP
  12. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #12
    You use <ul> and <li> tags which is fine. Using a <select><option>.....<</option></select> menu is not fine.
     
    mad4, Jul 13, 2006 IP