_includes/Rating/structureddata.html in appscms-tools-theme-0.6.9 vs _includes/Rating/structureddata.html in appscms-tools-theme-0.7.0
- old
+ new
@@ -11,19 +11,25 @@
{%- endif -%}
{%- endfor -%}
<script type="application/ld+json">
{
"@context": "http://schema.org",
- "@type": "Product",
- "brand": "{{site.name}}",
+ "@type": "WebApplication",
+ "operatingSystem":"All - Windows/Mac/iOS/Linux/Android",
+ "applicationCategory":"UtilitiesApplication",
"name": "{{name}}",
- "description": "{{description}}",
- "category": "Productivity",
+ "url":"{{site.url | append: page.url}}",
+ "image":"{{site.siteurl}}{{site.logo}}",
"aggregateRating": {
- "@type": "AggregateRating",
+ "@type": "AggregateRating",
"worstRating":"1",
"bestRating":"5",
"ratingValue": "{{rating}}",
"ratingCount": "{{votes}}"
+ },
+ "offers": {
+ "@type": "Offer",
+ "price": "0.00",
+ "priceCurrency": "USD"
}
}
</script>