Search

Yahoo Links

Links to Site

Login Form






Lost Password?
No account yet? Register

Syndicate

Who's Online

Home
Welcome to the Frontpage
4keygen
Search history:
Sep 06, 2008

OpenGL V1.5 for NVidia GeForce MX 420, juno ragnarok, intitle:index.of? rar vegas, www.mobile thems.com, quake arena lll bajar completo gratis, how to delet stuff on a mp3player, nikon capture 4.3 serialz, serial crazy talk media studio v4, vsp_poker registeration key, trojen guarder golden download, habayibna-lyrics, starwars theme song mp3, ida disassembler pocketpc, xxx frree download, football manager 2006 downloads free full, ogame bots & download, ozawa miyabi fuck, free vmware4.5, spolszczenie do heritage of king

Sep 05, 2008

sex channel list for progdvb, solidConverter PDFv2.0, drivers Intel(R) 82845G/GL Graphics para descargar gratis, password crack decompiler, infernal-paris-berlin text, sd jukebox patch, spolszczenie do total club manager, gothic2 dragon english version, antares autotune 4.4, ACDSEE AND 8.0 AND Activate AND Crack, 231608, cs1.6 hacked Download, babylon pro 5.0.6 serial license code, pinnacle hollywood fx download serial number, roxio easy media creator 8 italiano free, spolszczenie do heritage of king, counter strike condition zero superhero mod hacks, Free Sto shagov nazad mp3, wallhack cod 2 cheat, underground ver 1.4, download city heroes keygen, dowland max script

Sep 04, 2008

inzest japan preteen, free helvetica ttf windows, free security task manager cracked, porn illigal, might and magic megaupload, WAREZ crystal report 9 down load, World of Warcraft naked-mod, powered keylogger 1.4 download crack serial, mydvd 5.0 key trial, crack Deep Freeze 2000XP telecharger, free vmware4.5, irc trivia bot download -script -mirc -eggdrop, habayibna-lyrics, dap7 donwload, 3d sex villa full cracked version

Sep 03, 2008

divx pro 6.0 crack serial number, 3d home interiors deluxe keycode, 3 x 3 x 3, DAP premium serial number free, the sims deluxe skin, NO CD Patch DUNGEN KEEPER 2, ozawa miyabi fuck, registration madcaps, crack for exebook, Free Sto shagov nazad mp3, descargar tutorial auto cad gratis, code for web page maker free download, ace utilities legal key, julia lyrics, Mihail Krug lirics, broderbund 3d home deluxe 3.0 key code, netbus1.7(dowload

Sep 02, 2008

building creative idea team, stepmania freedownloads, btnplus, download walpapers nude girls, index of naked last modified, powered keylogger 1.4 download crack serial, not a valid win32 nero install, ulead media studio 8 full, download nero 6free, download 6680 free applications, easy gprs softwear for samsung, broderbund 3d home deluxe 3.0 key code, halo bridging tutorial zone, best cell phone quality, irris sniff, vidio sex free, chat.chat.ru, free helvetica ttf windows, directx happy uninstall 1.2 zip, PSP X Studio download and serial, free porn hacker webcam, BitComet Acceleration Patch full torrent

Sep 01, 2008

code for web page maker free download, Opera 8 for Windows Mobile registration code, gothic2 dragon english version, vidio sex free, habayibna-lyrics, phonetools pocket pc registration crack, batch barcode maker 2.6 crack, registration madcaps tiberian sun 2.03 no cd fix F4keLive hacker, microsoft directX9.0 free dawnload, vsp_poker registeration key, easy gprs softwear for samsung, motorola mpx 200 donwload frre ru, gundam seed destiny mp3 forum, netbus1.7(dowload, FSCALLER Mobile software Crack Key, descargar tutorial auto cad gratis, mario games gallery download

Home
Why you should avoid using tables PDF E-mail
Written by Robert Santorelli   
Monday, 26 May 2008

Tables are one of the most often used HTML elements, however they are also one of the most often misused ones. In this article I will explain when it is a good idea to use tables in your code and when it is better to avoid them.

What are tables used for?

Web designers use tables for multiple purposes - positioning images and text on webpages (page layout), displaying large arrays of data, creating rectangular boxes on the webpage, creating input forms, etc.
Why do people working on Search Engine Optimization (SEO) try to avoid tables?

Use of HTML tables is often frowned upon by people doing Search Engine Optimization (SEO) work. In order to understand how tables can hurt ranking of your pages we need to take a look at the way search engines rank pages. While the exact details of search engine ranking is proprietary information available only to the search engine owners, there are some practical search optimization rules obtained by trial and error.

    Search engines prefer human-readable text to HTML markup. The more human-readable text and the less HTML markup is there on your pages the better.
    Search engines prefer smaller HTML files. The general rule is to make sure your pages do not exceed 100KB in size.

So why do HTML tables hurt search engine optimization?

The SEO-unfriendliness of HTML tables is directly or indirectly caused by the fact that table-based layouts generally tend to create larger HTML files than pure CSS-based layouts.

    A layout using HTML tables usually requires more HTML tags compared to a tableless layout implemented with CSS. In the extreme case when a table is used to create a single box, there are 3 tags used by the table layout (<table>, <tr> and <td>) versus 1 tag (<div>) used by the tableless layout. The greater number of tags used to implement the layout naturally leads to a worse text/markup ratio.
    The larger number of table tags coupled with the fact that in most cases tables use HTML attributes instead of CSS usually leads to larger files, thus hurting the SEO ranking even more.

What other problems can cause the inappropriate use of tables?

According to the HTML 4 specification:

    Tables should not be used purely as a means to layout document content as this may present problems when rendering to non-visual media. Additionally, when used with graphics, these tables may force users to scroll horizontally to view a table designed on a system with a larger display. To minimize these problems, authors should use style sheets to control layout rather than tables.

If tables often hurt SEO and can cause other problems why do people still use them?

Most important reasons for the extensive use of tables are:

    Some of the pages that use table layout have been designed in the old days when browsers did not support CSS properly. Rewriting them to use tableless CSS layout would mean lots of manual work.
    In other cases CSS-only web layout cannot completely replace the functionality offered by tables. CSS is quite versatile, but the CSS support in Internet Explorer - today's most popular browser is somewhat limited. The CSS subset understood by Internet Explorer does not really let us create non-fixed (liquid) layouts where the page expands and shrinks based on the size of the browser window. We still can convert the page to tableless and view it in Internet Explorer, but we will have to make the page layout fixed.
    Tables can also be used when they are best suited for displaying some data. For example if you have to display a school timetable then it is natural to use the HTML <table> tag.

Last Updated ( Saturday, 05 July 2008 )