Forum Moderators: Robert Charlton & goodroi
Self-serving reviews are no longer displayed for businesses and organizations (the LocalBusiness and Organization schema types). For example, we will no longer display rich review snippets for how people have reviewed a business, if those reviews are considered self-serving.
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Course",
"name": "Search Engine Marketing Certification Course",
"description": "Search Engine Marketing Certification Course by our certified Digital Marketing trainers provides advanced skills to help you succeed",
"image": "https://www.example.com/image.png",
"provider": {
"@type": "Organization",
"name": "Example",
"sameAs": [
"https://www.example.com/",
"https://www.facebook.com/example/",
"https://twitter.com/example"
]
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.6",
"reviewCount": "100",
"bestRating": "5"
},
"offers": {
"@type": "Offer",
"price": "100,00",
"priceCurrency": "USD"
}
}
</script> [edited by: goodroi at 1:38 pm (utc) on Jan 17, 2020]
[edit reason] Examplified [/edit]