Technical SEO

Favicon SEO: How Favicons Affect Search, Branding, and CTR

By the SEOtest.app Editorial TeamUpdated July 10, 20267 min read

A favicon is not a Google ranking factor. There is no version of Google's algorithm that scores your page higher because you shipped a clean 48×48 icon, and anyone selling "favicon SEO" as a rankings lever is selling you nothing. What a favicon actually does is narrower and more honest: on mobile search, Google draws your icon next to your site name at the top of every result. That little square is the difference between a listing that looks like a real brand and one that looks abandoned, and that presence is what nudges click-through, not rank.

This guide is about getting Google to show your icon at all, because a surprising number of sites never clear that bar. For the file-by-file build steps and the exact <link> block, see our companion piece, How to Make a Favicon. This post is the search side: where the icon appears, what Google requires, and why it sometimes silently refuses to show yours.

Where your favicon actually appears

It's easy to think of the favicon as "the browser tab icon" and stop there. In 2026 it shows up in more places, most of them first-impression moments:

  • Mobile Google Search: next to the site name and URL on every organic result. This is the big one.
  • Browser tabs and the tab overflow menu, where a distinct icon is how people find your tab among twenty others.
  • Bookmarks, history, and the "most visited" speed-dial on new-tab pages.
  • Google Discover and Google News cards on Android.
  • PWA install prompts and the home-screen icon once installed.

Desktop search results, notably, do not show favicons; Google removed them from desktop SERPs years ago. So when you test "does my favicon show in Google," test on a phone.

Is it a ranking factor? No, and here's the mechanism

Google's Search Central documentation describes favicons purely as a presentation feature of the result snippet. There is no claim, anywhere in Google's guidance, that the icon influences position. The realistic chain of cause and effect looks like this:

  1. Your icon renders next to your result on a phone.
  2. A recognizable, on-brand icon makes the listing read as trustworthy at a glance.
  3. Trust and recognition lift click-through on the results where you already rank.
  4. More clicks mean more traffic, and the icon did its whole job at step 2.

That's it. No step where Google rewards the icon directly. Treat the favicon the way you'd treat a storefront sign: it doesn't change your address, but a blank sign costs you walk-ins. The same indirect logic governs social preview images; see Does Open Graph Affect SEO? for that parallel.

Google's requirements for showing your favicon

Google publishes specific conditions. Miss any one and you get the generic grey globe instead of your icon:

| Requirement | The rule | Why sites fail it | | --- | --- | --- | | Size | At least 48×48 px, ideally a multiple of 48 (48, 96, 144, 192…) | Shipping only a 16×16 or 32×32, too small for Google | | Shape | Square aspect ratio | A wide wordmark gets cropped or rejected | | Location | Declared in the homepage <head> via <link rel="icon"> | Relying on a stray /favicon.ico Google can't see in the markup | | Stability | The favicon URL must stay constant | Renaming the file on every redesign resets the crawl | | Crawlable | Both the icon file and the homepage must be fetchable (not blocked by robots.txt) | A blanket Disallow that swallows /favicon.ico |

The 48×48-multiple rule is the one most "complete favicon kits" from a few years ago get wrong; they top out at 32×32 because that was once enough. It isn't anymore. Google downsamples a larger icon to fit, so a single 48×48 (or better, a 96×96 or larger square PNG) declared in your head satisfies it.

The minimal declaration Google needs:

<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">

Why your favicon isn't showing: a triage list

When the grey globe shows up instead of your brand, it's almost always one of these, roughly in order of how often they bite:

  • It's under 48×48. The single most common cause. Add a 96×96 or larger square PNG.
  • It's not declared on the homepage. Google reads the favicon from the home page's head, then applies it site-wide. If your homepage omits the <link>, subpages won't get an icon even if they declare one.
  • robots.txt blocks it. A rule like Disallow: /favicon.ico or an over-broad Disallow: /*.png hides the file from Googlebot. Confirm with our Robots.txt Generator that you're not blocking your own icons.
  • The file 404s or redirects. The <link> points at a path that no longer returns 200. Chase the URL through our Redirect Checker to see if it's quietly redirecting into a dead end.
  • It's brand new. Google only refreshes the favicon when it recrawls your homepage. A fresh icon can take days to a few weeks to appear; there's no "submit favicon" button.
  • It's not square. A 200×60 logo strip won't render as a favicon. Crop a square mark out of it.

To see exactly which icon variants your live HTML declares and whether each one returns 200, paste your URL into our Favicon Checker. It surfaces the missing-or-404 case in seconds, which is the failure you can't spot by eyeballing a rendered page. When you need to produce a correct square set from one source image, the Favicon Generator outputs the sizes Google and every browser expect.

What you can safely ignore

Old favicon tutorials pile on twenty files and a dozen <link> tags "for completeness." For Google's SERP requirement specifically, you need one crawlable square icon of at least 48×48 declared on your homepage. Everything else (the Apple touch icon, the manifest icons, the Safari pinned-tab SVG) serves other surfaces (iOS home screen, Android install, Safari), not Google Search. Don't conflate "Google won't show my icon" with "I'm missing an apple-touch-icon"; they're unrelated problems with unrelated fixes.

Frequently Asked Questions

Does a favicon help my Google rankings?

No. A favicon is not a ranking factor. It appears next to your result in mobile search, which can improve click-through rate and brand recognition, but it does not change where your page ranks.

Why does Google show a grey globe instead of my favicon?

The usual causes, in order: the icon is smaller than 48×48, it isn't declared in your homepage's <head>, it's blocked by robots.txt, the file returns a 404, or it's a non-square shape. Google also needs to recrawl your homepage before a new icon appears.

48×48 pixels, ideally a multiple of 48 (96×96, 144×144, and so on). Icons smaller than 48×48 are ignored for the search result and replaced with a default globe.

Do favicons show on desktop search results?

No. Google shows favicons on mobile search results next to the site name, but removed them from desktop SERPs. Always verify on a phone.

Google updates it when it next recrawls your homepage, typically days to a few weeks. There's no way to force an immediate favicon refresh.

Can I use an SVG favicon for Google?

Browsers happily render an SVG declared with <link rel="icon" type="image/svg+xml">, and you should ship one. For Google's search result specifically, also provide a raster (PNG/ICO) fallback of at least 48×48, since the SVG alone isn't guaranteed to satisfy the size rule.

Related Guides

Put this knowledge into action

Analyze your website with our free SEO tool and get instant recommendations.

Analyze Your Website