@lang('tools.enterURL')
{{ $results['content'] ?? '' }}
@lang('tools.exploreKeywordDensity')
@if (isset($results))

@lang('tools.urlToVerify')

{{ $results['url'] }}

@lang('tools.loadTime')

{{ round($results['loadtime'], 2) }} {{ trans_choice('tools.inSeconds', ['count' => round($results['loadtime'], 2)]) }}

@lang('tools.totalKeywords')

{{ $results['total_keywords'] }}

@lang('tools.topKeywords')

@if ($type == 1) @endif @foreach ($results['top'] as $top) @if ($type == 1) @endif @endforeach
@lang('tools.keyword') @lang('tools.frequency')@lang('seo.title') @lang('seo.description') @lang('seo.headings')@lang('tools.density')
{{ $top['keyword'] }} {{ $top['frequency'] }} {!! $top['title'] ? '' : '' !!} {!! $top['description'] ? '' : '' !!} {!! $top['headers'] ? '' : '' !!} {{ round(($top['frequency'] / $results['total_keywords']) * 100, 2) }} %

@lang('tools.keywordDensity')

@if ($type == 1) @endif @foreach ($results['one_word_count'] as $one_word) @if ($type == 1) @endif @endforeach
@lang('tools.keyword') @lang('tools.frequency')@lang('seo.title') @lang('seo.description') @lang('seo.headings')@lang('tools.density')
{{ $one_word['keyword'] }} {{ $one_word['frequency'] }} {!! $one_word['title'] ? '' : '' !!} {!! $one_word['description'] ? '' : '' !!} {!! $one_word['headers'] ? '' : '' !!} {{ round(($one_word['frequency'] / $results['total_keywords']) * 100, 2) }} %
@if ($type == 1) @endif @foreach ($results['two_word_count'] as $two_word) @if ($type == 1) @endif @endforeach
@lang('tools.keyword') @lang('tools.frequency')@lang('seo.title') @lang('seo.description') @lang('seo.headings')@lang('tools.density')
{{ $two_word['keyword'] }} {{ $two_word['frequency'] }} {!! $two_word['title'] ? '' : '' !!} {!! $two_word['description'] ? '' : '' !!} {!! $two_word['headers'] ? '' : '' !!} {{ round(($two_word['frequency'] / $results['total_keywords']) * 100, 2) }} %
@if ($type == 1) @endif @foreach ($results['three_word_count'] as $three_word) @if ($type == 1) @endif @endforeach
@lang('tools.keyword') @lang('tools.frequency')@lang('seo.title') @lang('seo.description') @lang('seo.headings')@lang('tools.density')
{{ $three_word['keyword'] }} {{ $three_word['frequency'] }} {!! $three_word['title'] ? '' : '' !!} {!! $three_word['description'] ? '' : '' !!} {!! $three_word['headers'] ? '' : '' !!} {{ round(($three_word['frequency'] / $results['total_keywords']) * 100, 2) }} %
@if ($type == 1) @endif @foreach ($results['four_word_count'] as $four_word) @if ($type == 1) @endif @endforeach
@lang('tools.keyword') @lang('tools.frequency')@lang('seo.title') @lang('seo.description') @lang('seo.headings')@lang('tools.density')
{{ $four_word['keyword'] }} {{ $four_word['frequency'] }} {!! $four_word['title'] ? '' : '' !!} {!! $four_word['description'] ? '' : '' !!} {!! $four_word['headers'] ? '' : '' !!} {{ round(($four_word['frequency'] / $results['total_keywords']) * 100, 2) }} %
@endif @push('page_scripts') @endpush