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

@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:

{!! $content->section_1_big_title !!}
{!! $content->section_1_small_title !!}
{!! $content->section_2_big_title !!}
{!! $content->section_2_small_title !!}
{!! $content->section_3_big_title !!}
{!! $content->section_3_small_title !!}
@if(!empty($content->section_3_point) && is_array(json_decode($content->section_3_point, true))) @for($i = 0; $i <= count(json_decode($content->section_3_point), true) - 1; $i++)
{{ json_decode($content->section_3_point, true)[$i] }}
@endfor @endif
{!! $content->section_4_big_title !!}
{!! $content->section_4_small_title !!}
{{ \App\Http\Controllers\AsetPageController::checkAltMediaStatic($content->section_4_1_image) }} {!! $content->section_4_1_title !!}
{!! $content->section_4_1_desc !!}
{{ \App\Http\Controllers\AsetPageController::checkAltMediaStatic($content->section_4_2_image) }} {!! $content->section_4_2_title !!}
{!! $content->section_4_2_desc !!}
{{ \App\Http\Controllers\AsetPageController::checkAltMediaStatic($content->section_4_3_image) }} {!! $content->section_4_3_title !!}
{!! $content->section_4_3_desc !!}
{!! $content->section_5_title !!}
{!! $content->section_5_1_title !!} {!! $content->section_5_1_desc !!}
{!! $content->section_5_2_title !!} {!! $content->section_5_2_desc !!}
{!! $content->section_5_3_title !!} {!! $content->section_5_3_desc !!}
{!! $content->section_6_big_title !!}
{!! $content->section_6_small_title !!}

List Team Member

{!! $content->section_7_title !!}
@if($testimonials) @foreach($testimonials as $te)

{{ $te->name }}

{{ $te->job }}

{{ $te->testimonial }}

@endforeach @endif
{!! $content->section_8_1_num !!} {!! $content->section_8_1_title !!}
{!! $content->section_8_2_num !!} {!! $content->section_8_2_title !!}
{!! $content->section_8_3_num !!} {!! $content->section_8_3_title !!}
{!! $content->section_8_4_num !!} {!! $content->section_8_4_title !!}
{!! $content->section_9_big_title !!}
{!! $content->section_9_small_title !!}

Blog List

@endsection @section('js') @endsection