Forums

Favicon not showing at Google Search on my mobile

Hi I recently deployed my website. Favicon is working on the site but doesnt appear on Google Search on mobile.

Html: <link rel=shortcut icon href="/favicon.ico"> Urls.py: I redirected from www.adrianlim.net/favicon.ico to www.adrianlim.net/static/favicon.ico using redirectview in django

Did I do anything wrong? My robots.txt (www.adrianlim.net/robots.txt). Thanks. I checked https://support.google.com/webmasters/answer/9290858?hl=en but can't seem to figure what is wrong.

I'm guessing that the mobile favicon needs to be a specific size and format. That's not really something we have an expertise in, but I'd guess that it should be documented somewhere.

One thing I can see is that your rel is not in quotes, so that may not be valid.