Have an issue with Duplicate H3 Headings. Crawled my site since changing theme from debut to dawn, and the crawl is bringing up every single product title as a duplicate H3 heading on my crawler software
Any ideas on this one? Newbie to coding btw. TIA
3 Likes
I have exact same problem. I am hoping that you found a solution?
1 Like
Did you ever find a solution. Same problem also.
I have the same problem in collections page Âżany solution?
Hi, I’ve exactly the same problem, did someone find a solution?
Hi,
I solve it editing 144 line in card-product.liquid file, changing H3 by div.
2 Likes
Hi, thank you very much! I’ve been checking but I have many H3 blocks in the cart product liquid… And not on line 144…
For DAWN 12.0.0, there is 2 times the “card__heading” with the H3 mark
You can leave the first H3 or change it to H2 (like Amazon, Etsy etc.) , or replace the second one by “div”
Go to your code and open the file “car-product.liquid”
For the first H3 : Go to line 106, where it opens, and line 120 to close it
Replace or leave the “h3”
For the second H3 : Go to line 143, where it opens, and line 156 to close it
Replace the “h3” by “div”