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 ?
![]()
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 ?
![]()
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/
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 settings.display_sidebar_blog_page %}
{% include ‘blog_sidebar’ %}
{% endif %}
{% if settings.display_sidebar_blog_page %}
{% comment %} Don't be fooled, the ? in comments_enabled? is part of the liquid tag. {% endcomment %} {% if blog.comments_enabled? %} {{ 'blogs.comments.comments_with_count' | t: count: article.comments_count }} / {% endif %}
{% if section.settings.blog_show_date %}
Post on
{{ article.published_at | time_tag: format: ‘month_day_year’ }}
{% endif %}
{% if section.settings.blog_show_author %}
by {{article.author}}
{% endif %}
{% comment %}
Show off meta information like number of comments and tags.
{% endcomment %}
{% endfor %}
{% if paginate.pages > 1 %}
{% 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.