- What does it check?
- Your site's favicon HTML tags, the actual icon files at each referenced size, and whether modern formats (SVG, AVIF) are provided.
- Why do favicons often break?
- Inconsistent sizes, missing apple-touch-icon, relative paths that break in subdirectories, or web manifest.json misconfiguration for Android home-screen icons.
- How many sizes do I really need?
- Minimum: 16×16 ICO + 180×180 Apple touch icon + SVG. Comprehensive: 16/32/48 ICO, 180 Apple, 192/512 Android, SVG for modern browsers.
- Does it fetch my URL?
- Paste the relevant HTML and upload the icon files. For live URL checking, use realfavicongenerator.net's checker which can crawl.