@extends('main') @section('css') @endsection @section('content')

Edit Article Form

@csrf @method('put')


Analysis Result

problems

text length:

This is below the recommended minimum of 900 words.

keyphrase density:

Jumlah keyphrase keyphrase); ?> Kata,

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:

good result

text length:

outbond links:

internal links:

keyphrase length:

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

keyphrase density:

keyphrase in seo title:

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

seo title length:

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

keyphrase in meta description:

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

meta description length:

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

previously used keyphrase:

keyphrase in subheading:

image alt attributes:

@csrf @method('put')
@php $tag_array = json_decode($blog->tags, true); $tags = ''; @endphp @for($i = 0; $i <= count($tag_array) - 1; $i++) @php $tags .= $tag_array[$i] . ','; @endphp @endfor @php $tags = substr($tags, 0,-1); @endphp
@endsection @section('js') @endsection