Untitled Diff
19 removals
Words removed | 11 |
Total words | 49 |
Words removed (%) | 22.45 |
39 lines
7 additions
Words added | 7 |
Total words | 45 |
Words added (%) | 15.56 |
35 lines
{
{
"@context":"https:\/\/schema.org\/",
"@context":"https:\/\/schema.org\/",
"@type":"Organization",
"@type":"Organization",
"name":"Hello World",
"name":"Hello World",
"image":false,
"image":false,
"aggregateRating":{
"aggregateRating":{
"@type":"AggregateRating",
"@type":"AggregateRating",
"bestRating":"5",
"bestRating":"5",
"worstRating":"1",
"worstRating":"1",
"ratingValue":"3.5",
"ratingValue":"3.5",
"ratingCount":"2"
"ratingCount":"2"
},
},
"0":[
"review":[
{
{
"review":{
"@type":"Review",
"@type":"Review",
"headline":"THIS IS REVIEW 1",
"headline":"THIS IS REVIEW 1",
"reviewbody":"Foo bar",
"reviewbody":"Foo bar",
"datePublished":"18\/02\/2020",
"datePublished":"18\/02\/2020",
"itemReviewed":{
"itemReviewed":{
...
},
...
...
}
},
...
},
},
{
{
"review":{
"@type":"Review",
"@type":"Review",
"headline":"THIS IS REVIEW 2",
"headline":"THIS IS REVIEW 2",
"reviewbody":"Foo bar baz",
"reviewbody":"Foo bar baz",
"datePublished":"18\/02\/2020",
"datePublished":"18\/02\/2020",
"itemReviewed":{
"itemReviewed":{
...
},
...
...
}
},
...
}
}
]
]
}
}