Favicon not found — the fix
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
Metadata is how your page introduces itself to search engines and social platforms: the title tag, meta description, canonical URL, Open Graph and Twitter cards. Titles remain one of the strongest on-page relevance signals, and descriptions drive click-through rate from the results page even though they aren't a direct ranking factor. Bad metadata rarely breaks a site — it quietly bleeds clicks on every query where you appear.
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" />Metadata best practices
- Write one unique title per page, 50–60 characters, primary topic first, brand last.
- Write meta descriptions as ad copy: 140–155 characters, include the query intent, end with a reason to click.
- Ship Open Graph + Twitter Card tags on every shareable page — social embeds are free impressions.
- Keep canonical URLs absolute, lowercase, and consistent with your internal links.
- Never duplicate titles across pages — duplicates tell Google the pages are interchangeable.
The full library: SEO best practices, by category.
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