You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
https://thedistance.co.uk
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:
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', }),
The text was updated successfully, but these errors were encountered: