H1 Meaning in Plain English
Think of the H1 as the visible headline that helps visitors confirm they reached the right page. Headings also give assistive technology and search systems useful structural context.
An H1 is not the same as the HTML title tag. The title often appears in the browser tab and may appear in search results; the H1 appears in the page content.
Example
<h1>Commercial HVAC Repair in Tampa</h1> Compare that with:
<h1>Welcome</h1> The descriptive version communicates the service and location immediately. “Welcome” could apply to almost any page and makes the visitor do extra detective work.
Why It Matters
A clear H1 supports scanning, accessibility, content hierarchy, and understanding. It does not determine rankings by itself.
