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