File: D:/HostingSpaces/ZelfVerkopen/zelfverkopen.nl/resources/views/site/tracking/richSnippets.blade.php
@if(isset($score))
<script type="application/ld+json" id="shopReview">
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "{{ config('site.company.name') }}",
"url": "{{ config('site.company.url') }}",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "{{ $score->value }}",
"bestRating": "{{ $score->maxValue }}",
"worstRating": "1",
"reviewCount": "{{$score->reviews}}"
}
}
</script>
@endif