Technical

What Is a Favicon, and Why Does Your Site Need One?

The tiny icon in a browser tab is often the first thing a visitor notices β€” and the first thing that gives away an unfinished site.

What it is

A favicon (short for "favorite icon") is the small square image that shows up next to your page's title in a browser tab, in a list of bookmarks, and sometimes in browser history and search suggestions. It's typically a simplified version of a logo β€” small enough to be recognizable at the size of a few pixels, like a letter, a simple shape, or an icon.

Without one, browsers show a generic, blank-page icon in its place β€” the same placeholder used for any site that hasn't set one, which makes it immediately obvious that this particular detail was never configured.

Why it matters

A missing favicon is a small thing, but it's also one of the most visible small things: it appears on every single page of your site, in every browser tab, for every visitor, all the time. When someone has several tabs open, the favicon is often the only way they visually pick your tab back out of the row β€” a generic blank icon makes that harder and quietly signals "this site was never quite finished."

It's also one of the fastest wins on this entire list: unlike content or design decisions, a favicon takes minutes to create and add, with no ongoing maintenance once it's in place.

How to fix it

  1. Create a simple square image (ideally a simplified version of your logo) β€” free favicon generator tools can convert an existing logo image into the right file formats and sizes automatically.
  2. Save the result as favicon.ico or favicon.svg and upload it to your site's root folder (or wherever your hosting platform expects icon files).
  3. Add <link rel="icon" href="/favicon.ico"> (or the SVG equivalent) inside the <head> section of your page.
  4. If you're using a website builder (Squarespace, Wix, Webflow, WordPress), look for a "favicon" or "site icon" upload field in your general site settings instead of editing code directly.
  5. Reload the page in a fresh browser tab (or clear your browser cache) to confirm the new icon appears β€” favicons are sometimes cached and slow to update.

Check whether your own site has this problem

Launch Readiness scans your site for this and ~50 other pre-launch issues in seconds β€” free, no signup.

Run a free check