HELP WITH ADDING H1 HEADING TO SITE

Topic summary

Main issue: A store owner’s SEO checker flagged a missing H1 heading; they need guidance to add an H1 in Shopify to improve SEO.

Suggested approaches:

  • Theme editor: Navigate to Online Store > Themes > Customize and set a section’s heading to H1. However, users on the Spotlights theme report it’s unclear where the “heading level” option exists.
  • Code change (central to understanding): In Edit code, open Sections > rich-text.liquid and change the heading tag from

    to

    in the block that renders {{ block.settings.heading }}. This directly sets the main heading to H1.

Scope questions:

  • Adding H1 across pages (Collections, Blogs, About): One user asked whether to edit header.liquid; guidance given focused on rich-text.liquid, so page-specific implementation remains unresolved.
  • Multiple H1 tags per page: Technically possible, but discouraged; best practice is one H1 per page to avoid SEO dilution.

Resources: A Shopify Community design thread was linked for changing the homepage H1. A separate link was shared without added context.

Status: Ongoing. The code-level fix is provided, but theme-specific editor settings and sitewide placement are not fully clarified.

Summarized with AI on December 21. AI used: gpt-5.

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.

As well Go Through this https://community.shopify.com/c/shopify-design/how-to-change-h1-tag-for-homepage/td-p/453238

1 Like