@auth @endauth @php $websiteSchema = [ '@context' => 'https://schema.org', '@type' => 'WebSite', 'name' => 'Truyện Hay', 'description' => 'Nền tảng đọc truyện online miễn phí hàng đầu', 'url' => url('/'), 'inLanguage' => 'vi-VN', 'potentialAction' => [ '@type' => 'SearchAction', 'target' => [ '@type' => 'EntryPoint', 'urlTemplate' => url('/tim-kiem') . '?q={search_term_string}', ], 'query-input' => 'required name=search_term_string', ], ]; $organizationSchema = [ '@context' => 'https://schema.org', '@type' => 'Organization', 'name' => 'Truyện Hay', 'url' => url('/'), 'logo' => [ '@type' => 'ImageObject', 'url' => asset('favicon.svg'), 'width' => 512, 'height' => 512, ], 'description' => 'Nền tảng đọc truyện online miễn phí hàng đầu với kho tàng truyện phong phú, đa dạng thể loại', 'contactPoint' => [ '@type' => 'ContactPoint', 'contactType' => 'Customer Service', 'availableLanguage' => ['vi-VN'], ], ]; @endphp @stack('structured_data') @stack('head') @vite(['resources/css/app.css', 'resources/js/app.js']) @stack('styles')
@include('partials.header')