İçeriğe geç
Technical SEO

Schema Markup: How to Add Product and Review Snippets?

·5 min min read·Technical SEO Editor
## Why Do Rich Snippets (Rich Results) Multiply Sales? An ordinary internet user searches for "iPhone 15 Prowest Case" on Google. While your competitor in the first place appears as a classic blue link and plain white text (Title + Description); despite being in the 3rd place, you shine brightly beneath your Title with Golden Yellow 5 `★★★★★ Reviews (128 Ratings)`, bold indicators showing the `Price of that case is 500 ₺`, striking statuses like `InStock`, and even a little photo (Image preview) of that case! The user forsakes the 1st and 2nd plain results, gets enamored with that shiny price and those yellow stars (gaining Trust), and clicks straight on that search result (Your link) with a massive percentage (CTR Optimization). The HTML codes that open a display window for you in the search results and the giant structure behind them are what we call **Schema Markup (Structured Data Markup)**. ## Usage of "Product" Structured Data in the E-Commerce World Google inspects billions of sites via words every day, but doesn't actually know what object they genuinely represent. You must whisper to the algorithm via machine language (Json-LD) that that blue case is not just an ordinary article read on your website, but a tangible, purchasable "Product". * When coding the Product structure, there are mandatory (Required) fields. `name (Name of the product)`, `image (Its visual)`, and `brand` are fundamental stones. * The biggest focal point is the "Offers" directory. When you write the `priceCurrency` (e.g., "TRY", "USD", etc.), along with the `price` value (e.g., 500.00) and the `availability` clause (e.g., InStock) inside this directory, Google injects this directly into the indexing table. Even if you apply a discount to the case tomorrow and drop it to 300 TL, you will witness the price in SERP change instantly (Real-time communication). ## The Pearl of Review and AggregateRating (Bulk Score) Human psychology always follows the crowd (Social Proof). The architecture of causing eye-filling Golden-colored stars to appear in Google searches goes by `AggregateRating`. The number of people who rated the product `(ratingCount)` and what its average score out of 5 is `(ratingValue)` is embedded by you into Json-LD format. **DEADLY WARNING AND SPAM (Penalty) RISK:** Your site must have a 3rd party review module (Disqus or WooCommerce infrastructure). Never attempt the cunning act of saying "Well, Google won't see it anyway, let me just always write '5.0 Stars' inside the codes behind the HTML portion so everyone clicks". If the Google Manual Webspam team and Artificial Algorithm notice that guests aren't physically (Visually) seeing those "Real User Stars" and numbers on the frontend of the page (Invisible Data) and only the search engine is being manipulated, it brutally applies a massive **Spam - Rich Snippets Penalty** lock move to your site, and your site can never get starred snippets again.