Can search engines read the links in a scrollerbar?

Discussion in 'HTML & Website Design' started by bobisawsome7, Aug 31, 2006.

  1. #1
    Title says it all.

    Edit: I meant drop down boxes XD
     
    bobisawsome7, Aug 31, 2006 IP
  2. bobisawsome7

    bobisawsome7 Notable Member

    Messages:
    1,466
    Likes Received:
    104
    Best Answers:
    0
    Trophy Points:
    200
    #2
    Darn. I meant to say Drop down boxes XD
     
    bobisawsome7, Aug 31, 2006 IP
  3. Blanket

    Blanket Peon

    Messages:
    409
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    search engines do not read java. so no.
     
    Blanket, Aug 31, 2006 IP
  4. bobisawsome7

    bobisawsome7 Notable Member

    Messages:
    1,466
    Likes Received:
    104
    Best Answers:
    0
    Trophy Points:
    200
    #4
    How is it Java? what has it got anything to do with Java?
     
    bobisawsome7, Sep 1, 2006 IP
  5. Mano70

    Mano70 Peon

    Messages:
    42
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    If your definiton of a drop down box is something like this:
    <select name="theName">
    <option value="http://www.domain.com">http://www.domain.com</option>
    <option value="http://www.domain2.com">http://www.domain2.com</option>>
    </select>

    The answer is that they can read the content, but they don't see this as links.
     
    Mano70, Sep 1, 2006 IP
  6. rosiee007

    rosiee007 Notable Member

    Messages:
    3,352
    Likes Received:
    179
    Best Answers:
    0
    Trophy Points:
    230
    #6
    Search Engines don't count links in drop downs. You can see a real example here:

    Example page: http://www.dublinevents.com/dublin-hotels/abberley-court-hotel.php

    If you scroll down, you will see a drop down list with names of all other hotels.

    Now please see the cached snapshot of the page on Google (click here) or use the option in the Google toolbar to see the cached snapshot of the page.

    The cached snapshot will again show a drop down list, but if you click and try to see the 'Cached Text' version of the page (click here) or click the link for 'Click here for the cached text only' on the cached page.

    You will now see a list of only names of those hotels. Also, any javascript links won't be visible.
     
    rosiee007, Sep 1, 2006 IP
  7. XandroZ

    XandroZ Peon

    Messages:
    395
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #7
    yes they see :if you use a html list and css and java script only for IE and external files
    The example : http://www.jaec.info (this is my site - look at the code for the css menu).I tested the links with SEO programs, and also I saw google boot take them
     
    XandroZ, Sep 1, 2006 IP
  8. bobisawsome7

    bobisawsome7 Notable Member

    Messages:
    1,466
    Likes Received:
    104
    Best Answers:
    0
    Trophy Points:
    200
    #8
    Hmm... well just incase, I will make a page that has a list of those links.

    Thanks.
     
    bobisawsome7, Sep 1, 2006 IP