---
tool: Crawlinx SEO audit
source: https://crawlinx.com
domain: 101on.com.br
report_url: "https://crawlinx.com/audit/101on.com.br"
crawl_id: 20260817T013000-4638d915
health_score: 60
generated_at: 2026-08-26T03:12:39Z
total_pages: 28
html_pages: 25
indexable_pages: 24
errors: 2
warnings: 58
notices: 166
---

# SEO audit: 101on.com.br

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

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

## Overview

| Metric | Value |
| --- | --- |
| Pages crawled | 28 |
| HTML pages | 25 |
| Indexable | 24 |
| Non-indexable | 0 |
| Orphan pages | 1 |
| Broken internal links | 1 |
| Avg response time | 976 ms |
| Errors / Warnings / Notices | 2 / 58 / 166 |
| Status codes | 3×0, 24×200, 1×404 |

## Categories

| Category | Score | Errors | Warnings | Notices |
| --- | ---: | ---: | ---: | ---: |
| Crawlability | 96 | 1 | 0 | 3 |
| Links | 96 | 1 | 0 | 1 |
| Security | 74 | 0 | 24 | 25 |
| Titles | 85 | 0 | 14 | 0 |
| Performance | 86 | 0 | 13 | 33 |
| Budget | 97 | 0 | 3 | 0 |
| Canonical | 99 | 0 | 1 | 3 |
| Duplicate | 99 | 0 | 1 | 0 |
| Meta Description | 99 | 0 | 1 | 3 |
| Robots | 99 | 0 | 1 | 0 |
| Agent Readiness | 100 | 0 | 0 | 21 |
| Images | 100 | 0 | 0 | 29 |
| Social | 100 | 0 | 0 | 48 |

## Issues

### Errors (2)

#### Broken internal link (target 4xx/5xx)

- Rule: `links.broken_internal` · Category: Links · Occurrences: 1

