---
tool: Crawlinx SEO audit
source: https://crawlinx.com
domain: zelaai.com.br
report_url: "https://crawlinx.com/audit/zelaai.com.br"
crawl_id: 20260714T000907-ece52d61
health_score: 65
generated_at: 2026-07-29T00:40:25Z
total_pages: 10
html_pages: 10
indexable_pages: 10
errors: 0
warnings: 18
notices: 63
---

# SEO audit: zelaai.com.br

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

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

## Overview

| Metric | Value |
| --- | --- |
| Pages crawled | 10 |
| HTML pages | 10 |
| Indexable | 10 |
| Non-indexable | 0 |
| Orphan pages | 0 |
| Broken internal links | 0 |
| Avg response time | 990 ms |
| Errors / Warnings / Notices | 0 / 18 / 63 |
| Status codes | 10×200 |

## Categories

| Category | Score | Errors | Warnings | Notices |
| --- | ---: | ---: | ---: | ---: |
| Security | 70 | 0 | 10 | 10 |
| Hreflang | 91 | 0 | 3 | 0 |
| Performance | 94 | 0 | 2 | 2 |
| Titles | 94 | 0 | 2 | 0 |
| Duplicate | 97 | 0 | 1 | 0 |
| Agent Readiness | 100 | 0 | 0 | 11 |
| Canonical | 100 | 0 | 0 | 10 |
| Content | 100 | 0 | 0 | 2 |
| Images | 100 | 0 | 0 | 2 |
| Meta Description | 100 | 0 | 0 | 10 |
| Social | 100 | 0 | 0 | 7 |
| Structured Data | 100 | 0 | 0 | 9 |

## Issues

### Warnings (18)

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

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

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

