How can i change that image in blue marker
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:
- Add Open Graph Tags: Include a tag in your page’s header like this:
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
and where exactly should I paste these codes?
In theme and edit code? but where exactly
