How can I add H1 tags to my webpage titles?

Hi All

my page when i run the seo checker tells me that i have no H1 agains some pages see atatched image

does anyone know how i can make thes page titles h1 please ?

Capture.PNG

@Ljvapes

please share your store url let me check into it and give you a solution.

thanks

Hi Thank you i have managed to fix the other ones but I cant find a fix for the Blog page title to be h1 ?

store url is https://ljvapes.co.uk/

@Ljvapes

edit your blog template form the theme files and look for an h4 and replace with it h1.

thanks

I cant seem to find it anywhere in the blog-template.liquid?

the below is what i have

{% comment %}
Loop through a defined number of articles with the ‘paginate’ tag.
Don’t forget to close the tag after your loop.
{% endcomment %}

{% paginate blog.articles by 5 %}

{% comment %}
This template is also used for listing out articles of a specific tag.
You can change layouts or styles by checking if current_tags is true.
{% endcomment %}

{% if current_tags %} {% if settings.enable_multilang %}

{{ blog.title | split: '|' | first | link_to: blog.url }} » {{ current_tags.first }}

{{ blog.title | split: '|' | last | link_to: blog.url }} » {{ current_tags.first }}

{% else %}

{{ blog.title | split: '|' | first | link_to: blog.url }} » {{ current_tags.first }}

{% endif %} {% else %} {% if settings.enable_multilang %}

{{ blog.title | split: '|' | first }}

{{ blog.title | split: '|' | last }}

{%else %}

{{ blog.title | split: '|' | first }}

{% endif %} {% endif %} {% comment %} Loop through each article in your blog. This is limited to what you set for pagination above. For more info on article liquid tags: - [http://docs.shopify.com/themes/liquid-variables/article](http://docs.shopify.com/themes/liquid-variables/article) {% endcomment %}

{% if settings.display_sidebar_blog_page %}

{% include ‘blog_sidebar’ %}
{% endif %}

{% if settings.display_sidebar_blog_page %}

{% endif %}

{% if paginate.pages > 1 %}

{% include 'pagination' %}
{% endif %}
{% if settings.display_sidebar_blog_page %}
{% endif %} {% endpaginate %}

{% schema %}
{
“name”: “Blog pages”,
“settings”: [
{
“type”: “select”,
“id”: “layout”,
“label”: “Layout”,
“default”: “list”,
“options”: [
{
“value”: “grid”,
“label”: “Grid”
},
{
“value”: “list”,
“label”: “List”
}
]
},
{
“type”: “checkbox”,
“id”: “blog_show_author”,
“label”: “Show author”,
“default”: true
},
{
“type”: “checkbox”,
“id”: “blog_show_date”,
“label”: “Show date”,
“default”: true
}
]
}
{% endschema %}

what about the ha end tag also on the same lines , do i change them to h1 also please?

and the bits inbetween where it says h4 class- do i need to change these?

Hi,
Shopify websites are like this in most cases. The theme code will fix the page to have an H1. For example, the homepage fixes the logo to H1, the product page fixes the product title to H1, the collection page fixes the collection to H1, the blog fixes the blog title to H1, and the page page fixes the page title to H1.

Google recommends that only one H1 is needed for a page. Google will understand the main idea of ​​your website more easily.

However, many sellers do not know this, and will write H1 in the description of the new collection, product, blog, and page they generate, which leads to duplicate H1 on the website.

I checked the H1 of these three pages for you,

and the situation is as follows:
https://ljvapes.co.uk/pages/loyalty-points
No H1

https://ljvapes.co.uk/pages/about-us

Only 1 h1

https://ljvapes.co.uk/blogs/news
only one h1

For this page https://ljvapes.co.uk/pages/loyalty-points without H1, it is not clear which specific liquid file the code comes from. You need to check your website theme and then set this title to H1. You can install SEOAnt-AI SEO, which has a free version. Don’t worry, SEOAnt’s 24/7 customer service can help you solve this problem.