Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix SEO google search card preview favicon #34

Open
joepio opened this issue Jan 5, 2024 · 3 comments
Open

Fix SEO google search card preview favicon #34

joepio opened this issue Jan 5, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@joepio
Copy link
Collaborator

joepio commented Jan 5, 2024

Currently we don't see a favicon in the search preview (even though there is a rel="icon" set in the head), probably because the current resolution is not a multiple of 48, like 192x192.

Some options:

  • I could try 480x480. Still high res where needed.
  • SVG, but is not supported on various browsers (e.g. safari)
  • Smaller or .ico variant? Seems outdated and unnecessary
Screenshot 2024-01-05 at 12 35 35
@joepio
Copy link
Collaborator Author

joepio commented Jan 8, 2024

Tried a 480x480

@joepio
Copy link
Collaborator Author

joepio commented Jan 10, 2024

Hmm, still shows the globe icon in google instead of the favicon.

@Pato-desu
Copy link
Collaborator

I see it working well on Google and every other engine that I tried except Bing

@Wituareard Wituareard added the bug Something isn't working label Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants