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
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
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 %}
{% render âpriceâ, product_resource: block.settings.product, show_unit_price: false %}
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 %}
{% render âpriceâ, product_resource: block.settings.product, show_unit_price: false %}
Hi @cjhinkle
You can change it from your store admin > Sales channels > Online Store > Themes > Customize > Products > Default product > Details > Title
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!