Favicon Checker
Analyze any website's favicons β find all icon variants, preview browser tab & bookmark appearance, and get optimization recommendations
Getting Favicons Right in the 2020s
Where favicons appear
Browser tabs, bookmarks, mobile home screens β and Google mobile search results, which is why favicons are now an SEO checklist item, not just polish.
Recommended modern setup
- `favicon.ico` (32Γ32) at the site root as the universal fallback
- An SVG favicon: resolution-independent, supports dark-mode media queries
- `apple-touch-icon.png` (180Γ180) for iOS home screens
- Google Search requires a multiple of 48px (48, 96, 144β¦)
Problems this checker commonly finds
- Favicon blocked by robots.txt so Google can't fetch it
- `<link rel="icon">` pointing to a path that 404s
- Cache staleness: browsers cache favicons aggressively β after replacing one, change the filename or add a query string to force the update
Frequently Asked Questions
Related Tools
Sources & References
Content last reviewed: 2026-08-22