Add favicon for Google Search results #7205

Merged
infinite-persistence merged 1 commit from ip/search.favicon into master 2021-10-01 14:09:02 +02:00
infinite-persistence commented 2021-10-01 10:45:07 +02:00 (Migrated from github.com)
  • A side-quest from #7166
  • The favicon must be from the same domain as the homepage + no direct URL, so the CDN URL couldn't be used, hence the additional upload.
  • The favicon also needs to be multiples of 48x48 and above.
    • Wanted to use SVG for the smallest size possible, but seems like Safari does not fully support it. Got Dejan to give me a reasonably-sized PNG.

Reference

https://developers.google.com/search/docs/advanced/appearance/favicon-in-search#guidelines

- A side-quest from #7166 - The favicon must be from the same domain as the homepage + no direct URL, so the CDN URL couldn't be used, hence the additional upload. - The favicon also needs to be multiples of 48x48 and above. - Wanted to use SVG for the smallest size possible, but seems like Safari does not fully support it. Got Dejan to give me a reasonably-sized PNG. ## Reference https://developers.google.com/search/docs/advanced/appearance/favicon-in-search#guidelines
jessopb (Migrated from github.com) reviewed 2021-10-01 10:45:07 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#7205
No description provided.