Search code examples
favicon

Favicon is not visible


I can not see the favicon in any browser at https://www.example.com

I tried the following implementations:

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

and

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

The favicon is in root-folder.

I also checked the Chrome Debugger and it gives me a "200 status ok" for favicon.ico

I tried checking it from multiple places (Work, Home, Smartphone...) - can't see it anywhere.

I also used one of these SEO-Checking sites to check if there is a favicon. They tell me, that there is one but when they try to show me the favicon they found, it is simply not visible - there is a browser "image not found" symbol instead.

I started implementation more than 24h ago, not sure if it's a a caching problem.

The favicon is in root-folder.

Any ideas?


Solution

  • If you look well, you are getting a 200 status ok on the favicon, but the type is set to html, and not img. also if you visit https://www.appfelsine.com/favicon.ico, you get an html page and not the icon image.

    Might have something to do with your .htaccess perhaps? Try storing the favicon in your images folder and change the path, see if it works