---
tool: Crawlinx SEO audit
source: https://crawlinx.com
domain: 25rrq.com
report_url: "https://crawlinx.com/audit/25rrq.com"
crawl_id: 20260721T052153-eef2ca00
health_score: 65
generated_at: 2026-08-26T17:32:21Z
total_pages: 12
html_pages: 12
indexable_pages: 11
errors: 0
warnings: 25
notices: 78
---

# SEO audit: 25rrq.com

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

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

## Overview

| Metric | Value |
| --- | --- |
| Pages crawled | 12 |
| HTML pages | 12 |
| Indexable | 11 |
| Non-indexable | 1 |
| Orphan pages | 0 |
| Broken internal links | 0 |
| Avg response time | 904 ms |
| Errors / Warnings / Notices | 0 / 25 / 78 |
| Status codes | 12×200 |

## Categories

| Category | Score | Errors | Warnings | Notices |
| --- | ---: | ---: | ---: | ---: |
| Performance | 73 | 0 | 11 | 11 |
| Security | 73 | 0 | 11 | 11 |
| Titles | 95 | 0 | 2 | 1 |
| Crawlability | 98 | 0 | 1 | 0 |
| Agent Readiness | 100 | 0 | 0 | 14 |
| Cache | 100 | 0 | 0 | 11 |
| Content | 100 | 0 | 0 | 1 |
| Headings | 100 | 0 | 0 | 1 |
| Images | 100 | 0 | 0 | 11 |
| Meta Description | 100 | 0 | 0 | 4 |
| Social | 100 | 0 | 0 | 11 |
| Structured Data | 100 | 0 | 0 | 2 |

## Issues

### Warnings (25)

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

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

