Sha256: a9b91f6406c475ad804555d954de981c84b92a40e9318d5ce2254133a6777125

Contents?: true

Size: 921 Bytes

Versions: 8

Compression:

Stored size: 921 Bytes

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": "Product",
    "brand": "{{site.name}}",
    "name": "{{name}}",
    "description": "{{description}}",
    "category": "Productivity",
    "aggregateRating": {
      "@type": "AggregateRating",
      "worstRating":"1",
      "bestRating":"5",	
      "ratingValue": "{{rating}}",
      "ratingCount": "{{votes}}"
    }
  }
</script>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
appscms-tools-theme-0.6.9 _includes/Rating/structureddata.html
appscms-tools-theme-0.6.8 _includes/Rating/structureddata.html
appscms-tools-theme-0.6.7 _includes/Rating/structureddata.html
appscms-tools-theme-0.6.6 _includes/Rating/structureddata.html
appscms-tools-theme-0.6.5 _includes/Rating/structureddata.html
appscms-tools-theme-0.6.4 _includes/Rating/structureddata.html
appscms-tools-theme-0.6.3 _includes/Rating/structureddata.html
appscms-tools-theme-0.6.2 _includes/Rating/structureddata.html