How to Fix a Squarespace Favicon Not Appearing in Google Search Results
You’ve designed the perfect logo, uploaded it to your Squarespace "Browser Icon" settings, and you can see it clearly in your browser tab. But when you search for your site on Google, all you see is the generic gray globe or the default Squarespace "S" cube.
This is a common issue caused by a disconnect between how Squarespace handles images and how Google’s specific "Favicon Bot" crawls them. Below is the step-by-step guide to fixing your favicon and ensuring your brand stands out in Search Engine Results Pages (SERPs).
1. Check the "Multiple of 48" Rule
The most common reason a favicon fails to show in Google search—even if it works in Chrome or Safari—is its dimensions. While Squarespace recommends a size between 100px and 300px, Google has a strict technical requirement: The favicon must be a multiple of 48 pixels square.
Allowed sizes: 48x48, 96x96, 144x144, 192x192, and so on.
Common Mistake: Uploading a 32x32 or 100x100 image. While these work in browser tabs, Google may ignore them for search results.
The Fix: Resize your favicon to exactly 48x48px or 144x144px and re-upload it to Design > Browser Icon.
2. Verify File Format and Aspect Ratio
Google is picky about the "shape" of your icon.
Square Only: Your image must have a 1:1 aspect ratio. If there is even a 1-pixel difference (e.g., 48x49), Google may reject it.
Format: Stick to .png or .ico. While Google supports SVG, Squarespace users have reported the most consistent success with high-quality PNGs.
3. "Nudge" Google via Search Console
Google does not crawl favicons every time they crawl your website content. Favicons are stored in a separate cache that updates much less frequently. To speed this up, you must manually request a recrawl.
Log in to Google Search Console.
Use the URL Inspection Tool at the top and enter your homepage URL.
Click Request Indexing.
Wait. Even after a request, it can take anywhere from 3 days to 2 weeks for the icon to update in search results.
4. Advanced Fix: Code Injection (For "Persistent" Issues)
If the standard Squarespace upload isn't working after several weeks, you can manually "point" Google to your favicon using a line of code. Note: This requires a Squarespace Business or Commerce plan.
Upload your favicon file to your Squarespace "Files" (via a link or a hidden page).
Get the direct URL of that image file.
Go to Settings > Advanced > Code Injection.
In the Header section, paste the following: <link rel="icon" href="YOUR-IMAGE-URL-HERE.png">
Replace YOUR-IMAGE-URL-HERE.png with your actual file link and save.
5. Ensure Your Icon is "Crawlable"
If your site has a custom robots.txt file (rare for standard Squarespace users but possible via third-party tools), ensure you aren't blocking "Googlebot-Image" from accessing your favicon's path. Google must be able to "see" the image file to display it.
Key Takeaways
The Problem: Google Search has stricter favicon requirements than web browsers.
The Fix: Ensure your favicon is a square PNG and exactly a multiple of 48px (e.g., 48x48 or 144x144).
The Trigger: Use Google Search Console to "Request Indexing" on your homepage to force a refresh.
The Timeline: It usually takes 1–2 weeks for changes to reflect in search results after the technical fix is applied.
Content Policy: Ensure your icon doesn't contain "inappropriate" imagery (as defined by Google), or it will be replaced by a default icon.