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

1 commit

Author SHA1 Message Date
infinite-persistence
24cd2c5978
Add favicon for Google Search results
- A side-quest from "7166 improve search metadata".
- The favicon must be from the same domain as the homepage, 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
2021-10-01 16:43:06 +08:00