@extends('layouts.app') @section('title', 'SEO Management Panel') @section('content')
@include('admin.partials.sidebar')

SEO Management

Static pages, products & categories

Static Page SEO

Home, About, Contact and other system pages.

@foreach($staticMetas as $meta) @endforeach
Page Path Meta Title Indexing Actions
{{ $meta->url_path }} @if($meta->url_path == '/') Homepage @endif
{{ $meta->title }}
{{ Str::limit($meta->description, 60) }}
@if($meta->is_indexable) Indexable @else No Index @endif Edit
Product SEO

Managed from each product edit page with auto schema markup.

Manage Products
Category SEO

Update category meta tags for better catalogue indexing.

Manage Categories
@endsection