Webmasters Tricks
*

My Tricks
Home Using "www2" Favicon Autodate Translation Tooltips Link Cloaking Track With 1 Pixel PHP Autodate SEO & Tables Screen Capture Website Scruffies
My Tools
Newbies School of Internet Marketing CheatKit Graphics Wizard CheatKit ListBuilder CheatKit Viral ListStorm Survey Convertor The Free Trial Machine ExitBlocker Cloak & Track Toolkit Forum Marketing Kit Scroller Control Newbies Starter Kit Ultimate Package Brander Affiliate PDF Brander Turbo Content SiteBuilder Content Rewriter Pro Grab That Sale! Web Protect Pro

Webmasters Cheat Kit - A Range Of Easy To Use Website ToolsPut some of my "tricks" to work on your website. The Webmasters CheatKit range of products helps you to build professional websites without needing a load of techie skills!

Click Here To Find What's In The "CheatKit"!

SEO Tables Trick

Here's a very common layout for a website:

Banner and Alt Text here - with keywords

Table of Contents

  • Link 1
  • Link 2
  • Link 3
  • etc

Main Content.

Here's where your content goes. This is what you really want to get indexed by the search engines

Looks OK, doesn't it? The problem is what you want and what the search engines are going to do are two very different things. The higher up a page the real content is, the better that page is likely to rank for the keywords in the content.

You should, of course, put some keywords into the "alt" tag.

The trouble is that search engines, when "spidering" a web page built inside a table, start with the left-hand column and then move on to other columns. So in the example above, the table of contents and the links, appear, to the search engine, to be higher up the page (i.e. more important) than the content. This is what the HTML looks like for that table:

<table width="450" border="1" align="center" cellpadding="2" cellspacing="1">
<tr>
<td colspan="2">Banner and Alt Text here - with keywords </td>
</tr>
<tr>
<td width="122">
<p>Table of Contents</p>
<ul>
<li>Link 1</li>
<li>Link 2</li>   <- This gets indexed first (after the alt text)
<li>Link 3</li>
<li>etc </li>
</ul>
</td>
<td width="311" valign="top">
<p>Main Content.</p>
<p>Here's where your content goes. This is what
you really want to get indexed by the search
engines </p>
</td>
</tr>
</table>

A Simple Solution

It's quite possible to build websites without using tables, yet having a similar appearance to a site set in a table. This is done using "CSS" (Cascading Style Sheet) coding. This is certainly the best method, and you can use CSS to push the main content to the top of the page, as far as the search engines are concerned.

However, there is a simpler solution, and you can use it to "fix" an existing website, if it has the simple structure set out above. All you do is to insert a separate row at the top of the left-hand column, like this:

Banner and Alt Text here - with keywords
 

Main Content.

Here's where your content goes. This is what you really want to get indexed by the search engines

Table of Contents

  • Link 1
  • Link 2
  • Link 3
  • etc

Let's have a look at the HTML for that table:

<table width="450" border="1" align="center" cellpadding="2" cellspacing="1">
<tr>
<td colspan="2">Banner and Alt Text here - with keywords </td>
</tr>
<tr>
<td width="124">&nbsp;
</td>
<td width="309" rowspan="2" valign="top">
<p>Main Content.</p>    <- All this gets indexed first
<p>Here's where your content goes. This is what
you really want to get indexed by the search
engines
</p>
</td>
</tr>
<tr>
<td>
<p>Table of Contents</p>
<ul>
<li>Link 1</li>
<li>Link 2</li>
<li>Link 3</li>
<li>etc</li>
</ul>
</td>
</tr>
</table>

Can you see the difference? Now the search engines will see that your main content is higher up the page. And the empty row above your navigation bar will hardly make any difference to the appearance of the page, especially if you remove the non-breaking space element: "&nbsp;".

If you want to see what your website looks like in a seaarch engine's "eyes", use this handy online tool.

I hope that you found this little trick useful, and that it will help to drive your website up the search engines rankings.

These "Webmasters Tricks" are presented without any guarantee that they will work on your website, on your computer or in your browser! As with any technology, you must test everything very carefully!

Ian Traynor is a professional webmaster and internet marketer. He owns the Webmasters CheatKit range of products, and produces the weekly "Marketing Update" newsletter. You can