---
tool: Crawlinx SEO audit
source: https://crawlinx.com
domain: sortons.app
report_url: "https://crawlinx.com/audit/sortons.app"
crawl_id: 20260721T175307-db1b2f14
health_score: 89
generated_at: 2026-08-26T16:46:46Z
total_pages: 21
html_pages: 19
indexable_pages: 19
errors: 0
warnings: 3
notices: 106
---

# SEO audit: sortons.app

**Health score: 89/100** — good, with fixable gaps

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

## Overview

| Metric | Value |
| --- | --- |
| Pages crawled | 21 |
| HTML pages | 19 |
| Indexable | 19 |
| Non-indexable | 0 |
| Orphan pages | 0 |
| Broken internal links | 0 |
| Avg response time | 4117 ms |
| Errors / Warnings / Notices | 0 / 3 / 106 |
| Status codes | 1×0, 20×200 |

## Categories

| Category | Score | Errors | Warnings | Notices |
| --- | ---: | ---: | ---: | ---: |
| Content | 97 | 0 | 2 | 0 |
| Crawlability | 99 | 0 | 1 | 0 |
| Agent Readiness | 100 | 0 | 0 | 3 |
| Cache | 100 | 0 | 0 | 19 |
| Performance | 100 | 0 | 0 | 59 |
| Security | 100 | 0 | 0 | 19 |
| Structured Data | 100 | 0 | 0 | 6 |

## Issues

### Warnings (3)

#### Thin content (low word count)

- Rule: `content.thin` · Category: Content · Occurrences: 2

