Missing favicon: a small detail visible in tabs and mobile SERPs
In brief
No favicon is detected on your site: the SEO impact is minor, but the favicon appears in browser tabs and next to your name in Google's mobile results. Add a favicon in the standard formats.
What is it?
No favicon detected.
Why it hurts SEO and AI
Minor impact: the favicon appears in browser tabs and next to your name in Google's mobile results. Its absence makes the site look unfinished, nothing more.
When it is NOT a problem
- A favicon is already declared but through a method the scan does not detect (for example a favicon.ico served at the root with no link tag): check that it shows in the tab.
- The site is an internal app or a test page with no image stakes in search results.
- You are redesigning the visual identity and the final favicon ships with the new brand guidelines.
<!-- No favicon declaration in the head -->
<head>
<title>My shop</title>
</head><head>
<title>My shop</title>
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
</head>A favicon.ico at the root is often enough, but declaring the icon explicitly and providing a mobile version is more reliable.
How to fix it
- Check whether an icon shows in the browser tab: if the tab is blank, the favicon is missing.
- Create a favicon (at minimum a favicon.ico, ideally also a PNG for mobile).
- Declare it in the head with a link rel=icon tag and, for mobile, rel=apple-touch-icon.
- Reload the page and confirm the icon appears in the tab.
This scan checks the content structure: H1, headings and text volume
Is this issue on your site?
Does your site have a favicon Google can read? Enter a URL: Seogard analyzes your page and tells you in 30 seconds what is missing in your markup, favicon included. Free, no credit card.
- No credit card
- Result in ~30 s
What you get back
A clean visual presence in tabs and mobile SERPs.
Seogard catches this regression automatically — through its continuous SEO monitoring.
Frequently asked questions
Does a missing favicon lower my ranking?
No, it is not a ranking factor. It is a presentation element: it makes the site look more finished in tabs and in Google's mobile results.
What favicon format should I use?
A favicon.ico at the root covers the essentials. Add a PNG via apple-touch-icon for a clean look on mobile and when added to the home screen.
Related rules
Updated July 10, 2026