Forum Moderators: martinibuster
So far I has came to the conlusion that I maybe shall build webpages in blocks with DIV tag and with the following order.
*. Title / header / start of the body
1. Webpage title
2. Webpage subtitle (could be empty)
3. Short description
4. Menu: currentpage
5. Menu: localpages that relates very close to this one
6. Maincontent area
7. Menu: sitemenu
8. Menu: other less important menu
9. Banner area
*. End of the body
The normal visitor will not see this order directly, it will be arranged with a more human friendly layout with help of CSS but the Google spider will see this structure and because of that see what is most important first and the most less important at the bottom which will make it easier for Google to rank the page since it will have an easier structure for its spider.
What do you all think about this? If you have anything I shall change in the structure, please let me know or if you hate my idea also let me know :)
Thanks :)
As far as I can tell Google ignores DIVs per se. If they help you to get things in the right order—for example, NOT have the top 50% of your HTML be chrome—more power to you. But structure means structure, and Google doesn't see <div class="mainhead"> as structure...
suidas: I am not going to replace real HTML tags, I will use the DIVs like you were telling to just mark up structure and later on also with CSS do a design control where to put the different DIVs on the webpage for the visitor.