@if(isset($report['results'][$name]))
@include('reports.partials.status')
{{ __('Structured data') }}
@if($report['results'][$name]['passed'])
{{ __('The webpage has structured data.') }}
@else @if($report->user_id == 0) @include('reports.partials.limited') @else @foreach($report['results'][$name]['errors'] as $error => $details)
@if($error == 'missing') {{ __('There are no structured data tags on the webpage.') }} @endif
@endforeach @endif @endif @if($report->user_id)
@foreach($report['results'][$name]['value'] as $key => $value)
{{ arrayToHtml($value, ['
    ', '
'], ['
    ', '
'], ['
  • ', '
  • '], ['', ' '], ['', '']) }}
    @endforeach
    @endif
    @endif