
Did you just notice your favicon in Google Search disappear without any warning in Search Console or email alert?
It feels like your brand has just vanished overnight, even though you may still be ranking like before.
In the site fixes I’ve handled personally, the cause was rarely the favicon file itself. It was Googlebot being blocked from reaching the site at all, usually by a hosting or security layer (e.g. Cloudflare) restricting AI bot traffic and catching Google in the net without the site owner ever knowing.
A missing favicon isn’t cosmetic. It’s one of the first things a user’s eye catches when scanning a results page, and it’s quietly working for your brand recognition and click-through rate. Suddenly, it’s gone.
In this guide, you’ll learn the key reasons favicons disappear, how to fix each one, and how quickly you can bring yours back. Let’s get started.
Table of contents:
Is It a Google Bug or a Site Issue?
New Update: Google says favicon display issue is on their end – Search Engine Watch
- Should you just go by this?
- It’s best to investigate and make sure everything is OK on your side first.
Usually it’s your site, and my own testing backs that up (discussed below in the case study section). Sometimes it genuinely is Google.
SearchEngineWatch reported in August 2026 that Google was struggling to display favicons for a large number of sites at once, and it wasn’t tied to anything wrong with the individual sites. It’s happened before too, a similar bug hit in October 2022 and Google fixed it within days.
One thing you can rule out either way: Google’s John Mueller has confirmed broad core updates aren’t the reason a favicon disappears from search. If you’ve had a core update land around the same time, that’s a coincidence, not the cause.
Top Reasons & How to Fix a Missing Favicon
There are many reasons why your favicon disappears from Google Search. The main cause is often a server access issue, but it’s worth understanding the rest too, so you can rule them out fast and prevent it from happening again.
1. Website Not Accessible By Google
Based on my tests and the case studies below, the primary reason a favicon disappears is that Googlebot cannot fully or partially access your website. Important: Often you don’t see any warning for this in Google Search Console; you need to dig deep.
What is the root cause?
- Hosting companies are dealing with excessive traffic from AI bots and are applying rules to block them. Accidentally, Googlebot is also getting blocked, resulting in the disappearance of the favicon.
- This blocking also happens at the CDN or firewall level (e.g., Cloudflare), adding another layer of restrictions that inadvertently affects Googlebot. Read what Cloudflare had to say.
How to Detect This Issue
Check for Global Access: Check for Global Access: Verify how your website loads in different countries by using a tool like GeoPeeker.

Ahrefs Alerts: If your website is connected to Ahrefs, you will see a 403 error warning in your dashboard. Decoding 403 errors in Ahrefs.

Google Merchant Centre: Review your account to see if there are any active warnings or item disapprovals.

How to Confirm Googlebot Isn’t Being Blocked
- Make sure your website is accessible globally. Use third-party tools that check the site in real time.
- Check Crawl Stats for a spike in 403s or a drop in successful Googlebot requests around when the favicon disappeared. You can also check for 403 errors in your Ahrefs dashboard (If your website is added).
- Check for a hard warning in Google Search Console – often visible with heavy restrictions.
- If you use Google Merchant Centre, it’s worth checking that everything shows green there too.
- On Cloudflare specifically, review your AI Crawl Control settings ahead of 15 September 2026, since Googlebot is classified as mixed-purpose there.
- If the block sits at your host’s infrastructure level with no way to fix it yourself, escalate to support or move to a host that gives you that keeps your website globally accessible.
2. Wrong Dimensions or Aspect Ratio
One of the common causes historically. Your favicon has to be a square, at least 8x8px, though anything under 48x48px.
Check the File Dimensions, Not the Preview
Open the actual image file and confirm its exact pixel dimensions, not how it looks in a thumbnail. Re-export as a proper square if it’s off, then re-upload.
3. robots.txt Blocking the Favicon or Homepage
Googlebot needs to crawl both your homepage and the favicon file itself. Make sure both are accessible
Test Both
Use the URL Inspection tool in Google Search Console to check that your homepage is accessible.
Favicon image: Check if the response code is 200 OK using an HTTP response code checker.
4. Empty or Broken Favicon Code
Sometimes the <link> tag is there, but the file path is wrong, missing, or was never uploaded.
Check the favicon URL page
Load the favicon URL path in the browser to check if it loads correctly.
How Long Does It Take to Restore Your Favicon
Once everything looks good and your website is accessible by bots and open for access globally, resubmit your homepage to Google. Allow 7 to 10 days for Google to rediscover the favicon, based on our own testing.
That’s slower than you might expect if you’re used to Google’s URL Inspection tool for reindexing a page, which can often pick up content changes within a day or two.
If it’s already 10 days and still no luck, recheck everything and resubmit your homepage. Consider changing your favicon’s file name too, to force Google to reconsider it fresh.
Case Study: Google Dropped Fav Icon of Multiple Sites, Here’s How I Fixed It
Two real cases, both traced back to the same root cause: Google couldn’t reach the site properly, and the missing favicon was just the visible symptom.
Case Study 1: A WooCommerce Store Blocked by Its Own Cloudflare Rules
A client’s WooCommerce store was getting hit hard by unwanted bot traffic, so the dev team responded by blocking selected overseas locations and applying strict rules in Cloudflare. The restrictions worked against the bad traffic, but they were broad enough that Google’s own crawling started to suffer too, well before the favicon actually disappeared.
I investigated the pattern and worked with the dev team to loosen those restrictions rather than remove bot protection altogether. Once the rules were adjusted, Google’s crawling behaviour returned to normal.
We tested the site’s accessibility from multiple locations to confirm it, then resubmitted the homepage for indexing. The favicon was restored within a few days.
Case Study 2: A Hosting-Level IP Block After a DDoS Attack
Another site’s host responded to a DDoS attack by blocking broad ranges of overseas IP addresses, without notifying the client. The block was wide enough that it also caught Google Bots & AI bots trying to access the site, which was the first sign that something had changed.
Getting the hosting configuration adjusted to restore global accessibility resolved it. It took about 10 days for it to get it restored.
Need Help with Website Indexing?
If you need professional help with website indexing related to favicon issues or beyond, we can help.
We have worked on everything from simple to complex eCommerce websites, helping clients resolve indexing issues. Read our related guide on why Google isn’t indexing your website.
Get in touch to discuss your specific needs; we will be happy to help.
FAQs
Does favicon size affect whether Google displays it at all?
Yes, if it's outside spec. Google requires a square image of at least 8x8px and won't display anything smaller or non-square. Going bigger than 48x48px doesn't help it show up any more than the minimum does; it just looks sharper once it's there.
Can I host my favicon on a different domain or CDN?
Yes. Google's documentation confirms the favicon file doesn't need to sit on your own domain; a CDN is fine, as long as it's crawlable. Read documentation.
Why does my favicon look right in the browser tab but wrong in Google Search?
Browsers and Google cache favicons separately. Your browser can be showing the live version while Google is still serving a cached one, request reindexing through Search Console to prompt a refresh.
Can I use an SVG favicon?
Technically yes, but PNG or ICO is the safer choice for Google Search specifically, since SVG has less consistent support. If you use SVG, keep a PNG fallback.
Can a site have more than one favicon?
No. Google supports one favicon per hostname, so www.example.com and blog.example.com can each have their own, but a single hostname can't show two.