Skip to content
Page load link
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "Right Movers",
"url": "https://rightmovers.ae/",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.5",
"reviewCount": "500"
},
"review": [
{
"@type": "Review",
"reviewRating": {
"@type": "Rating",
"ratingValue": "5"
},
"author": {
"@type": "Person",
"name": "John Doe"
},
"datePublished": "2023-08-10",
"description": "Excellent moving service!"
},
{
"@type": "Review",
"reviewRating": {
"@type": "Rating",
"ratingValue": "4"
},
"author": {
"@type": "Person",
"name": "Jane Smith"
},
"datePublished": "2023-08-09",
"description": "Great experience with Right Movers."
}
// Add more reviews here
]
}