If your title is not current the primary heading of you page then your will either need to convert the title to be a primary heading or add a primary heading elsewhere on your page.
Verify that there are no other
tags on the relevant page.Convert the title to an
Coding required: New to coding? Read our guide of HTML code basics
Site styles may be affected: We strongly recommend testing changes in a theme copy
To do this you will need to manually edit your theme code. If you are not comfortable doing this we recommend reaching out to your theme developers or hiring one of our SEO Experts to help you out.
- View your themes in Shopify
- Select ‘Actions’ and ‘Edit code’ for the relevant theme
- Go the the 'Sections' folder
- Find the relevant file for the page-type you want to change. For example if you want to convert product titles to be the primary heading you may need to edit the product-template.liquid file. Every theme is a bit different so your file name may be different.
- Find the source of the title. This may look something like {{ product.title }}.
- Change the HTML tags around the title to tags. For example:
Change this:
{{ product.title }}
To this:
{{ product.title }}
- OR -
Add a new tag to the page
This can usually be done easily through the Shopify interface.
- View the relevant page in your Shopify admin
- Add the text you’d like to be your primary heading in the ‘Description’ or 'Content' field
- Highlight the text and selecting the ‘Formatting’ option
- Choose ‘Heading 1’ and save
Comments
0 comments
Please sign in to leave a comment.