Forum Moderators: not2easy
I've been putting it off for ages as some of the pages in the site rank really well in SE's.
My redesign has been along the lines of using an external style sheet - and CSS-P.
That is - I have almost completely seperated the structure of the site from the content. All of the layers for content are absolutely positioned from the stylesheet. All of the text formatting etc is done through the sylesheet.
Basically my html files are proportionally much much more content than mark-up.
I have ordered the layers so that the content gets piped first to the browser and the navigation elements last.
I hope this will help my site, not only in speed of loading - browser compatibility etc - but also in easier content manipulation vis-a-vis SEO strategies.
Before I take the plunge, does anyone have any experience of this they could share?
Drawbacks, plusses etc...
cEM
Incidentally, as I'm sure you know, the same aspects of CSS Positioning that make it so nice for SEO work are the same techniques used to make your site more accessible. I highly doubt the SE's will ban or penalize a site for using methods that have many legitimate uses other than SEO.
And as an SEO guy, what I like is how it keeps the HTML code clean. Fewer tables.
I suspect that bots have a limit on the kilobytes of HTLML data they'll pull and analyze- so the more of it is your keyword optimized text, and the less is formatting tags, the better.
I don't know about you, but without CSS, I had "table creep"- I'd look at my tables view in dreamweaver and be disgusted by how many I had put in