@extends('layouts.app') @section('title', 'SEO Management Panel') @section('content')
Home, About, Contact and other system pages.
| 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 |