{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Khadiri & Co",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"bestRating": "5",
"worstRating": "1",
"ratingCount": "150"
},
"review": [{
"@type": "Review",
"author": {
"@type": "Person",
"name": "Client Satisfait"
},
"datePublished": "2024-06-15",
"reviewBody": "Excellent service d'expertise comptable",
"reviewRating": {
"@type": "Rating",
"ratingValue": "5",
"bestRating": "5"
}
}]
}