{{ __('SERP Preview') }}
{{ $page_title . ($sitename_status ? ' ' . env('APP_SEPARATOR') . ' ' . env('APP_NAME') : '') }}
{{ ( $page_type == 'home' ) ? localization()->getLocalizedURL($locale, route('home') . '/', [], true) : localization()->getLocalizedURL($locale, route('home') . '/blog/' . $slug, [], true) }}

{{ \Illuminate\Support\Str::limit($short_description, 160, $end = '...') }}

{{ __('This is what will appear in the first line when this post shows up in the search results. It should be less than or equal to') }} {{ __('60 characters') }}.
{{ __('This is what will appear as the description when this post shows up in the search results. It should be less than or equal to') }} {{ __('160 characters') }}.