---
tool: Crawlinx SEO audit
source: https://crawlinx.com
domain: sitensound.org
report_url: "https://crawlinx.com/audit/sitensound.org"
crawl_id: 20260723T230331-04bc246b
health_score: 65
generated_at: 2026-08-26T03:20:40Z
total_pages: 7
html_pages: 7
indexable_pages: 7
errors: 0
warnings: 49
notices: 73
---

# SEO audit: sitensound.org

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

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

## Overview

| Metric | Value |
| --- | --- |
| Pages crawled | 7 |
| HTML pages | 7 |
| Indexable | 7 |
| Non-indexable | 0 |
| Orphan pages | 0 |
| Broken internal links | 0 |
| Avg response time | 923 ms |
| Errors / Warnings / Notices | 0 / 49 / 73 |
| Status codes | 7×200 |

## Categories

| Category | Score | Errors | Warnings | Notices |
| --- | ---: | ---: | ---: | ---: |
| Canonical | 74 | 0 | 6 | 0 |
| Content | 74 | 0 | 6 | 6 |
| Headings | 74 | 0 | 6 | 0 |
| Mobile | 74 | 0 | 6 | 0 |
| Performance | 74 | 0 | 6 | 18 |
| Security | 74 | 0 | 6 | 6 |
| Agent Readiness | 79 | 0 | 5 | 5 |
| Meta Description | 79 | 0 | 5 | 0 |
| Crawlability | 96 | 0 | 1 | 0 |
| Duplicate | 96 | 0 | 1 | 0 |
| Images | 96 | 0 | 1 | 5 |
| Links | 100 | 0 | 0 | 5 |
| Robots | 100 | 0 | 0 | 1 |
| Social | 100 | 0 | 0 | 12 |
| Structured Data | 100 | 0 | 0 | 6 |
| Titles | 100 | 0 | 0 | 5 |
| URL | 100 | 0 | 0 | 4 |

## Issues

### Warnings (49)

#### Control has no accessible name

- Rule: `agent.control_no_name` · Category: Agent Readiness · Occurrences: 5

