@extends('layouts.admin') @section('title', 'Accreditations SEO') @section('content_header')

Accreditations SEO Settings

@stop @section('content')

Edit Accreditations SEO Content

@csrf @method('PUT')
Basic SEO Information
@error('meta_title') {{ $message }} @enderror
@error('meta_description') {{ $message }} @enderror
Default: index, follow @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
@stop