Hi Ozan,
Thank you for the suggestion. I have tried it and it works partially. The Google Rich Results Test is now happy, but only the first review of a product is included. So where a product has n > 1 reviews, only the first is in the rich result.
PHP is not my first language, so how to get the array back? I’ll research, but others may be quicker.
Did have ` “review”: [{
“@type”: “Review”,
“@id”: “https:\/\/www.staging1.datastream.world\/the-cheeky-possum\/#li-comment-217”,
“description”: “My children adore this book! We read it together all the time! Thanks for the quick delivery!”,
“datePublished”: “2019-11-13 16:19:26”,
“reviewRating”: {
“@type”: “Rating”,
“ratingValue”: 5
},
“author”: {
“@type”: “Person”,
“name”: “Caroline Wells”,
“url”: “”
}
}, {
“@type”: “Review”,
“@id”: “https:\/\/www.staging1.datastream.world\/the-cheeky-possum\/#li-comment-214”,
“description”: “We love this book! A very well written story with lovely illustrations. Thank you Datastream for getting the copies to us. \r\nMy boys love this book and we read it all the time. A good present or to one to keep for the bookshelf! \r\nThank you!”,
“datePublished”: “2019-11-12 09:33:23”,
“reviewRating”: {
“@type”: “Rating”,
“ratingValue”: 5
},
“author”: {
“@type”: “Person”,
“name”: “Bex McCartney”,
“url”: “”
}
}, {
“@type”: “Review”,
“@id”: “https:\/\/www.staging1.datastream.world\/the-cheeky-possum\/#li-comment-171”,
“description”: “Thank you for such a speedy delivery . What a delightful book, very Australian and full of fun. A wonderful bedtime story loved by my grandchildren. \r\n\r\nThank you \r\nVal”,
“datePublished”: “2019-08-06 17:09:00”,
“reviewRating”: {
“@type”: “Rating”,
“ratingValue”: 5
},
“author”: {
“@type”: “Person”,
“name”: “valerie southam”,
“url”: “”
}
}, {
“@type”: “Review”,
“@id”: “https:\/\/www.staging1.datastream.world\/the-cheeky-possum\/#li-comment-170”,
“description”: “Thank you Data Stream for your quick turn around on delivering our copies of The Cheeky Possum. My children love it so much that we also donated two copies to our primary school. \r\nWe read The Cheeky Possum often and it’s a favourite amongst our book collection. \r\n\r\nThank you\r\nDonna”,
“datePublished”: “2019-08-06 12:21:02”,
“reviewRating”: {
“@type”: “Rating”,
“ratingValue”: 5
},`
With your suggestion, only `”review”: {
“@type”: “Review”,
“@id”: “https://www.datastream.world/the-cheeky-possum/#li-comment-170”,
“description”: “Thank you Data Stream for your quick turn around on delivering our copies of The Cheeky Possum. My children love it so much that we also donated two copies to our primary school. \r\nWe read The Cheeky Possum often and it’s a favourite amongst our book collection. \r\n\r\nThank you\r\nDonna”,
“datePublished”: “2019-08-06 12:21:02”,
“reviewRating”: {
“@type”: “Rating”,
“ratingValue”: 5
},
“author”: {
“@type”: “Person”,
“name”: “Donna Brunning”
}
},`
Many thanks for the research.
Kind regards,
Barry