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

Add favicon for Google Search results #7205

Merged
merged 1 commit into from
Oct 1, 2021
Merged

Commits on Oct 1, 2021

  1. 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
    infinite-persistence committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    24cd2c5 View commit details
    Browse the repository at this point in the history