# Add a favicon to your website

Source: https://support.storeconnect.com/articles/add-a-favicon-to-your-website · Last modified 21 August 2026

A favicon is the small icon that appears in the browser tab next to your site's title. There are two ways to add a favicon to your store.

## Method 1: Set the Favicon field on the Store record

This is the recommended method.

### Step 1: Upload your favicon image

Upload your favicon image to the StoreConnect media library. See [Uploading media](uploading-media) for instructions.

Recommended format: PNG or SVG. Common sizes are 32×32 or 64×64 pixels.

Once uploaded, the image is available as a media record in Salesforce.

### Step 2: Set the Favicon field on the Store record

1. In Salesforce, open the **Store** record for your site.
2. Find the **Favicon** field and click the lookup icon.
3. Search for and select the media record you just uploaded.
4. Save the record.

StoreConnect uses the selected image as the favicon for all pages on that store.

## Method 2: Add a favicon via the Head Content Block

Use this method if you need to reference an image hosted outside the media library, or if you require custom `<link>` tag attributes.

### Step 1: Upload your favicon image

Upload your favicon image to the StoreConnect media library and copy the unique URL from the media record. The URL will look something like this: `https://res.cloudinary.com/hzkr6fi81/image/upload/v1627259085/media/favicon.png`


### Step 2: Insert the favicon link tag into the Head Content Block

Create a Head Content Block if you don't have one already — see [Adding custom JavaScript, CSS, and head content](adding-custom-javascript-css-and-head-content).

In the Head Content Block, add the following, replacing the URL with your own:

```html

<link rel="icon" href="https://res.cloudinary.com/hzkr6fi81/image/upload/v1627259085/media/favicon.png" type="image/png">
```

Then set this content block as the **HTML Head Content Block** on your Store record and save.

---

## Follow StoreConnect

- [Email Newsletter](https://getstoreconnect.com/c/lp-newsletter)
- [LinkedIn Newsletter](https://www.linkedin.com/build-relation/newsletter-follow?entityUrn=7444956928444862464)
- [YouTube](https://www.youtube.com/channel/UCngKdP2x8l1wcbAKW3tvU8g)
- [LinkedIn](https://www.linkedin.com/company/storeconnect)
- [X / Twitter](https://x.com/storeconnecthq)

## Popular Links

- [Partners](https://getstoreconnect.com/partners)
- [News](https://getstoreconnect.com/articles/news)
- [Events](https://getstoreconnect.com/articles/events)
- [Feature Comparison](https://getstoreconnect.com/how-we-compare)
- [Download a free trial](https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3A00000FMkeKUAT)
- [Book a Demo](https://getstoreconnect.com/contact)

## Documentation

- [Help documentation](https://support.storeconnect.com/help-documentation)
- [AI agents](https://support.storeconnect.com/ai)
- [Videos & tutorials](https://support.storeconnect.com/videos-tutorials)
- [Developer reference](https://support.storeconnect.com/developer-reference)
- [Release notes](https://support.storeconnect.com/release-notes)
- [Troubleshooting](https://support.storeconnect.com/troubleshooting)
- [Trust Center](https://trust.getstoreconnect.com/)
- [Status Page](https://status.storeconnect.com/)

## Contact

- info@getstoreconnect.com
- US +1 415 745 3230
- AUS +61 2 8365 2308

100 S Ashley Dr, Suite 600-2461
Tampa FL 33602-600 USA

Level 22, Sydney Place
180 George Street
Sydney, NSW, 2000, AUS

---

StoreConnect Support — https://support.storeconnect.com/articles/add-a-favicon-to-your-website