Technical

Page depth

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

Why does this matter?

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.

How to fix it?

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

This check scores from 0 to 100. Below 50 is a fail, 50 to 89 is a warning, 90 or above is good. After each crawl you see the score per page in your report, with a short note on what we found.

Frequently asked questions

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.

Example

Copy the code below and adapt the domain name, brand name and content to your situation.

<!-- 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 -->
Start free