Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
No one saw that shopify is having favicon problems?
My store are not showing the favicon since days.
I looked for other shopify stores and they have the same issue.
No one knows?
Solved! Go to the solution
This is an accepted solution.
The solution was to change manually the favicon file.
In my case from svg or png (I tried both) to .ico file.
This needs to be done in the theme.liquid (Dawn theme).
With this you need to request your homepage indexation again in google search console. In my case google update the favicon in an hour.
The steps are:
1. Upload the .ico image file in Shopify Admin>content>files
2. Copy the address that the .ico file has in Shopify. Then you get something like this https://cdn.shopify.com/s/files/1/0532/5442/2725/files/Logo-Cozy-Kids-MR.ico?v=1722801614.
In my case I make a change because I read that google needs the same domain that your web has (correct me if I’m wrong) yo accomplish their favicon policies. Then I use this https://cozy.cl/cdn/shop/files/Logo-Cozy-Kids-MR.ico
3. You need to replace this line:
<link rel="icon" type="image/png" href="{{ settings.favicon | image_url: width: 48, height: 48 }}">
for this:
<link rel="icon" href="https://cozy.cl/cdn/shop/files/Logo-Cozy-Kids-MR.ico">
Your ico image file need to be 48x48, 96x96 or 144x144.
4. Request your homepage indexation in Google Search Console again.
5. Wait until google displays your favicon again.
Best,
JP
Hey, @JPCancino.
Thanks for reaching out and bringing this to our attention.
Just to gather some additional context, did you recently add a favicon to your online store or make changes to the store's favicon? The reason I am asking is because it may take a bit for the favicon to display accurately from Google Search Results. You will need to allow Google to collect the sitemap from your Shopify store to have the favicon accurately reflected. Since Shopify does not have any control over how long this may take - you can attempt to speed up the process by finding and submitting your sitemap.
Looking forward to your response.
Ollie | Social Care @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit the Shopify Help Center or the Shopify Blog
Hi Ollie,
No I did no change in favicon image before this disappear from google and the web page. After I realize this, see that the icon is not showing in browser and google I change the file to try if it fix the error. It works for a while, less than a day, and it disappear again from google and the web page, but the icon is charged in the theme and selected as a favicon.
See https://cozy.cl I just charge a new icon but it has before the same icon with other name. I also request again the indexation of the home page.
Other example https://www.greenglass.cl/ apparently the fix the google problem but in their web page their favicon disappear again. As i said you before the solution works for a while, less than a day.
Other example https://haciendola.com No google icon and browser icon neither.
Thanks for following up with those additional details @JPCancino
I recommend reviewing Google's help documents for more details about the requirements for favicons and also make sure that your robots.txt file is not blocking them either. You can check out this resource from Google for more information on troubleshooting this: Google favicon for website.
Shay | Social Care @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit the Shopify Help Center or the Shopify Blog
They say that have the same problem and nothing is working:
I have the exact same issue on my website: https://www.cosewa.jp
There is a problem with shopify
This is an accepted solution.
The solution was to change manually the favicon file.
In my case from svg or png (I tried both) to .ico file.
This needs to be done in the theme.liquid (Dawn theme).
With this you need to request your homepage indexation again in google search console. In my case google update the favicon in an hour.
The steps are:
1. Upload the .ico image file in Shopify Admin>content>files
2. Copy the address that the .ico file has in Shopify. Then you get something like this https://cdn.shopify.com/s/files/1/0532/5442/2725/files/Logo-Cozy-Kids-MR.ico?v=1722801614.
In my case I make a change because I read that google needs the same domain that your web has (correct me if I’m wrong) yo accomplish their favicon policies. Then I use this https://cozy.cl/cdn/shop/files/Logo-Cozy-Kids-MR.ico
3. You need to replace this line:
<link rel="icon" type="image/png" href="{{ settings.favicon | image_url: width: 48, height: 48 }}">
for this:
<link rel="icon" href="https://cozy.cl/cdn/shop/files/Logo-Cozy-Kids-MR.ico">
Your ico image file need to be 48x48, 96x96 or 144x144.
4. Request your homepage indexation in Google Search Console again.
5. Wait until google displays your favicon again.
Best,
JP
We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024