Skip to content

[BUG] WCAG Best Practice | Remove Duplicate H1 from Product Listing Page #3600

@martinbethann

Description

@martinbethann

Summary

The Product Listing Page contains multiple <h1> elements, with one containing only a product count instead of meaningful heading text, violating proper HTML semantic structure and WCAG best practices.

Steps To Reproduce

  1. Navigate to a Product Listing Page (e.g., /womens category)
  2. Open browser DevTools
  3. Search for <h1> elements in the DOM
  4. Observe multiple <h1> tags where one contains only the product count

Expected result

Each page should have a single <h1> element that serves as the main page heading. The product count should be either included within the main <h1> or marked up as supplementary text (e.g., <span>, <p>, or lower-level heading).

Actual result

The page contains multiple <h1> elements

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions