This document discusses optimizing a website for search engines by ordering content properly and making the template search engine friendly. It recommends:
- Placing important content above elements search engines can't read like Flash
- Grouping and reordering content divisions so the most important content is higher in the source code
- Using CSS for layout instead of tables to allow proper reading by crawlers
- Generating the right H1, H2, H3 tags using template overrides
The document demonstrates these techniques by restructuring a sample template's CSS and HTML to make the content flow in a search engine optimized order from top to bottom.