Answer the question
In order to leave comments, you need to log in
HTML5 and SEO
Good afternoon.
In the standard (draft yet =) HTML5 consider the most optimal arrangement of headings in this form:
<body>
<h1>Apples</h1>
<p>Apples are fruit.</p>
<section>
<h1>Taste</h1>
<p>They taste lovely.</p>
<section>
<h1>Sweet</h1>
<p>Red apples are sweeter than green ones.</p>
</section>
</section>
<section>
<h1>Color</h1>
<p>Apples come in various colors.</p>
</section>
</body>
Answer the question
In order to leave comments, you need to log in
I would do this:
Logically, h1 should be the main and only heading. And h2, etc., by nesting level, reflecting the hierarchy.
In terms of SEO, all search engines recommend doing what is more convenient for the user. The presence of several h1s clearly does not comply with this rule, so it looks more like an attempt to cheat.
Apples
Apples are fruit.
Taste
They taste lovely.
Sweet
Red apples are sweeter than green ones.
Color
Apples come in various colors.
Yandex has long and clearly answered that there may be more than one first-level heading. But about the semantics of html5 - yes, it's different here in principle.
Regarding the new tags: if Google is trying to understand something in html5, then the answer came from Yandex that they do not support html5 at the moment, and new tags will not bring any negative results.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question