Fix hardcoded value
This commit is contained in:
parent
8a6ae84fb0
commit
9370f71d01
@ -551,7 +551,7 @@ function getStructuredData($type, $data = array())
|
|||||||
"@type": "SoftwareApplication",
|
"@type": "SoftwareApplication",
|
||||||
"name": "'.dol_escape_json($data['name']).'",
|
"name": "'.dol_escape_json($data['name']).'",
|
||||||
"operatingSystem": "'.dol_escape_json($data['os']).'",
|
"operatingSystem": "'.dol_escape_json($data['os']).'",
|
||||||
"applicationCategory": "https://schema.org/GameApplication",
|
"applicationCategory": "https://schema.org/'.$data['applicationCategory'].'",
|
||||||
"aggregateRating": {
|
"aggregateRating": {
|
||||||
"@type": "AggregateRating",
|
"@type": "AggregateRating",
|
||||||
"ratingValue": "'.$data['ratingvalue'].'",
|
"ratingValue": "'.$data['ratingvalue'].'",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user