Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm creating a new layout for a site and I would prefer to use a grid-based css framework such as Blueprint (which is the only one I have experience with). But does anyone know of a way I could place my main content above my navigation and sidebar in the html in order to improve SEO?

Thanks!

share|improve this question

2 Answers

up vote 1 down vote accepted

I don't think this is possible using a grid framework as most of these rely on the relative locations of the individual source <div>s to achieve the grid.

share|improve this answer

The 960 css framework ( http://960.gs/ ) lets you do that really easily using "pull_XX" and "push_XX" classes!

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.