SEO, AdWords, affiliates, advertising, and promotions
Hi,
How would I go about updating the image that shows when someone searches for my client in the search bar, next to their company name? It currently shows a popular product, instead of their brand logo.
Thanks,
The image next to the business name in Google Search is usually pulled from the Google Knowledge Panel or your Google Business Profile. Here’s how to fix it:
Update the Logo on Google Business Profile:
Use Organization Schema to tell Google which logo to display
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Your Client's Business Name",
"url": "https://yourwebsite.com",
"logo": "https://yourwebsite.com/path-to-logo.png"
}
It might take some time for Google to update the results since it needs to re-crawl the website and process the changes. For more info, check out these Google’s official docs:
Let me know how it goes! 😊
Best,
Daisy - Avada Support Team.
Hi DaisyVo,
Thanks for taking the time out to reply to me!
I tried adding the code you suggested but it shows as text at the top of the site. I added it to the theme.liquid > above the </head> tag. Do you know why this would happen?
Thank you for reaching out!
My apology! The structured data code I sent was missing the <script type="application/ld+json"> tag 😅.
Maybe Shopify deleted it as it's considered as invalid HTML
Please try this correct one:
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Your Business Name",
"url": "https://yourstoreurl.com",
"logo": "https://yourstoreurl.com/path-to-logo.png"
}
</script>
Let me know if it works!
Thanks,
Daisy
Thanks Daisy, that update made the code valid however I am unsure if it fixed the issue. I used the Google Rich Tests and there is no option to request edits
https://search.google.com/test/rich-results/result/r%2Flocal-business?id=yKDhuWE3UlYQIvrNccOzYg
Hi @coslowstudio,
To update the image that appears in search results, you’ll need to check and set the Open Graph (OG) tags for your client’s website. Here’s how to do it:
Set the Brand Logo in OG Tags:
Go to your client’s Shopify admin and navigate to the theme editor (Online Store > Themes > Actions > Edit Code). Open the theme.liquid or the relevant file in the <head> section and look for or add the Open Graph meta tags like this:
<meta property="og:image" content="URL_of_your_logo_image" />
This should solve the issue. It may take some time for search engines to update the image.
Thank you, I added the tag you shared with the link to the logo image which is in Shopify, but the Facebook Sharing Debugger doesn't show any image for the link to the homepage. https://developers.facebook.com/tools/debug/?q=www.rawliving.co.uk%2F
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024