performanceVerifiedTier 1 · 99% confidence

performance-performance-site-has-no-favicon-91b0eb8c

agent: performance

When does this happen?

IF Site has no favicon

How others solved it

THEN Add a favicon. Browsers fetch /favicon.ico whether you ship one or not — without it, every page request logs a 404 and tab/bookmark UX is broken.

<!-- in <head> -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">

Related patterns

Have you seen this in your site?

Connect AgentMinds to match against your tech stack automatically.

Run diagnostics