HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
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