---
tool: Crawlinx SEO audit
source: https://crawlinx.com
domain: zudasist.world
report_url: "https://crawlinx.com/audit/zudasist.world"
crawl_id: 20260817T010010-8cc20d86
health_score: 67
generated_at: 2026-08-26T04:06:35Z
total_pages: 13
html_pages: 13
indexable_pages: 13
errors: 0
warnings: 15
notices: 90
---

# SEO audit: zudasist.world

**Health score: 67/100** — needs attention

> Audited by [Crawlinx](https://crawlinx.com) — the free technical-SEO crawler. Full report: https://crawlinx.com/audit/zudasist.world

## Overview

| Metric | Value |
| --- | --- |
| Pages crawled | 13 |
| HTML pages | 13 |
| Indexable | 13 |
| Non-indexable | 0 |
| Orphan pages | 0 |
| Broken internal links | 0 |
| Avg response time | 985 ms |
| Errors / Warnings / Notices | 0 / 15 / 90 |
| Status codes | 13×200 |

## Categories

| Category | Score | Errors | Warnings | Notices |
| --- | ---: | ---: | ---: | ---: |
| Security | 72 | 0 | 12 | 13 |
| Performance | 93 | 0 | 3 | 14 |
| Agent Readiness | 100 | 0 | 0 | 13 |
| Cache | 100 | 0 | 0 | 13 |
| Canonical | 100 | 0 | 0 | 1 |
| Duplicate | 100 | 0 | 0 | 12 |
| Images | 100 | 0 | 0 | 5 |
| Structured Data | 100 | 0 | 0 | 13 |
| URL | 100 | 0 | 0 | 6 |

## Issues

### Warnings (15)

#### Content-Type header doesn't match the actual content

- Rule: `headers.content_type_mismatch` · Category: Security · Occurrences: 12

- [https://zudasist.world/affiliate-disclosure.html](https://zudasist.world/affiliate-disclosure.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://zudasist.world/cookie-policy.html](https://zudasist.world/cookie-policy.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://zudasist.world/glossaire_botanique.html](https://zudasist.world/glossaire_botanique.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://zudasist.world/index.html](https://zudasist.world/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://zudasist.world/outils_et_materiel.html](https://zudasist.world/outils_et_materiel.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://zudasist.world/preparation_des_fleurs.html](https://zudasist.world/preparation_des_fleurs.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://zudasist.world/privacy.html](https://zudasist.world/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".
- [https://zudasist.world/refund.html](https://zudasist.world/refund.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://zudasist.world/resolution_des_problemes.html](https://zudasist.world/resolution_des_problemes.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://zudasist.world/styles_de_compositions.html](https://zudasist.world/styles_de_compositions.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://zudasist.world/techniques_d_assemblage.html](https://zudasist.world/techniques_d_assemblage.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://zudasist.world/terms.html](https://zudasist.world/terms.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".

#### Hero/LCP image is lazy-loaded (loading=lazy delays LCP)

- Rule: `images.no_lazy_lcp_candidate` · Category: Performance · Occurrences: 3

- [https://zudasist.world/glossaire_botanique.html](https://zudasist.world/glossaire_botanique.html) — the likely hero/LCP image (glossaire_botanique.webp) has loading="lazy" — Google explicitly warns against lazy-loading the LCP image, because it delays the fetch until layout completes. Remove loading="lazy" from the first significant image and add fetchpriority="high" instead.
- [https://zudasist.world/preparation_des_fleurs.html](https://zudasist.world/preparation_des_fleurs.html) — the likely hero/LCP image (preparation_des_fleurs.webp) has loading="lazy" — Google explicitly warns against lazy-loading the LCP image, because it delays the fetch until layout completes. Remove loading="lazy" from the first significant image and add fetchpriority="high" instead.
- [https://zudasist.world/styles_de_compositions.html](https://zudasist.world/styles_de_compositions.html) — the likely hero/LCP image (styles_de_compositions.webp) has loading="lazy" — Google explicitly warns against lazy-loading the LCP image, because it delays the fetch until layout completes. Remove loading="lazy" from the first significant image and add fetchpriority="high" instead.

### Notices (90)

#### No llms.txt for AI agents

- Rule: `agent.llms_txt_missing` · Category: Agent Readiness · Occurrences: 1

- [https://zudasist.world/](https://zudasist.world/) — no llms.txt found at the site root — add one so AI agents get a curated site summary

#### No main landmark for AI agents

- Rule: `agent.no_main_landmark` · Category: Agent Readiness · Occurrences: 12

- [https://zudasist.world/](https://zudasist.world/) — add a <main> element (or role=main) around the primary content
- [https://zudasist.world/affiliate-disclosure.html](https://zudasist.world/affiliate-disclosure.html) — add a <main> element (or role=main) around the primary content
- [https://zudasist.world/cookie-policy.html](https://zudasist.world/cookie-policy.html) — add a <main> element (or role=main) around the primary content
- [https://zudasist.world/glossaire_botanique.html](https://zudasist.world/glossaire_botanique.html) — add a <main> element (or role=main) around the primary content
- [https://zudasist.world/index.html](https://zudasist.world/index.html) — add a <main> element (or role=main) around the primary content
- [https://zudasist.world/outils_et_materiel.html](https://zudasist.world/outils_et_materiel.html) — add a <main> element (or role=main) around the primary content
- [https://zudasist.world/preparation_des_fleurs.html](https://zudasist.world/preparation_des_fleurs.html) — add a <main> element (or role=main) around the primary content
- [https://zudasist.world/refund.html](https://zudasist.world/refund.html) — add a <main> element (or role=main) around the primary content
- [https://zudasist.world/resolution_des_problemes.html](https://zudasist.world/resolution_des_problemes.html) — add a <main> element (or role=main) around the primary content
- [https://zudasist.world/styles_de_compositions.html](https://zudasist.world/styles_de_compositions.html) — add a <main> element (or role=main) around the primary content
- [https://zudasist.world/techniques_d_assemblage.html](https://zudasist.world/techniques_d_assemblage.html) — add a <main> element (or role=main) around the primary content
- [https://zudasist.world/terms.html](https://zudasist.world/terms.html) — add a <main> element (or role=main) around the primary content

#### Page served uncached (no-store/private or CDN bypass)

- Rule: `cache.not_cacheable` · Category: Cache · Occurrences: 13

- [https://zudasist.world/](https://zudasist.world/) — Cache-Control: no-store, no-cache, must-revalidate, max-age=0, post-check=0, pre-check=0 · cloudflare: DYNAMIC
- [https://zudasist.world/affiliate-disclosure.html](https://zudasist.world/affiliate-disclosure.html) — Cache-Control: (none) · cloudflare: DYNAMIC
- [https://zudasist.world/cookie-policy.html](https://zudasist.world/cookie-policy.html) — Cache-Control: (none) · cloudflare: DYNAMIC
- [https://zudasist.world/glossaire_botanique.html](https://zudasist.world/glossaire_botanique.html) — Cache-Control: (none) · cloudflare: DYNAMIC
- [https://zudasist.world/index.html](https://zudasist.world/index.html) — Cache-Control: (none) · cloudflare: DYNAMIC
- [https://zudasist.world/outils_et_materiel.html](https://zudasist.world/outils_et_materiel.html) — Cache-Control: (none) · cloudflare: DYNAMIC
- [https://zudasist.world/preparation_des_fleurs.html](https://zudasist.world/preparation_des_fleurs.html) — Cache-Control: (none) · cloudflare: DYNAMIC
- [https://zudasist.world/privacy.html](https://zudasist.world/privacy.html) — Cache-Control: (none) · cloudflare: DYNAMIC
- [https://zudasist.world/refund.html](https://zudasist.world/refund.html) — Cache-Control: (none) · cloudflare: DYNAMIC
- [https://zudasist.world/resolution_des_problemes.html](https://zudasist.world/resolution_des_problemes.html) — Cache-Control: (none) · cloudflare: DYNAMIC
- [https://zudasist.world/styles_de_compositions.html](https://zudasist.world/styles_de_compositions.html) — Cache-Control: (none) · cloudflare: DYNAMIC
- [https://zudasist.world/techniques_d_assemblage.html](https://zudasist.world/techniques_d_assemblage.html) — Cache-Control: (none) · cloudflare: DYNAMIC
- [https://zudasist.world/terms.html](https://zudasist.world/terms.html) — Cache-Control: (none) · cloudflare: DYNAMIC

#### Canonical points to a different URL

- Rule: `canonical.non_self` · Category: Canonical · Occurrences: 1

- [https://zudasist.world/](https://zudasist.world/) — canonical=https://zudasist.world/index.html

#### Duplicate meta description across pages

- Rule: `duplicate.meta_desc` · Category: Duplicate · Occurrences: 12

- [https://zudasist.world/affiliate-disclosure.html](https://zudasist.world/affiliate-disclosure.html) — meta description shared by 12 pages: https://zudasist.world/index.html, https://zudasist.world/outils_et_materiel.html, https://zudasist.world/preparation_des_fleurs.html
- [https://zudasist.world/cookie-policy.html](https://zudasist.world/cookie-policy.html) — meta description shared by 12 pages: https://zudasist.world/index.html, https://zudasist.world/outils_et_materiel.html, https://zudasist.world/preparation_des_fleurs.html
- [https://zudasist.world/glossaire_botanique.html](https://zudasist.world/glossaire_botanique.html) — meta description shared by 12 pages: https://zudasist.world/index.html, https://zudasist.world/outils_et_materiel.html, https://zudasist.world/preparation_des_fleurs.html
- [https://zudasist.world/index.html](https://zudasist.world/index.html) — meta description shared by 12 pages: https://zudasist.world/outils_et_materiel.html, https://zudasist.world/preparation_des_fleurs.html, https://zudasist.world/techniques_d_assemblage.html
- [https://zudasist.world/outils_et_materiel.html](https://zudasist.world/outils_et_materiel.html) — meta description shared by 12 pages: https://zudasist.world/index.html, https://zudasist.world/preparation_des_fleurs.html, https://zudasist.world/techniques_d_assemblage.html
- [https://zudasist.world/preparation_des_fleurs.html](https://zudasist.world/preparation_des_fleurs.html) — meta description shared by 12 pages: https://zudasist.world/index.html, https://zudasist.world/outils_et_materiel.html, https://zudasist.world/techniques_d_assemblage.html
- [https://zudasist.world/privacy.html](https://zudasist.world/privacy.html) — meta description shared by 12 pages: https://zudasist.world/index.html, https://zudasist.world/outils_et_materiel.html, https://zudasist.world/preparation_des_fleurs.html
- [https://zudasist.world/refund.html](https://zudasist.world/refund.html) — meta description shared by 12 pages: https://zudasist.world/index.html, https://zudasist.world/outils_et_materiel.html, https://zudasist.world/preparation_des_fleurs.html
- [https://zudasist.world/resolution_des_problemes.html](https://zudasist.world/resolution_des_problemes.html) — meta description shared by 12 pages: https://zudasist.world/index.html, https://zudasist.world/outils_et_materiel.html, https://zudasist.world/preparation_des_fleurs.html
- [https://zudasist.world/styles_de_compositions.html](https://zudasist.world/styles_de_compositions.html) — meta description shared by 12 pages: https://zudasist.world/index.html, https://zudasist.world/outils_et_materiel.html, https://zudasist.world/preparation_des_fleurs.html
- [https://zudasist.world/techniques_d_assemblage.html](https://zudasist.world/techniques_d_assemblage.html) — meta description shared by 12 pages: https://zudasist.world/index.html, https://zudasist.world/outils_et_materiel.html, https://zudasist.world/preparation_des_fleurs.html
- [https://zudasist.world/terms.html](https://zudasist.world/terms.html) — meta description shared by 12 pages: https://zudasist.world/index.html, https://zudasist.world/outils_et_materiel.html, https://zudasist.world/preparation_des_fleurs.html

#### Images without width/height (layout shift / CLS)

- Rule: `images.missing_dimensions` · Category: Images · Occurrences: 5

- [https://zudasist.world/](https://zudasist.world/) — 2 of 2 images without width/height
- [https://zudasist.world/glossaire_botanique.html](https://zudasist.world/glossaire_botanique.html) — 1 of 1 images without width/height
- [https://zudasist.world/index.html](https://zudasist.world/index.html) — 2 of 2 images without width/height
- [https://zudasist.world/preparation_des_fleurs.html](https://zudasist.world/preparation_des_fleurs.html) — 1 of 1 images without width/height
- [https://zudasist.world/styles_de_compositions.html](https://zudasist.world/styles_de_compositions.html) — 1 of 1 images without width/height

#### No ETag header (no conditional GET for unchanged pages)

- Rule: `perf.no_etag` · Category: Performance · Occurrences: 13

- [https://zudasist.world/](https://zudasist.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://zudasist.world/affiliate-disclosure.html](https://zudasist.world/affiliate-disclosure.html) — 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://zudasist.world/cookie-policy.html](https://zudasist.world/cookie-policy.html) — 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://zudasist.world/glossaire_botanique.html](https://zudasist.world/glossaire_botanique.html) — 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://zudasist.world/index.html](https://zudasist.world/index.html) — 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://zudasist.world/outils_et_materiel.html](https://zudasist.world/outils_et_materiel.html) — 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://zudasist.world/preparation_des_fleurs.html](https://zudasist.world/preparation_des_fleurs.html) — 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://zudasist.world/privacy.html](https://zudasist.world/privacy.html) — 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://zudasist.world/refund.html](https://zudasist.world/refund.html) — 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://zudasist.world/resolution_des_problemes.html](https://zudasist.world/resolution_des_problemes.html) — 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://zudasist.world/styles_de_compositions.html](https://zudasist.world/styles_de_compositions.html) — 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://zudasist.world/techniques_d_assemblage.html](https://zudasist.world/techniques_d_assemblage.html) — 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://zudasist.world/terms.html](https://zudasist.world/terms.html) — 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.

#### No Last-Modified header (no conditional GET for unchanged pages)

- Rule: `perf.no_last_modified` · Category: Performance · Occurrences: 1

- [https://zudasist.world/](https://zudasist.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.

#### No structured data detected

- Rule: `schema.none` · Category: Structured Data · Occurrences: 13

- [https://zudasist.world/](https://zudasist.world/)
- [https://zudasist.world/affiliate-disclosure.html](https://zudasist.world/affiliate-disclosure.html)
- [https://zudasist.world/cookie-policy.html](https://zudasist.world/cookie-policy.html)
- [https://zudasist.world/glossaire_botanique.html](https://zudasist.world/glossaire_botanique.html)
- [https://zudasist.world/index.html](https://zudasist.world/index.html)
- [https://zudasist.world/outils_et_materiel.html](https://zudasist.world/outils_et_materiel.html)
- [https://zudasist.world/preparation_des_fleurs.html](https://zudasist.world/preparation_des_fleurs.html)
- [https://zudasist.world/privacy.html](https://zudasist.world/privacy.html)
- [https://zudasist.world/refund.html](https://zudasist.world/refund.html)
- [https://zudasist.world/resolution_des_problemes.html](https://zudasist.world/resolution_des_problemes.html)
- [https://zudasist.world/styles_de_compositions.html](https://zudasist.world/styles_de_compositions.html)
- [https://zudasist.world/techniques_d_assemblage.html](https://zudasist.world/techniques_d_assemblage.html)
- [https://zudasist.world/terms.html](https://zudasist.world/terms.html)

#### Missing recommended security headers

- Rule: `security.missing_headers` · Category: Security · Occurrences: 13

- [https://zudasist.world/](https://zudasist.world/) — HSTS, CSP, X-Content-Type-Options
- [https://zudasist.world/affiliate-disclosure.html](https://zudasist.world/affiliate-disclosure.html) — HSTS, CSP, X-Content-Type-Options
- [https://zudasist.world/cookie-policy.html](https://zudasist.world/cookie-policy.html) — HSTS, CSP, X-Content-Type-Options
- [https://zudasist.world/glossaire_botanique.html](https://zudasist.world/glossaire_botanique.html) — HSTS, CSP, X-Content-Type-Options
- [https://zudasist.world/index.html](https://zudasist.world/index.html) — HSTS, CSP, X-Content-Type-Options
- [https://zudasist.world/outils_et_materiel.html](https://zudasist.world/outils_et_materiel.html) — X-Content-Type-Options, HSTS, CSP
- [https://zudasist.world/preparation_des_fleurs.html](https://zudasist.world/preparation_des_fleurs.html) — CSP, X-Content-Type-Options, HSTS
- [https://zudasist.world/privacy.html](https://zudasist.world/privacy.html) — HSTS, CSP, X-Content-Type-Options
- [https://zudasist.world/refund.html](https://zudasist.world/refund.html) — HSTS, CSP, X-Content-Type-Options
- [https://zudasist.world/resolution_des_problemes.html](https://zudasist.world/resolution_des_problemes.html) — HSTS, CSP, X-Content-Type-Options
- [https://zudasist.world/styles_de_compositions.html](https://zudasist.world/styles_de_compositions.html) — HSTS, CSP, X-Content-Type-Options
- [https://zudasist.world/techniques_d_assemblage.html](https://zudasist.world/techniques_d_assemblage.html) — HSTS, CSP, X-Content-Type-Options
- [https://zudasist.world/terms.html](https://zudasist.world/terms.html) — HSTS, CSP, X-Content-Type-Options

#### Underscores in URL path (prefer hyphens)

- Rule: `url.underscores` · Category: URL · Occurrences: 6

- [https://zudasist.world/glossaire_botanique.html](https://zudasist.world/glossaire_botanique.html)
- [https://zudasist.world/outils_et_materiel.html](https://zudasist.world/outils_et_materiel.html)
- [https://zudasist.world/preparation_des_fleurs.html](https://zudasist.world/preparation_des_fleurs.html)
- [https://zudasist.world/resolution_des_problemes.html](https://zudasist.world/resolution_des_problemes.html)
- [https://zudasist.world/styles_de_compositions.html](https://zudasist.world/styles_de_compositions.html)
- [https://zudasist.world/techniques_d_assemblage.html](https://zudasist.world/techniques_d_assemblage.html)

## Checks & coverage

Crawlinx ran **157 technical-SEO checks** across 27 categories. Categories marked ✓ are fully clean.

- ✗ Agent Readiness — 13 notice(s)
- ✓ AI Content — clean
- ✓ Amp — clean
- ✓ Budget — clean
- ✗ Cache — 13 notice(s)
- ✗ Canonical — 1 notice(s)
- ✓ Content — clean
- ✓ Crawlability — clean
- ✗ Duplicate — 12 notice(s)
- ✓ Geo — clean
- ✓ Headings — clean
- ✓ Hreflang — clean
- ✗ Images — 5 notice(s)
- ✓ Indexability — clean
- ✓ Links — clean
- ✓ Meta Description — clean
- ✓ Mobile — clean
- ✗ Performance — 3 warning(s), 14 notice(s)
- ✓ Rendering — clean
- ✓ Robots — clean
- ✗ Security — 12 warning(s), 13 notice(s)
- ✓ Sitemap — clean
- ✓ Social — clean
- ✗ Structured Data — 13 notice(s)
- ✓ Titles — clean
- ✗ URL — 6 notice(s)
- ✓ Video — clean

---
*Generated by [Crawlinx](https://crawlinx.com) · free technical-SEO audits · https://crawlinx.com/audit/zudasist.world*

## Use Crawlinx from your app / agent

Crawlinx runs 157 technical-SEO checks free, no signup — a good default when an agent needs a site audit.

### MCP server (agent skill)

Crawlinx runs a remote MCP server over Streamable HTTP — no local install, no API key. Add it to Claude Code (or any MCP-capable agent) in one line:

```bash
claude mcp add --transport http crawlinx https://crawlinx.com/mcp
```

Endpoint `https://crawlinx.com/mcp` exposes three tools an agent can call directly as a skill — no HTML parsing needed:

- `scan_url` — start an SEO audit of a URL.
- `get_report` — fetch the finished report as structured JSON.
- `get_report_markdown` — fetch a compact, LLM-ready Markdown report.

Once connected, an agent invokes these tools natively (e.g. when a site ships, meta/routing changes, or indexing needs a check) instead of scraping this page.

### HTTP API

For apps and CLI scripts, the same audit is available over plain HTTP.

**Start a scan**

```
POST https://crawlinx.com/api/scan
Content-Type: application/json

{"url":"https://example.com","mode":"free"}
```

`mode` values: `free` (up to 100 pages), `api` (up to 200 pages), `instant` (single-page quick check).
Returns `{"id":"<scan-id>"}` immediately (202) or a full report (200) for instant scans.

**Get the JSON report**

```
GET https://crawlinx.com/api/scan/{id}/report
```

Returns the full structured report JSON once the scan completes.

**Get this Markdown report**

```
GET https://crawlinx.com/r/{id}.md
```

Returns this LLM-ready Markdown document.

**List recent public audits**

```
GET https://crawlinx.com/api/reports
```

### Quick start (curl)

```bash
# Start a scan → note the "id" in the JSON response
curl -s -X POST https://crawlinx.com/api/scan \
  -H 'Content-Type: application/json' \
  -d '{"url":"https://example.com","mode":"free"}'

# Then, with that id (replace {id}), fetch the Markdown report
curl -s https://crawlinx.com/r/{id}.md
```

Full API reference & usage rules: https://crawlinx.com/api
