Is google search engine make any partiality between table layout and tableless layout

Discussion in 'Google' started by nikeshponnen, Nov 17, 2009.

  1. #1
    i heard that tableless layout are better than other, that are easily detect by search engines..

    http://revelomax.blogspot.com
     
    nikeshponnen, Nov 17, 2009 IP
  2. freespace

    freespace Well-Known Member

    Messages:
    718
    Likes Received:
    15
    Best Answers:
    1
    Trophy Points:
    140
    #2
    Tables are for data and not layout

    Correct web design is done via CSS.

    If your using tables for layout then you should convert it to using div tags.
     
    freespace, Nov 17, 2009 IP
  3. Chocolate Lime

    Chocolate Lime Active Member

    Messages:
    399
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    58
    #3
    I agree with freespace, but to answer your question - Google doesn't penalise tables or reward tableless.

    Google rewards content.
     
    Chocolate Lime, Nov 17, 2009 IP
  4. bluebenz

    bluebenz Well-Known Member

    Messages:
    876
    Likes Received:
    9
    Best Answers:
    2
    Trophy Points:
    138
    #4
    easily detected by search engine ?
    not sure about it..

    the truth is search engine will easily get your content since in table layout, to reach data it take more kb : <table><tr><td>content...

    compared with css or tableless :
    <div> content...
     
    bluebenz, Nov 17, 2009 IP
  5. WishBone

    WishBone Peon

    Messages:
    2,566
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #5
    In either way is just fine, just make sure you have clean coding that contents will be easily crawled by SE bots.
     
    WishBone, Nov 17, 2009 IP
  6. Toopac

    Toopac Peon

    Messages:
    4,451
    Likes Received:
    166
    Best Answers:
    0
    Trophy Points:
    0
    #6
    From what I have seen Google is not bothered, sites in CSS seems to do well in Yahoo without many backlinks though compared to sites with tables.

    However CSS designs are more SEO friendly, so use CSS.
     
    Toopac, Nov 17, 2009 IP