TL;DR: Review ו-AggregateRating Schema מציגים כוכבים ב-SERP. ב-2019 גוגל הגבילה למי זה עובד. רק ל-specific types (Product, Book, Course, LocalBusiness וכו'). Self-serving reviews ("אני the best") פסולים. הנה מה שעובד ב-2026.
השינוי של 2019
עד 2019, אפשר היה להוסיף Review schema לכל דף. הרבה אתרים השתמשו בזה manipulatively. 5 stars על בלוג posts שאין בהם reviews.
2019. גוגל סילקה. רק schema types ספציפיים eligible ל-rich results:
- Book
- Course
- Event
- HowTo (בחלק מהמקרים)
- LocalBusiness
- Movie
- Organization (בחלק מהמקרים)
- Product
- Recipe
- SoftwareApplication
Article ו-BlogPosting. out.
Self-serving reviews
Self-serving = אתה כותב review על עצמך. גוגל פסל זה.
דוגמה:
- אתר של עו"ד עם AggregateRating 4.8 של עצמם. פסול.
- Product עם customer reviews מ-verified buyers. מותר.
Third-party reviews
רוב ה-reviews ב-2026 הם third-party. מאתרי directories (G2, Trustpilot, Yelp). גוגל מעדיף אותם.
אם יש לך integration עם Trustpilot/Yelp:
- Embed ב-אתר.
- Schema מציין את הsource.
AggregateRating Schema הנכון
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Product Name",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.5",
"reviewCount": "87"
},
"review": [
{
"@type": "Review",
"author": "Yossi K.",
"reviewRating": {
"@type": "Rating",
"ratingValue": "5"
},
"reviewBody": "מצוין"
}
]
}Product Schema עם כוכבים
לחנות ecommerce, AggregateRating + Product הוא basic. עם 10+ reviews. הכוכבים יכולים להופיע ב-SERP.
Video of reviews
VideoObject עם review content. Emerging trend ב-2026.
טעויות נפוצות
- AggregateRating על Organization של עסק כללי. פסול.
- reviewCount מזויף.
- Reviews שלא גלויים בדף בפועל. פסול.
- Self-serving reviews.