Answer the question
In order to leave comments, you need to log in
Proper use of HTMl5 markup, document outline and search engines?
Gentlemen, I read the HTML5 specification a little, I almost broke my head, or broke it =)
I'm interested in the correct structuring of the document, in particular, viewing its OUTLINE and do search engines pay attention to how the document structure looks in Outline?
For example, there is an empty page with the following code:
<body>
<header>
<nav><h1>nav</h1></nav>
</header>
<main>
<h1>main</h1>
</main>
<footer>
<h1>footer</h1>
</footer>
</body>
1. Untitled BODY
1.nav
2. main
3. footer
<body>
<h1>Я заголовок документа</h1>
<header>
<nav><h1>nav</h1></nav>
</header>
<main>
<h1>main</h1>
</main>
<footer>
<h1>footer</h1>
</footer>
</body>
1. Я заголовок документа
1.nav
2. main
3. footer
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question