-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hi guys,
I've the library we've fully adopted your library and Astro and Sanity for our new website which is no hitting no 1 on google for some competitive terms.
One issue we are having is our Google search result favicon isn't updating and we're not sure if this is just an indexing time or is actually the code and its ignoring our favicon change as its not aligned with Googles expectations.
https://developers.google.com/search/docs/appearance/favicon-in-search?hl=en
I've ran the site through 2 testers and both show issues using your webmanifest library:
- https://seositecheckup.com/seo-audit/favicon-test/thedistance.co.uk
- https://realfavicongenerator.net/favicon-checker
Do you have any suggestions or adjustments to our config which is below:
webmanifest({ name: 'The Distance', icon: './src/assets/icons/favicon.svg', short_name: 'The Distance', start_url: '/', theme_color: '#ffffff', background_color: '#282121', display: 'standalone', }),