![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
After reading articles that conflict with each other, is it better for seo to use css to build tables or html to build tables? if css, are there any issues with browsers not recognizing the code? |
#2
| |||
| |||
|
|
Articus wrote: |
|
unless the contents are tabular, tables shouldn't be used for layout. |
#3
| |||
| |||
|
|
"PeterMcC" <peter (AT) mccourt (DOT) org.uk> wrote in message news:FJOOa.47869$xd5.2547069 (AT) stones (DOT) force9.net... Articus wrote: unless the contents are tabular, tables shouldn't be used for layout. Peter... I'd be glad if you'd explain a bit more why not. |
#4
| |||
| |||
|
|
Articus wrote: After reading articles that conflict with each other, is it better for seo to use css to build tables or html to build tables? if css, are there any issues with browsers not recognizing the code? Tables are an html construct, css is used to style the contents and, unless the contents are tabular, tables shouldn't be used for layout. |
|
Whatever the method, it will have little impact on SEO. |
#5
| |||
| |||
|
|
PeterMcC wrote: Articus wrote: After reading articles that conflict with each other, is it better for seo to use css to build tables or html to build tables? if css, are there any issues with browsers not recognizing the code? Tables are an html construct, css is used to style the contents and, unless the contents are tabular, tables shouldn't be used for layout. Totally agree. Whatever the method, it will have little impact on SEO. Are you sure about this. |
|
Table layouts tend to have far more html content w.r.t. bloat of tag properties (tr, td, alignment, width, etc...), use of single pixel gif, repeating font tags (because they only apply to single table cells), and in general an overall increase in page size over similar CSS layouts. Some SEO/usability books that I have come accross suggest that search engines typically index the 1st 2-3K of a page - if that 2-3K portion is comprised of more "layout fluff" than the "real meat" (a.k.a your keywords) then I can't see that using tables would be equally beneficial in practise. Of course this all depends heavily on the actual site - but most commercial sites that use table layouts have lots of "fluff". |

![]() |
| Thread Tools | |
| Display Modes | |
| |