@extends('main') @section('css') @endsection @section('content')
@if(session('message'))
@endif
Permalink : {{URL::to('/')}}

@csrf


Analysis Result

problems

text length:

Now {{ $total_text_length }} Word

keyphrase density:

Jumlah keyphrase keyphrase); ?> Kata, {{ $persen }}

seo title length:

The seo title is too short (under 42 characters). Up to 63 characters are available. Use the space!

keyphrase in seo title:

no keyphrase appears in seo title

keyphrase in meta description:

no keyphrase appears in meta description

meta description length:

The meta description is too short (under 121 characters). Up to 156 characters are available. Use the space!

previously used keyphrase:

This keyphrase is already used in another page!

keyphrase in subheading:

Theres is no keyphrase in any subheading

image alt attributes:

{{ $final_score }}

good result

text length:

outbond links:

internal links:

keyphrase length:

keyphrase)) >= 0 ? 'Good Job!' : '-' ?>

keyphrase density:

keyphrase in seo title:

seo_title), strtolower($content->keyphrase)) !== false ? 'keyphrase appears in seo title. Well Done!' : '-' ?>

seo title length:

seo_title)) >= 42 && strlen(str_replace(' ', '', $content->seo_title)) <= 63 ? 'Well Done!' : '-' ?>

keyphrase in meta description:

meta_description), strtolower($content->keyphrase)) !== false ? 'keyphrase appears in meta description. Well Done!' : '-' ?>

meta description length:

meta_description)) >= 120 && strlen(str_replace(' ', '', $content->meta_description)) <= 156 ? 'Well Done!' : '-' ?>

previously used keyphrase:

keyphrase ? '-' : 'You\'ve not used this keyphrase before, very good.' ?>

keyphrase in subheading:

image alt attributes:

{!! $content->section_1_big_title !!}
{!! $content->section_1_small_title !!}
@if(!empty($features)) @foreach($features as $f)
{{ \App\Http\Controllers\HomePageController::checkAltMediaStatic($f->image) }} {!! $f->title !!}
{!! $f->description !!}
@endforeach @endif

{!! $content->section_6_title !!}

{!! $content->section_2_small_title !!}
{!! $content->section_2_big_title !!}
    @if(!empty($content->section_2_points) && is_array(json_decode($content->section_2_points, true))) @for($i = 0; $i <= count(json_decode($content->section_2_points), true) - 1; $i++)
  • {{ json_decode($content->section_2_points, true)[$i] }}
  • @endfor @endif
{!! $content->section_3_big_title !!}
{!! $content->section_3_small_title !!}
@if(!empty($services)) @foreach($services as $s)
{{ \App\Http\Controllers\HomePageController::checkAltMediaStatic($s->image) }}
{!! $s->name !!} {!! $s->description !!} {!! $s->link !!}
@endforeach @endif

answer ?>
{!! $content->section_5_title !!}
@if($testimonials) @foreach($testimonials as $te)

{{ $te->name }}

{{ $te->job }}

{{ $te->testimonial }}

@endforeach @endif
@endsection @section('js') @endsection