Fleet — Site Pages Inventory
fleet_site_pagesFilterable inventory of every sitemap-listed page with SEO facts (title, meta description, canonical, h1, word count, JSON-LD) and internal inlink/outlink counts from the weekly crawl. Filters: path_contains, orphans_only (zero inlinks), max_word_count (thin content), status, missing_meta. Sorted fewest-inlinks first — the pages Google cannot discover float to the top. Hard cap 100 rows. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows (default 25, hard cap 100). | |
| offset | No | Pagination offset. | |
| status | No | Filter by HTTP status (e.g. 200, 308, 404). | |
| path_prefix | No | Filter: path STARTS WITH this (e.g. "/creative/library"). Anchored — prefer this. Filtering /creative by substring returns 77 pages; by prefix, 9. | |
| missing_meta | No | Only pages missing a meta description. | |
| orphans_only | No | Only pages with ZERO internal inlinks — the pages Google has no path to discover. | |
| path_contains | No | Filter: path contains this anywhere. Over-matches — "/creative" also returns /creative-playbooks and /for/creative-strategists. Use path_prefix unless a substring is genuinely wanted. | |
| max_word_count | No | Only pages at or below this visible word count (thin-content filter, e.g. 150). |