SEO & Branding Settings

Configure your site's SEO, branding, and analytics

@if (session()->has('message'))
{{ session('message') }}
@endif

Basic Information

@error('site_name') {{ $message }} @enderror
@error('site_tagline') {{ $message }} @enderror

Current length: {{ strlen($seo_title ?? '') }} characters

@error('seo_title') {{ $message }} @enderror

Current length: {{ strlen($seo_description ?? '') }} characters

@error('seo_description') {{ $message }} @enderror
@error('seo_keywords') {{ $message }} @enderror

Analytics & Verification

@error('google_analytics_id') {{ $message }} @enderror
@error('google_site_verification') {{ $message }} @enderror

Get this from Google Search Console

@error('facebook_app_id') {{ $message }} @enderror

For Facebook Insights and sharing

@error('twitter_handle') {{ $message }} @enderror

For Twitter Card metadata

Images & Branding

@if($site_logo)
Current Logo

Current logo

@endif @error('new_logo') {{ $message }} @enderror

Max size: 2MB

@if($site_favicon)
Current Favicon

Current favicon

@endif @error('new_favicon') {{ $message }} @enderror

Max size: 1MB

@if($og_image)
Current OG Image

Current OG image

@endif @error('new_og_image') {{ $message }} @enderror

Max size: 2MB. Used when sharing links on Facebook, Twitter, LinkedIn, etc.

Theme & Display Settings

@error('logo_display_mode') {{ $message }} @enderror
@error('theme_mode') {{ $message }} @enderror
@if($theme_mode === 'custom')

Choose a color that matches your brand. The system will automatically generate matching shades.

@error('custom_primary_color') {{ $message }} @enderror

Color Preview:

@php $hex = str_replace('#', '', $custom_primary_color); $r = hexdec(substr($hex, 0, 2)); $g = hexdec(substr($hex, 2, 2)); $b = hexdec(substr($hex, 4, 2)); function adjustBrightness($r, $g, $b, $percent) { if ($percent > 0) { $r = round($r + (255 - $r) * $percent); $g = round($g + (255 - $g) * $percent); $b = round($b + (255 - $b) * $percent); } else { $r = round($r * (1 + $percent)); $g = round($g * (1 + $percent)); $b = round($b * (1 + $percent)); } $r = max(0, min(255, $r)); $g = max(0, min(255, $g)); $b = max(0, min(255, $b)); return sprintf('#%02x%02x%02x', $r, $g, $b); } $shades = [ adjustBrightness($r, $g, $b, 0.95), adjustBrightness($r, $g, $b, 0.90), adjustBrightness($r, $g, $b, 0.75), adjustBrightness($r, $g, $b, 0.60), adjustBrightness($r, $g, $b, 0.40), $custom_primary_color, adjustBrightness($r, $g, $b, -0.10), adjustBrightness($r, $g, $b, -0.25), adjustBrightness($r, $g, $b, -0.40), adjustBrightness($r, $g, $b, -0.55), ]; @endphp @foreach($shades as $index => $shade)
@endforeach

These color shades will be automatically applied throughout your site

@endif

Footer Settings

@error('footer_copyright_text') {{ $message }} @enderror

Supports HTML formatting: <a>, <strong>, <em>, <br>, etc.

@error('privacy_policy_slug') {{ $message }} @enderror
@error('terms_conditions_slug') {{ $message }} @enderror
@error('advertise_slug') {{ $message }} @enderror
@error('about_us_slug') {{ $message }} @enderror

Sponsor/Partnership Logos

Upload logos of your sponsors, partners, or brands for recognition in the footer.

Manage Custom Pages
@if(count($footer_sponsor_logos) > 0)
@foreach($footer_sponsor_logos as $index => $logo)
Sponsor Logo
@endforeach
@endif
@error('new_sponsor_logo') {{ $message }} @enderror

Max size: 2MB. Logos will be displayed in the footer section.

Footer Preview:

@if(count($footer_sponsor_logos) > 0)

Sponsors & Partners

@foreach($footer_sponsor_logos as $logo) Sponsor @endforeach
@endif
{!! $footer_copyright_text !!}
About Us Our Services Privacy Policy Terms and Conditions @php $customPages = \App\Models\CustomPage::where('is_active', true)->where('show_in_footer', true)->orderBy('order')->get(); @endphp @foreach($customPages as $page) {{ $page->title }} @endforeach

Privacy Policy Content

Write or edit your privacy policy. This will be displayed on your privacy policy page.

@error('privacy_policy_content') {{ $message }} @enderror

Supports HTML formatting: <h1>, <h2>, <p>, <ul>, <ol>, <strong>, <em>, etc.

Terms and Conditions Content

Write or edit your terms and conditions. This will be displayed on your terms and conditions page.

@error('terms_conditions_content') {{ $message }} @enderror

Supports HTML formatting: <h1>, <h2>, <p>, <ul>, <ol>, <strong>, <em>, etc.

Our Services Content

Write or edit your Our Services page content. Explain Our Services options, featured listing benefits, durations, and fees.

@error('advertise_content') {{ $message }} @enderror

Supports HTML formatting: <h1>, <h2>, <p>, <ul>, <ol>, <strong>, <em>, etc.

About Us Content

Write or edit your about us page content. Tell your story, mission, and what makes your platform unique.

@error('about_us_content') {{ $message }} @enderror

Supports HTML formatting: <h1>, <h2>, <p>, <ul>, <ol>, <strong>, <em>, etc.

SEO Tips for Better Rankings

  • Title: Keep it under 60 characters and include your main keyword
  • Description: Write compelling 150-160 character description with keywords
  • Keywords: Focus on 5-10 relevant keywords, include location-based keywords
  • OG Image: Use high-quality 1200x630px image for social media sharing
  • Analytics: Track with Google Analytics to understand user behavior
  • Verification: Submit sitemap to Google Search Console for better indexing