Need H1 help - need to find the Product-title so i can change the H2 to H1 anyone know

Need H1 help - need to find the Product-title so i can change the H2 to H1 anyone know

cjhinkle
Tourist
12 1 5

I have Dwell  theme

my site is handmademarketsd.com

I need to change the Product-title to H1  i believe itis H2

I cannot find this in the html

can anyone help me find it

Camille

cjhinkle
Replies 8 (8)

Betterave-Nina
Tourist
58 6 8

Hi @cjhinkle. The title you're looking for should be, most likely, in the product.liquid file.

➡➡   Easy Embed Code   ⬅⬅ insert CSS/JS/HTML/Liquid code into any store page



Speed Booster App - Improve your store speed in 3 clicks
Need professional help with your Shopify store? DM me, let's talk!
Geeky notes
cjhinkle
Tourist
12 1 5

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 %}

 

 

cjhinkle

DrewOswald
Shopify Partner
81 18 24

The product title is wrapped in an H1 tag:

 

001.png

devDrew webDev · Need a developer? Send me a DM.
Follow me on Instagram for Shopify Tips & Tricks: https://www.instagram.com/devdrew.webdev/
cjhinkle
Tourist
12 1 5

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 %}

 

 

 

 

cjhinkle

Dan-From-Ryviu
Shopify Partner
11944 2341 2517

Hi @cjhinkle 

You can change it from your store admin > Sales channels > Online Store > Themes > Customize > Products > Default product > Details > Title Screenshot 2025-06-11 at 09.52.34.png

- 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.

SEOAnt-Jeffery
Shopify Partner
243 3 14

Hello @cjhinkle

 

After further checking your product page H1 status, you have a duplicated H1 tag issue on the store.

SEOAntJeffery_0-1749626666252.png

SEOAntJeffery_1-1749626678023.png

SEOAntJeffery_2-1749626740524.png

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!

An AI-powered all-in-one SEO optimization tool that elevates website rankings, traffic through intelligent keyword analysis and website content optimization.

Official Website | SEOAnt
cjhinkle
Tourist
12 1 5

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

 

cjhinkle
SEOAnt-Jeffery
Shopify Partner
243 3 14

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!

An AI-powered all-in-one SEO optimization tool that elevates website rankings, traffic through intelligent keyword analysis and website content optimization.

Official Website | SEOAnt