What is this image called in search result?

JC1990a

Newbie
Joined
Apr 2, 2023
Messages
36
Reaction score
7
Hi,

Please see this image -

image.png

What is the image that is circled called, my website currently shows default globe image, I already have favicon of my website but still it shows default globe image, how do I make my website show favicon like in this image.

Thanks.
 
Check this google article for more info. They are still called favicons.

But there is a minor inconvenience that hits many people: the href attribure of <link> must be wrapped with quotes.

So this one won't work for google:
<link rel="shortcut icon" href=/favicon.ico>
Whereas this one will:
<link rel="shortcut icon" href="/favicon.ico">

You may have the same problem with your website. I advise you to check.
 
Last edited:
Back
Top