@section('site_title', formatTitle([config('settings.title'), __(config('settings.tagline'))])) @extends('layouts.app') @section('head_content') @endsection @section('content')

{{ __('Professional SEO reports and tools') }}

{{ __('Identify technical SEO issues and take action to improve the health and performance of your website.') }}

@if(config('settings.report_guest'))
@csrf @if(old('url')) @include('shared.message') @endif
@if(config('settings.captcha_driver')) {{ __('Analyze') }} @else @endif
@if ($errors->has('url'))
{{ $errors->first('url') }}
@endif @if ($errors->has(formatCaptchaFieldName()))
{{ __($errors->first(formatCaptchaFieldName())) }}
@endif
@else @endif
{{ config('settings.title') }}
@include('icons.list-alt', ['class' => 'fill-current width-4 height-4'])
{{ __('Reports') }}. {{ __('SEO, performance, and security tests.') }}
@include('icons.account-tree', ['class' => 'fill-current width-4 height-4'])
{{ __('Projects') }}. {{ __('Automatically organized report results.') }}
@include('icons.handyman', ['class' => 'fill-current width-4 height-4'])
{{ __('Tools') }}. {{ __('Research, development, and content instruments.') }}

{{ __('Ranking improvement') }}

{{ __('Reports that help you improve your presence on major search engines.') }}

{{ __('Complete solution') }}

{{ __('Comprehensive platform to easily manage your SEO reports, projects and tools.') }}

@include('icons.list-alt', ['class' => 'fill-current width-6 height-6 text-primary'])
{{ __('Reports') }}
{{ __('Get detailed SEO reports for your webpages, and get tips on how to improve them.') }}
@include('icons.account-tree', ['class' => 'fill-current width-6 height-6 text-primary'])
{{ __('Projects') }}
{{ __('Manage your reports more efficiently with the automatically generated projects.') }}
@include('icons.handyman', ['class' => 'fill-current width-6 height-6 text-primary'])
{{ __('Tools') }}
{{ __('Expand your toolbox with our diverse web tools and utilities.') }}
example.com
{{ __('Good') }}
{{ \Carbon\Carbon::now()->subSeconds(8)->diffForHumans() }}
@include('icons.more-horiz', ['class' => 'fill-current width-4 height-4'])​
example.net
{{ __('Decent') }}
{{ \Carbon\Carbon::now()->subMinutes(52)->diffForHumans() }}
@include('icons.more-horiz', ['class' => 'fill-current width-4 height-4'])​
example.org
{{ __('Bad') }}
{{ \Carbon\Carbon::now()->subHours(18)->diffForHumans() }}
@include('icons.more-horiz', ['class' => 'fill-current width-4 height-4'])​
example.edu
{{ __('Good') }}
{{ \Carbon\Carbon::now()->subDays(4)->diffForHumans() }}
@include('icons.more-horiz', ['class' => 'fill-current width-4 height-4'])​
example.uk
{{ __('Decent') }}
{{ \Carbon\Carbon::now()->subDays(8)->diffForHumans() }}
@include('icons.more-horiz', ['class' => 'fill-current width-4 height-4'])​

{{ __('Advanced reports') }}

{{ __('Detailed reports that enables you to take actions on issues that actually matter.') }}

@include('icons.search', ['class' => 'fill-current width-6 height-6 text-primary'])
{{ __('SEO') }}
{{ __('Get an in-depth analysis on the most important tags and the content of your webpage.') }}
@include('icons.speed', ['class' => 'fill-current width-6 height-6 text-primary'])
{{ __('Performance') }}
{{ __('Improve the performance of your webpage\'s with key metrics and suggestions.') }}
@include('icons.health-and-guard', ['class' => 'fill-current width-6 height-6 text-primary'])
{{ __('Security') }}
{{ __('Obtain privacy and security information to keep your webpage\'s health in good standing.') }}
@include('icons.checkmark', ['class' => 'width-4 height-4 fill-current flex-shrink-0 text-success'])
{{ __('Title') }}
{{ __('The title tag is perfect.') }}
@include('icons.info', ['class' => 'fill-current width-4 height-4 text-secondary'])​
@include('icons.triangle', ['class' => 'width-4 height-4 fill-current flex-shrink-0 text-danger'])
{{ __('Meta description') }}
{{ __('The meta description tag is missing or empty.') }}
@include('icons.info', ['class' => 'fill-current width-4 height-4 text-secondary'])​
@include('icons.checkmark', ['class' => 'width-4 height-4 fill-current flex-shrink-0 text-success'])
{{ __('Load time') }}
{{ __('The webpage loaded in :value seconds.', ['value' => number_format(0.02, 2, __('.'), __(','))]) }}
@include('icons.info', ['class' => 'fill-current width-4 height-4 text-secondary'])​
@include('icons.square', ['class' => 'width-4 height-4 fill-current flex-shrink-0 text-warning'])
{{ __('Structured data') }}
{{ __('There are no structured data tags on the webpage.') }}
@include('icons.info', ['class' => 'fill-current width-4 height-4 text-secondary'])​
@include('icons.circle', ['class' => 'width-4 height-4 fill-current flex-shrink-0 text-secondary'])
{{ __('JavaScript defer') }}
{{ __('There are :value javascript resources without the defer attribute.', ['value' => number_format(10, 0, __('.'), __(','))]) }}
@include('icons.info', ['class' => 'fill-current width-4 height-4 text-secondary'])​
@include('icons.checkmark', ['class' => 'width-4 height-4 fill-current flex-shrink-0 text-success'])
{{ __('Content length') }}
{{ __('The webpage has :value words.', ['value' => number_format(2995, 0, __('.'), __(','))]) }}
@include('icons.info', ['class' => 'fill-current width-4 height-4 text-secondary'])​

{{ __('Tools') }}

{{ __('Over :number web tools and utilities.', ['number' => floor(count($tools) / 10) * 10]) }}

@foreach((config('settings.tools_guest') ? $tools->take(16) : $tools->take(20)) as $tool)
@include('icons.' . $tool['icon'], ['class' => 'fill-current width-4 height-4'])
{{ __($tool['name']) }}
@endforeach
@if(config('settings.tools_guest')) @endif
@if(paymentProcessors())

{{ __('Pricing') }}

{{ __('Simple pricing plans for everyone and every budget.') }}

@include('shared.pricing')
@else
{{ __('Join us') }}

{{ __('Ready to get started?') }}

{{ __('Create an account in seconds.') }}

{{ __('Get started') }}
@endif
@endsection