www.jstor.org
Scored by v3 · source-of-truth hashes: score db860d6ac94e · thresholds e94f8b33e500 — verifiable against the canonical scorer.
The 28-day score is the p75 of nightly runs — the stable number to cite. Deterministic metrics (CRR/SSD/TC) show their latest value (they move only when the site changes); timing (TTFUT) and answer-fidelity (AF) are smoothed by 28-day p75 — the same lab-vs-field split Core Web Vitals uses. Synthetic daily measurement, not real-user field data.
An agent gets the basics but will guess on the gaps. 2/3 applicable facts come from machine-readable structured data.
Metrics
Token Cost breakdown
Where the page's tokens go (≈29,901 across regions). 94% is non-content — chrome and boilerplate an agent pays for. Add landmark roles (main/nav/header/footer) so agents can skip it.
Final screenshot
Diagnostics
agent representation — token decomposition
Fix: Strip repeated nav/header/footer/cookie chrome from the agent-visible output; wrap content in <main>/<article> so the extractor keeps signal and drops boilerplate.
Rendered profile: headless
Metrics
Token Cost breakdown
Where the page's tokens go (≈29,250 across regions). 93% is non-content — chrome and boilerplate an agent pays for. Add landmark roles (main/nav/header/footer) so agents can skip it.
Final screenshot
Diagnostics
agent representation — token decomposition
Fix: Strip repeated nav/header/footer/cookie chrome from the agent-visible output; wrap content in <main>/<article> so the extractor keeps signal and drops boilerplate.
Rendered profile: headless
Access & discovery checks — separate from the gated CAV metrics above. Click an issue for business impact, what we measured, and how to fix. · Take the Agent Readiness course →
Agent files & endpoints
Issues (7)
✗ robots.txt allows AI bots high impact Blocks: * (all)
Business impact If robots.txt blocks AI crawlers you are invisible to ChatGPT, Claude and Perplexity — they skip you and recommend a competitor instead.
What we measured We read /robots.txt and test it against 16 AI user-agents (GPTBot, ClaudeBot, PerplexityBot, …) for a Disallow that blocks them.
How to fix Allow major AI bots to public content; restrict only private paths (/admin, /api).
User-agent: GPTBot
Allow: /
Disallow: /admin/
~ No content-blocking cookie wall medium impact Consent platform: onetrust (verify it doesn't block content)
Business impact A consent wall that hides content until a click is invisible to agents — they cannot click 'Accept'.
What we measured We fingerprint OneTrust, Cookiebot, Usercentrics and similar managers and flag content-blocking ones.
How to fix Use an overlay banner that leaves content in the DOM, not a blocking interstitial.
Spec: https://gdpr.eu/cookies/
✗ llms.txt present high impact Absent at /llms.txt and /.well-known/llms.txt
Business impact llms.txt is the robots.txt for AI: it tells agents what your site is, what matters, and where to find it. Without it AI guesses — and guessing means inaccurate recommendations and lost visibility.
What we measured We fetch /llms.txt and /.well-known/llms.txt and validate the spec (H1 title + a one-line blockquote summary). We also note /llms-full.txt (your full content as Markdown).
How to fix Create /llms.txt with a short summary + key pages; optionally /llms-full.txt with full content in Markdown.
# Your Site
> One-line description for AI agents.
## Key pages
- /products — catalog
- /pricing — plans
- /docs — documentationSpec: https://llmstxt.org
~ XML sitemap present medium impact Sitemap found but no <url>/<loc> entries
Business impact A sitemap is your table of contents for AI crawlers. Without it agents follow homepage links and miss deep pages (products, docs, pricing) — shrinking what they can recommend.
What we measured We fetch /sitemap.xml (and /sitemap_index.xml), confirm valid XML with <loc> entries, and check <lastmod> freshness.
How to fix Generate an XML sitemap of all public pages with current lastmod dates and reference it in robots.txt.
# robots.txt
Sitemap: https://example.com/sitemap.xml
~ agents.json discovery low impact Absent (emerging standard)
Business impact agents.json describes what your site can DO for agents (services, endpoints, capabilities) — an emerging discovery standard. Early adopters get native agent integration.
What we measured We check /agents.json and /.well-known/agents.json for a valid configuration.
How to fix Publish /agents.json describing your site's capabilities and actions.
~ WebMCP endpoint low impact Absent (emerging standard)
Business impact WebMCP lets agents call actions on your site directly (book, buy, query) instead of scraping the DOM. Early adopters get native AI-agent interoperability.
What we measured We check /.well-known/webmcp and /webmcp.json for a valid actions array.
How to fix Add a WebMCP endpoint exposing your key actions to agents.
Spec: https://webmcp.org
~ API documentation low impact No OpenAPI/Swagger found
Business impact Programmatic agents prefer a typed API. An OpenAPI/Swagger spec lets them integrate without scraping.
What we measured We probe /openapi.json, /swagger.json, /api-docs and /.well-known/openapi.json.
How to fix Publish an OpenAPI spec at a well-known path.
Passed audits (4)
Transport & Trust (SEC 1.0.0)
HTTPS, HSTS, CSP, sniffing, referrer and CORS posture. Diagnostic only — this does not affect the CAV score. A security header does not make a page more legible to an agent, so scoring it would reward a CDN toggle that changes nothing an agent can recover. We measure it and say so.
Per-header findings (6)
| Header | Evidence |
|---|---|
| ✅ HTTPS | served over HTTPS |
| ❌ HSTS | no strict-transport-security header |
| ❌ Content-Security-Policy | no content-security-policy header |
| ❌ X-Content-Type-Options | missing nosniff |
| ⚠️ Referrer-Policy | no referrer-policy header (browser default applies) |
| ➖ CORS exposure | no CORS headers on the document (normal for an HTML page) |
How to improve
global.min.js — 137 KiB transferred, 79.5% unused
6.0 MB total
Third-party impact
29 third-party requests · 1105 KiB (18.1% of transfer) · 21 ms main-thread — code an agent must also fetch/run before your content settles. Fewer, lazier third-parties = faster, cheaper agent reads.
| Third-party domain | Reqs | Transfer | Main-thread |
|---|---|---|---|
| googletagmanager.com | 3 | 518 KiB | — |
| ithaka.org | 8 | 375 KiB | — |
| cookielaw.org | 11 | 190 KiB | 21 ms |
| google-analytics.com | 3 | 21 KiB | — |
| doubleclick.net | 1 | 1 KiB | — |
| onetrust.com | 1 | 0 KiB | — |
| google.ca | 1 | 0 KiB | — |
| google.com | 1 | 0 KiB | — |
Wasted JavaScript (by bundle)
Transfer-accurate — each bundle's transfer size × its unused %, ranked by wasted bytes (the biggest code-splitting wins). Unused JS also inflates Token Cost (TC).
| Bundle | Transfer | Unused | Wasted |
|---|---|---|---|
| https://www.jstor.org/assets/global_20251201T215504/build/global/js/global.min.js | 137 KiB | 79.5% | 109 KiB |
| https://www.jstor.org/mfe-copper-roof/footer/9de7bb7c/ithaka-sentry-monitoring_2_5_1.70e14e2c8f8dc1948e3a.js | 110 KiB | 87.1% | 96 KiB |
| https://www.googletagmanager.com/gtag/js?id=G-JPYYW8RQW6&cx=c>m=4e67f0 3P | 176 KiB | 51% | 90 KiB |
| https://www.googletagmanager.com/gtag/js?id=G-FWE5TM25PF&cx=c>m=4e67f0 3P | 161 KiB | 52.2% | 84 KiB |
| https://cdn.cookielaw.org/scripttemplates/202505.1.0/otBannerSdk.js 3P | 119 KiB | 61.3% | 73 KiB |
| https://www.googletagmanager.com/gtm.js?id=GTM-N6GDC22 3P | 180 KiB | 28% | 51 KiB |
| https://www.jstor.org/mfe-copper-roof/access-workflow/fccebc56/vueuse-core_14_2_1.dc3bee5ff4153b27058b.js | 47 KiB | 93.1% | 44 KiB |
| https://www.jstor.org/mfe-copper-roof/header/d90e474f/react-dom_19_2_4.ca108aa3a80b471d0c1d.js | 56 KiB | 69.7% | 39 KiB |
| https://www.jstor.org/mfe-copper-roof/header/d90e474f/graphql_16_13_2.a603363c33727ed6da7b.js | 43 KiB | 81.1% | 35 KiB |
| https://www.jstor.org/mfe-copper-roof/access-workflow/fccebc56/css-loader_7_1_4.4f299e5e9e1fb5eded1a.js | 49 KiB | 62% | 30 KiB |
| https://www.jstor.org/mfe-copper-roof/header/d90e474f/css-loader_7_1_4.74f6fc5fe8eab3ab81cb.js | 56 KiB | 52.9% | 30 KiB |
| https://www.jstor.org/mfe-copper-roof/provider-designation-statement/f3b07e9a/css-loader_7_1_2.559c8411029e2e7dfe20.js | 46 KiB | 62.4% | 29 KiB |
| https://www.jstor.org/mfe-copper-roof/footer/9de7bb7c/vue_3_5_26.dabfd7ee9635f42e057b.js | 44 KiB | 63.4% | 28 KiB |
| https://www.jstor.org/mfe-copper-roof/query-builder/49537de2/ithaka-sentry-monitoring_2_5_0.0d01d7d0e5971c019b7d.js | 37 KiB | 75.1% | 28 KiB |
| https://www.jstor.org/mfe-copper-roof/query-builder/49537de2/vue_3_5_13.67cae1ba02369bffe526.js | 43 KiB | 63.2% | 27 KiB |
Network
Heaviest requests (30)
| URL | Type | Status | Transfer |
|---|---|---|---|
| https://www.jstor.org/assets/long-lived_20201006/images/hero/jstor-homepage-hero-5_20260421.webp?lastUpdated=20250729 | Image | 200 | 389 KiB |
| https://www.jstor.org/assets/long-lived_20201006/images/hero/jstor-homepage-hero-3_20260421.webp?lastUpdated=20250729 | Image | 200 | 375 KiB |
| https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/MiddleEast-1974.jpg?lastUpdated=20250729 | Image | 200 | 313 KiB |
| https://www.jstor.org/assets/long-lived_20201006/images/hero/jstor-homepage-hero-1_20260421.webp?lastUpdated=20250729 | Image | 200 | 303 KiB |
| https://www.jstor.org/assets/long-lived_20201006/images/hero/jstor-homepage-hero-2_20260421.webp?lastUpdated=20250729 | Image | 200 | 302 KiB |
| https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/Montero-ThreeessaysGabriela-2025.jpg?lastUpdated=20250729 | Image | 200 | 236 KiB |
| https://www.jstor.org/assets/long-lived_20201006/images/new-avenues/alternative-press.jpg?lastUpdated=20250729 | Image | 200 | 197 KiB |
| https://www.googletagmanager.com/gtm.js?id=GTM-N6GDC22 | Script | 200 | 180 KiB |
| https://www.googletagmanager.com/gtag/js?id=G-JPYYW8RQW6&cx=c>m=4e67f0 | Script | 200 | 176 KiB |
| https://www.jstor.org/assets/long-lived_20201006/images/hero/jstor-homepage-hero-4_20260421.webp?lastUpdated=20250729 | Image | 200 | 172 KiB |
| https://www.googletagmanager.com/gtag/js?id=G-FWE5TM25PF&cx=c>m=4e67f0 | Script | 200 | 161 KiB |
| https://www.jstor.org/assets/global_20251201T215504/build/global/js/global.min.js | Script | 200 | 137 KiB |
| https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/Katulis-USPOLICYMIDDLE-2025.jpg?lastUpdated=20250729 | Image | 200 | 133 KiB |
| https://cdn.cookielaw.org/scripttemplates/202505.1.0/otBannerSdk.js | Script | 200 | 119 KiB |
| https://www.jstor.org/assets/long-lived_20201006/images/new-avenues/work-with-images.jpg | Image | 200 | 116 KiB |
| https://www.jstor.org/mfe-copper-roof/footer/9de7bb7c/ithaka-sentry-monitoring_2_5_1.70e14e2c8f8dc1948e3a.js | Script | 200 | 110 KiB |
| https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/Naqvi-USPolicytowards-2024.jpg?lastUpdated=20250729 | Image | 200 | 107 KiB |
| https://www.jstor.org/assets/long-lived_20201006/images/new-avenues/artstor-images.jpg?lastUpdated=20250729 | Image | 200 | 96 KiB |
| https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/ZDAMAR-CampaignSpeechesPredict-2023.jpg?lastUpdated=20250729 | Image | 200 | 89 KiB |
| https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/LANTIS-StrainedTies-2024.jpeg?lastUpdated=20250729 | Image | 200 | 88 KiB |
| https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/Fowler-MetaphorMiddleEast-2024.jpg?lastUpdated=20250729 | Image | 200 | 86 KiB |
| https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/McCurry-KUWAIT.GulfWar-1991.jpg?lastUpdated=20250729 | Image | 200 | 85 KiB |
| https://www.jstor.org/assets/long-lived_20201006/images/browse-by-collection-cluster/filatios-on-horseback.jpg | Image | 200 | 76 KiB |
| https://www.jstor.org/assets/long-lived_20201006/images/browse-by-collection-cluster/youth-service-coalition-inc.jpg | Image | 200 | 73 KiB |
| https://www.jstor.org/assets/long-lived_20201006/images/browse-by-collection-cluster/great-wall-of-china.jpg | Image | 200 | 61 KiB |
| https://www.jstor.org/assets/long-lived_20201006/images/thematic-carousel/Kamel-FrontMatter-2023.jpeg?lastUpdated=20250729 | Image | 200 | 59 KiB |
| https://www.jstor.org/mfe-copper-roof/header/d90e474f/css-loader_7_1_4.74f6fc5fe8eab3ab81cb.js | Script | 200 | 56 KiB |
| https://static.ithaka.org/pharos/assets/fonts/GT-America-Standard-Medium.woff | Font | 200 | 56 KiB |
| https://www.jstor.org/mfe-copper-roof/header/d90e474f/react-dom_19_2_4.ca108aa3a80b471d0c1d.js | Script | 200 | 56 KiB |
| https://www.jstor.org/assets/search-ui_20260521T133037/build/2443.js | Script | 200 | 54 KiB |