What is the best way to structure an HTML document for SEO and accessibility?

前端 未结 6 846
梦毁少年i
梦毁少年i 2021-01-01 03:29

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

6条回答
  •  情话喂你
    2021-01-01 04:16

    Reduce everything else other then the content to as minimum as possible.

    Very short navigation, add a link to full navigation page / or / load it by AJAX.

    No "Other content". If you put anything on the page, they must be related. In addition, they should be sorted by their relation.

提交回复
热议问题