@extends('layouts/layoutMaster') @section('title', 'SEO · Páginas') @section('content')
| Página | Path | Robots | Personalizado | |
|---|---|---|---|---|
|
{{ $label }}
{{ $page->key }}
|
{{ $page->path ?: 'Dinámica / sin path fijo' }} | {{ $page->robots ?: ($definition['robots'] ?? 'index,follow') }} | {{ $hasCustomSeo ? 'Sí' : 'No' }} | Editar |