Atlas Open-Corpus Demonstration
A dated, versioned raw-versus-rendered capture from a small open-web corpus, with traceable findings and source exports.
This is a bounded public demonstration, captured on July 16, 2026 from an open web corpus. It does not represent a client crawl or support claims about rankings, traffic, revenue, or production coverage.
Captured Artifacts
- Download open-corpus CSV - URL-level capture records.
- Download capture manifest - Dated run metadata and claim limits.
Traceable Findings
- Raw versus rendered state: The JavaScript route returns a 200 response, but its quote content is authored by a client-side document.write loop rather than present as quote-card elements in source HTML. The captured source contains ten JSON records and one runtime loop; source inspection contains no rendered quote-card element. Confidence: High.
- Canonical field is absent in source: Neither captured page declares a rel=canonical element in its source response. The field was absent from both bounded source captures. Confidence: High observation / no severity assigned.
- Pagination is a crawl path: Both sampled pages expose an explicit next-page URL in their HTML. The navigation links point to /page/2/ and /js/page/2/. Confidence: High.
Sample Rows
| URL | Status | Indexability | Depth | Inlinks | Outlinks | Canonical | Issue | Evidence note |
|---|---|---|---|---|---|---|---|---|
| https://quotes.toscrape.com/ | 200 | not-evaluated | 0 | seed | 47 | not-present-in-source | static quote cards observed | Ten quote-card elements were present in the captured source HTML. |
| https://quotes.toscrape.com/js/ | 200 | not-evaluated | 1 | discovered from corpus navigation | 3 | not-present-in-source | render-dependent quote output | The raw HTML has no quote-card element; the page script declares ten records and writes quote-card markup at runtime. |