@extends('admin.layouts.app') @section('title','Blog SEO') @section('content')

SEO Management - {{ $Blog->name }}

Back to List
@csrf @method('PUT')

SEO Meta Data

{{-- Meta Title --}}
@error('meta_title') {{ $message }} @enderror Recommended length: 50-60 characters
{{-- Meta Description --}}
@error('meta_description') {{ $message }} @enderror Recommended length: 150-160 characters
{{-- Meta Keywords --}}
@error('meta_keywords') {{ $message }} @enderror Example: blog, news, education, technology
{{-- Meta Tags --}}
@error('meta_tags') {{ $message }} @enderror
{{-- Preview Section --}}

Google Search Preview
{{ $Blog->meta_title ?: $Blog->name }}
{{ url('/blog/' . $Blog->slug) }}
{{ $Blog->meta_description ?: Str::limit(strip_tags($Blog->short_description ?: $Blog->long_description), 160) }}
@endsection @push('js') @endpush