@extends('layouts.admin') @section('title', 'Edit Assurance Page SEO') @section('content_header')

Edit SEO for {{ $pageName }}

@stop @section('content')

Edit SEO Content for {{ $pageName }}

@csrf @method('PUT')
Recommended: 50-60 characters @error('meta_title') {{ $message }} @enderror
Recommended: 150-160 characters @error('meta_description') {{ $message }} @enderror
@error('robots_content') {{ $message }} @enderror
Leave empty to use current page URL @error('canonical_url') {{ $message }} @enderror

Open Graph Tags
@error('og_title') {{ $message }} @enderror
@error('og_description') {{ $message }} @enderror
@error('og_image') {{ $message }} @enderror

Twitter Card Tags
@error('twitter_title') {{ $message }} @enderror
@error('twitter_description') {{ $message }} @enderror
@error('twitter_image') {{ $message }} @enderror

Custom Scripts
⚠️ IMPORTANT: Only HTML tags (scripts, meta tags, etc.). DO NOT add plain text or descriptions here - they will appear as visible text on the website!
Examples: <script>...</script>, <meta name="...">, <!-- comments -->
@error('header_scripts') {{ $message }} @enderror
⚠️ IMPORTANT: Only HTML/JavaScript code. DO NOT add plain text - it will display on the website!
Examples: JSON-LD schema, Google Analytics code, tracking pixels
@error('body_scripts') {{ $message }} @enderror
Page: {{ $pageName }}
Slug: {{ $slug }}
URL: /sustainability/assurance/{{ $slug }}
@stop