How to Add a Favicon
Give the site an icon for browser tabs, bookmarks and search results.
A missing favicon leaves a blank icon in browser tabs, bookmarks and — on mobile — next to your result in Google. It has no ranking effect, but it is what makes your tab findable among twenty others, and Google needs a square icon of at least 48 pixels, reachable and crawlable, to show one in search.
Why It Matters
Mobile search results display a favicon beside each listing. A blank square next to competitors with icons is a small, permanent credibility cost for a fifteen-minute fix.
How to Fix
Make a square source icon
Reference it in the head
Add an apple-touch-icon
Keep it crawlable
Code Fix
html<!-- no icon: blank square in tabs and mobile search results --><link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">Platform-Specific Instructions
Set it as the Site Icon in the customiser and WordPress generates the sizes and markup.
Place icon.svg or favicon.ico in the app directory and Next emits the tags automatically.
Fixed that one.
Now find the rest.
A free audit ranks every issue on your site by the score points it costs — and links each one straight to its guide.
Run a free audit