Untitled Diff

Created Diff never expires
19 removals
Words removed11
Total words49
Words removed (%)22.45
39 lines
7 additions
Words added7
Total words45
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":{
...
},
...
...
}
},
...
}
}
]
]
}
}