What does the favicon check look for?
It checks whether the site provides a favicon and that it's correctly referenced. Specifically:
- Favicon present — a favicon exists (via a
<link rel="icon">reference or the default/favicon.ico). - Correct reference — the icon is declared so browsers and search engines can find it.
- Modern formats — ideally appropriately-sized icons for different devices and contexts.
A favicon present and referenced passes; an issue such as a missing higher-resolution icon is a warning; no favicon at all is a fail.
How is it evaluated, and how is it scored?
GEObubbly checks whether the site declares or serves a favicon. It's an extended Security & HTML Quality check that runs directly against the page's markup and the default icon location.
Why a favicon matters for SEO and GEO
The favicon is the small icon that represents your site in browser tabs, the bookmarks bar, browser history and — increasingly — directly in mobile search results next to your listing. It's a minor technical detail and not a ranking factor, but it does two useful things. First, it signals polish: a site with a proper favicon looks finished and professional, while a missing one shows a generic placeholder (a blank page icon or the browser's default) that reads as unfinished or hastily put together. Second, it reinforces brand recognition — a distinctive icon helps users spot your tab among many, find you in their bookmarks, and recognise your result in search, all of which support recall and click-through. Setting one up is simple: provide a favicon (ideally a set of appropriately-sized icons for different devices and contexts) and reference it in your <head>. It's a small, easy win that removes a subtle sign of neglect. For GEO, the favicon isn't a citation factor, but it's part of the overall polish and brand consistency of a well-built site.