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 o
As a screen reader user I don't care where navigation is on the page. The thing that helps the most is to have content listed by heading, for example this question is at an h2 level, and the answers start at the next h2 level. Screen readers offer keys that allow you to skip by heading so I find that heading navigation is quicker then finding the skip navigation link and pressing enter on it.