admin管理员组文章数量:1289548
{%- capture seo_title -%}
{%- if request.page_type == 'search' and search.performed == true -%}
{{ 'search.heading' | t: count: search.results_count }}:
{{ 'search.results_with_count' | t: terms: search.terms, count: search.results_count }}
{%- else -%}
{{ page_title }}
{%- endif -%}
{%- 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 -%}
{%- assign escaped_page_title = page_title | escape -%}
{%- unless escaped_page_title contains shop.name -%}
– {{ shop.name }}
{%- endunless -%}
{%- endcapture -%}
{%- comment smartseo_integration_begin_meta_data -%}<title>{{ seo_title | strip }}</title>{%- endcomment smartseo_integration_end_meta_data -%}
The seo checker is not showing the seo title in the search engine. What's going on...
I tried changing the code, putting in a title tag just plain with store name
本文标签: shopifyCode for Setting Title Tag for SEO in themeliquidStack Overflow
版权声明:本文标题:shopify - Code for Setting Title Tag for SEO in theme.liquid - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741479111a2381061.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论