Fix social preview & SEO optimization
This commit is contained in:
@@ -1,20 +1,17 @@
|
||||
<head>
|
||||
<!-- Meta -->
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
@if (Route::currentRouteName() == 'hentai.index')
|
||||
@if (isset($episode))
|
||||
<title>Watch {{ $episode->title }} - {{ $episode->episode }} in 4k, 1080p, UHD, HD for Free - hstream.moe</title>
|
||||
@elseif (isset($hentai))
|
||||
<title>Watch {{ $hentai->episodes[0]->title }} in 4k, 1080p, UHD, HD for Free - hstream.moe</title>
|
||||
@else
|
||||
<title>Watch Highest Quality Hentai in 4k, 1080p, UHD, HD for Free - hstream.moe</title>
|
||||
@endif
|
||||
|
||||
@if (isset($socialSlot))
|
||||
{{ $socialSlot }}
|
||||
@else
|
||||
<title>Watch Highest Quality Hentai in 4k, 1080p, UHD, HD for Free - hstream.moe</title>
|
||||
<meta name="description" content="The best free 4k hentai site you will ever need online! Free 1080p hentai downloads and 4k hentai streams!">
|
||||
@include('partials.social-home-preview')
|
||||
@endif
|
||||
|
||||
<!-- Sitemap -->
|
||||
<link rel="sitemap" type="application/xml" href="/sitemap.xml">
|
||||
|
||||
<!-- Fonts -->
|
||||
<link rel="preconnect" href="https://fonts.bunny.net">
|
||||
<link rel="preload" href="https://fonts.bunny.net/figtree/files/figtree-latin-400-normal.woff2" as="font" type="font/woff2" crossorigin>
|
||||
@@ -37,11 +34,6 @@
|
||||
<meta name="msapplication-navbutton-color" content="#be123c">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="#be123c">
|
||||
|
||||
<!-- OG -->
|
||||
@if (isset($episode) || isset($hentai))
|
||||
@include('partials.social-preview')
|
||||
@endif
|
||||
|
||||
<script>
|
||||
document.documentElement.classList.add('dark');
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user