Quote:
Originally Posted by Rob
Am I trying to be too clever, perhaps in my naivety of how search engines work. I'm trying to get each page to have the prime content as the first stuff in the coding order, with the repeating stuff, that doesn't change from page to page, written in after that, say for example:
Code:
header stuff & stylesheet links
<body>
<div class="content"><!-- main page content goes here --></div>
<div class="header"><!-- page header goes here --></div>
<div class="menu"><!-- page menu goes here --></div>
</body>
Obviously the various classes include all the layout positioning background and other stuff, and may well include nested classes for sub divs of the elements as required.
|
Although it is possible, I wouldn't recommend it as sites nowadays should be able to work without the CSS loaded and so in that case, the flow of the site would be all wrong.