Skip to main content
All CollectionsPlug In SEOFAQ
Why is my SEO check still failing after I added a page title in my Shopify settings?
Why is my SEO check still failing after I added a page title in my Shopify settings?
Mike Simmons avatar
Written by Mike Simmons
Updated over 2 months ago

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

    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 tags

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

##{{ page_title }} | ##{{ shop.name }}  {% if template == '404' %}404 Error{% endif %}
Did this answer your question?