{{-- HTML Meta Tags --}} <meta name="description" content="@yield('meta_description', 'Generating high quality album art for the No Agenda Podcast since 2010.')"> {{-- Facebook Meta Tags --}} <meta property="og:url" content="{{ url()->current() }}"> <meta property="og:type" content="website"> <meta property="og:title" content="@yield('page-title', 'No Agenda Art Generator')"> <meta property="og:description" content="@yield('meta_description', 'Generating high quality album art for the No Agenda Podcast since 2010.')"> <meta property="og:image" content="@yield('meta_og_img', config('app.static_asset_url') . '/v3/dist/naartgen-fb-og-header.png')"> {{-- Twitter Meta Tags --}} <meta name="twitter:card" content="summary_large_image"> <meta property="twitter:domain" content="noagendaartgenerator.com"> <meta property="twitter:url" content="{{ url()->current() }}"> <meta name="twitter:title" content="No Agenda Art Generator"> <meta name="twitter:description" content="@yield('meta_description', 'Generating high quality album art for the No Agenda Podcast since 2010.')"> <meta name="twitter:image" content="@yield('meta_og_img', config('app.static_asset_url') . '/v3/dist/naartgen-x-og-header.png')">