TECHNICAL · SEO GLOSSARY
Semantic HTML
Using HTML elements for their intended meaning — `<article>`, `<nav>`, `<header>`, `<main>`, `<section>`, `<aside>`, `<h1>`–`<h6>`, `<figure>`, `<time>` — rather than generic `<div>` containers for all elements. Semantic HTML improves accessibility, crawlability, and Google\'s ability to identify the purpose and hierarchy of page content.
Definition
Semantic HTML is the practice of using HTML5 structural and meaning-bearing elements according to their defined semantic purpose, rather than using generic `<div>` and `<span>` elements for all content structure. HTML elements carry inherent meaning that browsers, screen readers, and search engines interpret. Semantic HTML elements relevant to SEO: **Heading hierarchy** (`<h1>` through `<h6>`) — the heading structure communicates the document outline to Google. A single `<h1>` per page that describes the page\'s topic, followed by `<h2>` subheadings for major sections and `<h3>` for subsections, mirrors how Google constructs its understanding of page content hierarchy. Multiple `<h1>` tags or a heading hierarchy that skips levels (h1 → h3 with no h2) is a structural signal quality issue. **Structural elements** — `<header>` for the page header/navigation, `<main>` for the primary content of the page (only one `<main>` per page), `<article>` for self-contained content that makes sense independently (a blog post, a news article, a product description), `<section>` for thematically grouped content, `<aside>` for related but non-essential content (sidebars, related links), `<footer>` for page footer. Using these correctly helps Google identify which part of the page is the "main" content vs navigation vs supplementary content. **Content elements** — `<figure>` and `<figcaption>` for images and their captions (Google can associate the caption with the image), `<time datetime="2026-07-13">` for dates (machine-readable date format enables Google to understand publication and modification dates beyond JSON-LD), `<blockquote>` for quoted content, `<code>` for code snippets. **Lists** — `<ul>` for unordered lists, `<ol>` for ordered/numbered lists, `<dl>`/`<dt>`/`<dd>` for definition lists. Using semantic list markup helps Google understand when content is a checklist, a set of steps, or a list of definitions (which it uses for featured snippets). The anti-pattern: using `<div class="heading">` for headings, `<span class="main-content">` for the main article body, and `<br><br>` for paragraph separation instead of `<p>` tags. These visual styles provide zero semantic information to crawlers.
Why it matters for SEO
Google uses semantic HTML to understand page structure, identify the main content vs navigation, extract the heading hierarchy for featured snippet eligibility, and determine the document type (article, product, FAQ). Pages built entirely with `<div>` containers and CSS classes for visual structure provide less clear signals about content hierarchy than semantically structured HTML. Additionally, semantic HTML is foundational to web accessibility (screen readers rely on landmark elements and heading hierarchy), and Google\'s quality guidelines increasingly align good accessibility practices with good SEO.
How DeepSEOAnalysis checks this
The audit checks semantic HTML signals across all crawled pages: `<h1>` presence and uniqueness (multiple `<h1>` tags or no `<h1>` per page), heading level skipping in the document outline, `<main>` element presence (pages without `<main>` can\'t clearly signal their primary content area), `<article>` usage on blog post pages, and basic accessibility-aligned structural checks. The heading structure check is particularly relevant for featured snippet eligibility — well-structured H2/H3 hierarchies that match question patterns are more likely to earn featured snippet extraction.
Useful tools and resources
GLOSSARY
Related terms
technical
Technical SEO
The discipline of optimising a website\'s infrastructure — crawlability, indexability, site speed, structured data, and security — so that search engines can discover, render, and understand pages correctly.
Read definition →onpage
Heading Tags (H1–H6)
HTML elements that define the hierarchical structure of page content — H1 for the page title, H2 for main sections, H3 for subsections — used by Google to understand content organisation and topic coverage.
Read definition →onpage
Featured Snippet
A special SERP result that displays a direct answer pulled from a webpage above the standard organic listings — also called "position zero."
Read definition →onpage
On-Page SEO
Optimising the content and HTML elements of an individual page — title tag, meta description, headings, body copy, images, and internal links — to rank for its target query.
Read definition →technical
Web Accessibility (a11y)
The practice of building websites usable by people with disabilities — through semantic HTML, alt text, keyboard navigation, colour contrast, and ARIA — which overlaps significantly with SEO best practices.
Read definition →structured data
Structured Data
Machine-readable annotations added to HTML — usually JSON-LD — that explicitly describe what a page is about to search engines and AI systems.
Read definition →See how your site scores on Semantic HTML.
The free DeepSEOAnalysis audit checks semantic html and 100+ other signals. Full report, no signup.
Run a free audit →