fix: report seo
This commit is contained in:
parent
61311386fe
commit
e72a62ed0d
@ -508,8 +508,8 @@ const SEOChecker = () => {
|
||||
: "Missing"}
|
||||
</li>
|
||||
<li>
|
||||
<strong>Headings:</strong> {seoData.headings.h1.count} H1,{" "}
|
||||
{seoData.headings.h2.count} H2, {seoData.headings.h3.count} H3
|
||||
<strong>Headings:</strong> H1={seoData.headings.h1.count},{" "}
|
||||
H2={seoData.headings.h2.count}, H3={seoData.headings.h3.count}
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@ -533,15 +533,11 @@ const SEOChecker = () => {
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h4 className="font-semibold mt-6">Content Quality</h4>
|
||||
<h4 className="font-semibold mt-6">Contents</h4>
|
||||
<ul className="list-disc pl-5 space-y-2">
|
||||
<li>
|
||||
<strong>Word Count:</strong> {seoData.content.wordCount} words
|
||||
</li>
|
||||
<li>
|
||||
<strong>Readability:</strong> Score{" "}
|
||||
{seoData.content.readability}/100
|
||||
</li>
|
||||
<li>
|
||||
<strong>Images:</strong> {seoData.images.total} total,{" "}
|
||||
{seoData.images.withoutAlt} missing alt text
|
||||
|
Loading…
x
Reference in New Issue
Block a user