Re: HELP WITH ADDING H1 HEADING TO SITE

Solved

HELP WITH ADDING H1 HEADING TO SITE

LOVEBOTANICALS
Visitor
1 0 0

HELLO SO I RECENTLY DID A SEO SCORE CHECK ON MY SITE AND MY SCORE WAS LOW TO SAY THE LEAST! SO I AM TRYING TO GET THINGS FIXED AND HAVE A AT LEAST DECENT SEO SCORE. THE FIRST ERROR I AM TRYING TO FIX IS MY H1 HEADING. THE SEO CHECKER SAYS I AM MISSING THE H1 HEADING, I HAVE GONE INTO THE CODE ON MY SITE BUT I HAVE NO CODING EXPERIENCE SO I ONT EVEN KNOW WHERE TO START! CAN SOME ONE PLEASE HELP AND GUIDE ME TO GETTING MY H1 HEADING ADDED, IT WOULD BE GREATLY APPRECIATED!! WEBSITE: HTTPS://LOVEKRATOMBOTANICALS.COM THANK YOU ALL IN ADVANCE!

Accepted Solution (1)

WalterTrahan
Visitor
1 1 1

This is an accepted solution.

Certainly! Adding an H1 heading in Shopify is a crucial step for optimizing your SEO score. While Shopify uses a user-friendly interface that doesn't require coding knowledge, you can still add an H1 heading through the theme editor. Here's a step-by-step guide:

  1. Log in to your Shopify admin panel.
  2. Navigate to "Online Store" and click on "Themes."
  3. In the "Themes" section, click on the "Customize" button for your current theme.
  4. In the left sidebar, select the section where you want to add the H1 heading.
  5. Look for the "Heading" or "Text" element in the section's settings.
  6. Edit the element and ensure that it is formatted as an H1 heading by selecting the appropriate heading level.
  7. Enter your desired H1 heading text in the content area.
  8. Save the changes and preview your website to see the updated H1 heading.

View solution in original post

Replies 8 (8)

WalterTrahan
Visitor
1 1 1

This is an accepted solution.

Certainly! Adding an H1 heading in Shopify is a crucial step for optimizing your SEO score. While Shopify uses a user-friendly interface that doesn't require coding knowledge, you can still add an H1 heading through the theme editor. Here's a step-by-step guide:

  1. Log in to your Shopify admin panel.
  2. Navigate to "Online Store" and click on "Themes."
  3. In the "Themes" section, click on the "Customize" button for your current theme.
  4. In the left sidebar, select the section where you want to add the H1 heading.
  5. Look for the "Heading" or "Text" element in the section's settings.
  6. Edit the element and ensure that it is formatted as an H1 heading by selecting the appropriate heading level.
  7. Enter your desired H1 heading text in the content area.
  8. Save the changes and preview your website to see the updated H1 heading.
agarscentspree_
Shopify Partner
1 0 0

Hello thanks for the anwser but can you be more precise to where to add the tags ? in the Header Liquid ? if yes which section ? 

I would like to add it to all my pages Collections / Blogs/ About us. This is  : my website if you could give more details asap it's for Seo purpose.

Asafsky
Tourist
13 0 3

It's not clear to me where do I set the heading level, as mentioned in line #6

Using Spotlights theme

gridirongrins
Visitor
1 0 2

same here

meowmode
Visitor
3 0 0

Check the above answer I provided for @Asafsky 

meowmode
Visitor
3 0 0

Go into edit code. Then find rich-text.liquid in sections. After find this part of the code:
<h2
class="rich-text__heading rte inline-richtext {{ block.settings.heading_size }}{% if settings.animations_reveal_on_scroll %} scroll-trigger animate--slide-in{% endif %}"
{{ block.shopify_attributes }}
{% if settings.animations_reveal_on_scroll %}
data-cascade
style="--animation-order: {{ forloop.index }};"
{% endif %}
>
{{ block.settings.heading }}
</h2>
should be between lines 24-33, and change h2 to h1

wertui
Visitor
1 0 0

Can I use multiple <h1> tags on a single HTML page?

https://examtest.co

meowmode
Visitor
3 0 0

You can, it would just require you to use the regular shopify editing and then adding addition rich text blocks using the title heading. It isnt a great idea to have more than one h1 tag on a single page as it will decrease your SEO. You have a better chance increasing your SEO by sticking to one h1 tag per page.