Help SEO

Help SEO

TrendBlend
Trailblazer
364 0 40

Hello, I'm trying to setup SEO myself. So I added all the ALT-Text to my product images, SEO text to all pages of my webshop (homepage,collections,productpages and other pages). Now my webshop shows up like this on google (this is for a product page).
Schermafbeelding 2024-12-11 142117.png

But I want to add a variant image on the right of this like this:
Schermafbeelding 2024-12-11 142247.png

Also I would like to add Reviews - Price (And compare-at price if it exists) - In Stock/Out Of Stock, at the bottom under the product description. I did some research and ended up with this code (for in my main-product.liquid):
Dec 11 2:39 PM - Codeshare. But I'm unsure if it works, because I still do not see any results. Can anyone help me with this issue. Please do not reply with some app advertisement because I want to learn how to do this, (also for future products).

Kind regards,

Stef

Reply 1 (1)

Avitanshi_17
Pathfinder
100 10 14

Hi, Here's a breakdown of the issues you're facing and potential solutions.

  1. Adding Variant Images to Google Search Results

Unfortunately, you can't directly control the specific image Google displays in search results. Google's algorithm selects the most relevant image based on various factors, including image quality, relevance to the product, and user intent.

However, you can:

  • Optimize Your Product Images: Ensure your images are high-quality, well-named, and have descriptive alt text.
  • Structure Your Product Pages: Make sure your product pages are well-organized and easy to navigate.
  • Improve Your Website's SEO: Focus on improving your website's overall SEO, including on-page optimization, link building, and technical SEO.
  1. Adding Reviews, Price, and Stock Information to Google Search Results

Rich snippets are a way to enhance your search results with additional information. To display reviews, price, and stock information, you'll need to implement schema markup on your product pages.

Here's how you can do it:

  1. Install a Schema Markup App: Many e-commerce platforms have apps that can automatically add schema markup to your product pages.
  2. Add Schema Markup Manually: If you're comfortable with code, you can add schema markup to your product pages using HTML. Here's a basic example of how to add product schema markup:

HTML

<script type="application/ld+json">

{

  "@context": "https://schema.org",

  "@type": "Product",

  "name": "Product Name",

  "image": [

    "https://example.com/image1.jpg",

    "https://example.com/image2.jpg"

  ],

  "description": "Product description",

  "offers": {

    "@type": "Offer",

    "priceCurrency": "USD",

    "price": "19.99",

    "availability": "https://schema.org/InStock" // or "https://schema.org/OutOfStock"

  },

  "aggregateRating": {

    "@type": "AggregateRating",

    "ratingValue": "4.5",

    "reviewCount": "100"

  }

}

</script>

 

Remember to replace the placeholder values with your actual product information.

  1. Verify Your Schema Markup: Use Google's Structured Data Testing Tool to verify that your schema markup is correct.

Once you've implemented schema markup correctly, Google may start displaying the rich snippets in your search results.

By following these tips and consistently working on your SEO, you can improve your website's visibility in search results and attract more potential customers.

Stay inspired,
Best regards,
Avitanshi
Contact Us at www.mastroke.com