---
tool: Crawlinx SEO audit
source: https://crawlinx.com
domain: eryosagency.com
report_url: "https://crawlinx.com/audit/eryosagency.com"
crawl_id: 20260810T010129-4fa297e1
health_score: 65
generated_at: 2026-08-26T03:24:29Z
total_pages: 5
html_pages: 5
indexable_pages: 5
errors: 0
warnings: 7
notices: 23
---

# SEO audit: eryosagency.com

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

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

## Overview

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

## Categories

| Category | Score | Errors | Warnings | Notices |
| --- | ---: | ---: | ---: | ---: |
| Security | 70 | 0 | 5 | 5 |
| Canonical | 94 | 0 | 1 | 2 |
| Duplicate | 94 | 0 | 1 | 0 |
| Agent Readiness | 100 | 0 | 0 | 1 |
| Images | 100 | 0 | 0 | 3 |
| Performance | 100 | 0 | 0 | 5 |
| Sitemap | 100 | 0 | 0 | 3 |
| Structured Data | 100 | 0 | 0 | 4 |

## Issues

### Warnings (7)

#### Interior page canonicalizes to the homepage

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

- [https://eryosagency.com/index.html](https://eryosagency.com/index.html) — this interior page canonicalizes to the homepage (https://eryosagency.com/) — Google will treat the homepage as authoritative and drop this page from search. Point the canonical at the page's own URL.

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

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

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

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

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

- [https://eryosagency.com/](https://eryosagency.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://eryosagency.com/aviso-legal.html](https://eryosagency.com/aviso-legal.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://eryosagency.com/cookies.html](https://eryosagency.com/cookies.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://eryosagency.com/index.html](https://eryosagency.com/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://eryosagency.com/privacidad.html](https://eryosagency.com/privacidad.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".

### Notices (23)

#### No llms.txt for AI agents

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

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

#### Canonical target reachable only via a canonical tag (no inlinks)

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

- [https://eryosagency.com/](https://eryosagency.com/) — this URL is a canonical target but has no internal links pointing to it — crawlers only learn of it via the canonical tag. Add direct internal links (or list it in the sitemap).

#### Canonical points to a different URL

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

- [https://eryosagency.com/index.html](https://eryosagency.com/index.html) — canonical=https://eryosagency.com/

#### Likely hero image lacks fetchpriority=high

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

- [https://eryosagency.com/](https://eryosagency.com/) — the likely hero/LCP image (logo.webp) 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://eryosagency.com/aviso-legal.html](https://eryosagency.com/aviso-legal.html) — the likely hero/LCP image (logo.webp) 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://eryosagency.com/cookies.html](https://eryosagency.com/cookies.html) — the likely hero/LCP image (logo.webp) 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://eryosagency.com/index.html](https://eryosagency.com/index.html) — the likely hero/LCP image (logo.webp) 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://eryosagency.com/privacidad.html](https://eryosagency.com/privacidad.html) — the likely hero/LCP image (logo.webp) 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: 3

- [https://eryosagency.com/aviso-legal.html](https://eryosagency.com/aviso-legal.html) — 1 of 1 images without width/height
- [https://eryosagency.com/cookies.html](https://eryosagency.com/cookies.html) — 1 of 1 images without width/height
- [https://eryosagency.com/privacidad.html](https://eryosagency.com/privacidad.html) — 1 of 1 images without width/height

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

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

- [https://eryosagency.com/privacidad.html](https://eryosagency.com/privacidad.html) — Article structured data is missing recommended properties (image, 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.

#### Deep page has no BreadcrumbList structured data

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

- [https://eryosagency.com/index.html](https://eryosagency.com/index.html) — depth-2 page has structured data but no BreadcrumbList

#### No structured data detected

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

- [https://eryosagency.com/aviso-legal.html](https://eryosagency.com/aviso-legal.html)
- [https://eryosagency.com/cookies.html](https://eryosagency.com/cookies.html)

#### Missing recommended security headers

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

- [https://eryosagency.com/](https://eryosagency.com/) — HSTS, X-Content-Type-Options
- [https://eryosagency.com/aviso-legal.html](https://eryosagency.com/aviso-legal.html) — HSTS, X-Content-Type-Options
- [https://eryosagency.com/cookies.html](https://eryosagency.com/cookies.html) — HSTS, X-Content-Type-Options
- [https://eryosagency.com/index.html](https://eryosagency.com/index.html) — HSTS, X-Content-Type-Options
- [https://eryosagency.com/privacidad.html](https://eryosagency.com/privacidad.html) — X-Content-Type-Options, HSTS

#### Indexable page not listed in sitemap

- Rule: `sitemap.orphan_not_listed` · Category: Sitemap · Occurrences: 3

- [https://eryosagency.com/aviso-legal.html](https://eryosagency.com/aviso-legal.html) — indexable but not in sitemap
- [https://eryosagency.com/cookies.html](https://eryosagency.com/cookies.html) — indexable but not in sitemap
- [https://eryosagency.com/privacidad.html](https://eryosagency.com/privacidad.html) — indexable but not in sitemap

## Checks & coverage

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

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

---
*Generated by [Crawlinx](https://crawlinx.com) · free technical-SEO audits · https://crawlinx.com/audit/eryosagency.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
