HighDots Forums  

Re: css vs html tables impact on seo

Search Engine Optimization Discussion about SEO/Search Engine Optimization (alt.internet.search-engines)


Discuss Re: css vs html tables impact on seo in the Search Engine Optimization forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
PeterMcC
 
Posts: n/a

Default Re: css vs html tables impact on seo - 07-09-2003 , 02:38 AM






Articus wrote:
Quote:
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.

--
PeterMcC
If you feel that any of the above is incorrect,
inappropriate or offensive in any way,
please ignore it and accept my apologies.



Reply With Quote
  #2  
Old   
Gordon
 
Posts: n/a

Default Re: css vs html tables impact on seo - 07-09-2003 , 03:01 AM







"PeterMcC" <peter (AT) mccourt (DOT) org.uk> wrote

Quote:
Articus wrote:

Quote:
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.

Gordon




Reply With Quote
  #3  
Old   
PeterMcC
 
Posts: n/a

Default Re: css vs html tables impact on seo - 07-09-2003 , 04:04 AM



Gordon wrote:
Quote:
"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.
Have a look at
http://www.allmyfaqs.com/faq.pl?AnySizeDesign
http://www.html-faq.com/csspositioning/?csslayout
http://glish.com/css/

In addition to explaining why tables shouldn't be used for layout, they'll
give you a deeper understanding of the relationship between html and css.

HTH
--
PeterMcC
If you feel that any of the above is incorrect,
inappropriate or offensive in any way,
please ignore it and accept my apologies.



Reply With Quote
  #4  
Old   
Nikolaos Giannopoulos
 
Posts: n/a

Default Re: css vs html tables impact on seo - 07-09-2003 , 01:39 PM



PeterMcC wrote:
Quote:
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.


Quote:
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".

--Nikolaos



Reply With Quote
  #5  
Old   
PeterMcC
 
Posts: n/a

Default Re: css vs html tables impact on seo - 07-10-2003 , 02:49 AM



Nikolaos Giannopoulos wrote:
Quote:
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.
You're right to raise the issue of bloat - IFAIK the SEs love a nice clean
html file with a minimum of structure and the rest made up of content. I
mentioned that the choice would have "little impact" - and I'd still make
that case since there are bigger issues (by far) than tables/css as regards
SEO. However, once everything else is sorted, it's well worth reducing the
amount of information in the html file that doesn't contribute to the page
content - shifting js into external files is another useful way of reducing
the size of the file.
Quote:
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".
And we could also consider the tables/accessibility issue but perhaps that's
another day

--
PeterMcC
If you feel that any of the above is incorrect,
inappropriate or offensive in any way,
please ignore it and accept my apologies.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.