My SEO audit reveals an absence of H1 tag on my home page. I believe it’s referencing the logo.
Please how can I modify this code in the header.liquid ?
{% comment %}
Use the uploaded logo from theme settings if enabled.
Site name gets precedence with H1 tag on homepage, div on other pages.
{% endcomment %}
{% if request.page_type == 'index' %}
{% else %}
{% else %}
{% endif %}