Forum Moderators: open
What happens is that all your left hand navigational content is the actual Top of the page, while the main content area is actually somewhere in the middle.
Can the one who made that statement give some details? I can't remember who it was.
Thanks
There is certainly tremendous value to having the content as close to the top as possible, but I feel there is also value in having content/text/headings at the bottom as well.
Ideally, imo, a page should have an even layout. Try to get important content/text/headings as close to the top as possible, but also follow up at the bottom if possible.
Ideally, imo, a page should have an even layout.
The key is balance. As bluecorr, I too utilize css and absolute positioning. Having total control over where your html is positioned plays an important role in the overall optimization strategy. I can support that statement with many sites built using css.
Content first, then navigation (which visually is on the left) then graphics etc.
bluecorr, remember, navigation and graphics are part of the equation. If you've optimized your navigation and your graphics are being utilized as they should be in the overall scheme of things, you've got somewhat of a balance from top to bottom.
I like closing paragraphs that maybe summarize the rest of the page. I like to split pages up and utilize keyword rich links at the end of the page leading to second and third pages. I even go as far as using additional metadata to help the spiders crawl a group of pages.
<link rel="prev" href="http://www.example.com/page-1.htm">
<link rel="next" href="http://www.example.com/page-3.htm">
I believe I remember the discussion that bluecorr refers to. We were talking about having an <h> tag at the bottom of the page. I felt that <h> tags have much more weight when followed by at least a paragraph of good content.
I haven't done any recent testing on this. However, I know that the first thing many users do is scroll to the bottom so they can scan the whole page and see what they're dealing with. A solid summary right there at the end does a lot of good. It's only natural to have a sensible keyword emphasis in that spot.
Bottom of the source code is what I'd aim for, if other layout factors allow.