{ "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "How many H1 tags should a page have?", "acceptedAnswer": { "@type": "Answer", "text": "Only one — it defines the primary topic of the page." } }, { "@type": "Question", "name": "Do heading tags affect SEO?", "acceptedAnswer": { "@type": "Answer", "text": "Yes — search engines use headings to understand page structure and extract featured snippet content." } }, { "@type": "Question", "name": "Should headings be styled with CSS instead?", "acceptedAnswer": { "@type": "Answer", "text": "Style with CSS, but maintain semantic heading hierarchy — never skip heading levels." } } ] }
Definition

What Are Heading Tags (H1–H6) in HTML?

HTML elements (H1–H6) that define the hierarchical structure of content on a page. Critical for SEO, accessibility, and visual hierarchy.

Related Terms

Example

A webpage has one H1 (page title), multiple H2s (section headers), and H3s (subsection titles) creating a clear content outline for users and crawlers.

Synonyms:

H tags, Header tags

Acronyms:

H1–H6