|
Posted by Beauregard T. Shagnasty on 02/11/06 19:40
canadafred wrote:
> "Beauregard T. Shagnasty" <a.nony.mous@example.invalid> wrote in message
> news:st3rc42uy2bo.edaf6upmxyxs$.dlg@40tude.net...
> [snippage]
>> What is not SEO friendly about a list? Actually, I would think that a
>> list is better for SEO than a paragraph.
>
> We discussed this in another NG for about three days and I am on the SEO
> fence on this but am willing to try <li> again for purposes of visitor
> friendliness.
>
>> Just noticed this: it appears you are using <h1> solely for large bold
>> printing rather than for its true semantic use. Headings. You should
>> have just one <h1> per document, then use <h2>, <h3> etc for
>> sub-headings.
>
> Absolutely. I never considered that to be as important in web design
> as it should. Will make the necessary alterations after lunch.
>
>> You're welcome. How do you write your code? It looks so .. compressed
>> ... busy ... resembles the page itself, very busy and not too pleasant
>> to read. Needs a lot more white space.
>
> I write my code by hand.
...as do I.
> I don't like software to do it. Tedious I know but I am particular as
> to how the SE spider reads it. Cluttered to a code examiner, yes, but
> makes the pages quicker to load and quicker to spider.
Never seen any comments before on white-space affecting the outcome.
> Each line has 1032 ( I think ) maximum characters and SE spiders run
> through it to the end of the line looking for content before the
> robot starts reading the next line ( the end of the line used to be a
> good place to hide content from code examiners ) .
Never seen or read about the length of line being important. 1032
characters? I have seen that some search engines read only the first NNN
lines, or some number of kilobytes, but line length was not mentioned.
> It's important for me to deliver the keyphrase rich content as close
> to the beginning lines of code as logically possible. I use only one
> tag per line, generally, but avoid spaces between lines, I group
> related <table> tags because they take up the page's real estate. I
> have experimented with both and tighter is better as long as it is
> logically presented.
Perhaps not using tables would help. Placing the content in good
SEO-friendly linear order and using <div>s to position via CSS is even
better. On your page:
<http://www.rezultz-web-site-promotion.com/steps-search-engine-optimization/frames-tables.htm>
you mention only frames and tables. A CSS layout has even less HTML for
the search engine to sift through; you should consider adding this
method to the above page.
> Again, thank you very much, your comments and perusal are greatly
> appreciated.
You're welcome. We try our best.
--
-bts
-Warning: I brake for lawn deer
Navigation:
[Reply to this message]
|