HTML elements (H1–H6) that define the hierarchical structure of content on a page. Critical for SEO, accessibility, and visual hierarchy.
A webpage has one H1 (page title), multiple H2s (section headers), and H3s (subsection titles) creating a clear content outline for users and crawlers.
Pages that rank in position 1 on Google are 3x more likely to have their H1 include the target keyword compared to pages ranking in positions 2–10, according to Backlinko's analysis of 11.8 million Google search results.
H tags, Header tags
H1–H6
Every page of a website. Heading tags are both an SEO signal and an accessibility feature — they structure content for search engine crawlers and screen reader users simultaneously.
Add heading elements from the Add panel and choose the correct level (H1–H6). Style each level globally using the tag selector so all H1s, H2s, etc. across the site are consistent without manual styling on each instance.
Answer