Open Con-Shoc opened 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>
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