I recently made a website using HTML/CSS/and JS. I have deployed it and given it a domain name and everything works fine. However, the logo image of my website isn't showing up in google search results. I've added the favicon link, and the logo does show when I hover over a tab. It's just not showing in google search results. Any way I can fix this? Thanks in advance.
Here is the favicon link I put in my header:
<link rel="shortcut icon" type="image/x-icon" href="images/website.png" />