- [https://sitensound.org/About.html](https://sitensound.org/About.html) — 5 button/link(s) with no text or aria-label — an agent can't target them
- [https://sitensound.org/Contact.html](https://sitensound.org/Contact.html) — 5 button/link(s) with no text or aria-label — an agent can't target them
- [https://sitensound.org/Gallery.html](https://sitensound.org/Gallery.html) — 17 button/link(s) with no text or aria-label — an agent can't target them
- [https://sitensound.org/Products.html](https://sitensound.org/Products.html) — 5 button/link(s) with no text or aria-label — an agent can't target them
- [https://sitensound.org/catalogue.html](https://sitensound.org/catalogue.html) — 5 button/link(s) with no text or aria-label — an agent can't target them

#### Missing canonical tag

- Rule: `canonical.missing` · Category: Canonical · Occurrences: 6

- [https://sitensound.org/](https://sitensound.org/)
- [https://sitensound.org/About.html](https://sitensound.org/About.html)
- [https://sitensound.org/Contact.html](https://sitensound.org/Contact.html)
- [https://sitensound.org/Gallery.html](https://sitensound.org/Gallery.html)
- [https://sitensound.org/Products.html](https://sitensound.org/Products.html)
- [https://sitensound.org/catalogue.html](https://sitensound.org/catalogue.html)

#### Thin content (low word count)

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

- [https://sitensound.org/](https://sitensound.org/) — 56 words
- [https://sitensound.org/About.html](https://sitensound.org/About.html) — 16 words
- [https://sitensound.org/Contact.html](https://sitensound.org/Contact.html) — 50 words
- [https://sitensound.org/Gallery.html](https://sitensound.org/Gallery.html) — 13 words
- [https://sitensound.org/Products.html](https://sitensound.org/Products.html) — 70 words
- [https://sitensound.org/catalogue.html](https://sitensound.org/catalogue.html) — 94 words

#### Homepage duplicated across protocol/host variants (no redirect)

- Rule: `duplicate.protocol_host` · Category: Duplicate · Occurrences: 1

- [https://sitensound.org/](https://sitensound.org/) — https://www.sitensound.org/ 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.

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

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

- [https://sitensound.org/flash/index.html](https://sitensound.org/flash/index.html) — HTTP 200, 10 words after 3 attempts

#### Missing <h1>

- Rule: `h1.missing` · Category: Headings · Occurrences: 6

- [https://sitensound.org/](https://sitensound.org/)
- [https://sitensound.org/About.html](https://sitensound.org/About.html)
- [https://sitensound.org/Contact.html](https://sitensound.org/Contact.html)
- [https://sitensound.org/Gallery.html](https://sitensound.org/Gallery.html)
- [https://sitensound.org/Products.html](https://sitensound.org/Products.html)
- [https://sitensound.org/catalogue.html](https://sitensound.org/catalogue.html)

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

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

- [https://sitensound.org/](https://sitensound.org/) — 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://sitensound.org/About.html](https://sitensound.org/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://sitensound.org/Contact.html](https://sitensound.org/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://sitensound.org/Gallery.html](https://sitensound.org/Gallery.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://sitensound.org/Products.html](https://sitensound.org/Products.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://sitensound.org/catalogue.html](https://sitensound.org/catalogue.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".

#### Images missing alt text

- Rule: `images.missing_alt` · Category: Images · Occurrences: 1

- [https://sitensound.org/](https://sitensound.org/) — 1 of 1 images missing alt

#### Missing meta description

- Rule: `meta_desc.missing` · Category: Meta Description · Occurrences: 5

- [https://sitensound.org/About.html](https://sitensound.org/About.html)
- [https://sitensound.org/Contact.html](https://sitensound.org/Contact.html)
- [https://sitensound.org/Gallery.html](https://sitensound.org/Gallery.html)
- [https://sitensound.org/Products.html](https://sitensound.org/Products.html)
- [https://sitensound.org/catalogue.html](https://sitensound.org/catalogue.html)

#### Missing viewport meta tag

- Rule: `mobile.viewport_missing` · Category: Mobile · Occurrences: 6

- [https://sitensound.org/](https://sitensound.org/)
- [https://sitensound.org/About.html](https://sitensound.org/About.html)
- [https://sitensound.org/Contact.html](https://sitensound.org/Contact.html)
- [https://sitensound.org/Gallery.html](https://sitensound.org/Gallery.html)
- [https://sitensound.org/Products.html](https://sitensound.org/Products.html)
- [https://sitensound.org/catalogue.html](https://sitensound.org/catalogue.html)

#### Render-blocking script in <head> (no defer/async)

- Rule: `perf.render_blocking` · Category: Performance · Occurrences: 6

- [https://sitensound.org/](https://sitensound.org/) — 1 render-blocking <script> in <head> (add defer/async or use type=module)
- [https://sitensound.org/About.html](https://sitensound.org/About.html) — 1 render-blocking <script> in <head> (add defer/async or use type=module)
- [https://sitensound.org/Contact.html](https://sitensound.org/Contact.html) — 1 render-blocking <script> in <head> (add defer/async or use type=module)
- [https://sitensound.org/Gallery.html](https://sitensound.org/Gallery.html) — 1 render-blocking <script> in <head> (add defer/async or use type=module)
- [https://sitensound.org/Products.html](https://sitensound.org/Products.html) — 1 render-blocking <script> in <head> (add defer/async or use type=module)
- [https://sitensound.org/catalogue.html](https://sitensound.org/catalogue.html) — 1 render-blocking <script> in <head> (add defer/async or use type=module)

### Notices (73)

#### No llms.txt for AI agents

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

- [https://sitensound.org/](https://sitensound.org/) — 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: 4

- [https://sitensound.org/](https://sitensound.org/) — add a <main> element (or role=main) around the primary content
- [https://sitensound.org/Contact.html](https://sitensound.org/Contact.html) — add a <main> element (or role=main) around the primary content
- [https://sitensound.org/Products.html](https://sitensound.org/Products.html) — add a <main> element (or role=main) around the primary content
- [https://sitensound.org/catalogue.html](https://sitensound.org/catalogue.html) — add a <main> element (or role=main) around the primary content

#### No character encoding declared (meta charset or Content-Type)

- Rule: `encoding.charset_missing` · Category: Content · Occurrences: 5

- [https://sitensound.org/About.html](https://sitensound.org/About.html) — no <meta charset> and no charset in the Content-Type — declare UTF-8 so parsers don't guess the encoding
- [https://sitensound.org/Contact.html](https://sitensound.org/Contact.html) — no <meta charset> and no charset in the Content-Type — declare UTF-8 so parsers don't guess the encoding
- [https://sitensound.org/Gallery.html](https://sitensound.org/Gallery.html) — no <meta charset> and no charset in the Content-Type — declare UTF-8 so parsers don't guess the encoding
- [https://sitensound.org/Products.html](https://sitensound.org/Products.html) — no <meta charset> and no charset in the Content-Type — declare UTF-8 so parsers don't guess the encoding
- [https://sitensound.org/catalogue.html](https://sitensound.org/catalogue.html) — no <meta charset> and no charset in the Content-Type — declare UTF-8 so parsers don't guess the encoding

#### Likely hero image lacks fetchpriority=high

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

- [https://sitensound.org/](https://sitensound.org/) — the likely hero/LCP image (intro.jpg) 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://sitensound.org/About.html](https://sitensound.org/About.html) — the likely hero/LCP image (m1a.gif) 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://sitensound.org/Contact.html](https://sitensound.org/Contact.html) — the likely hero/LCP image (m1a.gif) 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://sitensound.org/Gallery.html](https://sitensound.org/Gallery.html) — the likely hero/LCP image (m1.gif) 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://sitensound.org/Products.html](https://sitensound.org/Products.html) — the likely hero/LCP image (m1a.gif) 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://sitensound.org/catalogue.html](https://sitensound.org/catalogue.html) — the likely hero/LCP image (m1a.gif) 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.

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

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

- [https://sitensound.org/About.html](https://sitensound.org/About.html) — 6 of 6 images without width/height
- [https://sitensound.org/Contact.html](https://sitensound.org/Contact.html) — 5 of 6 images without width/height
- [https://sitensound.org/Gallery.html](https://sitensound.org/Gallery.html) — 17 of 17 images without width/height
- [https://sitensound.org/Products.html](https://sitensound.org/Products.html) — 7 of 7 images without width/height
- [https://sitensound.org/catalogue.html](https://sitensound.org/catalogue.html) — 5 of 7 images without width/height

#### Internal link has no anchor text / accessible name

- Rule: `links.no_anchor_text` · Category: Links · Occurrences: 5

- [https://sitensound.org/About.html](https://sitensound.org/About.html) — 5 internal link(s) have no anchor text, aria-label, or image alt — they pass no keyword signal and are unusable to screen readers. Add descriptive text or an aria-label.
- [https://sitensound.org/Contact.html](https://sitensound.org/Contact.html) — 5 internal link(s) have no anchor text, aria-label, or image alt — they pass no keyword signal and are unusable to screen readers. Add descriptive text or an aria-label.
- [https://sitensound.org/Gallery.html](https://sitensound.org/Gallery.html) — 5 internal link(s) have no anchor text, aria-label, or image alt — they pass no keyword signal and are unusable to screen readers. Add descriptive text or an aria-label.
- [https://sitensound.org/Products.html](https://sitensound.org/Products.html) — 5 internal link(s) have no anchor text, aria-label, or image alt — they pass no keyword signal and are unusable to screen readers. Add descriptive text or an aria-label.
- [https://sitensound.org/catalogue.html](https://sitensound.org/catalogue.html) — 5 internal link(s) have no anchor text, aria-label, or image alt — they pass no keyword signal and are unusable to screen readers. Add descriptive text or an aria-label.

#### Legacy <meta name=keywords> tag present (Google ignores it)

- Rule: `meta.keywords_present` · Category: Content · Occurrences: 1

- [https://sitensound.org/](https://sitensound.org/) — a <meta name="keywords"> tag is present — Google has ignored it since 2009; remove it to cut template debt

#### Missing Open Graph tags

- Rule: `og.missing` · Category: Social · Occurrences: 6

- [https://sitensound.org/](https://sitensound.org/) — og:title, og:description, og:image
- [https://sitensound.org/About.html](https://sitensound.org/About.html) — og:title, og:description, og:image
- [https://sitensound.org/Contact.html](https://sitensound.org/Contact.html) — og:title, og:description, og:image
- [https://sitensound.org/Gallery.html](https://sitensound.org/Gallery.html) — og:title, og:description, og:image
- [https://sitensound.org/Products.html](https://sitensound.org/Products.html) — og:title, og:description, og:image
- [https://sitensound.org/catalogue.html](https://sitensound.org/catalogue.html) — og:title, og:description, og:image

#### Legacy image format (jpg/png/gif) with no next-gen fallback

- Rule: `perf.images_legacy_format` · Category: Performance · Occurrences: 6

- [https://sitensound.org/](https://sitensound.org/) — 1 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.
- [https://sitensound.org/About.html](https://sitensound.org/About.html) — 6 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.
- [https://sitensound.org/Contact.html](https://sitensound.org/Contact.html) — 6 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.
- [https://sitensound.org/Gallery.html](https://sitensound.org/Gallery.html) — 17 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.
- [https://sitensound.org/Products.html](https://sitensound.org/Products.html) — 7 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.
- [https://sitensound.org/catalogue.html](https://sitensound.org/catalogue.html) — 7 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.

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

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

- [https://sitensound.org/](https://sitensound.org/) — 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://sitensound.org/About.html](https://sitensound.org/About.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://sitensound.org/Contact.html](https://sitensound.org/Contact.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://sitensound.org/Gallery.html](https://sitensound.org/Gallery.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://sitensound.org/Products.html](https://sitensound.org/Products.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://sitensound.org/catalogue.html](https://sitensound.org/catalogue.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.

#### robots.txt missing (root returns 404/none)

- Rule: `robots.txt_missing` · Category: Robots · Occurrences: 1

- [https://sitensound.org/](https://sitensound.org/) — robots.txt did not return a 200 at the site root — a healthy site should serve one (declare your sitemap and confirm the host serves root files)

#### No structured data detected

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

- [https://sitensound.org/](https://sitensound.org/)
- [https://sitensound.org/About.html](https://sitensound.org/About.html)
- [https://sitensound.org/Contact.html](https://sitensound.org/Contact.html)
- [https://sitensound.org/Gallery.html](https://sitensound.org/Gallery.html)
- [https://sitensound.org/Products.html](https://sitensound.org/Products.html)
- [https://sitensound.org/catalogue.html](https://sitensound.org/catalogue.html)

#### Missing recommended security headers

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

- [https://sitensound.org/](https://sitensound.org/) — HSTS, CSP, X-Content-Type-Options
- [https://sitensound.org/About.html](https://sitensound.org/About.html) — X-Content-Type-Options, HSTS, CSP
- [https://sitensound.org/Contact.html](https://sitensound.org/Contact.html) — HSTS, CSP, X-Content-Type-Options
- [https://sitensound.org/Gallery.html](https://sitensound.org/Gallery.html) — X-Content-Type-Options, HSTS, CSP
- [https://sitensound.org/Products.html](https://sitensound.org/Products.html) — X-Content-Type-Options, HSTS, CSP
- [https://sitensound.org/catalogue.html](https://sitensound.org/catalogue.html) — HSTS, CSP, X-Content-Type-Options

#### Title is very short

- Rule: `title.too_short` · Category: Titles · Occurrences: 5

- [https://sitensound.org/About.html](https://sitensound.org/About.html) — 8 chars
- [https://sitensound.org/Contact.html](https://sitensound.org/Contact.html) — 7 chars
- [https://sitensound.org/Gallery.html](https://sitensound.org/Gallery.html) — 7 chars
- [https://sitensound.org/Products.html](https://sitensound.org/Products.html) — 8 chars
- [https://sitensound.org/catalogue.html](https://sitensound.org/catalogue.html) — 9 chars

#### Missing Twitter Card tag

- Rule: `twitter.missing` · Category: Social · Occurrences: 6

- [https://sitensound.org/](https://sitensound.org/)
- [https://sitensound.org/About.html](https://sitensound.org/About.html)
- [https://sitensound.org/Contact.html](https://sitensound.org/Contact.html)
- [https://sitensound.org/Gallery.html](https://sitensound.org/Gallery.html)
- [https://sitensound.org/Products.html](https://sitensound.org/Products.html)
- [https://sitensound.org/catalogue.html](https://sitensound.org/catalogue.html)

#### Uppercase letters in URL path

- Rule: `url.uppercase` · Category: URL · Occurrences: 4

- [https://sitensound.org/About.html](https://sitensound.org/About.html)
- [https://sitensound.org/Contact.html](https://sitensound.org/Contact.html)
- [https://sitensound.org/Gallery.html](https://sitensound.org/Gallery.html)
- [https://sitensound.org/Products.html](https://sitensound.org/Products.html)

## Checks & coverage

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

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

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

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