Why Isn’t My Logo/Favicon Showing in Google Search?

Why Isn’t My Logo/Favicon Showing in Google Search?

amilesy88
New Member
4 0 0

amilesy88_2-1737203265540.png

I’ve been trying to get my favicon to appear in Google search results, but it’s still not showing. Here’s what I’ve done so far:

  1. Requested Google to Recrawl My URL
    I’ve submitted my site (www.daftpanda.com) for reindexing multiple times using Google Search Console.

  2. Confirmed My Icon Link in the HTML Code Looks Correct
    The favicon is linked as:

     
    <link rel="icon" type="image/png" href="//daftpanda.com/cdn/shop/files/IMG_3599.png?crop=center&amp;height=32&amp;v=1737106052&amp;width=32">
     

    It loads properly when I navigate to it directly in a browser.

  3. Using PNG Format
    My favicon is a .png, which from my research is a supported format for Google search.

  4. Cleared and Updated Cache
    I’ve also cleared my cache to ensure no old data is causing issues.

Despite these steps, the favicon still isn’t appearing. Could there be anything I’m overlooking? Any additional suggestions or insights would be greatly appreciated!

 

Replies 5 (5)

EstherBui
Trailblazer
276 39 44

Hi Amilesy88

The image URL link is incorrect. You can try this steps:
Step 1: Go to Edit code 
Step 2: Find file theme.liquid
Step 3: Delete these two code snippets and copy your image link into it. (https://prnt.sc/3q7wqw0P2IeF)
- After deleting the code, it will look like this: https://prnt.sc/-t-pFs2kyVYY

Best, 
Esther

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

amilesy88
New Member
4 0 0

Thanks I have since changed my code as suggested -

 

From:

 

<link rel="icon" type="image/png" href="//daftpanda.com/cdn/shop/files/IMG_3599.png?crop=center&amp;height=32&amp;v=1737106052&amp;width=32">

 

To: 

<link rel="icon" type="image/png" href="https://www.daftpanda.com/cdn/shop/files/IMG_3599.png">

 

However I still have the same issue.

EstherBui
Trailblazer
276 39 44

Hi, I see it worked

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

amilesy88
New Member
4 0 0

Yay, thank you so much for your help Esther! I also changed the name of my logo file so it had logo explicitly in it yesterday. Maybe it was just taking some time for Google to crawl my website. Thanks again!

EstherBui
Trailblazer
276 39 44

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!