What's the recommended way to structure html that includes navigation so it's still SEO'able and accessible.
For example, should the structure be more like that of a document:
- Skip to content (link, hidden by CSS)
- Navigation
- Content
- Other content (right hand panes etc)
or:
- Skip to navigation (link, hidden by CSS)
- Content
- Navigation
- Other content (right hand panes etc)
Obviously CSS is used to control the layout, but bots and screen-readers ignore the CSS.