How to fix page has heading one on Webflow

Add a single, descriptive `<h1>` heading to every page so screen readers and search engines can identify the page's main topic.

Steps for Webflow

  1. Open your project in the Webflow Designer and navigate to the page.
  2. In the Navigator or on the canvas, find the main title element. Click it and check the Element panel on the left — if it shows 'Heading' with a tag of H2 or lower, change the tag to **H1** using the tag dropdown in the Settings panel (the gear icon).
  3. If no `<h1>` exists, press 'A' to open Add Elements, drag a **Heading** element onto the canvas, set its tag to H1, and type the page title.
  4. For **Webflow Commerce** product and category pages: open the product/category template, find the product name or category name text block, and confirm its heading level is H1 in the Settings panel.
  5. Publish the project and inspect the live page with browser DevTools to confirm `<h1>` is present.
Official Webflow documentation ↗
<h1>Women's Running Shoes</h1>

What is page has heading one?

Every web page should have exactly one level-one heading — an `<h1>` tag — that clearly names the main subject of that page (e.g. "Women's Running Shoes" on a category page, or a product name on a product detail page). Think of it as the title written on the page itself, separate from the browser tab title. When this heading is missing, assistive technologies like screen readers have no clear starting point to announce to a visitor, and the page's content hierarchy is broken.

**Accessibility & legal risk:** Screen reader users — including shoppers with visual impairments — rely on the `<h1>` to understand where they are and navigate the page quickly. Missing it creates a poor, disorienting experience and can expose your store to accessibility-related legal complaints in jurisdictions where WCAG compliance is expected (e.g. ADA in the US, EN 301 549 in the EU). **SEO & rankings:** Search engine crawlers treat the `<h1>` as the strongest on-page signal for what a page is about. A missing `<h1>` weakens keyword relevance signals, which can suppress organic rankings — especially on high-value category, product, and landing pages. **Conversions:** A clear, visible page heading also reassures human shoppers they've landed in the right place, reducing bounce rates and improving confidence to buy.

See the complete Page has heading one guide for every platform and the full background.

Not sure if your Webflow store has this?

Run a free SEOLZ audit — we’ll find page has heading one and every other issue across your whole site.

Scan my site free

Fix page has heading one on another platform