- [https://sortons.app/sortie/parc-accrocamp-de-rueil-malmaison](https://sortons.app/sortie/parc-accrocamp-de-rueil-malmaison) — 125 words
- [https://sortons.app/transparence](https://sortons.app/transparence) — 181 words

#### Incomplete/empty response after retries (likely transient — re-crawl)

- Rule: `fetch.incomplete` · Category: Crawlability · Occurrences: 1

- [https://sortons.app/sorties/lyon](https://sortons.app/sorties/lyon) — context deadline exceeded after 3 attempts

### Notices (106)

#### Heading levels skip a level

- Rule: `agent.heading_skip` · Category: Agent Readiness · Occurrences: 2

- [https://sortons.app/](https://sortons.app/) — h3 follows h1 — skips h2
- [https://sortons.app/sorties](https://sortons.app/sorties) — h3 follows h1 — skips h2

#### No llms.txt for AI agents

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

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

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

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

- [https://sortons.app/](https://sortons.app/) — Cache-Control: no-cache, private
- [https://sortons.app/cgu](https://sortons.app/cgu) — Cache-Control: no-cache, private
- [https://sortons.app/privacy](https://sortons.app/privacy) — Cache-Control: no-cache, private
- [https://sortons.app/sortie/parc-accrocamp-de-rueil-malmaison](https://sortons.app/sortie/parc-accrocamp-de-rueil-malmaison) — Cache-Control: no-cache, private
- [https://sortons.app/sorties](https://sortons.app/sorties) — Cache-Control: no-cache, private
- [https://sortons.app/sorties/chaussy](https://sortons.app/sorties/chaussy) — Cache-Control: no-cache, private
- [https://sortons.app/sorties/clichy](https://sortons.app/sorties/clichy) — Cache-Control: no-cache, private
- [https://sortons.app/sorties/guyancourt](https://sortons.app/sorties/guyancourt) — Cache-Control: no-cache, private
- [https://sortons.app/sorties/issy-les-moulineaux](https://sortons.app/sorties/issy-les-moulineaux) — Cache-Control: no-cache, private
- [https://sortons.app/sorties/marseille](https://sortons.app/sorties/marseille) — Cache-Control: no-cache, private
- [https://sortons.app/sorties/meudon](https://sortons.app/sorties/meudon) — Cache-Control: no-cache, private
- [https://sortons.app/sorties/montreuil](https://sortons.app/sorties/montreuil) — Cache-Control: no-cache, private
- [https://sortons.app/sorties/paris](https://sortons.app/sorties/paris) — Cache-Control: no-cache, private
- [https://sortons.app/sorties/paris?page=2](https://sortons.app/sorties/paris?page=2) — Cache-Control: no-cache, private
- [https://sortons.app/sorties/plaisir](https://sortons.app/sorties/plaisir) — Cache-Control: no-cache, private
- [https://sortons.app/sorties/toulouse](https://sortons.app/sorties/toulouse) — Cache-Control: no-cache, private
- [https://sortons.app/sorties/trappes](https://sortons.app/sorties/trappes) — Cache-Control: no-cache, private
- [https://sortons.app/sorties/versailles](https://sortons.app/sorties/versailles) — Cache-Control: no-cache, private
- [https://sortons.app/transparence](https://sortons.app/transparence) — Cache-Control: no-cache, private

#### Likely hero image lacks fetchpriority=high

- Rule: `images.hero_no_fetchpriority` · Category: Performance · Occurrences: 1

- [https://sortons.app/](https://sortons.app/) — the likely hero/LCP image (badge-google-play.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.

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

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

- [https://sortons.app/](https://sortons.app/) — 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://sortons.app/cgu](https://sortons.app/cgu) — 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://sortons.app/privacy](https://sortons.app/privacy) — 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://sortons.app/sortie/parc-accrocamp-de-rueil-malmaison](https://sortons.app/sortie/parc-accrocamp-de-rueil-malmaison) — 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://sortons.app/sorties](https://sortons.app/sorties) — 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://sortons.app/sorties/chaussy](https://sortons.app/sorties/chaussy) — 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://sortons.app/sorties/clichy](https://sortons.app/sorties/clichy) — 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://sortons.app/sorties/guyancourt](https://sortons.app/sorties/guyancourt) — 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://sortons.app/sorties/issy-les-moulineaux](https://sortons.app/sorties/issy-les-moulineaux) — 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://sortons.app/sorties/marseille](https://sortons.app/sorties/marseille) — 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://sortons.app/sorties/meudon](https://sortons.app/sorties/meudon) — 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://sortons.app/sorties/montreuil](https://sortons.app/sorties/montreuil) — 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://sortons.app/sorties/paris](https://sortons.app/sorties/paris) — 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://sortons.app/sorties/paris?page=2](https://sortons.app/sorties/paris?page=2) — 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://sortons.app/sorties/plaisir](https://sortons.app/sorties/plaisir) — 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://sortons.app/sorties/toulouse](https://sortons.app/sorties/toulouse) — 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://sortons.app/sorties/trappes](https://sortons.app/sorties/trappes) — 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://sortons.app/sorties/versailles](https://sortons.app/sorties/versailles) — 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://sortons.app/transparence](https://sortons.app/transparence) — 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: 19

- [https://sortons.app/](https://sortons.app/) — 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://sortons.app/cgu](https://sortons.app/cgu) — 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://sortons.app/privacy](https://sortons.app/privacy) — 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://sortons.app/sortie/parc-accrocamp-de-rueil-malmaison](https://sortons.app/sortie/parc-accrocamp-de-rueil-malmaison) — 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://sortons.app/sorties](https://sortons.app/sorties) — 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://sortons.app/sorties/chaussy](https://sortons.app/sorties/chaussy) — 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://sortons.app/sorties/clichy](https://sortons.app/sorties/clichy) — 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://sortons.app/sorties/guyancourt](https://sortons.app/sorties/guyancourt) — 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://sortons.app/sorties/issy-les-moulineaux](https://sortons.app/sorties/issy-les-moulineaux) — 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://sortons.app/sorties/marseille](https://sortons.app/sorties/marseille) — 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://sortons.app/sorties/meudon](https://sortons.app/sorties/meudon) — 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://sortons.app/sorties/montreuil](https://sortons.app/sorties/montreuil) — 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://sortons.app/sorties/paris](https://sortons.app/sorties/paris) — 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://sortons.app/sorties/paris?page=2](https://sortons.app/sorties/paris?page=2) — 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://sortons.app/sorties/plaisir](https://sortons.app/sorties/plaisir) — 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://sortons.app/sorties/toulouse](https://sortons.app/sorties/toulouse) — 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://sortons.app/sorties/trappes](https://sortons.app/sorties/trappes) — 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://sortons.app/sorties/versailles](https://sortons.app/sorties/versailles) — 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://sortons.app/transparence](https://sortons.app/transparence) — 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.

#### Slow server response

- Rule: `perf.slow_response` · Category: Performance · Occurrences: 20

- [https://sortons.app/](https://sortons.app/) — 4098 ms
- [https://sortons.app/api/v1/stats](https://sortons.app/api/v1/stats) — 4042 ms
- [https://sortons.app/cgu](https://sortons.app/cgu) — 4062 ms
- [https://sortons.app/privacy](https://sortons.app/privacy) — 4124 ms
- [https://sortons.app/sortie/parc-accrocamp-de-rueil-malmaison](https://sortons.app/sortie/parc-accrocamp-de-rueil-malmaison) — 4101 ms
- [https://sortons.app/sorties](https://sortons.app/sorties) — 4200 ms
- [https://sortons.app/sorties/chaussy](https://sortons.app/sorties/chaussy) — 4072 ms
- [https://sortons.app/sorties/clichy](https://sortons.app/sorties/clichy) — 4070 ms
- [https://sortons.app/sorties/guyancourt](https://sortons.app/sorties/guyancourt) — 4099 ms
- [https://sortons.app/sorties/issy-les-moulineaux](https://sortons.app/sorties/issy-les-moulineaux) — 4090 ms
- [https://sortons.app/sorties/marseille](https://sortons.app/sorties/marseille) — 4071 ms
- [https://sortons.app/sorties/meudon](https://sortons.app/sorties/meudon) — 4119 ms
- [https://sortons.app/sorties/montreuil](https://sortons.app/sorties/montreuil) — 4082 ms
- [https://sortons.app/sorties/paris](https://sortons.app/sorties/paris) — 4186 ms
- [https://sortons.app/sorties/paris?page=2](https://sortons.app/sorties/paris?page=2) — 4199 ms
- [https://sortons.app/sorties/plaisir](https://sortons.app/sorties/plaisir) — 4219 ms
- [https://sortons.app/sorties/toulouse](https://sortons.app/sorties/toulouse) — 4101 ms
- [https://sortons.app/sorties/trappes](https://sortons.app/sorties/trappes) — 4085 ms
- [https://sortons.app/sorties/versailles](https://sortons.app/sorties/versailles) — 4098 ms
- [https://sortons.app/transparence](https://sortons.app/transparence) — 4228 ms

#### Deep page has no BreadcrumbList structured data

- Rule: `schema.breadcrumb_missing` · Category: Structured Data · Occurrences: 1

- [https://sortons.app/sorties/paris?page=2](https://sortons.app/sorties/paris?page=2) — depth-2 page has structured data but no BreadcrumbList

#### No structured data detected

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

- [https://sortons.app/](https://sortons.app/)
- [https://sortons.app/cgu](https://sortons.app/cgu)
- [https://sortons.app/privacy](https://sortons.app/privacy)
- [https://sortons.app/sorties](https://sortons.app/sorties)
- [https://sortons.app/transparence](https://sortons.app/transparence)

#### Missing recommended security headers

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

- [https://sortons.app/](https://sortons.app/) — HSTS, CSP, X-Content-Type-Options
- [https://sortons.app/cgu](https://sortons.app/cgu) — HSTS, CSP, X-Content-Type-Options
- [https://sortons.app/privacy](https://sortons.app/privacy) — HSTS, CSP, X-Content-Type-Options
- [https://sortons.app/sortie/parc-accrocamp-de-rueil-malmaison](https://sortons.app/sortie/parc-accrocamp-de-rueil-malmaison) — CSP, X-Content-Type-Options, HSTS
- [https://sortons.app/sorties](https://sortons.app/sorties) — HSTS, CSP, X-Content-Type-Options
- [https://sortons.app/sorties/chaussy](https://sortons.app/sorties/chaussy) — HSTS, CSP, X-Content-Type-Options
- [https://sortons.app/sorties/clichy](https://sortons.app/sorties/clichy) — HSTS, CSP, X-Content-Type-Options
- [https://sortons.app/sorties/guyancourt](https://sortons.app/sorties/guyancourt) — HSTS, CSP, X-Content-Type-Options
- [https://sortons.app/sorties/issy-les-moulineaux](https://sortons.app/sorties/issy-les-moulineaux) — X-Content-Type-Options, HSTS, CSP
- [https://sortons.app/sorties/marseille](https://sortons.app/sorties/marseille) — HSTS, CSP, X-Content-Type-Options
- [https://sortons.app/sorties/meudon](https://sortons.app/sorties/meudon) — HSTS, CSP, X-Content-Type-Options
- [https://sortons.app/sorties/montreuil](https://sortons.app/sorties/montreuil) — X-Content-Type-Options, HSTS, CSP
- [https://sortons.app/sorties/paris](https://sortons.app/sorties/paris) — HSTS, CSP, X-Content-Type-Options
- [https://sortons.app/sorties/paris?page=2](https://sortons.app/sorties/paris?page=2) — CSP, X-Content-Type-Options, HSTS
- [https://sortons.app/sorties/plaisir](https://sortons.app/sorties/plaisir) — HSTS, CSP, X-Content-Type-Options
- [https://sortons.app/sorties/toulouse](https://sortons.app/sorties/toulouse) — HSTS, CSP, X-Content-Type-Options
- [https://sortons.app/sorties/trappes](https://sortons.app/sorties/trappes) — HSTS, CSP, X-Content-Type-Options
- [https://sortons.app/sorties/versailles](https://sortons.app/sorties/versailles) — HSTS, CSP, X-Content-Type-Options
- [https://sortons.app/transparence](https://sortons.app/transparence) — HSTS, CSP, X-Content-Type-Options

## Checks & coverage

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

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

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

## 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
