Sha256: 268ea230410786e32ffe8a8d13389f215ddfb1f070df38dc06aa44c5312a4549

Contents?: true

Size: 1.11 KB

Versions: 12

Compression:

Stored size: 1.11 KB

Contents

{% assign dataArr = site.data.[page.folderName][lang][file] %}
{% assign dataToShow = dataArr %}
{% assign description = dataToShow.META | replace:"$variable", page.value | default: site.description %}
{%- assign tool = page.tool -%}
{%- assign data = site.data.rating.rating.tools -%}
{%- for item in data -%}
{%- if item.name ==tool -%}
{%- assign name = item.name -%}
{%- assign rating = item.rating -%}
{%- assign votes = item.votes -%}
{%- endif -%}
{%- endfor -%}
<script type="application/ld+json">
  {
    "@context": "http://schema.org",
    "@type": "WebApplication",
    "operatingSystem":"All - Windows/Mac/iOS/Linux/Android",
    "applicationCategory":"UtilitiesApplication",
    "name": "{{name}}",
    "url":"{{site.url | append:  page.url}}",
    "image":"{{site.siteurl}}{{site.logo}}",
    "aggregateRating": {
      "@type": "AggregateRating", 
      "worstRating":"1",
      "bestRating":"5",	
      "ratingValue": "{{rating}}",
      "ratingCount": "{{votes}}"
    },
    "offers": {
      "@type": "Offer",
      "price": "0.00",
      "priceCurrency": "USD"
    }
  }
</script>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
appscms-tools-theme-0.8.1 _includes/Rating/structureddata.html
appscms-tools-theme-0.8.0 _includes/Rating/structureddata.html
appscms-tools-theme-0.7.9 _includes/Rating/structureddata.html
appscms-tools-theme-0.7.8 _includes/Rating/structureddata.html
appscms-tools-theme-0.7.7 _includes/Rating/structureddata.html
appscms-tools-theme-0.7.6 _includes/Rating/structureddata.html
appscms-tools-theme-0.7.5 _includes/Rating/structureddata.html
appscms-tools-theme-0.7.4 _includes/Rating/structureddata.html
appscms-tools-theme-0.7.3 _includes/Rating/structureddata.html
appscms-tools-theme-0.7.2 _includes/Rating/structureddata.html
appscms-tools-theme-0.7.1 _includes/Rating/structureddata.html
appscms-tools-theme-0.7.0 _includes/Rating/structureddata.html