goodroi

msg:4240529 | 1:06 pm on Dec 9, 2010 (gmt 0) |
googlebot reads code from top to bottom and does not look at pages like humans do. it is best to place your important stuff towards the top of your code. as for heading tags: many, many years ago google placed alot of importance on h1 tags. then webmasters realized this so they started to keyword stuff h1 tags. google quickly realized h1 tags were no longer an accurate signal. so google placed less importance on h1 tags and started looking at h2. guess what? that also got abused and thus eventually got devalued. there still is value so you should use them but dont worry too much because they are not as valuable as they used to be.
|
topr8

msg:4240530 | 1:08 pm on Dec 9, 2010 (gmt 0) |
google reads the page from top to bottom of the code (although supposedly there is a move towards 'looking' at the page layout and considering that too. you need to look into absolute positioning in order to write the content before the nav area in the code. alternatively use the html5 <nav> to designate a nav area, i imagine google will take it into consideration at some point soon if they are not already - in any case it does no harm to use it
|
greencode

msg:4240554 | 2:59 pm on Dec 9, 2010 (gmt 0) |
Thanks for your help on this - much appreciated
|
tangor

msg:4240559 | 3:13 pm on Dec 9, 2010 (gmt 0) |
In additional to comments above, from a semantic point of view, there should be only ONE (1) h1 tag on any page.... it is considered the "page title", ie. THE HEAD.
|
tedster

msg:4240563 | 3:21 pm on Dec 9, 2010 (gmt 0) |
In HTML5, there can be an unlimited number of H1 tags - one per "section" as the title of that section. So the old rule-of-thumb is changing. reference [w3.org]
|
|