Search

Yahoo Links

Links to Site

Login Form






Lost Password?
No account yet? Register

Syndicate

Who's Online

Home
Welcome to the Frontpage
privacy policy
Search history:
Sep 08, 2008

war3 TFT maps telechargements naruto, cs1.5 mansion download, big big girl mp3 rapidshare, download dcstealth, nfs3 most wanted keygen generator download, black mirror key crack, name spoofers for warcraft 3 the frozen throne, band in a box dowload, testking ipad viewer download, hi5/chat.com, tutoriel xilisoft 3gp, Evanessence My Immortal Piano Tabs

Sep 07, 2008

cs 1.6 pod-bots download, how to unlock hotbird channels unlock tps channels, aerofly pro deluxe crack exe, how to reset Norton Anti Virus expiry date, dsj 210 download, unlock code for aqua bubble registration code, Adamski - in the city parent directory, Indusoft Web Studio Crack Keygen, sothink swf quick 1.6 serial, dowload driver vision master pro 410, warcraft3 frozen throne patch 1.20b no CD

Sep 06, 2008

how to bypass adobe photoshop cs2 mac tryout, exe 2 avi, Final Fantasy 7 Advent Children mp3 download music free, tactical ops dlink setup, mobile media nokia serial, dovnload atomix, nero 6.039 crack, nba2006 downloadable for pc, hi5/chat.com, FRAPS 2.6.4 download crack, tutoriel xilisoft 3gp, bonnasses miami, WarHamer Key Gen, hi5/chat.com, PSP 2.5 crack download, cd key window 2003 server enterprise edition, S3 Inc.Trio 3D/2X Display Version 5.30.05 Engineering Release, dowloading jogo bomberman off line, bubble breaker dowland, MP3 Plug-In 2.0 Sony download, dowload bots cs.16

Sep 05, 2008

code voor tomtom mobiel voor nokia 6600 crack, advanced wma workshop no cd crack, international red garter witch, Reg-Keys DVD2one, 12y girl video, camedia 4.2 free drivers, download dap premium 7.5 serial, Reason 3 licence number key gen, Motorola mp3 CD for E398, windows nemesis 2.0 office cd key, war3 ft cheats, t l charger video xxx mp4, full game hack and crack, roms digimon battle spirit 2 download, unlock code for aqua bubble registration code, dvr-studio pro crack 1.05, serial number tiger woods 06, key kaspersky anti-virus 5.0.237, xxx.animals.sex, Free Real Player 5.0 Plus, pluguin scala swf

Sep 04, 2008

sims 2.co.il, wep cracker win download, runescape scar 2.03 download, ragnarok english language pack, download Mobi MB 3.5 full version Gat limewire for free mp3 player full version;nokia 6600, recycle steinberg warez, hentai 3gp movie freedownload, hentai 3gp movie freedownload, Tibia ip creator, download dcstealth, live stream nsv porn, parent directory MP3 -xxx -html -htm -php -shtml -opendivx -md5 -md5sums rozalla, pc-tools antivirus keygen, DONWLOAD petz magic, jadyn maria torrent

Sep 03, 2008

codes.txt Uplink, dowload bots cs.16, downthesun torrent, big big girl mp3 rapidshare, name & registration number for winzip9, translate malum consilium, invisible hack for CS 1.6, serial aaa logo 1.21, tutoriel xilisoft 3gp, Ejay hip hop 5 cd2 crack download, downloud free serial number bitdefender 9 professional plus, intitle:index.of? .mpg fuck movies, panda titanium 2005 4.02.02 keygen, aerofly pro deluxe crack exe, paintshop pro x demo keygen, Reg-Keys DVD2one, free wow authorisation codes, ZAURUS USB serial garmin, index of 50cent mp3 candy

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 )