<xf:page option="ldJsonHtml">
<script type="application/ld+json">
{
"@type": "AggregateRating",
"ratingCount": {{ $resource.rating_count | json }},
"ratingValue": {{ $resource.rating_avg | json }},
"itemReviewed": {
"@type": "SoftwareApplication",
"name": "{{ $resource.title | raw }}",
"description": "{{ $descSnippet | raw }}",
"applicationCategory": "Utilities",
"operatingSystem": "Windows",
"softwareVersion": "{{ $resource.CurrentVersion.version_string | raw }}",
"publisher": {
"@type": "Person",
"name": "{{ $resource.User.username | raw }}"
}
}
}
</script>
</xf:page>