File: /home/xedaptot/iphim.naniguide.com/storage/framework/views/e45fb87b89a2eaf7a2e69077f079578e.php
<meta property="og:site_name" content="<?php echo e(settings('branding.site_name')); ?>" />
<meta property="twitter:card" content="summary" />
<meta property="og:type" content="video.other" />
<title>
<?php echo e($title->name); ?> - <?php echo e($video->name); ?> -
<?php echo e(settings('branding.site_name')); ?>
</title>
<meta property="og:url" content="<?php echo e(urls()->watch($video)); ?>" />
<link rel="canonical" href="<?php echo e(urls()->watch($video)); ?>" />
<meta
property="og:title"
content="<?php echo e($title->name); ?> - <?php echo e($video->name); ?> - <?php echo e(settings('branding.site_name')); ?>"
/>
<?php if($image = $video->image ?? $title->backdrop): ?>
<meta property="og:image" content="<?php echo e(urls()->image($image)); ?>" />
<meta property="og:width" content="1280" />
<meta property="og:height" content="720" />
<?php endif; ?>
<meta
property="og:description"
content="Watch <?php echo e($video->name); ?> on <?php echo e(settings('branding.site_name')); ?>"
/>
<meta
name="description"
content="Watch <?php echo e($video->name); ?> on <?php echo e(settings('branding.site_name')); ?>"
/>
<script type="application/ld+json">
<?php echo collect([
'@context' => 'http://schema.org',
'@type' => 'VideoObject',
'@id' => urls()->watch($video),
'url' => urls()->watch($video),
'embedUrl' => urls()->watch($video),
'name' => $title->name . ' - ' . $video->name,
'thumbnail' => [
'@type' => 'ImageObject',
'url' => urls()->image($video->image ?? $title->backdrop)
],
'thumbnailUrl' => $video->image ?? $title->backdrop,
'description' => $title->description,
'uploadDate' => $video->created_at,
])->filter()->toJson(); ?>
</script>
<?php /**PATH /home/mrsimple/iphim.naniguide.com/resources/views/seo/watch-page/seo-tags.blade.php ENDPATH**/ ?>