Hi guys.
I’m having a hard time making my store appear with its site title instead of domain on Google search.
The schema is implemented correctly as I’ve checked it on schema.org, I don’t know what else I can do.
Also, the favicon is not displaying anymore. Please help me!
Hi @dariusmuresan
Google displays what it thinks is the page name. If nothing is recognized, the domain often is taken. Preferred, but not exclusively, is used
You can find more details here: https://support.google.com/webmasters/thread/209757987?hl=en&msgid=209773165
And here: https://developers.google.com/search/docs/appearance/site-names?hl=en
Hi Rishi and thanks for replying.
How do I correct “WebSite structured data (is a bit messy on your site)” ? I can code it myself just don’t know how to do it.
Hi @dariusmuresan
Here is the structured data for the index page, collection page, product page, article, breadcrumbs
Create snippet json-ld and add below data then open theme.liquid before paste this code {% render ‘json-ld’ %}
{% if template == 'index' %}
{% elsif template == 'product' %}
{% elsif template == 'collection' %}
{% elsif template == 'article' %}
{% endif %}
1 Like
Thank you so much, I’ve implemented it as you instructed me. Hope this will help!
1 Like