SEO audit for repolite.link
Repolite – Diseño web, SEO y páginas que convierten
Health 65/100 (fair) · 6 pages crawled · generated 2026-08-26
Download Markdown report (feed to ChatGPT / Claude / Cursor)
| Category | Score | Errors | Warnings | Notices |
|---|---|---|---|---|
| Meta Description | 80 | 0 | 4 | 0 |
| Budget | 90 | 0 | 2 | 0 |
| Content | 90 | 0 | 2 | 5 |
| Canonical | 95 | 0 | 1 | 0 |
| Indexability | 95 | 0 | 1 | 0 |
| Agent Readiness | 100 | 0 | 0 | 1 |
| Crawlability | 100 | 0 | 0 | 1 |
| Performance | 100 | 0 | 0 | 16 |
| Security | 100 | 0 | 0 | 5 |
| Social | 100 | 0 | 0 | 8 |
| Structured Data | 100 | 0 | 0 | 1 |
Warnings (6 rules)
warning robots.txt-disallowed URL receives internal links (crawl-budget leak)
Rule budget.disallow_linked · Budget · 1 occurrence(s)
- https://repolite.link/wp-admin/ — internal links point to https://repolite.link/wp-admin/, which robots.txt disallows for Googlebot — Googlebot discovers the URL, checks robots, then rejects it without indexing, wasting crawl budget and losing the link equity. Remove the internal links, or use noindex instead of Disallow if the page should be fetchable. Linked from: https://repolite.link/sample-page/.
warning Noindex page receives internal links (crawl-budget waste)
Rule budget.noindex_linked · Budget · 1 occurrence(s)
- https://repolite.link/hello-world/?replytocom=1 — this noindex page has 2 internal inlink(s) — Googlebot follows them, fetches the page, then drops it unindexed, spending crawl budget for no indexing benefit (and the links leak equity). Remove/redirect the links, or drop the noindex if the page should be indexed. Linked from: https://repolite.link/hello-world/, https://repolite.link/hello-world/?replytocom=1.
warning Missing canonical tag
Rule canonical.missing · Canonical · 1 occurrence(s)
warning Thin content (low word count)
Rule content.thin · Content · 2 occurrence(s)
- https://repolite.link/category/uncategorized/ — 84 words
- https://repolite.link/hello-world/ — 158 words
warning Page is noindex
Rule index.noindex · Indexability · 1 occurrence(s)
- https://repolite.link/hello-world/?replytocom=1 — meta/X-Robots: meta=max-image-preview:large, noindex, follow
warning Missing meta description
Rule meta_desc.missing · Meta Description · 4 occurrence(s)
Notices (12 rules)
notice No llms.txt for AI agents
Rule agent.llms_txt_missing · Agent Readiness · 1 occurrence(s)
- https://repolite.link/ — no llms.txt found at the site root — add one so AI agents get a curated site summary
notice Low text-to-HTML ratio
Rule content.low_ratio · Content · 3 occurrence(s)
notice Main text is hard to read (low Flesch Reading Ease)
Rule content.readability_poor · Content · 2 occurrence(s)
- https://repolite.link/ — this page reads as very difficult (Flesch Reading Ease 9, 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://repolite.link/hello-world/ — this page reads as difficult (Flesch Reading Ease 47, 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 Missing Open Graph tags
Rule og.missing · Social · 4 occurrence(s)
- https://repolite.link/ — og:title, og:description, og:image
- https://repolite.link/category/uncategorized/ — og:title, og:description, og:image
- https://repolite.link/hello-world/ — og:title, og:description, og:image
- https://repolite.link/sample-page/ — og:title, og:description, og:image
notice Legacy image format (jpg/png/gif) with no next-gen fallback
Rule perf.images_legacy_format · Performance · 1 occurrence(s)
- https://repolite.link/ — 5 image(s) use a legacy format (jpg/png/gif) with no next-gen <picture> fallback. Serve WebP or AVIF (with a <picture> typed <source>) to cut image transfer weight and improve LCP.
notice No ETag header (no conditional GET for unchanged pages)
Rule perf.no_etag · Performance · 5 occurrence(s)
- https://repolite.link/ — 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.
- https://repolite.link/category/uncategorized/ — 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.
- https://repolite.link/hello-world/ — 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.
- https://repolite.link/hello-world/?replytocom=1 — 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.
- https://repolite.link/sample-page/ — 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://repolite.link/ — 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://repolite.link/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://repolite.link/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://repolite.link/hello-world/?replytocom=1 — 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://repolite.link/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.
notice Slow server response
Rule perf.slow_response · Performance · 5 occurrence(s)
- https://repolite.link/ — 5184 ms
- https://repolite.link/category/uncategorized/ — 4822 ms
- https://repolite.link/hello-world/ — 5186 ms
- https://repolite.link/hello-world/?replytocom=1 — 4849 ms
- https://repolite.link/sample-page/ — 4984 ms
notice Blocked by robots.txt
Rule robots.blocked · Crawlability · 1 occurrence(s)
- https://repolite.link/wp-admin/ — Disallowed by robots.txt; not fetched
notice Deep page has no BreadcrumbList structured data
Rule schema.breadcrumb_missing · Structured Data · 1 occurrence(s)
- https://repolite.link/category/uncategorized/ — depth-2 page has structured data but no BreadcrumbList
notice Missing recommended security headers
Rule security.missing_headers · Security · 5 occurrence(s)
- https://repolite.link/ — HSTS, CSP, X-Content-Type-Options
- https://repolite.link/category/uncategorized/ — HSTS, CSP, X-Content-Type-Options
- https://repolite.link/hello-world/ — X-Content-Type-Options, HSTS, CSP
- https://repolite.link/hello-world/?replytocom=1 — HSTS, CSP, X-Content-Type-Options
- https://repolite.link/sample-page/ — HSTS, CSP, X-Content-Type-Options
notice Missing Twitter Card tag
Rule twitter.missing · Social · 4 occurrence(s)
| URL | Status | Indexable | Words | In-links |
|---|---|---|---|---|
| https://repolite.link/ Repolite – Diseño web, SEO y páginas que convierten |
200 | yes | 1625 | 5 |
| https://repolite.link/category/uncategorized/ Uncategorized – Repolite |
200 | yes | 84 | 3 |
| https://repolite.link/hello-world/ Hello world! – Repolite |
200 | yes | 158 | 3 |
| https://repolite.link/hello-world/?replytocom=1 Hello world! – Repolite |
200 | no | 162 | 2 |
| https://repolite.link/sample-page/ Sample Page – Repolite |
200 | yes | 212 | 0 |
| https://repolite.link/wp-admin/ | 0 | no | 0 | 1 |
Audit your own site — free
157 checks, internal PageRank, render-diff. No signup, results in ~30s.