Page count is how many crawlable URLs Crawlinx reached from the homepage within the crawl budget, following internal links only. It is a rough proxy for site size and internal-link reach: a thin count often means orphaned pages, a robots wall, or a JavaScript-rendered navigation the crawler could not follow.
Across 9 docs sites the median page count is 46, with the middle half falling between 33 (25th percentile) and 50 (75th percentile). The full range runs from 5 to 50.
These are all docs sites, so they face similar content and crawl patterns — comparable page depth, similar templating and often the same third-party scripts. Treat the median as the bar to clear for a docs site and the issues below as the technical debt typical of the vertical.
The single most common problem here is “Images without width/height (layout shift / CLS)”, present on 88% of the sample, followed by “Meta description too long” and “Thin content (low word count)”. The full ranking is in the table above — fix the top of that list first, since it is the fault most likely to be dragging this segment's median down.