
What the page shows
- Crawler health: the HTTP status breakdown across your sitemap pages, so you can see how much of your site returns 200 versus redirects, 4xx, and 5xx before digging into any single page.
- Web vitals: overall performance stats for the crawled pages.
- Speed analytics: time to first byte (TTFB) and time to interactive (TTI), each as an average plus p75 and p95. Largest contentful paint (LCP) sits under Web vitals as an average, next to FCP and CLS. The percentiles matter more than the average: a good average with a bad p95 means your slowest pages are very slow.
- Page performance: the slowest pages, listed with their LCP, FCP, TTFB, and TTI. A page only appears here when its LCP is 4 seconds or worse, the threshold for “poor”, so this list is a to-do list, not a ranking of everything.

- SEO insights: counts per issue type (below), content depth (pages by word-count bucket), and the link profile (average internal and external links per page).
The checks
Site health runs exactly five page-level SEO checks:- Missing page title: the page has no title tag, or an empty one.
- Missing meta description: the page has no meta description, or an empty one.
- Missing H1 heading: the page has no H1 heading.
- Multiple H1 headings: the page has more than one H1, which muddies what the page is about.
- Thin content (under 300 words): the page’s extracted text is under 300 words. Thin pages give AI crawlers little to work with, so they rarely become citations.
How to work the report
- Status codes first: 4xx and 5xx pages are invisible to crawlers no matter how good the content is. Fix or redirect them first.
- Then thin content on pages that matter: cross-reference your most crawled pages from AI crawler insights; a heavily crawled page with under 300 words is attention being wasted.
- Then titles, descriptions, and H1s: these are cheap fixes that clarify to any retrieval system what the page is about.
- Speed last, worst first: work the slowest-pages list from the top. A 4-second LCP hurts every visitor, including the AI-referred ones you’re trying to win.