icons.ico.missing
Serve a /favicon.ico at the root for the clients that ask blind
Why it matters
No specification asks for it, and half the internet requests it anyway. Modern browsers follow the <link> a page declares and never touch the root — but feed readers, link unfurlers and older crawlers ask blind, take the 404, and show nothing. Cheap to serve, invisible when absent.
What the finding looks like
The message goflag prints, with example values substituted.
How to fix it
The catalogue carries no snippet for a site rule: a cross-page rule builds its remedy from what the crawl found, so goflag attaches the fix to the finding itself rather than to the rule. Run it and read the finding.
Says who?
This rule is guideline, and it cites the documents below. Nothing here is goflag’s opinion of what a good page looks like — if you disagree with a finding, this is what you are disagreeing with.
- HTML Living Standard — link types
WHATWG · normative
- MDN — rel attribute values
MDN / Mozilla · guideline