Google Search Console Favicon Not Showing: How to Fix It
Google has its own strict favicon rules, separate from what your browser accepts — here's how to meet them.
· 4 min read
Quick answer: Google picks up your favicon from a standard <link rel="icon"> tag (or falls back to /favicon.ico), but it also requires the icon to be square, at least 48×48px, hosted on the same domain being indexed, and reachable by Googlebot — and even after all that's correct, it can take days to weeks for Google's own index to actually show the new icon in search results.
A favicon showing up correctly in every browser doesn't guarantee Google will show it in search results. Google applies its own published rules on top of the normal browser behavior, and it updates its cached copy on its own schedule — which means "technically correct" and "actually visible in Google" are two different milestones, and it's worth knowing which one you're troubleshooting.
Google's documented favicon requirements
According to Google's own search documentation, a favicon eligible to appear in search results needs to meet several conditions:
- Square image, ideally sized as a multiple of 48px. Google's guidance recommends at least 48×48px, and using a larger source — 96×96 or bigger — helps it render cleanly on high-resolution displays rather than looking soft.
- Visually representative of the site or brand. Generic placeholder icons or unrelated images work against you here even if technically valid.
- On the same domain being indexed, or a domain Google recognizes as directly associated with it (such as a specifically designated subdomain). An icon served from an unrelated third-party domain won't be picked up.
- Not blocked by
robots.txt. If yourrobots.txtdisallows crawling of the path where your favicon lives, Googlebot can't fetch it to evaluate it at all — this trips up sites that block entire asset folders too broadly. - Discoverable via the standard tag. Google reads the icon from your
<link rel="icon">tag the same way a browser does, and falls back to checking/favicon.icoat the root if no tag is present, mirroring the same fallback convention covered in our favicon 404 guide.
If any one of these isn't met, Google may simply decline to show a favicon next to your result at all, rather than showing an error of any kind — there's no visible warning, it just quietly doesn't appear.
Technically correct vs. actually indexed — these are different problems
This is the part that trips people up most. You can fix every requirement above, verify the icon loads perfectly, and still see no change in Google's search results for a while. That's not a sign something is still broken — it's because Google is not looking at your live site in real time. It shows whatever it last crawled and cached, and that only updates when Google recrawls and re-renders the page on its own schedule.
Two separate checks matter here, and it's worth being precise about which one you're actually doing:
- Is the favicon technically correct right now? This is verifiable immediately — run the URL through the favicon checker to confirm the icon tag resolves, the file loads, it's square, and it meets the size minimum. If this fails, fix it before worrying about Google at all.
- Has Google picked up the change yet? This lags behind reality by design, sometimes for days or weeks, because it depends on Google's crawl schedule for your specific site rather than on anything you can trigger directly.
Speeding up step two
You can't force Google to recrawl instantly, but you can nudge it. In Search Console, use the URL Inspection tool on the affected page and request indexing. This asks Google to prioritize a recrawl of that URL sooner than it otherwise would, which is the closest thing to a "refresh now" button available. It's still not instant, and it's not guaranteed to happen on any specific timeline — but it's a real step, not a placebo, and it's better than doing nothing and just waiting.
Beyond that, patience is genuinely part of the process here, not a workaround for something broken. If the technical setup checks out clean, there's nothing left to fix — you're just waiting on Google's own re-render cycle.
Does the favicon actually affect rankings?
No — a favicon does not directly influence where your pages rank. What it does affect is how your result looks sitting next to competitors in a list: a clean, recognizable icon next to your listing reads as more established and trustworthy than a blank placeholder or a broken image icon, even though neither one moves your position up or down. See our full piece on favicons and SEO for the complete picture of what favicons do and don't influence in search.
The fastest way to separate "still broken" from "just waiting on Google" is to confirm the technical side first with the favicon checker — if that comes back clean, the only thing left to do is wait, or request reindexing and then wait a little less.
◎ Try the Checker
Point it at a URL and get a graded report of every icon a site declares — plus how each one looks on real devices.
Open Checker