I'm having trouble getting my favicon to appear in Google search results. It works fine in browser tabs, but in Google search, it shows the default globe icon instead of my custom favicon.
Hosting Provider: Netcup File Structure: index.php (root) favicon.ico (root) (192px X 192px) In my head tag, I have
<link rel="icon" href="/favicon.ico" type="image/x-icon">
I also tried a favicon.png (192x192 and 512x512)
<link rel="icon" href="/favicon.png" type="image/png">
The favicon is accessible via https://example.org/favicon.ico, and I added:
Allow: /favicon.ico
Allow: /favicon.png
in the Robots.txt
Favicon is visible when I open it in the browser. Used URL Inspection Tool to request reindexing for favicon.ico. Cleared Cache → Waited for Google to update (several days), but still no favicon in search results. Tried placement → Made sure the tag is in the section.
Thanks for your help!