Shopify themes, liquid, logos, and UX
1) I have the TAE v1-2 Streamline theme.
2) The Shop Name appears on many of the pages throughout the website. I want to completely remove it and enter the exact title tag.
3) Here is the Snippets -> seo-title.liquid file. What changes are recommended to this file?
{%- capture seo_title -%}
{{ page_title }}
{%- if current_tags -%}
{%- assign meta_tags = current_tags | join: ', ' %} – {{ 'general.meta.tags' | t: tags: meta_tags -}}
{%- endif -%}
{%- if current_page != 1 -%}
– {{ 'general.meta.page' | t: page: current_page }}
{%- endif -%}
{%- if template == 'password' -%}
{{ shop.name }}
{%- else -%}
{%- unless page_title contains shop.name -%}
– {{ shop.name }}
{%- endunless -%}
{%- endif -%}
{%- endcapture -%}
If you go to your theme.liquid file the seo_title is probably used. Replace it with <title>{{ page_title }}</title> and you should be fine
User | RANK |
---|---|
142 | |
101 | |
79 | |
62 | |
61 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023