@hasSection('meta_title') @yield('meta_title') @else Clearly Legal @endif @hasSection('meta_description') @else @endif {{-- meta keywords --}} {!! siteconfig('robots_meta_tag') !!} {!! siteconfig('google_analytics_code') !!} @if ( request()->routeIs('home') || request()->is('/') ) @else @endif @if(request()->routeIs('home')) {{-- Organization Schema --}} {{-- SoftwareApplication Schema --}} {{-- FAQ Schema --}} @endif @if(request()->routeIs('library')) {{-- Course Listing Schema --}} @endif @if(request()->routeIs('library.show') && isset($podcast)) @php $courseUrl = url()->current(); $courseTitle = $podcast->podcast_title ?? ''; $courseDescription = strip_tags($podcast->short_description ?? ''); $creators = []; if(!empty($podcast->speakers)) { foreach ($podcast->speakers as $value) { $creators[] = [ "@type" => "Person", "name" => optional($value->speaker)->name ?? '' ]; } } @endphp @endif