
07-04-2004, 12:39 PM
|
 |
SEO Junior
|
|
Join Date: Jul 2004
Location: Cute little island off the west coast of Canada eh?
Posts: 21
|
|
|
Whitespace and html code dispersement?
Does the way your html code is written affect your google-a-bility much? Like if you have a few lines of blank white space and space out your code here and there to help keep the nesting of tables etc. easy to work with when editing, does that make your keywords show up as less important? I guess my real question is in counting the closeness to the top of the documents, as far as keywords go, is it the amount of code (like individual characters) in the way or just the amount of space period...
so for example would
<table width="400">
<tr>
<td>
<p>
Some Keywords
</p>
</td>
</tr>
</table>
be less favourable then
<table width="400"><tr><td><p>Some Keywords</p></td></tr></table>
I'm an old dinosaur using notepad so it gets lumped together however I see fit... which I am starting to think, is probably not the best way.. 
|