@extends('admin.layouts.app') @section('title', 'SEO Management') @section('page-header')

SEO Management

Manage SEO settings, meta tags, and sitemap

@csrf
@endsection @section('content')
{{-- SEO Settings --}}

Global SEO Settings

{{-- Sitemap Status --}}

Sitemap

sitemap.xml

Last generated: {{ now()->format('M d, Y H:i') }}

View

Tip: Submit your sitemap to Google Search Console and Bing Webmaster Tools for better indexing.

{{-- SEO Checklist --}}

SEO Best Practices Checklist

Meta Tags

All pages have proper meta titles and descriptions

Open Graph Tags

Social media sharing optimized

Sitemap

XML sitemap generated and accessible

URL Structure

SEO-friendly URLs with slugs

@endsection