Published
November 10, 2022
Updated
The most reliable way I've found to determine what exactly Google is picking up as your favicons is to use this Google API;
https://www.google.com/s2/favicons?domain=${domain}&sz=${size}
For example, try these;
- https://www.google.com/s2/favicons?domain=https://sygnal.com&sz=256
- https://www.google.com/s2/favicons?domain=https://sygnal.com&sz=16
Create your own by specifying your own domain name ( with protocol ) and the size of the favicon you're after.
If you're getting something unexpected, the next question is why...