- [https://25rrq.com/8g4nn4/hello.html](https://25rrq.com/8g4nn4/hello.html) — HTTP 200, 4 words after 3 attempts

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

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

- [https://25rrq.com/](https://25rrq.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://25rrq.com/app.html](https://25rrq.com/app.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://25rrq.com/bet.html](https://25rrq.com/bet.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://25rrq.com/cassino.html](https://25rrq.com/cassino.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://25rrq.com/download.html](https://25rrq.com/download.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://25rrq.com/jogos.html](https://25rrq.com/jogos.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://25rrq.com/login.html](https://25rrq.com/login.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://25rrq.com/plataforma.html](https://25rrq.com/plataforma.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://25rrq.com/slot.html](https://25rrq.com/slot.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://25rrq.com/vip.html](https://25rrq.com/vip.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://25rrq.com/win.html](https://25rrq.com/win.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: 11

- [https://25rrq.com/](https://25rrq.com/) — the likely hero/LCP image (25rr_logo.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://25rrq.com/app.html](https://25rrq.com/app.html) — the likely hero/LCP image (25rr_logo.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://25rrq.com/bet.html](https://25rrq.com/bet.html) — the likely hero/LCP image (25rr_logo.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://25rrq.com/cassino.html](https://25rrq.com/cassino.html) — the likely hero/LCP image (25rr_logo.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://25rrq.com/download.html](https://25rrq.com/download.html) — the likely hero/LCP image (25rr_logo.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://25rrq.com/jogos.html](https://25rrq.com/jogos.html) — the likely hero/LCP image (25rr_logo.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://25rrq.com/login.html](https://25rrq.com/login.html) — the likely hero/LCP image (25rr_logo.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://25rrq.com/plataforma.html](https://25rrq.com/plataforma.html) — the likely hero/LCP image (25rr_logo.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://25rrq.com/slot.html](https://25rrq.com/slot.html) — the likely hero/LCP image (25rr_logo.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://25rrq.com/vip.html](https://25rrq.com/vip.html) — the likely hero/LCP image (25rr_logo.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://25rrq.com/win.html](https://25rrq.com/win.html) — the likely hero/LCP image (25rr_logo.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.

#### Title likely truncated in SERP (too wide)

- Rule: `title.too_long` · Category: Titles · Occurrences: 2

- [https://25rrq.com/plataforma.html](https://25rrq.com/plataforma.html) — 76 chars, ~592px (limit ~580px)
- [https://25rrq.com/vip.html](https://25rrq.com/vip.html) — 78 chars, ~595px (limit ~580px)

### Notices (78)

#### Heading levels skip a level

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

- [https://25rrq.com/](https://25rrq.com/) — h4 follows h2 — skips h3
- [https://25rrq.com/jogos.html](https://25rrq.com/jogos.html) — h3 follows h1 — skips h2

#### No llms.txt for AI agents

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

- [https://25rrq.com/](https://25rrq.com/) — 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: 11

- [https://25rrq.com/](https://25rrq.com/) — add a <main> element (or role=main) around the primary content
- [https://25rrq.com/app.html](https://25rrq.com/app.html) — add a <main> element (or role=main) around the primary content
- [https://25rrq.com/bet.html](https://25rrq.com/bet.html) — add a <main> element (or role=main) around the primary content
- [https://25rrq.com/cassino.html](https://25rrq.com/cassino.html) — add a <main> element (or role=main) around the primary content
- [https://25rrq.com/download.html](https://25rrq.com/download.html) — add a <main> element (or role=main) around the primary content
- [https://25rrq.com/jogos.html](https://25rrq.com/jogos.html) — add a <main> element (or role=main) around the primary content
- [https://25rrq.com/login.html](https://25rrq.com/login.html) — add a <main> element (or role=main) around the primary content
- [https://25rrq.com/plataforma.html](https://25rrq.com/plataforma.html) — add a <main> element (or role=main) around the primary content
- [https://25rrq.com/slot.html](https://25rrq.com/slot.html) — add a <main> element (or role=main) around the primary content
- [https://25rrq.com/vip.html](https://25rrq.com/vip.html) — add a <main> element (or role=main) around the primary content
- [https://25rrq.com/win.html](https://25rrq.com/win.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: 11

- [https://25rrq.com/](https://25rrq.com/) — Cache-Control: (none) · cloudflare: DYNAMIC
- [https://25rrq.com/app.html](https://25rrq.com/app.html) — Cache-Control: (none) · cloudflare: DYNAMIC
- [https://25rrq.com/bet.html](https://25rrq.com/bet.html) — Cache-Control: (none) · cloudflare: DYNAMIC
- [https://25rrq.com/cassino.html](https://25rrq.com/cassino.html) — Cache-Control: (none) · cloudflare: DYNAMIC
- [https://25rrq.com/download.html](https://25rrq.com/download.html) — Cache-Control: (none) · cloudflare: DYNAMIC
- [https://25rrq.com/jogos.html](https://25rrq.com/jogos.html) — Cache-Control: (none) · cloudflare: DYNAMIC
- [https://25rrq.com/login.html](https://25rrq.com/login.html) — Cache-Control: (none) · cloudflare: DYNAMIC
- [https://25rrq.com/plataforma.html](https://25rrq.com/plataforma.html) — Cache-Control: (none) · cloudflare: DYNAMIC
- [https://25rrq.com/slot.html](https://25rrq.com/slot.html) — Cache-Control: (none) · cloudflare: DYNAMIC
- [https://25rrq.com/vip.html](https://25rrq.com/vip.html) — Cache-Control: (none) · cloudflare: DYNAMIC
- [https://25rrq.com/win.html](https://25rrq.com/win.html) — Cache-Control: (none) · cloudflare: DYNAMIC

#### Article page has no publication date (freshness / E-E-A-T)

- Rule: `eeat.no_date` · Category: Content · Occurrences: 1

- [https://25rrq.com/win.html](https://25rrq.com/win.html) — this page is marked up as an article but has no publication date — no datePublished in its JSON-LD and no visible date — add a visible published date and an Article.datePublished so Google can assess freshness

#### Multiple <h1> elements

- Rule: `h1.multiple` · Category: Headings · Occurrences: 1

- [https://25rrq.com/slot.html](https://25rrq.com/slot.html) — 2 <h1> elements

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

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

- [https://25rrq.com/](https://25rrq.com/) — 5 of 8 images without width/height
- [https://25rrq.com/app.html](https://25rrq.com/app.html) — 16 of 18 images without width/height
- [https://25rrq.com/bet.html](https://25rrq.com/bet.html) — 5 of 8 images without width/height
- [https://25rrq.com/cassino.html](https://25rrq.com/cassino.html) — 5 of 8 images without width/height
- [https://25rrq.com/download.html](https://25rrq.com/download.html) — 21 of 23 images without width/height
- [https://25rrq.com/jogos.html](https://25rrq.com/jogos.html) — 5 of 7 images without width/height
- [https://25rrq.com/login.html](https://25rrq.com/login.html) — 5 of 8 images without width/height
- [https://25rrq.com/plataforma.html](https://25rrq.com/plataforma.html) — 5 of 8 images without width/height
- [https://25rrq.com/slot.html](https://25rrq.com/slot.html) — 5 of 21 images without width/height
- [https://25rrq.com/vip.html](https://25rrq.com/vip.html) — 13 of 15 images without width/height
- [https://25rrq.com/win.html](https://25rrq.com/win.html) — 16 of 18 images without width/height

#### Meta description too long

- Rule: `meta_desc.too_long` · Category: Meta Description · Occurrences: 4

- [https://25rrq.com/](https://25rrq.com/) — 161 chars
- [https://25rrq.com/app.html](https://25rrq.com/app.html) — 162 chars
- [https://25rrq.com/bet.html](https://25rrq.com/bet.html) — 161 chars
- [https://25rrq.com/win.html](https://25rrq.com/win.html) — 163 chars

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

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

- [https://25rrq.com/](https://25rrq.com/) — 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://25rrq.com/app.html](https://25rrq.com/app.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://25rrq.com/bet.html](https://25rrq.com/bet.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://25rrq.com/cassino.html](https://25rrq.com/cassino.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://25rrq.com/download.html](https://25rrq.com/download.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://25rrq.com/jogos.html](https://25rrq.com/jogos.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://25rrq.com/login.html](https://25rrq.com/login.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://25rrq.com/plataforma.html](https://25rrq.com/plataforma.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://25rrq.com/slot.html](https://25rrq.com/slot.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://25rrq.com/vip.html](https://25rrq.com/vip.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://25rrq.com/win.html](https://25rrq.com/win.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.

#### Article schema missing recommended properties (Top Stories / image carousel)

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

- [https://25rrq.com/win.html](https://25rrq.com/win.html) — Article structured data is missing recommended property (datePublished) — these feed Top Stories and image-carousel eligibility. Google defines no required Article properties, so this is advisory: add author, headline, image and datePublished where they apply.

#### FAQPage structured data (rich result removed May 2026)

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

- [https://25rrq.com/bet.html](https://25rrq.com/bet.html) — FAQPage structured data is present — Google removed FAQ rich results on 7 May 2026 (except for authoritative government/health sites). The markup is harmless but earns no SERP enhancement; remove it during template maintenance.

#### Missing recommended security headers

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

- [https://25rrq.com/](https://25rrq.com/) — HSTS, CSP, X-Content-Type-Options
- [https://25rrq.com/app.html](https://25rrq.com/app.html) — HSTS, CSP, X-Content-Type-Options
- [https://25rrq.com/bet.html](https://25rrq.com/bet.html) — HSTS, CSP, X-Content-Type-Options
- [https://25rrq.com/cassino.html](https://25rrq.com/cassino.html) — HSTS, CSP, X-Content-Type-Options
- [https://25rrq.com/download.html](https://25rrq.com/download.html) — HSTS, CSP, X-Content-Type-Options
- [https://25rrq.com/jogos.html](https://25rrq.com/jogos.html) — HSTS, CSP, X-Content-Type-Options
- [https://25rrq.com/login.html](https://25rrq.com/login.html) — HSTS, CSP, X-Content-Type-Options
- [https://25rrq.com/plataforma.html](https://25rrq.com/plataforma.html) — CSP, X-Content-Type-Options, HSTS
- [https://25rrq.com/slot.html](https://25rrq.com/slot.html) — HSTS, CSP, X-Content-Type-Options
- [https://25rrq.com/vip.html](https://25rrq.com/vip.html) — HSTS, CSP, X-Content-Type-Options
- [https://25rrq.com/win.html](https://25rrq.com/win.html) — HSTS, CSP, X-Content-Type-Options

#### Title tag is identical to the H1 (missed keyword variation)

- Rule: `title.same_as_h1` · Category: Titles · Occurrences: 1

- [https://25rrq.com/](https://25rrq.com/) — the <title> and the H1 are identical — differentiate them to cover more query variation

#### Missing Twitter Card tag

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

- [https://25rrq.com/](https://25rrq.com/)
- [https://25rrq.com/app.html](https://25rrq.com/app.html)
- [https://25rrq.com/bet.html](https://25rrq.com/bet.html)
- [https://25rrq.com/cassino.html](https://25rrq.com/cassino.html)
- [https://25rrq.com/download.html](https://25rrq.com/download.html)
- [https://25rrq.com/jogos.html](https://25rrq.com/jogos.html)
- [https://25rrq.com/login.html](https://25rrq.com/login.html)
- [https://25rrq.com/plataforma.html](https://25rrq.com/plataforma.html)
- [https://25rrq.com/slot.html](https://25rrq.com/slot.html)
- [https://25rrq.com/vip.html](https://25rrq.com/vip.html)
- [https://25rrq.com/win.html](https://25rrq.com/win.html)

## Checks & coverage

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

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

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

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