Have your say in Community Polls: What was/is your greatest motivation to start your own business?

How i can change that image

How i can change that image

Reloger
Tourist
16 0 1

Reloger_0-1730626890000.png

How can i change that image in blue marker

Replies 3 (3)

DaisyVo
Shopify Partner
816 103 119

Hi there @Reloger 

 

If you want to change the image that appears in Google search results (instead of your favicon), you need to guide Google to use a different image. Here’s how to do it:

  1. Add Open Graph Tags: Include a tag in your page’s header like this:

 

 

<meta property="og:image" content="https://example.com/your-preferred-image.jpg" />

 

 

 

This helps search engines and social media platforms know which image to display.

 

2. Use Schema Markup: Add structured data (Schema) to specify the image:

 

 

 

{
  "@context": "https://schema.org",
  "@type": "Organization",
  "image": "https://example.com/your-preferred-image.jpg"
}

 

 

 

3. Ensure the Image is Accessible: Make sure the image is visible to search engines and not blocked by robots.txt

4. Request Re-indexing: Use Google Search Console to request re-indexing after making changes.

5. Be Patient: It may take some time for Google to update the image in search results.

 

This approach should help guide Google to show your preferred image while keeping your favicon for its original purpose!

 

I hope this helps

 

Best,

 

Daisy 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
Reloger
Tourist
16 0 1

and where exactly should I paste these codes?
In theme and edit code? but where exactly

Reloger
Tourist
16 0 1