Viewing file: a50581f05ccdf867e758e16aec236c11ce6a05f0.php (1.67 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<meta name="robots" content="index, follow">
<meta name="description" content="<?php echo e($page->title); ?>" />
<meta name="keywords" content="">
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="<?php echo e($page->name); ?>">
<meta itemprop="description" content="<?php echo e($page->meta_description ?? strip_tags($page->meta_description)); ?>">
<meta itemprop="image" content="<?php echo e($page->fileUrl()); ?>">
<!-- Twitter Card data -->
<meta name="twitter:card" content="<?php echo e(__('Page')); ?>">
<meta name="twitter:site" content="@publisher_handle">
<meta name="twitter:title" content="<?php echo e($page->title); ?>">
<meta name="twitter:description" content="<?php echo e($page->meta_description ?? strip_tags($page->meta_description)); ?>">
<meta name="twitter:creator" content="@author_handle">
<meta name="twitter:image" content="<?php echo e($page->fileUrl()); ?>">
<meta name="twitter:data1" content="">
<!-- Open Graph data -->
<meta property="og:title" content="<?php echo e($page->title); ?>" />
<meta property="og:type" content="og:<?php echo e(__('Page')); ?>" />
<meta property="og:url" content="<?php echo e(route('site.page', ['slug' => $page->slug])); ?>" />
<meta property="og:image" content="<?php echo e($page->fileUrl()); ?>" />
<meta property="og:description" content="<?php echo e($page->meta_description ?? strip_tags($page->meta_description)); ?>" />
<meta property="og:site_name" content="<?php echo e(trimWords(preference('company_name'), 17)); ?>" />
<meta property="fb:app_id" content="">
<?php /**PATH /home/picotech/domains/ecom1.picotech.app/public_html/resources/views/site/pages/seo.blade.php ENDPATH**/ ?>
|