Posts: 10,815
Name: Steven Bradley
Location: Boulder, Colorado
|
Ninja, search engines have no problems reading text in tables. I'm not sure where you got that, but it's wrong.
You're right though about the need for browsers to read the entire table code before presenting it. I think they all do. The need to read the code once to understand the structure of the table and then they read it a second time to actually display it. If you have a single table that's not to big it probably isn't an issue, but if you have tables nested in tables the time could be significant.
Tables can be made accessible and css can be made inaccessible.
In the end I agree that moving to css is the way forward.
sunnyverma, there's nothing especially search engine friendly about a div. You could develop a search friendly site with tables and you can create an uncrawlable site with divs. I absolutely believe in using css to layout a page and site for a lot of reasons, but search engines really don't care that much. I'd like them to because that's how I develop sites, but search engines are interested in your content and being able to get to your content.
There's plenty of speculation about css improving how well your site does with search engines, but little to know proof.
|