display: none and Google Bot

Discussion in 'Google' started by coolcow, May 21, 2008.

  1. #1
    Do Google bot see and crawl link like this one below?

    <ul style="display: none;">

    <a href="http://www.photomatt.com">Photo Matt</a>
    </ul>

    Thx
     
    coolcow, May 21, 2008 IP
  2. hooperman

    hooperman Well-Known Member

    Messages:
    646
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    108
    #2
    Yes it does.
     
    hooperman, May 21, 2008 IP
  3. ckgni

    ckgni Active Member

    Messages:
    208
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    58
    #3
    I think that Google ignores CSS properties, so yes it sees it.

    Another example: when you use a
    
    <div style='float:right;width:150px'>
    bla bla
    </div>
    Here is another text
    
    Code (markup):
    Your visitors see first "Here is another text" and second the "bla bla" thing at a right column of the page.
    But Googlebot sees the "bla bla" first, because it is first in the HTML code.

    In any case, don't use hidden text and links because your site may be penalized by Google (de-indexed or moved backwards -30 to -950 positions in the SERPs)
     
    ckgni, May 21, 2008 IP
  4. fatum

    fatum Peon

    Messages:
    98
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Sure, its just CSS...
     
    fatum, May 21, 2008 IP
  5. angilina

    angilina Notable Member

    Messages:
    7,824
    Likes Received:
    186
    Best Answers:
    0
    Trophy Points:
    260
    #5
    I don't see any problem in the code.

    So Google will see and crawl the link.
     
    angilina, May 21, 2008 IP
  6. dspohn23

    dspohn23 Peon

    Messages:
    370
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #6
    The googlebot should crawl and index anything even, if it has display:none, however you never know. Those engineers at Google are very smart!
     
    dspohn23, May 21, 2008 IP
  7. Idle Play

    Idle Play Notable Member

    Messages:
    2,787
    Likes Received:
    128
    Best Answers:
    0
    Trophy Points:
    245
    #7
    Out of interest, why do you want to do this?
     
    Idle Play, May 21, 2008 IP
  8. WishBone

    WishBone Peon

    Messages:
    2,566
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Nothing wrong as long as it is visible in the source code... and more likely in the upper part of the page.
     
    WishBone, May 21, 2008 IP
  9. tonyinabox

    tonyinabox Peon

    Messages:
    1,988
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    0
    #9
    google bot still see it, but hide some keyword, they raise some flag. lol
     
    tonyinabox, May 21, 2008 IP
  10. nofullstop

    nofullstop Peon

    Messages:
    1,393
    Likes Received:
    28
    Best Answers:
    0
    Trophy Points:
    0
    #10
    why did you ask this question??

    facing any problems ..like not getting indexed in G?
     
    nofullstop, May 21, 2008 IP
  11. coolcow

    coolcow Peon

    Messages:
    177
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #11
    My site kedoya.com has DHTML menu and I want to make sure that search engines index my dhtml links. Should I use DHTML menu or no, comments please.
     
    coolcow, May 25, 2008 IP