Hello,
Our domain is dropping Search Engine Ranking like crazy after shifting to shopify.
Website is www.bigloveindianhair.com
We are using Dawn Theme, and the default code is getting our store name in front of title which I think is leading to negative ranking.
For the home page, under preferences we have set Title as “Raw Indian Hair Extensions.” But after publishing, the title code looks like this if you were to view home page source code (below code pasted from homepage>view source)
Raw Indian Hair Extensions – BigLove Indian HairIn google SERP, the store name is coming first, then the title we have set in preferences.
BigLove Indian Hair: Raw Indian Hair Extensions
Could someone please me remove store name from theme.liquid?
Our default title tag under theme.liquid is below
{{ page_title }} {%- if current_tags %} – tagged "{{ current_tags | join: ', ' }}"{% endif -%} {%- if current_page != 1 %} – Page {{ current_page }}{% endif -%} {%- unless page_title contains shop.name %} – {{ shop.name }}{% endunless -%}Also, title in theme.liquid has a space after previous code, but if the homepage source is viewed, the previous code comes with tag in the same line as posted above. How could I get the title tag to come in a separate line please? Posting our current theme.liquid below. I did add google tag manager script on top. Could that be an issue?
new Date().getTime(),event:‘gtm.js’});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!=‘dataLayer’?‘&l=’+l:‘’;j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f;
})(window,document,‘script’,‘dataLayer’,‘GTM-K5TMGDC’);
{%- if settings.favicon != blank -%}
{%- endif -%}{%- unless settings.type_header_font.system? and settings.type_body_font.system? -%}
{%- endunless -%} {{ page_title }} {%- if current_tags %} – tagged "{{ current_tags | join: ', ' }}"{% endif -%} {%- if current_page != 1 %} – Page {{ current_page }}{% endif -%} {%- unless page_title contains shop.name %} – {{ shop.name }}{% endunless -%}Thank you so much for your help!!