Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi @cjhinkle. The title you're looking for should be, most likely, in the product.liquid file.
yes i keep hearing that but I cannot find it
product.liquid file.
I have looked in templest, sections, snippets, i have moved the word around i did find one clever hiding place
blocks/_product-card-gallery.liquid and maybe have fixed something, but when i got o a live version of my site and either Inspect or View Page Source I cannot find Product-title
here is what i found and is in place now and as you can see it has NOW the H1 in place i just cant verify and then again i am not even sure if i change the correct thing, I got help from the BOT help thing
{% capture children %}
{% unless block.settings.product == blank %}
{% render 'product-card-badges', product: block.settings.product %}
{% if settings.quick_add or settings.mobile_quick_add %}
{% render 'quick-add', product: block.settings.product %}
{% endif %}
{% endunless %}
{% endcapture %}
{% render 'card-gallery', children: children %}
{% # Title and price for the zoomed out grid view %}
<div class="product-grid-view-zoom-out--details">
{% if block.settings.product == blank %}
<h1>{{ 'content.product_card_placeholder' | t }}</h1>
{% else %}
<h1>{{ block.settings.product.title }}</h1>
<div class="h6">
{% render 'price', product_resource: block.settings.product, show_unit_price: false %}
</div>
{% endif %}
</div>
{% schema %}
The product title is wrapped in an H1 tag:
Drew Oswald, thank your for this, but these were easy to fix , these are the Titles on each of my products
not what I was refering to, What I am looking for it the Prouct-title for ALL Products
whenever I run a scan from weather it is Ahref or SEOptismer, they both say my Product-title has to be H1 and you have to change the code to do that and I cant find that hidding anywhere but this is what I did find and do and I hope it is correct but I cant verify it by doing a Inspect or View Page Source on live site
I have looked in templest, sections, snippets, i have moved the word around i did find one clever hiding place
blocks/_product-card-gallery.liquid and maybe have fixed something, but when i got o a live version of my site and either Inspect or View Page Source I cannot find Product-title
here is what i found and is in place now and as you can see it has NOW the H1 in place i just cant verify and then again i am not even sure if i change the correct thing, I got help from the BOT help thing
{% capture children %}
{% unless block.settings.product == blank %}
{% render 'product-card-badges', product: block.settings.product %}
{% if settings.quick_add or settings.mobile_quick_add %}
{% render 'quick-add', product: block.settings.product %}
{% endif %}
{% endunless %}
{% endcapture %}
{% render 'card-gallery', children: children %}
{% # Title and price for the zoomed out grid view %}
<div class="product-grid-view-zoom-out--details">
{% if block.settings.product == blank %}
<h1>{{ 'content.product_card_placeholder' | t }}</h1>
{% else %}
<h1>{{ block.settings.product.title }}</h1>
<div class="h6">
{% render 'price', product_resource: block.settings.product, show_unit_price: false %}
</div>
{% endif %}
</div>
{% schema %}
Hi @cjhinkle
You can change it from your store admin > Sales channels > Online Store > Themes > Customize > Products > Default product > Details > Title
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hello @cjhinkle
After further checking your product page H1 status, you have a duplicated H1 tag issue on the store.
To find out if a duplicated H1 exists, check if the related content is from the default theme template first. If so, go to the Customized page and have a look whether it exists there, and if not, it should be generated by a third-party app, and you should contact the related app team to further support you.
From what I checked under the inspection mode page, it should be related to the product description related plugin generated content, and you need to further check with them to fix this issue, a kind reminder here!
Hi SeoAnt-Jeffery, Yes I know, UGH, I think it might have been caused by the third party , but not sure, the first title comes from the Collection Group that card is in and the other description is the description of that caard. so this is what i have
i have 3 groups of Greeting Cards
Birthday Greeting Cards
Blank Greeting Cards
Wedding Greeting Cards
these are 3 products with variations in them Birthday has 20 variations, Blank has 10 variation and Wedding has 5 variations
these 3 products roll into Collections
that first title is my Collections title and should not be there on the product page, so I am pretty sure I messed up the code, I dont think it was a third party app. As I have removed all of the SEO apps and it remains
I really appreciate your looking, thanks
Hello @cjhinkle
Thank you for the response and for sharing more details with me here.
If I understand you correctly, the first title, "Blank Greeting Cards", related contents on the product page should not exist there. If so, you had better further check the settings in that third-party app and correct the page layout at first, and after removing the unnecessary content, this issue shall be fine then.
I do not think this issue is caused by the SEO apps, so if you still feel unsure what to do, better to contact the third-party app that messed up your product page content. Thank you!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025