---
tool: Crawlinx SEO audit
source: https://crawlinx.com
domain: motionalhub.xyz
report_url: "https://crawlinx.com/audit/motionalhub.xyz"
crawl_id: 20260725T073813-05c816e6
health_score: 85
generated_at: 2026-08-26T04:10:37Z
total_pages: 7
html_pages: 7
indexable_pages: 7
errors: 0
warnings: 2
notices: 47
---

# SEO audit: motionalhub.xyz

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

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

## Overview

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

## Categories

| Category | Score | Errors | Warnings | Notices |
| --- | ---: | ---: | ---: | ---: |
| Content | 91 | 0 | 2 | 4 |
| Agent Readiness | 100 | 0 | 0 | 7 |
| Canonical | 100 | 0 | 0 | 7 |
| Performance | 100 | 0 | 0 | 7 |
| Robots | 100 | 0 | 0 | 1 |
| Security | 100 | 0 | 0 | 7 |
| Social | 100 | 0 | 0 | 7 |
| Structured Data | 100 | 0 | 0 | 7 |

## Issues

### Warnings (2)

#### Thin content (low word count)

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

- [https://www.motionalhub.xyz/docs](https://www.motionalhub.xyz/docs) — 150 words
- [https://www.motionalhub.xyz/legal](https://www.motionalhub.xyz/legal) — 162 words

### Notices (47)

#### Heading levels skip a level

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

- [https://www.motionalhub.xyz/](https://www.motionalhub.xyz/) — h4 follows h2 — skips h3
- [https://www.motionalhub.xyz/docs](https://www.motionalhub.xyz/docs) — h4 follows h1 — skips h2
- [https://www.motionalhub.xyz/legal](https://www.motionalhub.xyz/legal) — h4 follows h1 — skips h2
- [https://www.motionalhub.xyz/products](https://www.motionalhub.xyz/products) — h3 follows h1 — skips h2
- [https://www.motionalhub.xyz/services](https://www.motionalhub.xyz/services) — h3 follows h1 — skips h2
- [https://www.motionalhub.xyz/support](https://www.motionalhub.xyz/support) — h3 follows h1 — skips h2

#### No llms.txt for AI agents

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

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

#### Canonical points to a different URL

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

- [https://www.motionalhub.xyz/](https://www.motionalhub.xyz/) — canonical=https://motionalhub.xyz/
- [https://www.motionalhub.xyz/docs](https://www.motionalhub.xyz/docs) — canonical=https://motionalhub.xyz/
- [https://www.motionalhub.xyz/legal](https://www.motionalhub.xyz/legal) — canonical=https://motionalhub.xyz/
- [https://www.motionalhub.xyz/products](https://www.motionalhub.xyz/products) — canonical=https://motionalhub.xyz/
- [https://www.motionalhub.xyz/services](https://www.motionalhub.xyz/services) — canonical=https://motionalhub.xyz/
- [https://www.motionalhub.xyz/status](https://www.motionalhub.xyz/status) — canonical=https://motionalhub.xyz/
- [https://www.motionalhub.xyz/support](https://www.motionalhub.xyz/support) — canonical=https://motionalhub.xyz/

#### Low text-to-HTML ratio

- Rule: `content.low_ratio` · Category: Content · Occurrences: 4

- [https://www.motionalhub.xyz/docs](https://www.motionalhub.xyz/docs) — 3.5%
- [https://www.motionalhub.xyz/legal](https://www.motionalhub.xyz/legal) — 3.7%
- [https://www.motionalhub.xyz/status](https://www.motionalhub.xyz/status) — 4.2%
- [https://www.motionalhub.xyz/support](https://www.motionalhub.xyz/support) — 4.4%

#### Missing Open Graph tags

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

- [https://www.motionalhub.xyz/](https://www.motionalhub.xyz/) — og:image
- [https://www.motionalhub.xyz/docs](https://www.motionalhub.xyz/docs) — og:image
- [https://www.motionalhub.xyz/legal](https://www.motionalhub.xyz/legal) — og:image
- [https://www.motionalhub.xyz/products](https://www.motionalhub.xyz/products) — og:image
- [https://www.motionalhub.xyz/services](https://www.motionalhub.xyz/services) — og:image
- [https://www.motionalhub.xyz/status](https://www.motionalhub.xyz/status) — og:image
- [https://www.motionalhub.xyz/support](https://www.motionalhub.xyz/support) — og:image

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

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

- [https://www.motionalhub.xyz/](https://www.motionalhub.xyz/) — 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://www.motionalhub.xyz/docs](https://www.motionalhub.xyz/docs) — 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://www.motionalhub.xyz/legal](https://www.motionalhub.xyz/legal) — 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://www.motionalhub.xyz/products](https://www.motionalhub.xyz/products) — 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://www.motionalhub.xyz/services](https://www.motionalhub.xyz/services) — 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://www.motionalhub.xyz/status](https://www.motionalhub.xyz/status) — 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://www.motionalhub.xyz/support](https://www.motionalhub.xyz/support) — 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.

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

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

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

- [https://www.motionalhub.xyz/](https://www.motionalhub.xyz/)
- [https://www.motionalhub.xyz/docs](https://www.motionalhub.xyz/docs)
- [https://www.motionalhub.xyz/legal](https://www.motionalhub.xyz/legal)
- [https://www.motionalhub.xyz/products](https://www.motionalhub.xyz/products)
- [https://www.motionalhub.xyz/services](https://www.motionalhub.xyz/services)
- [https://www.motionalhub.xyz/status](https://www.motionalhub.xyz/status)
- [https://www.motionalhub.xyz/support](https://www.motionalhub.xyz/support)

#### Missing recommended security headers

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

- [https://www.motionalhub.xyz/](https://www.motionalhub.xyz/) — CSP, X-Content-Type-Options
- [https://www.motionalhub.xyz/docs](https://www.motionalhub.xyz/docs) — CSP, X-Content-Type-Options
- [https://www.motionalhub.xyz/legal](https://www.motionalhub.xyz/legal) — CSP, X-Content-Type-Options
- [https://www.motionalhub.xyz/products](https://www.motionalhub.xyz/products) — CSP, X-Content-Type-Options
- [https://www.motionalhub.xyz/services](https://www.motionalhub.xyz/services) — CSP, X-Content-Type-Options
- [https://www.motionalhub.xyz/status](https://www.motionalhub.xyz/status) — X-Content-Type-Options, CSP
- [https://www.motionalhub.xyz/support](https://www.motionalhub.xyz/support) — CSP, X-Content-Type-Options

## Checks & coverage

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

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

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

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