Técnico

Page depth

Checks if all pages are reachable within 3 clicks from the homepage.

¿Por qué importa esto?

Pages more than 3 clicks from the homepage are crawled less and receive less link value. Google pays more attention to pages that are easy to reach.

¿Cómo se soluciona?

Optimize your site architecture so all pages are reachable within 3 clicks. Add internal links from popular pages. Use a clear navigation structure.

Este check puntúa de 0 a 100. Bajo 50 es un fallo, 50 a 89 un aviso, 90 o más es bueno. Tras cada crawl ve la nota por página en el informe, con una breve explicación.

Preguntas frecuentes

Checks if all pages are reachable within 3 clicks from the homepage.

Pages more than 3 clicks from the homepage are crawled less and receive less link value. Google pays more attention to pages that are easy to reach.

Optimize your site architecture so all pages are reachable within 3 clicks. Add internal links from popular pages. Use a clear navigation structure.

Ejemplo

Copie el código de abajo y adapte el dominio, la marca y el contenido a su situación.

<!-- Good site architecture: max. 3 clicks from homepage -->

homepage (click 0)  →  https://www.yourdomain.com/
├── /services/                      (click 1)
│   ├── /services/seo-audit/        (click 2) ✓
│   └── /services/monitoring/       (click 2) ✓
├── /blog/                          (click 1)
│   └── /blog/seo-tips-2026/        (click 2) ✓
└── /about/                         (click 1) ✓

<!-- Add breadcrumbs + BreadcrumbList schema -->
Empezar gratis