Favicon not found: what it is, why it matters, and how to fix it
No favicon was detected for this page. The favicon is the small icon displayed in browser tabs, bookmarks, and increasingly in mobile search results.
Where this fits: metadata in SEO
Why favicon not found hurts your rankings
Google now displays favicons in mobile search results next to the page title. A missing favicon shows a generic globe icon, making your listing appear less professional and trustworthy compared to competitors with custom favicons. Browsers also generate 404 requests for /favicon.ico when no favicon is specified, creating unnecessary server load.
This is a low-severity issue: a polish item. Fix it in batches during scheduled maintenance; the win is cumulative quality, not a step change.
How to fix it
Create a favicon and add a link element in the <head>. Provide multiple sizes for different contexts (browser tabs, mobile home screens, search results). Use SVG for scalability or provide PNG at 32x32 and 180x180 pixels.
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<link rel="icon" href="/favicon-32x32.png" sizes="32x32" type="image/png" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />Frequently asked questions
What does "Favicon not found" mean?
No favicon was detected for this page. The favicon is the small icon displayed in browser tabs, bookmarks, and increasingly in mobile search results.
Why does favicon not found matter for SEO?
Google now displays favicons in mobile search results next to the page title. A missing favicon shows a generic globe icon, making your listing appear less professional and trustworthy compared to competitors with custom favicons. Browsers also generate 404 requests for /favicon.ico when no favicon is specified, creating unnecessary server load.
How do I fix favicon not found?
Create a favicon and add a link element in the <head>. Provide multiple sizes for different contexts (browser tabs, mobile home screens, search results). Use SVG for scalability or provide PNG at 32x32 and 180x180 pixels.
How serious is this issue?
This is a low-severity issue: a polish item. Fix it in batches during scheduled maintenance; the win is cumulative quality, not a step change. It belongs to the metadata family of checks.
How do I find every page affected by this on my site?
Run a free Dr Urls audit: it crawls your site, detects favicon not found on every affected page, shows example URLs, and generates a ready-to-use fix task. Re-scan after fixing to verify the issue is gone.
Does your site have this issue?
A free Dr Urls audit crawls your site, finds every page affected by favicon not found, and hands you a ready-made fix task.
Check my site free