@extends('layouts.back-end.app') @section('title', translate('SEO_Settings')) @section('content')

{{ translate('SEO_Settings') }}

@include('admin-views.business-settings.seo-settings._inline-menu')

{{translate('Webmaster_Tools')}}

{{ translate('optimize_websites_performance,_indexing_status,_and_search_visibility.') }}

@csrf

{{translate('google_search_console')}}

{{translate('Google_Console_verification_HTML_code_or_ID').'.'.translate('learn_how_to_get')}}
<meta name= “google-site-verification” content=”your-id” />

{{translate('bing_webmaster_tools')}}

{{translate('Bing_Webmaster_Tools_verification_HTML_code_or_ID').'.'.translate('learn_how_to_get')}}
<meta name= “msvalidate.01” content=”your-id” />

{{translate('baidu_webmaster_tool')}}

{{translate('Baidu_Webmaster_Tools_verification_HTML_code_or_ID').'.'.translate('learn_how_to_get')}}
<meta name= “baidu-site-verification” content=”your-id” />

{{translate('yandex_webmaster_tool')}}

{{translate('Yandex_Webmaster_Tools_verification_HTML_code_or_ID').'.'.translate('learn_how_to_get_it')}}
<meta name= “yandex-verification” content=”your-id” />
@endsection @push('script') @endpush