SEO audit for jeinelekwa.com
JEIN ELEKWA - Tech, Explained Simply
Health 65/100 (fair) · 5 pages crawled · generated 2026-08-26
Download Markdown report (feed to ChatGPT / Claude / Cursor)Tech, Explained Simply
| Category | Score | Errors | Warnings | Notices |
|---|---|---|---|---|
| Performance | 76 | 0 | 4 | 10 |
| Content | 82 | 0 | 3 | 9 |
| Meta Description | 88 | 0 | 2 | 2 |
| Canonical | 94 | 0 | 1 | 0 |
| Headings | 94 | 0 | 1 | 4 |
| Mobile | 94 | 0 | 1 | 1 |
| Security | 94 | 0 | 1 | 9 |
| Structured Data | 94 | 0 | 1 | 6 |
| Agent Readiness | 100 | 0 | 0 | 2 |
| Cache | 100 | 0 | 0 | 1 |
| Links | 100 | 0 | 0 | 1 |
| Sitemap | 100 | 0 | 0 | 1 |
| Social | 100 | 0 | 0 | 6 |
Warnings (8 rules)
warning Missing canonical tag
Rule canonical.missing · Canonical · 1 occurrence(s)
warning Thin content (low word count)
Rule content.thin · Content · 3 occurrence(s)
- https://jeinelekwa.com/ — 164 words
- https://jeinelekwa.com/category/uncategorized/ — 163 words
- https://jeinelekwa.com/wp-admin/ — 8 words
warning Content-Type header doesn't match the actual content
Rule headers.content_type_mismatch · Security · 1 occurrence(s)
- https://jeinelekwa.com/wp-admin/ — the Content-Type is "text/html" with no charset — the HTTP charset is authoritative and browsers otherwise guess the encoding, which can garble non-ASCII text (mojibake). Declare it explicitly: "text/html; charset=utf-8".
warning Missing meta description
Rule meta_desc.missing · Meta Description · 2 occurrence(s)
warning Missing viewport meta tag
Rule mobile.viewport_missing · Mobile · 1 occurrence(s)
warning Render-blocking script in <head> (no defer/async)
Rule perf.render_blocking · Performance · 4 occurrence(s)
- https://jeinelekwa.com/ — 2 render-blocking <script> in <head> (add defer/async or use type=module)
- https://jeinelekwa.com/2026/08/04/hello-world/ — 2 render-blocking <script> in <head> (add defer/async or use type=module)
- https://jeinelekwa.com/category/uncategorized/ — 2 render-blocking <script> in <head> (add defer/async or use type=module)
- https://jeinelekwa.com/sample-page/ — 2 render-blocking <script> in <head> (add defer/async or use type=module)
warning Schema describes content not visible on the page
Rule schema.hidden_content · Structured Data · 1 occurrence(s)
- https://jeinelekwa.com/ — a schema name/headline ("JEIN ELEKWA - Tech, Explained Simply") does not appear in the page's visible text — Google's policies prohibit marking up content not visible to readers. This is a heuristic (a static-HTML substring check): JS-rendered or abbreviated names can be false positives, so verify before removing.
Notices (22 rules)
notice No llms.txt for AI agents
Rule agent.llms_txt_missing · Agent Readiness · 1 occurrence(s)
- https://jeinelekwa.com/ — no llms.txt found at the site root — add one so AI agents get a curated site summary
notice No main landmark for AI agents
Rule agent.no_main_landmark · Agent Readiness · 1 occurrence(s)
- https://jeinelekwa.com/category/uncategorized/ — add a <main> element (or role=main) around the primary content
notice Page served uncached (no-store/private or CDN bypass)
Rule cache.not_cacheable · Cache · 1 occurrence(s)
- https://jeinelekwa.com/wp-admin/ — Cache-Control: no-store
notice Low text-to-HTML ratio
Rule content.low_ratio · Content · 4 occurrence(s)
notice Main text is hard to read (low Flesch Reading Ease)
Rule content.readability_poor · Content · 4 occurrence(s)
- https://jeinelekwa.com/ — this page reads as very difficult (Flesch Reading Ease 27, below 50) — long sentences and multi-syllable words make it hard to scan. Shorten sentences and prefer plainer words to widen your audience. Density can be legitimate for expert, technical or legal content, so judge it against who the page is for.
- https://jeinelekwa.com/2026/08/04/hello-world/ — this page reads as difficult (Flesch Reading Ease 39, below 50) — long sentences and multi-syllable words make it hard to scan. Shorten sentences and prefer plainer words to widen your audience. Density can be legitimate for expert, technical or legal content, so judge it against who the page is for.
- https://jeinelekwa.com/category/uncategorized/ — this page reads as very difficult (Flesch Reading Ease 23, below 50) — long sentences and multi-syllable words make it hard to scan. Shorten sentences and prefer plainer words to widen your audience. Density can be legitimate for expert, technical or legal content, so judge it against who the page is for.
- https://jeinelekwa.com/sample-page/ — this page reads as difficult (Flesch Reading Ease 46, below 50) — long sentences and multi-syllable words make it hard to scan. Shorten sentences and prefer plainer words to widen your audience. Density can be legitimate for expert, technical or legal content, so judge it against who the page is for.
notice No character encoding declared (meta charset or Content-Type)
Rule encoding.charset_missing · Content · 1 occurrence(s)
- https://jeinelekwa.com/wp-admin/ — no <meta charset> and no charset in the Content-Type — declare UTF-8 so parsers don't guess the encoding
notice Multiple <h1> elements
Rule h1.multiple · Headings · 4 occurrence(s)
- https://jeinelekwa.com/ — 2 <h1> elements
- https://jeinelekwa.com/2026/08/04/hello-world/ — 3 <h1> elements
- https://jeinelekwa.com/category/uncategorized/ — 3 <h1> elements
- https://jeinelekwa.com/sample-page/ — 2 <h1> elements
notice Missing html lang attribute
Rule i18n.lang_missing · Mobile · 1 occurrence(s)
notice Likely hero image lacks fetchpriority=high
Rule images.hero_no_fetchpriority · Performance · 4 occurrence(s)
- https://jeinelekwa.com/ — the likely hero/LCP image (cookieadmin.svg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- https://jeinelekwa.com/2026/08/04/hello-world/ — the likely hero/LCP image (8e1606e6fba450a9362af43874c1b2dfad34c782e33d0a51e1b46c18a2a567dd) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- https://jeinelekwa.com/category/uncategorized/ — the likely hero/LCP image (cookieadmin.svg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
- https://jeinelekwa.com/sample-page/ — the likely hero/LCP image (cookieadmin.svg) has no fetchpriority="high" — adding it tells the browser to fetch the hero earlier in the waterfall, reducing Largest Contentful Paint. This is a low-severity nudge; verify the flagged image is actually your LCP element.
notice Page has only one internal inlink (fragile crawl path)
Rule links.single_inlink · Links · 1 occurrence(s)
- https://jeinelekwa.com/wp-admin/ — only one internal link points here — if that source changes, this page becomes an orphan. Add more contextual internal links to strengthen the crawl path.
notice Meta description too long
Rule meta_desc.too_long · Meta Description · 1 occurrence(s)
- https://jeinelekwa.com/sample-page/ — 300 chars
notice Meta description too short
Rule meta_desc.too_short · Meta Description · 1 occurrence(s)
- https://jeinelekwa.com/ — 22 chars
notice Missing Open Graph tags
Rule og.missing · Social · 5 occurrence(s)
- https://jeinelekwa.com/ — og:image
- https://jeinelekwa.com/2026/08/04/hello-world/ — og:image
- https://jeinelekwa.com/category/uncategorized/ — og:description, og:image
- https://jeinelekwa.com/sample-page/ — og:image
- https://jeinelekwa.com/wp-admin/ — og:title, og:description, og:image
notice No ETag header (no conditional GET for unchanged pages)
Rule perf.no_etag · Performance · 1 occurrence(s)
- https://jeinelekwa.com/wp-admin/ — the response carries no ETag header — without an ETag (or Last-Modified) there is no cache-revalidation mechanism, so crawlers re-download the full body every visit. Emit an ETag (a content hash) to enable conditional If-None-Match requests.
notice No Last-Modified header (no conditional GET for unchanged pages)
Rule perf.no_last_modified · Performance · 5 occurrence(s)
- https://jeinelekwa.com/ — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- https://jeinelekwa.com/2026/08/04/hello-world/ — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- https://jeinelekwa.com/category/uncategorized/ — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- https://jeinelekwa.com/sample-page/ — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
- https://jeinelekwa.com/wp-admin/ — the response carries no Last-Modified header — Googlebot can't send an If-Modified-Since request, so it re-downloads the full page body on every crawl even when nothing changed. Emit Last-Modified (or an ETag) on stable pages to enable 304 Not Modified responses.
notice Article schema missing recommended properties (Top Stories / image carousel)
Rule schema.article_incomplete · Structured Data · 1 occurrence(s)
- https://jeinelekwa.com/2026/08/04/hello-world/ — BlogPosting structured data is missing recommended property (image) — these feed Top Stories and image-carousel eligibility. Google defines no required Article properties, so this is advisory: add author, headline, image and datePublished where they apply.
notice Deprecated schema type with no Google rich result
Rule schema.deprecated_type · Structured Data · 4 occurrence(s)
- https://jeinelekwa.com/ — deprecated rich-result type(s) present: Sitelinks Searchbox. The markup is valid schema.org but Google no longer generates a rich result for it — remove or repurpose the block.
- https://jeinelekwa.com/2026/08/04/hello-world/ — deprecated rich-result type(s) present: Sitelinks Searchbox. The markup is valid schema.org but Google no longer generates a rich result for it — remove or repurpose the block.
- https://jeinelekwa.com/category/uncategorized/ — deprecated rich-result type(s) present: Sitelinks Searchbox. The markup is valid schema.org but Google no longer generates a rich result for it — remove or repurpose the block.
- https://jeinelekwa.com/sample-page/ — deprecated rich-result type(s) present: Sitelinks Searchbox. The markup is valid schema.org but Google no longer generates a rich result for it — remove or repurpose the block.
notice No structured data detected
Rule schema.none · Structured Data · 1 occurrence(s)
notice Missing recommended security headers
Rule security.missing_headers · Security · 5 occurrence(s)
- https://jeinelekwa.com/ — HSTS, CSP, X-Content-Type-Options
- https://jeinelekwa.com/2026/08/04/hello-world/ — HSTS, CSP, X-Content-Type-Options
- https://jeinelekwa.com/category/uncategorized/ — HSTS, CSP, X-Content-Type-Options
- https://jeinelekwa.com/sample-page/ — CSP, X-Content-Type-Options, HSTS
- https://jeinelekwa.com/wp-admin/ — HSTS, CSP, X-Content-Type-Options
notice target=_blank link without rel=noopener (tab-napping)
Rule security.unsafe_cross_origin_links · Security · 4 occurrence(s)
- https://jeinelekwa.com/ — 2 external link(s) use target="_blank" without rel="noopener" — the opened page can hijack your tab (reverse tab-napping). Add rel="noopener noreferrer".
- https://jeinelekwa.com/2026/08/04/hello-world/ — 2 external link(s) use target="_blank" without rel="noopener" — the opened page can hijack your tab (reverse tab-napping). Add rel="noopener noreferrer".
- https://jeinelekwa.com/category/uncategorized/ — 2 external link(s) use target="_blank" without rel="noopener" — the opened page can hijack your tab (reverse tab-napping). Add rel="noopener noreferrer".
- https://jeinelekwa.com/sample-page/ — 2 external link(s) use target="_blank" without rel="noopener" — the opened page can hijack your tab (reverse tab-napping). Add rel="noopener noreferrer".
notice Indexable page not listed in sitemap
Rule sitemap.orphan_not_listed · Sitemap · 1 occurrence(s)
- https://jeinelekwa.com/wp-admin/ — indexable but not in sitemap
notice Missing Twitter Card tag
Rule twitter.missing · Social · 1 occurrence(s)
| URL | Status | Indexable | Words | In-links |
|---|---|---|---|---|
| https://jeinelekwa.com/ JEIN ELEKWA - Tech, Explained Simply |
200 | yes | 164 | 4 |
| https://jeinelekwa.com/sample-page/ Sample Page - JEIN ELEKWA |
200 | yes | 298 | 4 |
| https://jeinelekwa.com/2026/08/04/hello-world/ Hello world! - JEIN ELEKWA |
200 | yes | 244 | 3 |
| https://jeinelekwa.com/category/uncategorized/ Uncategorized - JEIN ELEKWA |
200 | yes | 163 | 2 |
| https://jeinelekwa.com/wp-admin/ Checking your browser… |
200 | yes | 8 | 1 |
Audit your own site — free
157 checks, internal PageRank, render-diff. No signup, results in ~30s.