Why is my SEO check still failing after I added a page title in my Shopify settings?

This can happen when there is no title code inside your theme. You can add a title to the theme by following the directions below.

Add a title to your theme

  1. View your website
  2. Right click and select ‘View Page Source’
  3. Type Control+F (Command+F on a Mac) to open the search box
  4. Search for <title> in the file to find the different titles in your theme
  5. If zero results appear then view your themes in Shopify
  6. Select ‘Actions’ and  ‘Edit code’ for your live theme
  7. Open the theme.liquid file
  8. Add the following piece of code between the <head></head> tags

We always recommend you make a backup of your active theme before making any code changes. 

<span style="font-weight: 400;"><title>{{ page_title }} | {{ shop.name }}  {% if template == '404' %}404 Error{% endif %}</title></span>
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us