# How to use .ico favicons correctly in Discourse multisite? Google shows different favicons for main site and forum despite same upload

**URL:** https://meta.discourse.org/t/how-to-use-ico-favicons-correctly-in-discourse-multisite-google-shows-different-favicons-for-main-site-and-forum-despite-same-upload/372494
**Category:** Support
**Created:** [July 1, 2025, 8:36pm UTC](https://meta.discourse.org/t/how-to-use-ico-favicons-correctly-in-discourse-multisite-google-shows-different-favicons-for-main-site-and-forum-despite-same-upload/372494 "2025-07-01T20:36:05Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![emonunix](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/emonunix/32/485652_2.png) [@emonunix](https://meta.discourse.org/u/emonunix)
#### Post date: [July 1, 2025, 8:36pm UTC](https://meta.discourse.org/t/how-to-use-ico-favicons-correctly-in-discourse-multisite-google-shows-different-favicons-for-main-site-and-forum-despite-same-upload/372494/1 "2025-07-01T20:36:05Z")

</div>

Hi all,

I’m managing a Discourse multisite setup with many sites on the same server. For branding consistency, I want to use `.ico` favicons (32x32) for both the main job sites and their forums.

I’ve uploaded the **same `.ico` favicon** to both the main sites and forums — however, when I check Google search results:

- The **main sites** show a 16x16 favicon icon (PNG or `.ico`?), as expected.
- The **forums** show a larger 26x26 PNG icon, even though the favicon is the same `.ico` file.

I suspect Discourse is injecting its default PNG favicon separately, which might cause Google and browsers to pick different favicon versions between main site and forum.

My questions:

1. How can I properly use `.ico` favicon files in Discourse?
2. How can I fully override or disable the default Discourse PNG favicon so only my `.ico` favicon is used?
3. Could this favicon inconsistency affect SEO or Google search results? How to fix it?
4. Any best practices to ensure consistent favicon display across all multisite forums and main sites?

I’m also looking for a solution a multisite discourse setup.

Thanks for your help!

---

<div class="post-metadata">

### Author: ![Jacob\_Peebles](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jacob_peebles/32/168161_2.png) [@Jacob\_Peebles](https://meta.discourse.org/u/Jacob_Peebles)
#### Post date: [July 3, 2025, 1:24pm UTC](https://meta.discourse.org/t/how-to-use-ico-favicons-correctly-in-discourse-multisite-google-shows-different-favicons-for-main-site-and-forum-despite-same-upload/372494/2 "2025-07-03T13:24:42Z")

</div>

Good question, I have this issue as well!

---

<div class="post-metadata">

### Author: ![emonunix](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/emonunix/32/485652_2.png) [@emonunix](https://meta.discourse.org/u/emonunix)
#### Post date: [July 6, 2025, 7:34pm UTC](https://meta.discourse.org/t/how-to-use-ico-favicons-correctly-in-discourse-multisite-google-shows-different-favicons-for-main-site-and-forum-despite-same-upload/372494/3 "2025-07-06T19:34:51Z")

</div>

Still looking for help or advice. 👀  
Thanks!

---

<div class="post-metadata">

### Author: ![supermathie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/supermathie/32/507518_2.png) [@supermathie](https://meta.discourse.org/u/supermathie)
#### Post date: [July 8, 2025, 6:44am UTC](https://meta.discourse.org/t/how-to-use-ico-favicons-correctly-in-discourse-multisite-google-shows-different-favicons-for-main-site-and-forum-despite-same-upload/372494/4 "2025-07-08T06:44:18Z")

</div>

It works correctly on our hosting.

Can you post the actual site hostnames, indicating which is the multisite root and which is the multisite guest so we can look?

---

<div class="post-metadata">

### Author: ![emonunix](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/emonunix/32/485652_2.png) [@emonunix](https://meta.discourse.org/u/emonunix)
#### Post date: [September 5, 2025, 8:02pm UTC](https://meta.discourse.org/t/how-to-use-ico-favicons-correctly-in-discourse-multisite-google-shows-different-favicons-for-main-site-and-forum-despite-same-upload/372494/5 "2025-09-05T20:02:59Z")

</div>

@supermathie  
Thank you for your response!  
I appreciate the suggestion and the clarification on the root and guest sites.

multisite root is [forum.getnursingjobs.com](http://forum.getnursingjobs.com) and one of guest site is [forum.getchefjobs.com](http://forum.getchefjobs.com)  
Any suggestion would be

---

<div class="post-metadata">

### Author: ![supermathie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/supermathie/32/507518_2.png) [@supermathie](https://meta.discourse.org/u/supermathie)
#### Post date: [September 5, 2025, 8:27pm UTC](https://meta.discourse.org/t/how-to-use-ico-favicons-correctly-in-discourse-multisite-google-shows-different-favicons-for-main-site-and-forum-despite-same-upload/372494/6 "2025-09-05T20:27:02Z")

</div>

For Discourse sites, the icon is determined by page contents (a `link` element in `head`):

```plaintext
○ → curl -s https://forum.getnursingjobs.com/ | htmlq 'link[rel=icon]'
<link href="https://forum.getnursingjobs.com/uploads/default/optimized/1X/931ed11ccda2b78d1b427939901795ee6d2d4b50_2_32x32.png" rel="icon" type="image/png">

○ → curl -s https://forum.getchefjobs.com/ | htmlq 'link[rel=icon]'
<link href="https://forum.getchefjobs.com/uploads/chef/optimized/1X/931ed11ccda2b78d1b427939901795ee6d2d4b50_2_32x32.png" rel="icon" type="image/png">

```

And those files ( ![](https://global.discourse-cdn.com/meta/original/4X/c/3/e/c3e057375db702c080e13a3e31022d8dc7fc3469.png) and ![](https://global.discourse-cdn.com/meta/original/4X/c/3/e/c3e057375db702c080e13a3e31022d8dc7fc3469.png) respectively) are both 32×32 PNGs are expected:

```plaintext
○ → curl -s https://forum.getnursingjobs.com/uploads/default/optimized/1X/931ed11ccda2b78d1b427939901795ee6d2d4b50_2_32x32.png | file -
/dev/stdin: PNG image data, 32 x 32, 8-bit/color RGBA, non-interlaced

○ → curl -s https://forum.getchefjobs.com/uploads/chef/optimized/1X/931ed11ccda2b78d1b427939901795ee6d2d4b50_2_32x32.png | file -
/dev/stdin: PNG image data, 32 x 32, 8-bit/color RGBA, non-interlaced

```

Presumably this is what you intended?

I assume that by “main site” you mean e.g. [www.getnursingjobs.com](http://www.getnursingjobs.com); that site has an icon ( ![](https://global.discourse-cdn.com/meta/original/4X/9/3/1/931ed11ccda2b78d1b427939901795ee6d2d4b50.png)) that is also a 32×32 PNG:

```plaintext
○ → curl -s https://www.getnursingjobs.com/favicon.ico | file -
/dev/stdin: PNG image data, 32 x 32, 8-bit colormap, non-interlaced

```

All I see are 32×32 PNGs, so everything looks good to me. If the problem for you is that Google is serving up results with icons of different sizes, they’re generating those for you and you have no control over that. But It looks like the only change they’re making is rendering the icons at a different size (in my case, 18x18) even though the icon they’re showing for your site is still a 32×32 PNG:

 ![image](https://global.discourse-cdn.com/meta/original/4X/e/3/4/e3458dac601425c25e72ca096dc5797936e7aa3f.png)

To me, everything looks fine.

---

<div class="post-metadata">

### Author: ![emonunix](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/emonunix/32/485652_2.png) [@emonunix](https://meta.discourse.org/u/emonunix)
#### Post date: [September 5, 2025, 8:31pm UTC](https://meta.discourse.org/t/how-to-use-ico-favicons-correctly-in-discourse-multisite-google-shows-different-favicons-for-main-site-and-forum-despite-same-upload/372494/7 "2025-09-05T20:31:13Z")

</div>

Thank you so much for the detailed and thorough analysis, @supermathie . I really appreciate you taking the time to look into this and provide such a clear explanation. Your breakdown was very helpful.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [October 5, 2025, 8:32pm UTC](https://meta.discourse.org/t/how-to-use-ico-favicons-correctly-in-discourse-multisite-google-shows-different-favicons-for-main-site-and-forum-despite-same-upload/372494/8 "2025-10-05T20:32:06Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
