@extends('layouts.admin') @section('title', 'Edit SEO - ' . $seoSetting->page_title) @section('styles') @endsection @section('content')

Edit SEO Settings

{{ $seoSetting->page_title }}

Back to List
@if($errors->any()) @endif
@csrf @method('PUT')
Display name for admin panel
Recommended: 50-60 characters
Recommended: 150-160 characters
Comma-separated keywords
Open Graph tags control how your pages appear when shared on Facebook, LinkedIn, and other social platforms.
Recommended size: 1200x630 pixels. Max: 2MB. @if($seoSetting->og_image)
Current OG Image

Current Image

@endif
Twitter Card tags control how your pages appear when shared on Twitter.
Recommended size: 1200x628 pixels. Max: 2MB. @if($seoSetting->twitter_image)
Current Twitter Image

Current Image

@endif
Twitter handle of content creator
Twitter handle of website
Leave empty to use current page URL
is_active) ? 'checked' : '' }}>
Uncheck to disable SEO meta tags for this page
@endsection @push('scripts') @endpush