SEO audit for locready.com
LocReady — Localization Readiness Audit Tool
Health 65/100 (fair) · 5 pages crawled · generated 2026-08-26
Download Markdown report (feed to ChatGPT / Claude / Cursor)Instantly audit any website for CLDR-aligned localization issues across 6 readiness domains. Get a localization readiness score with actionable next steps.
| Category | Score | Errors | Warnings | Notices |
|---|---|---|---|---|
| Security | 70 | 0 | 5 | 0 |
| Canonical | 76 | 0 | 4 | 2 |
| Content | 94 | 0 | 1 | 4 |
| Duplicate | 94 | 0 | 1 | 0 |
| Agent Readiness | 100 | 0 | 0 | 6 |
| Headings | 100 | 0 | 0 | 2 |
| Images | 100 | 0 | 0 | 2 |
| Performance | 100 | 0 | 0 | 2 |
| Social | 100 | 0 | 0 | 6 |
| Structured Data | 100 | 0 | 0 | 5 |
Warnings (5 rules)
warning Missing canonical tag
Rule canonical.missing · Canonical · 3 occurrence(s)
warning Interior page canonicalizes to the homepage
Rule canonical.points_to_homepage · Canonical · 1 occurrence(s)
- https://locready.com/index.html — this interior page canonicalizes to the homepage (https://locready.com/) — Google will treat the homepage as authoritative and drop this page from search. Point the canonical at the page's own URL.
warning Thin content (low word count)
Rule content.thin · Content · 1 occurrence(s)
- https://locready.com/contact.html — 174 words
warning Homepage duplicated across protocol/host variants (no redirect)
Rule duplicate.protocol_host · Duplicate · 1 occurrence(s)
- https://locready.com/ — https://www.locready.com/ serves the same homepage content with a 200 and no redirect — Google sees a duplicate. Pick one canonical host/scheme and 301-redirect the others.
warning Content-Type header doesn't match the actual content
Rule headers.content_type_mismatch · Security · 5 occurrence(s)
- https://locready.com/ — 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".
- https://locready.com/about.html — 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".
- https://locready.com/contact.html — 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".
- https://locready.com/index.html — 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".
- https://locready.com/privacy.html — 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".
Notices (11 rules)
notice No llms.txt for AI agents
Rule agent.llms_txt_missing · Agent Readiness · 1 occurrence(s)
- https://locready.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 · 5 occurrence(s)
- https://locready.com/ — add a <main> element (or role=main) around the primary content
- https://locready.com/about.html — add a <main> element (or role=main) around the primary content
- https://locready.com/contact.html — add a <main> element (or role=main) around the primary content
- https://locready.com/index.html — add a <main> element (or role=main) around the primary content
- https://locready.com/privacy.html — add a <main> element (or role=main) around the primary content
notice Canonical target reachable only via a canonical tag (no inlinks)
Rule canonical.isolated_url · Canonical · 1 occurrence(s)
- https://locready.com/ — this URL is a canonical target but has no internal links pointing to it — crawlers only learn of it via the canonical tag. Add direct internal links (or list it in the sitemap).
notice Canonical points to a different URL
Rule canonical.non_self · Canonical · 1 occurrence(s)
- https://locready.com/index.html — canonical=https://locready.com/
notice Main text is hard to read (low Flesch Reading Ease)
Rule content.readability_poor · Content · 4 occurrence(s)
- https://locready.com/ — this page reads as difficult (Flesch Reading Ease 48, 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://locready.com/about.html — 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://locready.com/contact.html — this page reads as difficult (Flesch Reading Ease 50, 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://locready.com/index.html — this page reads as difficult (Flesch Reading Ease 48, 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 Multiple <h1> elements
Rule h1.multiple · Headings · 2 occurrence(s)
- https://locready.com/ — 2 <h1> elements
- https://locready.com/index.html — 2 <h1> elements
notice Likely hero image lacks fetchpriority=high
Rule images.hero_no_fetchpriority · Performance · 2 occurrence(s)
- https://locready.com/ — the likely hero/LCP image (photo-1522071820081-009f0129c71c) 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://locready.com/index.html — the likely hero/LCP image (photo-1522071820081-009f0129c71c) 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 Images without width/height (layout shift / CLS)
Rule images.missing_dimensions · Images · 2 occurrence(s)
- https://locready.com/ — 1 of 1 images without width/height
- https://locready.com/index.html — 1 of 1 images without width/height
notice Missing Open Graph tags
Rule og.missing · Social · 3 occurrence(s)
- https://locready.com/about.html — og:title, og:description, og:image
- https://locready.com/contact.html — og:title, og:description, og:image
- https://locready.com/privacy.html — og:title, og:description, og:image
notice No structured data detected
Rule schema.none · Structured Data · 5 occurrence(s)
notice Missing Twitter Card tag
Rule twitter.missing · Social · 3 occurrence(s)
| URL | Status | Indexable | Words | In-links |
|---|---|---|---|---|
| https://locready.com/about.html About — LocReady |
200 | yes | 550 | 5 |
| https://locready.com/contact.html Contact — LocReady |
200 | yes | 174 | 5 |
| https://locready.com/privacy.html Privacy Policy — LocReady |
200 | yes | 1776 | 5 |
| https://locready.com/index.html LocReady — Localization Readiness Audit Tool |
200 | yes | 1285 | 3 |
| https://locready.com/ LocReady — Localization Readiness Audit Tool |
200 | yes | 1285 | 0 |
Audit your own site — free
157 checks, internal PageRank, render-diff. No signup, results in ~30s.