@if(isset($report['results'][$name]))
@include('reports.partials.status')
{{ __('Meta description') }}
@if($report['results'][$name]['passed'])
{{ __('The meta description tag is good.') }}
{{ $report['results'][$name]['value'] }}
@else @foreach($report['results'][$name]['errors'] as $error => $details)
@if($error == 'missing') {{ __('The meta description tag is missing or empty.') }} @endif
@endforeach @endif
{{ __('The meta description is an HTML tag that provides a short and accurate summary of the webpage.') }} {{ __('The meta description is used by search engines to identify a webpage\'s topic and provide relevant search results.') }}
@endif