@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 the most critical technical SEO issues and take action to improve the health and performance of your website.') }}

{{ __('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() }}
example.net
{{ __('Decent') }}
{{ \Carbon\Carbon::now()->subMinutes(52)->diffForHumans() }}
example.org
{{ __('Bad') }}
{{ \Carbon\Carbon::now()->subHours(18)->diffForHumans() }}
example.edu
{{ __('Good') }}
{{ \Carbon\Carbon::now()->subDays(4)->diffForHumans() }}
example.uk
{{ __('Decent') }}
{{ \Carbon\Carbon::now()->subDays(8)->diffForHumans() }}

{{ __('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 metrics to keep your webpage\'s health in good standing.') }}
{{ __('Title') }}
{{ __('The title tag is perfect.') }}
{{ __('Meta description') }}
{{ __('The meta description tag is missing or empty.') }}
{{ __('Load time') }}
{{ __('The webpage loaded in :value seconds.', ['value' => number_format(0.02, 2, __('.'), __(','))]) }}
{{ __('Structured data') }}
{{ __('There are no structured data tags on the webpage.') }}
{{ __('JavaScript defer') }}
{{ __('The are :value javascript resources without the defer attribute.', ['value' => number_format(10, 0, __('.'), __(','))]) }}
{{ __('Content length') }}
{{ __('The webpage has :value words.', ['value' => number_format(2995, 0, __('.'), __(','))]) }}

{{ __('Export') }}

{{ __('Your reports, in multiple ways.') }}

@php $features = [ [ 'icon' => 'print', 'title' => __('Print'), 'description' => __('Black & white or color?') . ' ' . __('Our reports are ready to be printed.') ], [ 'icon' => 'description', 'title' => __('PDF'), 'description' => __('Not looking to print?') . ' ' . __('Then save your reports as PDF.') ], [ 'icon' => 'grid-on', 'title' => __('CSV'), 'description' => __('Analytical?') . ' ' . __('Export your account overview in CSV format.') ] ]; @endphp @foreach($features as $feature)
@include('icons.' . $feature['icon'], ['class' => 'fill-current width-6 height-6'])
{{ $feature['title'] }}
{{ $feature['description'] }}
@endforeach
@if(paymentProcessors())

{{ __('Pricing') }}

{{ __('Simple, report-based pricing.') }}

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

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

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

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