Con-Shoc / auto

1 stars 0 forks source link

PLP Pages H1 Tags are Incorrect #23

Open Con-Shoc opened 6 years ago

Con-Shoc commented 6 years ago

Current Behaviour All Product Listing Pages (PLPs) have an H1 tag, but the H1 tag includes the result count.

<h1 class="styles__productShelfHeading--3IWhZ">140 results for<span class="styles__boldHeading--2j6qx"> Battery </span></h1>

Span tags are also not allowed within H1 tags.

Expected Behaviour PLP H1 tag should only include the primary keywords and not the # of results.

Example

<div>
140 results for
<h1>Battery</h1>
</div>