A small icon (typically 16×16 or 32×32px) displayed in browser tabs, bookmarks, and address bars to visually represent a website or brand.
Reload Mode's favicon uses a simplified version of its logo mark so it remains recognisable at small sizes in browser tabs.
A missing or broken favicon generates a 404 error in browser network logs on every page load — contributing to unnecessary server requests and a perception of poor attention to detail.
Browser icon, Tab icon
-
Every website. The favicon appears in browser tabs, bookmarks, browser history, and on mobile home screens when a user saves the site. It is a small but visible brand touchpoint.
<link rel="icon" href="/favicon.ico"> and <link rel="apple-touch-icon" href="/apple-touch-icon.png">Upload your favicon via Project Settings → General → Favicon. Webflow accepts PNG files and handles the browser tab display automatically. For the Apple touch icon and Android icon, add the additional <link> tags via Project Settings → Custom Code → Head Code.
Answer