Philippines staffing research ·
Philippines Publishing QA: How Can Article Index Completeness Be Proven?
A manifest-based protocol for checking discoverability across paginated archives without confusing presence with canonical correctness.
Key Stats
Sitemap and pagination mechanisms expose different discovery paths; neither alone proves that a complete, distinct article appears exactly once in its correct editorial index.
Methodology
This technical desk review uses primary Google Search Central guidance and HTTP semantics from RFC 9110 to define a local route-and-index audit. The protocol tests site coherence, not search-engine crawling, indexing, or ranking.
Key Takeaways
The research question is how a publisher can prove that every item in a daily manifest is discoverable from the intended Blog or Research archive. The test begins with exact expected sets, not a visual scan of the newest cards.
For each article record family, slug, canonical URL, publication date, expected index page, and body hash. Crawl all archive pages through their actual links, normalize destinations, and compare the observed set with the manifest.
Investigate missing, duplicate, cross-family, and orphan entries separately. Stable sort rules matter at page boundaries because a new batch can push earlier articles onto a later page that does not exist or is not linked.
Technical support can execute the audit and document evidence. The release owner decides corrections and deployment. A 200 response, sitemap occurrence, or index link cannot substitute for the other identity checks.
The bounded conclusion is that set reconciliation across the manifest, rendered archives, canonical routes, and sitemap provides strong evidence of internal completeness. External discovery remains outside the local test.
Set comparison
Compare expected and observed canonical URL sets by family, then inspect duplicates, omissions, wrong-family links, and pagination boundaries.
Route proof
For every observed destination retain status, final URL, canonical, visible date, structured date, and normalized article-body hash.
Next step
Reconcile manifest, paginated indexes, routes, and sitemap before release approval.
FAQs
Is the first archive page enough?
No. New entries can displace older items, so every linked pagination page must be included.
Does sitemap presence prove an article is indexed?
No. It proves only that the URL is listed in the sitemap response being tested.
Sources
- https://developers.google.com/search/docs/crawling-indexing/sitemaps/overview
- https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls
- https://www.rfc-editor.org/rfc/rfc9110