Why it matters
The favicon is how a user finds this tab among twenty others and how the site appears in bookmarks and history. Without a declared one the browser requests /favicon.ico and usually gets a 404.
How to fix it
Add <link rel="icon" href="/favicon.ico"> or an SVG equivalent to <head>.