Hello,
I have recently performed a SEO check to discover I have no H1 or H2 date. I'm far from understanding this fully but have the aptitude to learn. My understanding is That H1 will be my product title and H2 my product description, both of which I have. However my them appears to not be showing this to google, and so my ranking is poor for these searches.
is it possible someone out there could help me correct (presumably) my theme.liquid file to correct this?
Many Thanks In Advance
Jay
H1 can slightly help clarify what a page is about, so using it for the product name on a product pages is a good idea. But don't expect it to suddenly make that page rank. It's just one of many ranking signals.
To add the H1 toy probabyl have to edit your product.liquid file. There will be {{ product.title }} somewhere in it. You want it to look something like this:
<h1>{{ product.title }}</h1>
It may change the look of your page.
I hate SEO tools that say you have to have an h2. h2s are for sub headings and can help search engines understand what each section of an article is about. If your page has logical sections with sub headings, use h2s. If you split up your products descriptions into sections (description, specification, reviews) then h2s for each section heading may help a bit. Those changes will also probably be in your product.liquid file, but what needs doing will be very specific to your design.
Thanks for your thoughts Tony,
I tried:
<h2 itemprop="name">{{ product.title }}</h2>
and replace it with:
<h1 itemprop="name">{{ product.title }}</h1>
-----------
This seemed to have a negative impact on 'page authority' and 'domain authority'. It all seems swings and roundabouts and I understand the value of backlinks/reviews/ etc. It's just that this cropped up and I wanted to resolve it.
Jay
Your edit looks good.
Page Authority and Domain Authority are not used by Google. They values made up by an SEO firm, mainly based on backlinks. I don't think they look at page content, so I can't see how the change could affect PA and DA.
User | Count |
---|---|
10 | |
8 | |
8 | |
6 | |
5 |