I used the SEO PLUGIN and it said there was no H1 headings. I tried to change product.title to the <h1> </h1> but it didnt work. On top of that there are a lot of poduct.title in the product.liquid file. Can anyone please help. We are a charity and any advice would be amazing.
Here are 2 of the product.title I found, it also looks like it already ahs the H1 headings
<div class="product-sidebar col-sm-6">
<div class="product_item">
<div class="inner">
{% include 'product-breadcrumb' %}
<div class="product-title">
<h1 itemprop="name" content="{{ product.title }}"><a href="{{product.url | within: collection}}">{{ product.title }}</a></h1>
{% if settings.product_sku_show %}
<div id="sku"{% unless variant_tmp and variant_tmp.sku %} class="hidden"{% endunless %}>{{'products.product.sku' | t}} <span>{{variant_tmp.sku}}</span></div>
{% endif %}
</div>
User | Count |
---|---|
8 | |
6 | |
6 | |
5 | |
4 |