Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hello everyone
I am trying to set up the the title and the description in the preference tab of my website however when searching it in google it is not showing what i wrote but it is showing my home page title and navigation menu. Is there a way to fix that?
The theme I am using for the website is "Refresh"
Here is a screenshot of the theme.liquid HTML page
And here is what i have in the preference page and also what google is showing
Thank you.
Solved! Go to the solution
This is an accepted solution.
Do you have your Google Search Console set up? If so, you need to request for re-indexing your pages. i.e. getting Google to retrieve the most updated version of your store pages.
As a new site that does not get much traffic, Google does not crawl your site regularly (only periodically). Any changes that you make, it takes some time to be reflected on search results.
You can, however, choose to expedite it by "telling Google this is my updated pages", and the request will be added to their queue of crawl tasks.
Best,
Clarice
This is an accepted solution.
Do you have your Google Search Console set up? If so, you need to request for re-indexing your pages. i.e. getting Google to retrieve the most updated version of your store pages.
As a new site that does not get much traffic, Google does not crawl your site regularly (only periodically). Any changes that you make, it takes some time to be reflected on search results.
You can, however, choose to expedite it by "telling Google this is my updated pages", and the request will be added to their queue of crawl tasks.
Best,
Clarice
Hello,
If Google is displaying your homepage title and navigation menu instead of your preferred title and description, this is likely due to a few factors. Here’s how you can adjust things to improve search result accuracy for your "Refresh" theme.
In the theme.liquid file, check if the title or description is hard-coded, as this can override your ‘Preferences’ settings. To dynamically pull your Preferences data, ensure your code looks like:
<title>{{ page_title }} - {{ shop.name }}</title>
<meta name="description" content="{{ shop.meta_description }}">
This will signal Google to use the correct title and description, based on your Preferences.
By following these steps, you’ll increase the chances of Google displaying your preferred title and description in search results.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025