tidy-finance / website

This repository hosts the source code for the website tidy-finance.org
https://tidy-finance.org
Other
86 stars 49 forks source link

Define a favicon for google search results #31

Closed christophscheuch closed 1 year ago

christophscheuch commented 1 year ago

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

Let's also get a nicer icon like the other website :)

Image

christophscheuch commented 1 year ago

So we actually already have that information in the header:

<link href="./images/favicon.png" rel="icon" type="image/png">

I guess we have to wait for the google agent to scrape it.