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

@csrf


Analysis Result

problems

text length:

Now {{ $total_text_length }} Words

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:

Blog

{!! $content->section_1_desc !!}

Home / Blog

Article Lists

{!! $content->section_3 !!}

List Categories

{!! $content->section_4 !!}

List Recent Posts

{!! $content->section_5 !!}

List Tags

@endsection @section('js') @endsection