ok
Direktori : /home2/selectio/www/billingsoftwarenew/core/resources/views/partials/ |
Current File : /home2/selectio/www/billingsoftwarenew/core/resources/views/partials/seo.blade.php |
@if($seo) <meta name="title" Content="{{ $general->siteName(__($pageTitle)) }}"> <meta name="description" content="{{ $seo->description }}"> <meta name="keywords" content="{{ implode(',',$seo->keywords) }}"> <link rel="shortcut icon" href="{{ getImage(getFilePath('logoIcon') .'/favicon.png') }}" type="image/x-icon"> {{--<!-- Apple Stuff -->--}} <link rel="apple-touch-icon" href="{{ getImage(getFilePath('logoIcon') .'/logo.png') }}"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-mobile-web-app-title" content="{{ $general->siteName($pageTitle) }}"> {{--<!-- Google / Search Engine Tags -->--}} <meta itemprop="name" content="{{ $general->siteName($pageTitle) }}"> <meta itemprop="description" content="{{ $general->seo_description }}"> <meta itemprop="image" content="{{ getImage(getFilePath('seo') .'/'. $seo->image) }}"> {{--<!-- Facebook Meta Tags -->--}} <meta property="og:type" content="website"> <meta property="og:title" content="{{ $seo->social_title }}"> <meta property="og:description" content="{{ $seo->social_description }}"> <meta property="og:image" content="{{ getImage(getFilePath('seo') .'/'. $seo->image) }}"/> <meta property="og:image:type" content="image/{{ pathinfo(getImage(getFilePath('seo')) .'/'. $seo->image)['extension'] }}" /> @php $socialImageSize = explode('x', getFileSize('seo')) @endphp <meta property="og:image:width" content="{{ $socialImageSize[0] }}" /> <meta property="og:image:height" content="{{ $socialImageSize[1] }}" /> <meta property="og:url" content="{{ url()->current() }}"> {{--<!-- Twitter Meta Tags -->--}} <meta name="twitter:card" content="summary_large_image"> @endif