Does your site serve a favicon so agent browsers do not log a 404 on every page load?

A working favicon prevents repeated 404 errors in agent browsers and makes multi-tab AI workflows recognisable.

Scan your site

What this signal tests

We check whether your site serves a favicon - the small icon shown in browser tabs and bookmarks. We accept either a link rel=icon tag in your HTML pointing to a valid image, or a working /favicon.ico file at your site root. The icon must return a successful HTTP response and a real image MIME type, not an HTML error page.

Why it matters for your visibility in AI

Agent browsers like ChatGPT Atlas, Perplexity Comet, and OpenAI Operator open multiple tabs while completing tasks. A working favicon helps the agent and the watching user visually distinguish your site from others in the tab strip. Missing favicons trigger a 404 request on every page load that some agents surface as a warning, polluting traces and occasionally causing the agent to second-guess whether your site is real. This is a low-weight signal - a missing favicon will not block you from AI search - but it is one of the cheapest fixes available. A single SVG or ICO file at the site root resolves it permanently, and the same file improves brand recognition in browser tabs, bookmarks, and Google search results.

Pass criteria at a glance

Criterion Passes when
At least one favicon resolves to 200 with image MIME.

How we test it

We parse your homepage HTML for any link tag with rel containing icon or shortcut icon, then fetch the URL it points to. If no such tag exists, we fall back to requesting /favicon.ico directly, which is the conventional default location every browser tries. We pass the signal if at least one of these resolves with a 200 response and an image Content-Type (image/png, image/svg+xml, image/x-icon, image/webp, etc).

Show technical detection method
Parse <link rel=icon|shortcut icon>; or GET /favicon.ico; confirm 200 + image/* Content-Type.

If your site fails: how to fix it

  1. Create a favicon as a 32x32 or larger square image. SVG is preferred for sharpness across resolutions; PNG and ICO are widely compatible alternatives. Tools like realfavicongenerator.net produce the full set in minutes.
  2. Upload the file to your site root so it loads at https://yourdomain.com/favicon.ico (or .svg). Most static hosts and CMSs accept the file in the public or static directory.
  3. Add an explicit link tag in your HTML head: <link rel="icon" type="image/svg+xml" href="/icon.svg"> for SVG, plus a PNG fallback for older clients.
  4. If your platform (Vercel, Netlify, Cloudflare Pages, Render) has a public assets folder, drop the file there and it will be served automatically. Test by visiting the URL directly in your browser.
  5. Re-run the AI Ready Test to confirm the favicon is detected and returns the correct image MIME type.

Quick facts

MaturityESTABLISHED
Weightlow
CategoryPerformance

Primary sources

Related signals

No related signals listed.

Frequently asked questions

Does the favicon format matter?

Use SVG when you can - it scales to any resolution and is small in size. PNG (32x32 or 192x192) is the next best option. ICO is the legacy format, still supported but no longer needed for modern browsers and agents.

Where exactly should the file live?

At your site root, served from https://yourdomain.com/favicon.ico. Even if you specify a different path in a link tag, browsers and crawlers also fall back to /favicon.ico, so it is worth placing the file there regardless.

Will fixing this also improve my Google ranking?

Not directly as a ranking signal, but a favicon does appear next to your site in Google search results on mobile, which slightly improves click-through rate. It also reduces 404 noise that can clutter your server logs.

Do I need separate favicons for different devices?

Optionally, yes. Adding an apple-touch-icon (180x180 PNG) improves how your site looks when bookmarked on iOS home screens. A web manifest with multiple icon sizes covers Android. For the AI Ready Test, a single working favicon is sufficient.

Run your own scan

Run a free scan and see how your site grades across all 155 AI-readiness signals.

Scan your site