Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to show my website favicon in Bing's search engine? [closed]

Here is a screenshot of Bing search engine:

Favicon in Bing search engine

Most of the websites have their favicon on the left side of their website title link. (Like the red circle) But my website in Bing search engine shows a gray earth icon, not my website's favicon. I'm sure that my website has favicon.ico (it is put in root directory), and I am also sure that I have add this code in <head>...</head> tag:

<link rel="shortcut icon" href="favicon.ico">

But still look like this:

No website icon

So is there anyone knows that how to show my website's favicon in Bing search engine?

like image 493
Banana Code Avatar asked Oct 22 '25 04:10

Banana Code


1 Answers

Use this if:

Normal favicon:

<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />

PNG/GIF favicon:

<link rel="icon" type="image/gif" href="favicon.gif" />
<link rel="icon" type="image/png" href="favicon.png" />

in the <head> Tag.

If that doesnt work please try clearing your cache on Bing. Also sometimes it wont load if the favicon is not uploaded to a webserver so think about that.

like image 68
1jovi3 Avatar answered Oct 23 '25 20:10

1jovi3



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!