Hello,
The object “Testimonials” has a place for schema… But it doesn’t appear the schema gets added into the site like this:
"@type": "Review",
"name": "Mike",
"reviewBody": "testimonial text would go here",
"reviewRating": {
"@type": "Rating",
"ratingValue": "5",
"bestRating": "5",
"worstRating": "1"
},
Is there something i’m doing wrong to make this appear since all the info is inside the object? Instead i see this on the site:
<div class="x-col e11531-22 m8wb-19 m8wb-1a"><blockquote class="x-testimonial e11531-23 m8wb-3j m8wb-3k"><div class="x-testimonial-content"><div class="x-testimonial-text">testimonial text would go here</div><span class="x-testimonial-cite"><span class="x-testimonial-cite-content"><span class="x-testimonial-cite-text">Miike</span>
However that last bit of code doesn’t get picked up in the rich snippet testers online you can find.
SO what is the point of the scheme text for clarification that you add in the object - or what am i missing?
Thanks!!