Mobile app version of vmapp.org
Login or Join
Cugini213

: Does using too many heading tags (h1s, h2s, and h3s) cause SEO problems? On my website, I utilize many h1, h2, and h3 tags. I am most worried over the fact that I utilize the h1 tag way

@Cugini213

Posted in: #Heading #Html #Seo

On my website, I utilize many h1, h2, and h3 tags. I am most worried over the fact that I utilize the h1 tag way too often (3-5 times per page).

I did so initially while designing the site because I didn't know any better, but now I am worried that this may have a negative impact on the SEO of my site.

Can too many of those tags have that sort of affect?

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Cugini213

3 Comments

Sorted by latest first Latest Oldest Best

 

@Kaufman445

I would not using multiple h1 tags.
According to specification of W3 HTML Headings:


Search engines use the headings to index the structure and content of your web pages. Users skim your pages by its headings. It is important to use headings to show the document structure. H1 headings should be used for main headings, followed by headings, then the less important h3, and so on.


Each web page can be represented as a document. Each document has a name / subject - this name refers to the entire complete document. But the document can have both subsections / paragraphs - they are only one part of the complete document. Each of these parts can also have nested parts as subsections / paragraphs.

If we apply the elements h1-h2-h3... to this. The name of the entire document is the element h1. The name of this parts is an element h2. If any part is nested subsections, the name of this subsection is an element h3, and so on downward.

Example:



To verify the structure of your web pages, you can apply this validator Nu Html Checker with a filter choice as "outline" and HTML 5 Outliner.

Read more Do not recommend using nested sections with h1 ++ HTML/Usage/Headings/h1only ++ Creating an outline.

10% popularity Vote Up Vote Down


 

@Hamaas447

On my perspective, I don't think Google imposes a strict rules on the number of heading tags to use in a page. There are also websites that use heading tags (h2/h3) for subheadings on longer content - it's good for both the user and search bots.

10% popularity Vote Up Vote Down


 

@Sherry384

Yes. h1s are meant to be the main title of your page (article). Instead of using more than one h1, take advantage of the strong element. Search bots are like humans today, and using more than one h1, is like making each screaming for attention.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme