RealFaviconGenerator/realfavicongenerator

Most of the icons generated are not working (errors in checker)

Opened this issue · 2 comments

I generated my favicons using the website and did as said in the steps, added the html to the head and the icons to the root directory of my website, then I tried to see the icons, its working on chrome only, but on windows 10 Start menu, its not there, favicon checker state a lot of errors even that I added all the generated files:

Image (mysite)/apple-touch-icon.png?v=2b0bOkw7KO is ill-formed
Image (mysite)/apple-touch-icon.png?v=2b0bOkw7KO is ill-formed
Image (mysite)/apple-touch-icon.png?v=2b0bOkw7KO is ill-formed
The high resolution Touch icon is absent
There is no Touch icon

The Web App Manifest is declared
The high resolution icon is absent
There is no icon for Android Chrome

The Browser Configuration file is present
File /browserconfig.xml is accessible but ill-formed
There is no tile icon for Windows

The mask icon color is declared
The mask icon for Safari pinned tabs is ill-formed
The mask icon for Safari pinned tabs is absent

favicon.ico is available in the root of your web site
There is an icon for classic browsers
favicon.ico is present
Image (mysite)/favicon.ico is ill-formed
Image (mysite)favicon.ico?v=2b0bOkw7KO is ill-formed
(mysite)/favicon.ico?v=2b0bOkw7KO and (mysite)/favicon.ico both exist and are different
Image (mysite)/favicon-194x194.png?v=2b0bOkw7KO is ill-formed
favicon.ico is missing some icons of recommended sizes (16x16, 32x32, 48x48)
favicon.ico does not contain the highest resolution icon (48x48)

I have a similar issue. I think that this happens also because other than using a subdirectory for the icons in /assets/ico, I have the GitHub website repository resulting in a subdirectory of the main domain, like https://redtide.github.io/dev-docs/:

rfig

Similar issues, Android Chrome says "The high resolution icon is absent", "There is no icon for Android Chrome", but when I navigate to www.mysite.com/android-chrome-192x192.png or -512x512, both images display correctly.

Same for "There is no tile icon for Windows", but www.mysite.com/mstile-150x150.png comes up OK. The Windows 8 and 10 section says /browserconfig.xml is accessible but ill-formed.

And in the classic section, favicon.ico is "available in the root of your web site", but is ill-formed and missing recommended sizes.

Are these all ignorable errors??