File: /home/xedaptot/iphim.naniguide.com/storage/framework/views/ceb39ecb02444327bcf27ca9fc16654a.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="website" />
<?php if(isset($channel->config['seoTitle'])): ?>
<title><?php echo e($channel->config['seoTitle']); ?></title>
<meta property="og:title" content="<?php echo e($channel->config['seoTitle']); ?>" />
<?php else: ?>
<title><?php echo e(settings('branding.site_name')); ?></title>
<?php endif; ?>
<meta property="og:url" content="<?php echo e(urls()->channel($channel)); ?>" />
<link rel="canonical" href="<?php echo e(urls()->channel($channel)); ?>" />
<?php if(isset($channel->config['seoDescription'])): ?>
<meta
property="og:description"
content="<?php echo e($channel->config['seoDescription']); ?>"
/>
<meta
name="description"
content="<?php echo e($channel->config['seoDescription']); ?>"
/>
<?php endif; ?>
<?php if(! $channel->public): ?>
<meta name="robots" content="noindex" />
<?php endif; ?>
<?php /**PATH /home/mrsimple/iphim.naniguide.com/resources/views/seo/channel-page/seo-tags.blade.php ENDPATH**/ ?>