- [https://101on.com.br/blog/por-que-as-tampadoras-automaticas-sao-essenciais.html](https://101on.com.br/blog/por-que-as-tampadoras-automaticas-sao-essenciais.html) — https://101on.com.br/blog/%3Cdiv%20class= (HTTP 404)

#### Client error (4xx) response

- Rule: `status.4xx` · Category: Crawlability · Occurrences: 1

- [https://101on.com.br/blog/%3Cdiv%20class=](https://101on.com.br/blog/%3Cdiv%20class=) — HTTP 404

### Warnings (58)

#### robots.txt-disallowed URL receives internal links (crawl-budget leak)

- Rule: `budget.disallow_linked` · Category: Budget · Occurrences: 3

- [https://101on.com.br/assets/img/2024/02/Tampadoras-automaticas-1.pdf](https://101on.com.br/assets/img/2024/02/Tampadoras-automaticas-1.pdf) — internal links point to https://101on.com.br/assets/img/2024/02/Tampadoras-automaticas-1.pdf, which robots.txt disallows for Googlebot — Googlebot discovers the URL, checks robots, then rejects it without indexing, wasting crawl budget and losing the link equity. Remove the internal links, or use noindex instead of Disallow if the page should be fetchable. Linked from: https://101on.com.br/blog/por-que-as-tampadoras-automaticas-sao-essenciais.html.
- [https://101on.com.br/assets/img/2024/07/Hemp-Cannabis-Brochure-2021-LR-7.pdf](https://101on.com.br/assets/img/2024/07/Hemp-Cannabis-Brochure-2021-LR-7.pdf) — internal links point to https://101on.com.br/assets/img/2024/07/Hemp-Cannabis-Brochure-2021-LR-7.pdf, which robots.txt disallows for Googlebot — Googlebot discovers the URL, checks robots, then rejects it without indexing, wasting crawl budget and losing the link equity. Remove the internal links, or use noindex instead of Disallow if the page should be fetchable. Linked from: https://101on.com.br/blog/maquinas-premium-de-embalagem-para-cannabis.html.
- [https://101on.com.br/assets/pdf/Empacotadoras-de-Stand-Up-Pouch.pdf](https://101on.com.br/assets/pdf/Empacotadoras-de-Stand-Up-Pouch.pdf) — internal links point to https://101on.com.br/assets/pdf/Empacotadoras-de-Stand-Up-Pouch.pdf, which robots.txt disallows for Googlebot — Googlebot discovers the URL, checks robots, then rejects it without indexing, wasting crawl budget and losing the link equity. Remove the internal links, or use noindex instead of Disallow if the page should be fetchable. Linked from: https://101on.com.br/maquinas/empacotadoras-stand-up-pouch.html.

#### Interior page canonicalizes to the homepage

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

- [https://101on.com.br/index.html](https://101on.com.br/index.html) — this interior page canonicalizes to the homepage (https://101on.com.br/) — 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://101on.com.br/](https://101on.com.br/) — https://www.101on.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: 24

- [https://101on.com.br/](https://101on.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://101on.com.br/blog/](https://101on.com.br/blog/) — 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://101on.com.br/blog/conectividade-na-producao-industrial-4-0.html](https://101on.com.br/blog/conectividade-na-producao-industrial-4-0.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://101on.com.br/blog/embalagens-enfrentados-pelos-fabricantes.html](https://101on.com.br/blog/embalagens-enfrentados-pelos-fabricantes.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://101on.com.br/blog/index.html](https://101on.com.br/blog/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://101on.com.br/blog/maquinas-de-embalagens-com-robotica-abb-integrada-2024.html](https://101on.com.br/blog/maquinas-de-embalagens-com-robotica-abb-integrada-2024.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://101on.com.br/blog/maquinas-de-embalagens-flexiveis.html](https://101on.com.br/blog/maquinas-de-embalagens-flexiveis.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://101on.com.br/blog/maquinas-de-envase-de-alimentos.html](https://101on.com.br/blog/maquinas-de-envase-de-alimentos.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://101on.com.br/blog/maquinas-premium-de-embalagem-para-cannabis.html](https://101on.com.br/blog/maquinas-premium-de-embalagem-para-cannabis.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://101on.com.br/blog/por-que-as-tampadoras-automaticas-sao-essenciais.html](https://101on.com.br/blog/por-que-as-tampadoras-automaticas-sao-essenciais.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://101on.com.br/blog/shemesh-automation-brasil-na-envase-brasil-2024.html](https://101on.com.br/blog/shemesh-automation-brasil-na-envase-brasil-2024.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://101on.com.br/blog/tecnologia-na-producao-de-lencos-umedecidos-2024.html](https://101on.com.br/blog/tecnologia-na-producao-de-lencos-umedecidos-2024.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://101on.com.br/clientes.html](https://101on.com.br/clientes.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://101on.com.br/contato.html](https://101on.com.br/contato.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://101on.com.br/index.html](https://101on.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://101on.com.br/maquinas/embalagens-lencos-umedecidos.html](https://101on.com.br/maquinas/embalagens-lencos-umedecidos.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://101on.com.br/maquinas/empacotadoras-stand-up-pouch.html](https://101on.com.br/maquinas/empacotadoras-stand-up-pouch.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://101on.com.br/maquinas/envasadoras.html](https://101on.com.br/maquinas/envasadoras.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://101on.com.br/maquinas/etiquetadoras.html](https://101on.com.br/maquinas/etiquetadoras.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://101on.com.br/maquinas/linhas-completas.html](https://101on.com.br/maquinas/linhas-completas.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://101on.com.br/maquinas/seladoras-termicas.html](https://101on.com.br/maquinas/seladoras-termicas.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://101on.com.br/maquinas/sistema-carregamento.html](https://101on.com.br/maquinas/sistema-carregamento.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://101on.com.br/maquinas/tampadoras.html](https://101on.com.br/maquinas/tampadoras.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://101on.com.br/sobre.html](https://101on.com.br/sobre.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: 13

- [https://101on.com.br/blog/](https://101on.com.br/blog/) — the likely hero/LCP image (stratum-yb.png.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://101on.com.br/blog/index.html](https://101on.com.br/blog/index.html) — the likely hero/LCP image (stratum-yb.png.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://101on.com.br/clientes.html](https://101on.com.br/clientes.html) — the likely hero/LCP image (imagem-do-whatsapp-de-2024-01-30-as-21.37.12_5f35211a.jpg) 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://101on.com.br/contato.html](https://101on.com.br/contato.html) — the likely hero/LCP image (capture-web_19-3-2021_102648_-a3qaevbkoyinwl66.jpg) 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://101on.com.br/maquinas/embalagens-lencos-umedecidos.html](https://101on.com.br/maquinas/embalagens-lencos-umedecidos.html) — the likely hero/LCP image (image4-a0xerj6m7xf7vlrz.jpg) 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://101on.com.br/maquinas/empacotadoras-stand-up-pouch.html](https://101on.com.br/maquinas/empacotadoras-stand-up-pouch.html) — the likely hero/LCP image (citadel-screenshot-image-ybnznpzk6oielpgr.jpg) 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://101on.com.br/maquinas/envasadoras.html](https://101on.com.br/maquinas/envasadoras.html) — the likely hero/LCP image (full-machine-yan6vnxzr9c4rzer.jpg) 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://101on.com.br/maquinas/etiquetadoras.html](https://101on.com.br/maquinas/etiquetadoras.html) — the likely hero/LCP image (image-machine-yz9aqwz3dys7zdqd.jpg) 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://101on.com.br/maquinas/linhas-completas.html](https://101on.com.br/maquinas/linhas-completas.html) — the likely hero/LCP image (top-image.jpg) 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://101on.com.br/maquinas/seladoras-termicas.html](https://101on.com.br/maquinas/seladoras-termicas.html) — the likely hero/LCP image (full-machine-sp-200-ykb1kp0zent6m2ze.jpg) 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://101on.com.br/maquinas/sistema-carregamento.html](https://101on.com.br/maquinas/sistema-carregamento.html) — the likely hero/LCP image (full-machine-yrd1m7nqloigokle.jpg) 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://101on.com.br/maquinas/tampadoras.html](https://101on.com.br/maquinas/tampadoras.html) — the likely hero/LCP image (thoro-yb-mp83vp77xphevv1k.jpg) 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://101on.com.br/sobre.html](https://101on.com.br/sobre.html) — the likely hero/LCP image (2025-101.png) 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.

#### Missing meta description

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

- [https://101on.com.br/blog/maquinas-de-embalagens-com-robotica-abb-integrada-2024.html](https://101on.com.br/blog/maquinas-de-embalagens-com-robotica-abb-integrada-2024.html)

#### robots.txt blocks CSS/JS the pages need to render

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

- [https://101on.com.br/](https://101on.com.br/) — robots.txt Disallow blocks render-critical CSS/JS under: /assets/css/, /assets/js/ — Google's renderer can't fetch these, so the affected pages may render blank or thin. Allow the asset path(s) for Googlebot.

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

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

- [https://101on.com.br/](https://101on.com.br/) — 88 chars, ~711px (limit ~580px)
- [https://101on.com.br/blog/conectividade-na-producao-industrial-4-0.html](https://101on.com.br/blog/conectividade-na-producao-industrial-4-0.html) — 128 chars, ~1014px (limit ~580px)
- [https://101on.com.br/blog/embalagens-enfrentados-pelos-fabricantes.html](https://101on.com.br/blog/embalagens-enfrentados-pelos-fabricantes.html) — 130 chars, ~1038px (limit ~580px)
- [https://101on.com.br/blog/maquinas-de-embalagens-com-robotica-abb-integrada-2024.html](https://101on.com.br/blog/maquinas-de-embalagens-com-robotica-abb-integrada-2024.html) — 93 chars, ~774px (limit ~580px)
- [https://101on.com.br/blog/maquinas-de-embalagens-flexiveis.html](https://101on.com.br/blog/maquinas-de-embalagens-flexiveis.html) — 81 chars, ~660px (limit ~580px)
- [https://101on.com.br/blog/maquinas-de-envase-de-alimentos.html](https://101on.com.br/blog/maquinas-de-envase-de-alimentos.html) — 83 chars, ~679px (limit ~580px)
- [https://101on.com.br/blog/maquinas-premium-de-embalagem-para-cannabis.html](https://101on.com.br/blog/maquinas-premium-de-embalagem-para-cannabis.html) — 147 chars, ~1219px (limit ~580px)
- [https://101on.com.br/blog/por-que-as-tampadoras-automaticas-sao-essenciais.html](https://101on.com.br/blog/por-que-as-tampadoras-automaticas-sao-essenciais.html) — 122 chars, ~979px (limit ~580px)
- [https://101on.com.br/blog/shemesh-automation-brasil-na-envase-brasil-2024.html](https://101on.com.br/blog/shemesh-automation-brasil-na-envase-brasil-2024.html) — 132 chars, ~1103px (limit ~580px)
- [https://101on.com.br/blog/tecnologia-na-producao-de-lencos-umedecidos-2024.html](https://101on.com.br/blog/tecnologia-na-producao-de-lencos-umedecidos-2024.html) — 87 chars, ~724px (limit ~580px)
- [https://101on.com.br/index.html](https://101on.com.br/index.html) — 88 chars, ~711px (limit ~580px)
- [https://101on.com.br/maquinas/embalagens-lencos-umedecidos.html](https://101on.com.br/maquinas/embalagens-lencos-umedecidos.html) — 70 chars, ~594px (limit ~580px)
- [https://101on.com.br/maquinas/empacotadoras-stand-up-pouch.html](https://101on.com.br/maquinas/empacotadoras-stand-up-pouch.html) — 70 chars, ~586px (limit ~580px)
- [https://101on.com.br/maquinas/sistema-carregamento.html](https://101on.com.br/maquinas/sistema-carregamento.html) — 73 chars, ~604px (limit ~580px)

### Notices (166)

#### Heading levels skip a level

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

- [https://101on.com.br/](https://101on.com.br/) — h4 follows h2 — skips h3
- [https://101on.com.br/blog/](https://101on.com.br/blog/) — h3 follows h1 — skips h2
- [https://101on.com.br/blog/embalagens-enfrentados-pelos-fabricantes.html](https://101on.com.br/blog/embalagens-enfrentados-pelos-fabricantes.html) — h4 follows h2 — skips h3
- [https://101on.com.br/blog/index.html](https://101on.com.br/blog/index.html) — h3 follows h1 — skips h2
- [https://101on.com.br/blog/maquinas-de-embalagens-com-robotica-abb-integrada-2024.html](https://101on.com.br/blog/maquinas-de-embalagens-com-robotica-abb-integrada-2024.html) — h4 follows h1 — skips h2
- [https://101on.com.br/blog/maquinas-de-embalagens-flexiveis.html](https://101on.com.br/blog/maquinas-de-embalagens-flexiveis.html) — h4 follows h2 — skips h3
- [https://101on.com.br/blog/maquinas-premium-de-embalagem-para-cannabis.html](https://101on.com.br/blog/maquinas-premium-de-embalagem-para-cannabis.html) — h4 follows h2 — skips h3
- [https://101on.com.br/blog/por-que-as-tampadoras-automaticas-sao-essenciais.html](https://101on.com.br/blog/por-que-as-tampadoras-automaticas-sao-essenciais.html) — h4 follows h2 — skips h3
- [https://101on.com.br/blog/shemesh-automation-brasil-na-envase-brasil-2024.html](https://101on.com.br/blog/shemesh-automation-brasil-na-envase-brasil-2024.html) — h4 follows h2 — skips h3
- [https://101on.com.br/blog/tecnologia-na-producao-de-lencos-umedecidos-2024.html](https://101on.com.br/blog/tecnologia-na-producao-de-lencos-umedecidos-2024.html) — h4 follows h1 — skips h2
- [https://101on.com.br/clientes.html](https://101on.com.br/clientes.html) — h4 follows h2 — skips h3
- [https://101on.com.br/index.html](https://101on.com.br/index.html) — h4 follows h2 — skips h3
- [https://101on.com.br/maquinas/embalagens-lencos-umedecidos.html](https://101on.com.br/maquinas/embalagens-lencos-umedecidos.html) — h4 follows h2 — skips h3
- [https://101on.com.br/maquinas/empacotadoras-stand-up-pouch.html](https://101on.com.br/maquinas/empacotadoras-stand-up-pouch.html) — h4 follows h2 — skips h3
- [https://101on.com.br/maquinas/envasadoras.html](https://101on.com.br/maquinas/envasadoras.html) — h4 follows h2 — skips h3
- [https://101on.com.br/maquinas/etiquetadoras.html](https://101on.com.br/maquinas/etiquetadoras.html) — h4 follows h2 — skips h3
- [https://101on.com.br/maquinas/linhas-completas.html](https://101on.com.br/maquinas/linhas-completas.html) — h4 follows h2 — skips h3
- [https://101on.com.br/maquinas/seladoras-termicas.html](https://101on.com.br/maquinas/seladoras-termicas.html) — h4 follows h2 — skips h3
- [https://101on.com.br/maquinas/sistema-carregamento.html](https://101on.com.br/maquinas/sistema-carregamento.html) — h4 follows h2 — skips h3
- [https://101on.com.br/maquinas/tampadoras.html](https://101on.com.br/maquinas/tampadoras.html) — h4 follows h2 — skips h3

#### No llms.txt for AI agents

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

- [https://101on.com.br/](https://101on.com.br/) — 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://101on.com.br/blog/](https://101on.com.br/blog/) — 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: 2

- [https://101on.com.br/blog/index.html](https://101on.com.br/blog/index.html) — canonical=https://101on.com.br/blog/
- [https://101on.com.br/index.html](https://101on.com.br/index.html) — canonical=https://101on.com.br/

#### Image alt text is keyword-stuffed (repetition / low variety)

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

- [https://101on.com.br/blog/maquinas-de-embalagens-com-robotica-abb-integrada-2024.html](https://101on.com.br/blog/maquinas-de-embalagens-com-robotica-abb-integrada-2024.html) — 2 image(s) have keyword-stuffed alt text — the same word repeated several times, or a long low-variety keyword list. Google's image guidance asks for short, descriptive alt text, not keyword lists; rewrite it to describe the image.

#### Image alt text is very long (possible keyword stuffing)

- Rule: `images.alt_too_long` · Category: Images · Occurrences: 3

- [https://101on.com.br/blog/](https://101on.com.br/blog/) — 1 image(s) with alt text over 100 chars — shorten it to a concise description
- [https://101on.com.br/blog/index.html](https://101on.com.br/blog/index.html) — 1 image(s) with alt text over 100 chars — shorten it to a concise description
- [https://101on.com.br/blog/maquinas-premium-de-embalagem-para-cannabis.html](https://101on.com.br/blog/maquinas-premium-de-embalagem-para-cannabis.html) — 1 image(s) with alt text over 100 chars — shorten it to a concise description

#### Image filename is generic/auto-generated (missed image-search signal)

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

- [https://101on.com.br/maquinas/envasadoras.html](https://101on.com.br/maquinas/envasadoras.html) — 1 image(s) use a generic/auto-generated filename (e.g. IMG_1234.jpg, photo1.png, a bare UUID). Google reads the filename as a signal of image content, so rename files descriptively (hyphen-separated words) before upload.

#### Likely hero image lacks fetchpriority=high

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

- [https://101on.com.br/](https://101on.com.br/) — the likely hero/LCP image (2022-cleaned-stratum.png-1.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://101on.com.br/blog/conectividade-na-producao-industrial-4-0.html](https://101on.com.br/blog/conectividade-na-producao-industrial-4-0.html) — the likely hero/LCP image (citadel-j2-768x544.png-300x213.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://101on.com.br/blog/embalagens-enfrentados-pelos-fabricantes.html](https://101on.com.br/blog/embalagens-enfrentados-pelos-fabricantes.html) — the likely hero/LCP image (2022-cleaned-stratum.png.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://101on.com.br/blog/maquinas-de-embalagens-com-robotica-abb-integrada-2024.html](https://101on.com.br/blog/maquinas-de-embalagens-com-robotica-abb-integrada-2024.html) — the likely hero/LCP image (screenshot_20240719_150227_chrome-300x166.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://101on.com.br/blog/maquinas-de-embalagens-flexiveis.html](https://101on.com.br/blog/maquinas-de-embalagens-flexiveis.html) — the likely hero/LCP image (citadel-j2-768x544.png.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://101on.com.br/blog/maquinas-de-envase-de-alimentos.html](https://101on.com.br/blog/maquinas-de-envase-de-alimentos.html) — the likely hero/LCP image (stratum-yb.png.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://101on.com.br/blog/maquinas-premium-de-embalagem-para-cannabis.html](https://101on.com.br/blog/maquinas-premium-de-embalagem-para-cannabis.html) — the likely hero/LCP image (captura-de-tela-2024-07-02-145831-242x300.png) 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://101on.com.br/blog/por-que-as-tampadoras-automaticas-sao-essenciais.html](https://101on.com.br/blog/por-que-as-tampadoras-automaticas-sao-essenciais.html) — the likely hero/LCP image (machine-image-template-300x181.png) 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://101on.com.br/blog/shemesh-automation-brasil-na-envase-brasil-2024.html](https://101on.com.br/blog/shemesh-automation-brasil-na-envase-brasil-2024.html) — the likely hero/LCP image (whatsapp-image-2024-04-29-at-11.35.08-220x300.jpeg) 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://101on.com.br/blog/tecnologia-na-producao-de-lencos-umedecidos-2024.html](https://101on.com.br/blog/tecnologia-na-producao-de-lencos-umedecidos-2024.html) — the likely hero/LCP image (sas250d-300x200.png) 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://101on.com.br/index.html](https://101on.com.br/index.html) — the likely hero/LCP image (2022-cleaned-stratum.png-1.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: 24

- [https://101on.com.br/](https://101on.com.br/) — 9 of 9 images without width/height
- [https://101on.com.br/blog/](https://101on.com.br/blog/) — 9 of 9 images without width/height
- [https://101on.com.br/blog/conectividade-na-producao-industrial-4-0.html](https://101on.com.br/blog/conectividade-na-producao-industrial-4-0.html) — 3 of 3 images without width/height
- [https://101on.com.br/blog/embalagens-enfrentados-pelos-fabricantes.html](https://101on.com.br/blog/embalagens-enfrentados-pelos-fabricantes.html) — 3 of 3 images without width/height
- [https://101on.com.br/blog/index.html](https://101on.com.br/blog/index.html) — 9 of 9 images without width/height
- [https://101on.com.br/blog/maquinas-de-embalagens-com-robotica-abb-integrada-2024.html](https://101on.com.br/blog/maquinas-de-embalagens-com-robotica-abb-integrada-2024.html) — 2 of 2 images without width/height
- [https://101on.com.br/blog/maquinas-de-embalagens-flexiveis.html](https://101on.com.br/blog/maquinas-de-embalagens-flexiveis.html) — 2 of 2 images without width/height
- [https://101on.com.br/blog/maquinas-de-envase-de-alimentos.html](https://101on.com.br/blog/maquinas-de-envase-de-alimentos.html) — 3 of 3 images without width/height
- [https://101on.com.br/blog/maquinas-premium-de-embalagem-para-cannabis.html](https://101on.com.br/blog/maquinas-premium-de-embalagem-para-cannabis.html) — 3 of 3 images without width/height
- [https://101on.com.br/blog/por-que-as-tampadoras-automaticas-sao-essenciais.html](https://101on.com.br/blog/por-que-as-tampadoras-automaticas-sao-essenciais.html) — 2 of 2 images without width/height
- [https://101on.com.br/blog/shemesh-automation-brasil-na-envase-brasil-2024.html](https://101on.com.br/blog/shemesh-automation-brasil-na-envase-brasil-2024.html) — 7 of 7 images without width/height
- [https://101on.com.br/blog/tecnologia-na-producao-de-lencos-umedecidos-2024.html](https://101on.com.br/blog/tecnologia-na-producao-de-lencos-umedecidos-2024.html) — 3 of 3 images without width/height
- [https://101on.com.br/clientes.html](https://101on.com.br/clientes.html) — 20 of 20 images without width/height
- [https://101on.com.br/contato.html](https://101on.com.br/contato.html) — 5 of 5 images without width/height
- [https://101on.com.br/index.html](https://101on.com.br/index.html) — 9 of 9 images without width/height
- [https://101on.com.br/maquinas/embalagens-lencos-umedecidos.html](https://101on.com.br/maquinas/embalagens-lencos-umedecidos.html) — 2 of 2 images without width/height
- [https://101on.com.br/maquinas/empacotadoras-stand-up-pouch.html](https://101on.com.br/maquinas/empacotadoras-stand-up-pouch.html) — 2 of 2 images without width/height
- [https://101on.com.br/maquinas/envasadoras.html](https://101on.com.br/maquinas/envasadoras.html) — 12 of 12 images without width/height
- [https://101on.com.br/maquinas/etiquetadoras.html](https://101on.com.br/maquinas/etiquetadoras.html) — 4 of 4 images without width/height
- [https://101on.com.br/maquinas/linhas-completas.html](https://101on.com.br/maquinas/linhas-completas.html) — 3 of 3 images without width/height
- [https://101on.com.br/maquinas/seladoras-termicas.html](https://101on.com.br/maquinas/seladoras-termicas.html) — 2 of 2 images without width/height
- [https://101on.com.br/maquinas/sistema-carregamento.html](https://101on.com.br/maquinas/sistema-carregamento.html) — 5 of 5 images without width/height
- [https://101on.com.br/maquinas/tampadoras.html](https://101on.com.br/maquinas/tampadoras.html) — 6 of 6 images without width/height
- [https://101on.com.br/sobre.html](https://101on.com.br/sobre.html) — 1 of 1 images without width/height

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

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

- [https://101on.com.br/blog/por-que-as-tampadoras-automaticas-sao-essenciais.html](https://101on.com.br/blog/por-que-as-tampadoras-automaticas-sao-essenciais.html) — 1 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.

#### Meta description too long

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

- [https://101on.com.br/](https://101on.com.br/) — 201 chars
- [https://101on.com.br/index.html](https://101on.com.br/index.html) — 201 chars
- [https://101on.com.br/maquinas/envasadoras.html](https://101on.com.br/maquinas/envasadoras.html) — 165 chars

#### Missing Open Graph tags

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

- [https://101on.com.br/](https://101on.com.br/) — og:title, og:description, og:image
- [https://101on.com.br/blog/](https://101on.com.br/blog/) — og:title, og:description, og:image
- [https://101on.com.br/blog/conectividade-na-producao-industrial-4-0.html](https://101on.com.br/blog/conectividade-na-producao-industrial-4-0.html) — og:title, og:description, og:image
- [https://101on.com.br/blog/embalagens-enfrentados-pelos-fabricantes.html](https://101on.com.br/blog/embalagens-enfrentados-pelos-fabricantes.html) — og:title, og:description, og:image
- [https://101on.com.br/blog/index.html](https://101on.com.br/blog/index.html) — og:title, og:description, og:image
- [https://101on.com.br/blog/maquinas-de-embalagens-com-robotica-abb-integrada-2024.html](https://101on.com.br/blog/maquinas-de-embalagens-com-robotica-abb-integrada-2024.html) — og:title, og:description, og:image
- [https://101on.com.br/blog/maquinas-de-embalagens-flexiveis.html](https://101on.com.br/blog/maquinas-de-embalagens-flexiveis.html) — og:title, og:description, og:image
- [https://101on.com.br/blog/maquinas-de-envase-de-alimentos.html](https://101on.com.br/blog/maquinas-de-envase-de-alimentos.html) — og:title, og:description, og:image
- [https://101on.com.br/blog/maquinas-premium-de-embalagem-para-cannabis.html](https://101on.com.br/blog/maquinas-premium-de-embalagem-para-cannabis.html) — og:title, og:description, og:image
- [https://101on.com.br/blog/por-que-as-tampadoras-automaticas-sao-essenciais.html](https://101on.com.br/blog/por-que-as-tampadoras-automaticas-sao-essenciais.html) — og:title, og:description, og:image
- [https://101on.com.br/blog/shemesh-automation-brasil-na-envase-brasil-2024.html](https://101on.com.br/blog/shemesh-automation-brasil-na-envase-brasil-2024.html) — og:title, og:description, og:image
- [https://101on.com.br/blog/tecnologia-na-producao-de-lencos-umedecidos-2024.html](https://101on.com.br/blog/tecnologia-na-producao-de-lencos-umedecidos-2024.html) — og:title, og:description, og:image
- [https://101on.com.br/clientes.html](https://101on.com.br/clientes.html) — og:title, og:description, og:image
- [https://101on.com.br/contato.html](https://101on.com.br/contato.html) — og:title, og:description, og:image
- [https://101on.com.br/index.html](https://101on.com.br/index.html) — og:title, og:description, og:image
- [https://101on.com.br/maquinas/embalagens-lencos-umedecidos.html](https://101on.com.br/maquinas/embalagens-lencos-umedecidos.html) — og:title, og:description, og:image
- [https://101on.com.br/maquinas/empacotadoras-stand-up-pouch.html](https://101on.com.br/maquinas/empacotadoras-stand-up-pouch.html) — og:title, og:description, og:image
- [https://101on.com.br/maquinas/envasadoras.html](https://101on.com.br/maquinas/envasadoras.html) — og:title, og:description, og:image
- [https://101on.com.br/maquinas/etiquetadoras.html](https://101on.com.br/maquinas/etiquetadoras.html) — og:title, og:description, og:image
- [https://101on.com.br/maquinas/linhas-completas.html](https://101on.com.br/maquinas/linhas-completas.html) — og:title, og:description, og:image
- [https://101on.com.br/maquinas/seladoras-termicas.html](https://101on.com.br/maquinas/seladoras-termicas.html) — og:title, og:description, og:image
- [https://101on.com.br/maquinas/sistema-carregamento.html](https://101on.com.br/maquinas/sistema-carregamento.html) — og:title, og:description, og:image
- [https://101on.com.br/maquinas/tampadoras.html](https://101on.com.br/maquinas/tampadoras.html) — og:title, og:description, og:image
- [https://101on.com.br/sobre.html](https://101on.com.br/sobre.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: 22

- [https://101on.com.br/](https://101on.com.br/) — 8 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://101on.com.br/blog/](https://101on.com.br/blog/) — 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://101on.com.br/blog/conectividade-na-producao-industrial-4-0.html](https://101on.com.br/blog/conectividade-na-producao-industrial-4-0.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.
- [https://101on.com.br/blog/index.html](https://101on.com.br/blog/index.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://101on.com.br/blog/maquinas-de-embalagens-com-robotica-abb-integrada-2024.html](https://101on.com.br/blog/maquinas-de-embalagens-com-robotica-abb-integrada-2024.html) — 2 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://101on.com.br/blog/maquinas-de-envase-de-alimentos.html](https://101on.com.br/blog/maquinas-de-envase-de-alimentos.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.
- [https://101on.com.br/blog/maquinas-premium-de-embalagem-para-cannabis.html](https://101on.com.br/blog/maquinas-premium-de-embalagem-para-cannabis.html) — 2 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://101on.com.br/blog/por-que-as-tampadoras-automaticas-sao-essenciais.html](https://101on.com.br/blog/por-que-as-tampadoras-automaticas-sao-essenciais.html) — 2 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://101on.com.br/blog/shemesh-automation-brasil-na-envase-brasil-2024.html](https://101on.com.br/blog/shemesh-automation-brasil-na-envase-brasil-2024.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://101on.com.br/blog/tecnologia-na-producao-de-lencos-umedecidos-2024.html](https://101on.com.br/blog/tecnologia-na-producao-de-lencos-umedecidos-2024.html) — 3 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://101on.com.br/clientes.html](https://101on.com.br/clientes.html) — 20 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://101on.com.br/contato.html](https://101on.com.br/contato.html) — 5 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://101on.com.br/index.html](https://101on.com.br/index.html) — 8 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://101on.com.br/maquinas/embalagens-lencos-umedecidos.html](https://101on.com.br/maquinas/embalagens-lencos-umedecidos.html) — 2 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://101on.com.br/maquinas/empacotadoras-stand-up-pouch.html](https://101on.com.br/maquinas/empacotadoras-stand-up-pouch.html) — 2 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://101on.com.br/maquinas/envasadoras.html](https://101on.com.br/maquinas/envasadoras.html) — 10 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://101on.com.br/maquinas/etiquetadoras.html](https://101on.com.br/maquinas/etiquetadoras.html) — 4 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://101on.com.br/maquinas/linhas-completas.html](https://101on.com.br/maquinas/linhas-completas.html) — 3 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://101on.com.br/maquinas/seladoras-termicas.html](https://101on.com.br/maquinas/seladoras-termicas.html) — 2 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://101on.com.br/maquinas/sistema-carregamento.html](https://101on.com.br/maquinas/sistema-carregamento.html) — 5 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://101on.com.br/maquinas/tampadoras.html](https://101on.com.br/maquinas/tampadoras.html) — 5 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://101on.com.br/sobre.html](https://101on.com.br/sobre.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.

#### Blocked by robots.txt

- Rule: `robots.blocked` · Category: Crawlability · Occurrences: 3

- [https://101on.com.br/assets/img/2024/02/Tampadoras-automaticas-1.pdf](https://101on.com.br/assets/img/2024/02/Tampadoras-automaticas-1.pdf) — Disallowed by robots.txt; not fetched
- [https://101on.com.br/assets/img/2024/07/Hemp-Cannabis-Brochure-2021-LR-7.pdf](https://101on.com.br/assets/img/2024/07/Hemp-Cannabis-Brochure-2021-LR-7.pdf) — Disallowed by robots.txt; not fetched
- [https://101on.com.br/assets/pdf/Empacotadoras-de-Stand-Up-Pouch.pdf](https://101on.com.br/assets/pdf/Empacotadoras-de-Stand-Up-Pouch.pdf) — Disallowed by robots.txt; not fetched

#### Missing recommended security headers

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

- [https://101on.com.br/](https://101on.com.br/) — X-Content-Type-Options, HSTS, CSP
- [https://101on.com.br/blog/](https://101on.com.br/blog/) — HSTS, CSP, X-Content-Type-Options
- [https://101on.com.br/blog/%3Cdiv%20class=](https://101on.com.br/blog/%3Cdiv%20class=) — HSTS, CSP, X-Content-Type-Options
- [https://101on.com.br/blog/conectividade-na-producao-industrial-4-0.html](https://101on.com.br/blog/conectividade-na-producao-industrial-4-0.html) — HSTS, CSP, X-Content-Type-Options
- [https://101on.com.br/blog/embalagens-enfrentados-pelos-fabricantes.html](https://101on.com.br/blog/embalagens-enfrentados-pelos-fabricantes.html) — HSTS, CSP, X-Content-Type-Options
- [https://101on.com.br/blog/index.html](https://101on.com.br/blog/index.html) — HSTS, CSP, X-Content-Type-Options
- [https://101on.com.br/blog/maquinas-de-embalagens-com-robotica-abb-integrada-2024.html](https://101on.com.br/blog/maquinas-de-embalagens-com-robotica-abb-integrada-2024.html) — HSTS, CSP, X-Content-Type-Options
- [https://101on.com.br/blog/maquinas-de-embalagens-flexiveis.html](https://101on.com.br/blog/maquinas-de-embalagens-flexiveis.html) — CSP, X-Content-Type-Options, HSTS
- [https://101on.com.br/blog/maquinas-de-envase-de-alimentos.html](https://101on.com.br/blog/maquinas-de-envase-de-alimentos.html) — HSTS, CSP, X-Content-Type-Options
- [https://101on.com.br/blog/maquinas-premium-de-embalagem-para-cannabis.html](https://101on.com.br/blog/maquinas-premium-de-embalagem-para-cannabis.html) — HSTS, CSP, X-Content-Type-Options
- [https://101on.com.br/blog/por-que-as-tampadoras-automaticas-sao-essenciais.html](https://101on.com.br/blog/por-que-as-tampadoras-automaticas-sao-essenciais.html) — X-Content-Type-Options, HSTS, CSP
- [https://101on.com.br/blog/shemesh-automation-brasil-na-envase-brasil-2024.html](https://101on.com.br/blog/shemesh-automation-brasil-na-envase-brasil-2024.html) — X-Content-Type-Options, HSTS, CSP
- [https://101on.com.br/blog/tecnologia-na-producao-de-lencos-umedecidos-2024.html](https://101on.com.br/blog/tecnologia-na-producao-de-lencos-umedecidos-2024.html) — X-Content-Type-Options, HSTS, CSP
- [https://101on.com.br/clientes.html](https://101on.com.br/clientes.html) — HSTS, CSP, X-Content-Type-Options
- [https://101on.com.br/contato.html](https://101on.com.br/contato.html) — HSTS, CSP, X-Content-Type-Options
- [https://101on.com.br/index.html](https://101on.com.br/index.html) — HSTS, CSP, X-Content-Type-Options
- [https://101on.com.br/maquinas/embalagens-lencos-umedecidos.html](https://101on.com.br/maquinas/embalagens-lencos-umedecidos.html) — HSTS, CSP, X-Content-Type-Options
- [https://101on.com.br/maquinas/empacotadoras-stand-up-pouch.html](https://101on.com.br/maquinas/empacotadoras-stand-up-pouch.html) — X-Content-Type-Options, HSTS, CSP
- [https://101on.com.br/maquinas/envasadoras.html](https://101on.com.br/maquinas/envasadoras.html) — X-Content-Type-Options, HSTS, CSP
- [https://101on.com.br/maquinas/etiquetadoras.html](https://101on.com.br/maquinas/etiquetadoras.html) — HSTS, CSP, X-Content-Type-Options
- [https://101on.com.br/maquinas/linhas-completas.html](https://101on.com.br/maquinas/linhas-completas.html) — HSTS, CSP, X-Content-Type-Options
- [https://101on.com.br/maquinas/seladoras-termicas.html](https://101on.com.br/maquinas/seladoras-termicas.html) — HSTS, CSP, X-Content-Type-Options
- [https://101on.com.br/maquinas/sistema-carregamento.html](https://101on.com.br/maquinas/sistema-carregamento.html) — HSTS, CSP, X-Content-Type-Options
- [https://101on.com.br/maquinas/tampadoras.html](https://101on.com.br/maquinas/tampadoras.html) — HSTS, CSP, X-Content-Type-Options
- [https://101on.com.br/sobre.html](https://101on.com.br/sobre.html) — HSTS, CSP, X-Content-Type-Options

#### Missing Twitter Card tag

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

- [https://101on.com.br/](https://101on.com.br/)
- [https://101on.com.br/blog/](https://101on.com.br/blog/)
- [https://101on.com.br/blog/conectividade-na-producao-industrial-4-0.html](https://101on.com.br/blog/conectividade-na-producao-industrial-4-0.html)
- [https://101on.com.br/blog/embalagens-enfrentados-pelos-fabricantes.html](https://101on.com.br/blog/embalagens-enfrentados-pelos-fabricantes.html)
- [https://101on.com.br/blog/index.html](https://101on.com.br/blog/index.html)
- [https://101on.com.br/blog/maquinas-de-embalagens-com-robotica-abb-integrada-2024.html](https://101on.com.br/blog/maquinas-de-embalagens-com-robotica-abb-integrada-2024.html)
- [https://101on.com.br/blog/maquinas-de-embalagens-flexiveis.html](https://101on.com.br/blog/maquinas-de-embalagens-flexiveis.html)
- [https://101on.com.br/blog/maquinas-de-envase-de-alimentos.html](https://101on.com.br/blog/maquinas-de-envase-de-alimentos.html)
- [https://101on.com.br/blog/maquinas-premium-de-embalagem-para-cannabis.html](https://101on.com.br/blog/maquinas-premium-de-embalagem-para-cannabis.html)
- [https://101on.com.br/blog/por-que-as-tampadoras-automaticas-sao-essenciais.html](https://101on.com.br/blog/por-que-as-tampadoras-automaticas-sao-essenciais.html)
- [https://101on.com.br/blog/shemesh-automation-brasil-na-envase-brasil-2024.html](https://101on.com.br/blog/shemesh-automation-brasil-na-envase-brasil-2024.html)
- [https://101on.com.br/blog/tecnologia-na-producao-de-lencos-umedecidos-2024.html](https://101on.com.br/blog/tecnologia-na-producao-de-lencos-umedecidos-2024.html)
- [https://101on.com.br/clientes.html](https://101on.com.br/clientes.html)
- [https://101on.com.br/contato.html](https://101on.com.br/contato.html)
- [https://101on.com.br/index.html](https://101on.com.br/index.html)
- [https://101on.com.br/maquinas/embalagens-lencos-umedecidos.html](https://101on.com.br/maquinas/embalagens-lencos-umedecidos.html)
- [https://101on.com.br/maquinas/empacotadoras-stand-up-pouch.html](https://101on.com.br/maquinas/empacotadoras-stand-up-pouch.html)
- [https://101on.com.br/maquinas/envasadoras.html](https://101on.com.br/maquinas/envasadoras.html)
- [https://101on.com.br/maquinas/etiquetadoras.html](https://101on.com.br/maquinas/etiquetadoras.html)
- [https://101on.com.br/maquinas/linhas-completas.html](https://101on.com.br/maquinas/linhas-completas.html)
- [https://101on.com.br/maquinas/seladoras-termicas.html](https://101on.com.br/maquinas/seladoras-termicas.html)
- [https://101on.com.br/maquinas/sistema-carregamento.html](https://101on.com.br/maquinas/sistema-carregamento.html)
- [https://101on.com.br/maquinas/tampadoras.html](https://101on.com.br/maquinas/tampadoras.html)
- [https://101on.com.br/sobre.html](https://101on.com.br/sobre.html)

## Checks & coverage

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

- ✗ Agent Readiness — 21 notice(s)
- ✓ AI Content — clean
- ✓ Amp — clean
- ✗ Budget — 3 warning(s)
- ✓ Cache — clean
- ✗ Canonical — 1 warning(s), 3 notice(s)
- ✓ Content — clean
- ✗ Crawlability — 1 error(s), 3 notice(s)
- ✗ Duplicate — 1 warning(s)
- ✓ Geo — clean
- ✓ Headings — clean
- ✓ Hreflang — clean
- ✗ Images — 29 notice(s)
- ✓ Indexability — clean
- ✗ Links — 1 error(s), 1 notice(s)
- ✗ Meta Description — 1 warning(s), 3 notice(s)
- ✓ Mobile — clean
- ✗ Performance — 13 warning(s), 33 notice(s)
- ✓ Rendering — clean
- ✗ Robots — 1 warning(s)
- ✗ Security — 24 warning(s), 25 notice(s)
- ✓ Sitemap — clean
- ✗ Social — 48 notice(s)
- ✓ Structured Data — clean
- ✗ Titles — 14 warning(s)
- ✓ URL — clean
- ✓ Video — clean

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