- [https://zelaai.com.br/](https://zelaai.com.br/) — 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://zelaai.com.br/index.html](https://zelaai.com.br/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://zelaai.com.br/politica-privacidade.html](https://zelaai.com.br/politica-privacidade.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://zelaai.com.br/segmento-educacao.html](https://zelaai.com.br/segmento-educacao.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://zelaai.com.br/segmento-facilities.html](https://zelaai.com.br/segmento-facilities.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://zelaai.com.br/segmento-frotas.html](https://zelaai.com.br/segmento-frotas.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://zelaai.com.br/segmento-industria.html](https://zelaai.com.br/segmento-industria.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://zelaai.com.br/segmento-manutencao-viaria.html](https://zelaai.com.br/segmento-manutencao-viaria.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://zelaai.com.br/segmento-predial.html](https://zelaai.com.br/segmento-predial.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://zelaai.com.br/segmento-saude.html](https://zelaai.com.br/segmento-saude.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".

#### hreflang set has no self-reference

- Rule: `hreflang.missing_self` · Category: Hreflang · Occurrences: 3

- [https://zelaai.com.br/](https://zelaai.com.br/) — no hreflang entry points to this URL
- [https://zelaai.com.br/index.html](https://zelaai.com.br/index.html) — no hreflang entry points to this URL
- [https://zelaai.com.br/politica-privacidade.html](https://zelaai.com.br/politica-privacidade.html) — no hreflang entry points to this URL

#### Hero/LCP image is lazy-loaded (loading=lazy delays LCP)

- Rule: `images.no_lazy_lcp_candidate` · Category: Performance · Occurrences: 2

- [https://zelaai.com.br/](https://zelaai.com.br/) — the likely hero/LCP image (google-play-badge.svg) 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://zelaai.com.br/index.html](https://zelaai.com.br/index.html) — the likely hero/LCP image (google-play-badge.svg) 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://zelaai.com.br/segmento-educacao.html](https://zelaai.com.br/segmento-educacao.html) — 80 chars, ~618px (limit ~580px)
- [https://zelaai.com.br/segmento-frotas.html](https://zelaai.com.br/segmento-frotas.html) — 72 chars, ~583px (limit ~580px)

### Notices (63)

#### Heading levels skip a level

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

- [https://zelaai.com.br/](https://zelaai.com.br/) — h4 follows h2 — skips h3
- [https://zelaai.com.br/index.html](https://zelaai.com.br/index.html) — h4 follows h2 — skips h3

#### No main landmark for AI agents

- Rule: `agent.no_main_landmark` · Category: Agent Readiness · Occurrences: 9

- [https://zelaai.com.br/](https://zelaai.com.br/) — add a <main> element (or role=main) around the primary content
- [https://zelaai.com.br/index.html](https://zelaai.com.br/index.html) — add a <main> element (or role=main) around the primary content
- [https://zelaai.com.br/segmento-educacao.html](https://zelaai.com.br/segmento-educacao.html) — add a <main> element (or role=main) around the primary content
- [https://zelaai.com.br/segmento-facilities.html](https://zelaai.com.br/segmento-facilities.html) — add a <main> element (or role=main) around the primary content
- [https://zelaai.com.br/segmento-frotas.html](https://zelaai.com.br/segmento-frotas.html) — add a <main> element (or role=main) around the primary content
- [https://zelaai.com.br/segmento-industria.html](https://zelaai.com.br/segmento-industria.html) — add a <main> element (or role=main) around the primary content
- [https://zelaai.com.br/segmento-manutencao-viaria.html](https://zelaai.com.br/segmento-manutencao-viaria.html) — add a <main> element (or role=main) around the primary content
- [https://zelaai.com.br/segmento-predial.html](https://zelaai.com.br/segmento-predial.html) — add a <main> element (or role=main) around the primary content
- [https://zelaai.com.br/segmento-saude.html](https://zelaai.com.br/segmento-saude.html) — add a <main> element (or role=main) around the primary content

#### Canonical points to a different URL

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

- [https://zelaai.com.br/](https://zelaai.com.br/) — canonical=https://www.zelaai.com.br/
- [https://zelaai.com.br/index.html](https://zelaai.com.br/index.html) — canonical=https://www.zelaai.com.br/
- [https://zelaai.com.br/politica-privacidade.html](https://zelaai.com.br/politica-privacidade.html) — canonical=https://www.zelaai.com.br/politica-privacidade.html
- [https://zelaai.com.br/segmento-educacao.html](https://zelaai.com.br/segmento-educacao.html) — canonical=https://www.zelaai.com.br/segmento-educacao.html
- [https://zelaai.com.br/segmento-facilities.html](https://zelaai.com.br/segmento-facilities.html) — canonical=https://www.zelaai.com.br/segmento-facilities.html
- [https://zelaai.com.br/segmento-frotas.html](https://zelaai.com.br/segmento-frotas.html) — canonical=https://www.zelaai.com.br/segmento-frotas.html
- [https://zelaai.com.br/segmento-industria.html](https://zelaai.com.br/segmento-industria.html) — canonical=https://www.zelaai.com.br/segmento-industria.html
- [https://zelaai.com.br/segmento-manutencao-viaria.html](https://zelaai.com.br/segmento-manutencao-viaria.html) — canonical=https://www.zelaai.com.br/segmento-manutencao-viaria.html
- [https://zelaai.com.br/segmento-predial.html](https://zelaai.com.br/segmento-predial.html) — canonical=https://www.zelaai.com.br/segmento-predial.html
- [https://zelaai.com.br/segmento-saude.html](https://zelaai.com.br/segmento-saude.html) — canonical=https://www.zelaai.com.br/segmento-saude.html

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

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

- [https://zelaai.com.br/](https://zelaai.com.br/) — 1 of 3 images without width/height
- [https://zelaai.com.br/index.html](https://zelaai.com.br/index.html) — 1 of 3 images without width/height

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

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

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

#### Meta description too long

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

- [https://zelaai.com.br/](https://zelaai.com.br/) — 191 chars
- [https://zelaai.com.br/index.html](https://zelaai.com.br/index.html) — 191 chars
- [https://zelaai.com.br/politica-privacidade.html](https://zelaai.com.br/politica-privacidade.html) — 167 chars
- [https://zelaai.com.br/segmento-educacao.html](https://zelaai.com.br/segmento-educacao.html) — 193 chars
- [https://zelaai.com.br/segmento-facilities.html](https://zelaai.com.br/segmento-facilities.html) — 205 chars
- [https://zelaai.com.br/segmento-frotas.html](https://zelaai.com.br/segmento-frotas.html) — 193 chars
- [https://zelaai.com.br/segmento-industria.html](https://zelaai.com.br/segmento-industria.html) — 181 chars
- [https://zelaai.com.br/segmento-manutencao-viaria.html](https://zelaai.com.br/segmento-manutencao-viaria.html) — 209 chars
- [https://zelaai.com.br/segmento-predial.html](https://zelaai.com.br/segmento-predial.html) — 206 chars
- [https://zelaai.com.br/segmento-saude.html](https://zelaai.com.br/segmento-saude.html) — 196 chars

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

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

- [https://zelaai.com.br/](https://zelaai.com.br/) — 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://zelaai.com.br/index.html](https://zelaai.com.br/index.html) — 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.

#### Deep page has no BreadcrumbList structured data

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

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

#### No structured data detected

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

- [https://zelaai.com.br/politica-privacidade.html](https://zelaai.com.br/politica-privacidade.html)
- [https://zelaai.com.br/segmento-educacao.html](https://zelaai.com.br/segmento-educacao.html)
- [https://zelaai.com.br/segmento-facilities.html](https://zelaai.com.br/segmento-facilities.html)
- [https://zelaai.com.br/segmento-frotas.html](https://zelaai.com.br/segmento-frotas.html)
- [https://zelaai.com.br/segmento-industria.html](https://zelaai.com.br/segmento-industria.html)
- [https://zelaai.com.br/segmento-manutencao-viaria.html](https://zelaai.com.br/segmento-manutencao-viaria.html)
- [https://zelaai.com.br/segmento-predial.html](https://zelaai.com.br/segmento-predial.html)
- [https://zelaai.com.br/segmento-saude.html](https://zelaai.com.br/segmento-saude.html)

#### Missing recommended security headers

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

- [https://zelaai.com.br/](https://zelaai.com.br/) — X-Content-Type-Options, CSP
- [https://zelaai.com.br/index.html](https://zelaai.com.br/index.html) — CSP, X-Content-Type-Options
- [https://zelaai.com.br/politica-privacidade.html](https://zelaai.com.br/politica-privacidade.html) — CSP, X-Content-Type-Options
- [https://zelaai.com.br/segmento-educacao.html](https://zelaai.com.br/segmento-educacao.html) — CSP, X-Content-Type-Options
- [https://zelaai.com.br/segmento-facilities.html](https://zelaai.com.br/segmento-facilities.html) — CSP, X-Content-Type-Options
- [https://zelaai.com.br/segmento-frotas.html](https://zelaai.com.br/segmento-frotas.html) — CSP, X-Content-Type-Options
- [https://zelaai.com.br/segmento-industria.html](https://zelaai.com.br/segmento-industria.html) — X-Content-Type-Options, CSP
- [https://zelaai.com.br/segmento-manutencao-viaria.html](https://zelaai.com.br/segmento-manutencao-viaria.html) — CSP, X-Content-Type-Options
- [https://zelaai.com.br/segmento-predial.html](https://zelaai.com.br/segmento-predial.html) — X-Content-Type-Options, CSP
- [https://zelaai.com.br/segmento-saude.html](https://zelaai.com.br/segmento-saude.html) — CSP, X-Content-Type-Options

#### Missing Twitter Card tag

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

- [https://zelaai.com.br/segmento-educacao.html](https://zelaai.com.br/segmento-educacao.html)
- [https://zelaai.com.br/segmento-facilities.html](https://zelaai.com.br/segmento-facilities.html)
- [https://zelaai.com.br/segmento-frotas.html](https://zelaai.com.br/segmento-frotas.html)
- [https://zelaai.com.br/segmento-industria.html](https://zelaai.com.br/segmento-industria.html)
- [https://zelaai.com.br/segmento-manutencao-viaria.html](https://zelaai.com.br/segmento-manutencao-viaria.html)
- [https://zelaai.com.br/segmento-predial.html](https://zelaai.com.br/segmento-predial.html)
- [https://zelaai.com.br/segmento-saude.html](https://zelaai.com.br/segmento-saude.html)

## Checks & coverage

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

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

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

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