@drichardson thank you, you are far too kind. You solved the problem yourself, I commend you.
All the best!
A Shopify store owner discovered their page titles exceeded the recommended 70-character SEO limit because the theme automatically appended the business name to every page title. For example, product pages displayed as “Product Name — Business Name.”
Resolution:
The issue was resolved by editing the theme’s theme.liquid file and removing the code line: {%- unless page_title contains shop.name %} – {{ shop.name }}{% endunless -%}. This prevents the store name from being automatically added to page titles.
Key considerations:
Technical steps:
Navigate to Online Store → Themes → Edit code → Layout → theme.liquid, locate the page title code block, and delete the specified line containing the shop name logic.
@drichardson thank you, you are far too kind. You solved the problem yourself, I commend you.
All the best!