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

前端 未结 6 849
梦毁少年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:03

    Any page that doesn't have it's content stashed away in Flash or similar is SEO'able. The web crawlers tend to strip everything and read the page as a text stream. Some pay attention to your keywords, their use in the body text, H1 & H2 tags, page title and even domain name but I don't think they are affected by the order of page structure.

提交回复
热议问题