www.latimes.com
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 can answer questions about you accurately. 3/4 applicable facts come from machine-readable structured data.
Metrics
Token Cost breakdown
Where the page's tokens go (≈54,049 across regions). Most tokens are real content — the agent isn't paying much for chrome.
Final screenshot
Diagnostics
pre-JS raw HTML
Fix: Server-render or statically generate the main content so a non-JS agent still receives it; make client rendering a progressive enhancement, not the source of truth.
content vs chrome/boilerplate
Fix: Wrap the real content in <main>/<article>, cut repeated nav/boilerplate, and keep the primary content dense and early in the DOM.
Rendered profile: headless
Metrics
Token Cost breakdown
Where the page's tokens go (≈53,894 across regions). Most tokens are real content — the agent isn't paying much for chrome.
Final screenshot
Diagnostics
pre-JS raw HTML
Fix: Server-render or statically generate the main content so a non-JS agent still receives it; make client rendering a progressive enhancement, not the source of truth.
content vs chrome/boilerplate
Fix: Wrap the real content in <main>/<article>, cut repeated nav/boilerplate, and keep the primary content dense and early in the DOM.
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 (6)
✗ 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/
✗ 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 fresh medium impact Stale (lastmod 2024-08-08T17:25:21-04:00)
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 (6)
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 | max-age=63072000 |
| ✅ Content-Security-Policy | policy present, script-src does not allow inline |
| ❌ 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
8250-4bd20e3e.bundle.js — 218 KiB transferred, 88.8% unused
brightspotcdn.com — 556 KiB, 22 requests, 55 ms main-thread
2.2 MB total
Third-party impact
58 third-party requests · 1570 KiB (70.1% of transfer) · 172 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 |
|---|---|---|---|
| brightspotcdn.com | 22 | 556 KiB | 55 ms |
| doubleclick.net | 3 | 258 KiB | — |
| confiant-integrations.net | 2 | 243 KiB | 83 ms |
| googletagmanager.com | 1 | 180 KiB | — |
| permutive.app | 1 | 137 KiB | 7 ms |
| californiatimes.com | 18 | 131 KiB | 27 ms |
| aswpsdkus.com | 1 | 41 KiB | — |
| speedcurve.com | 1 | 13 KiB | — |
| chartbeat.com | 2 | 11 KiB | — |
| scorecardresearch.com | 2 | 1 KiB | — |
| adnxs.com | 1 | 1 KiB | — |
| permutive.com | 2 | 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.latimes.com/styleguide/8250-4bd20e3e.bundle.js | 218 KiB | 88.8% | 194 KiB |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202607310101/pubads_impl.js?cb=122880150 3P | 199 KiB | 77.5% | 154 KiB |
| https://cdn.confiant-integrations.net/gptprebidnative/202607132048/wrap.js 3P | 153 KiB | 63.1% | 96 KiB |
| https://www.googletagmanager.com/gtag/js?id=G-FB5D97VJNM&l=adsData 3P | 180 KiB | 52% | 94 KiB |
| https://activate.platform.californiatimes.com/caltimes/latimes/Bootstrap.js 3P | 84 KiB | 62.9% | 53 KiB |
| https://ca-times.brightspotcdn.com/resource/0000016e-6bb5-d505-abef-fbb7e4420000/styleguide/Core.min.eec37142345b53f932fa08cebd848403.gz.js 3P | 57 KiB | 60.4% | 34 KiB |
| https://aswpsdkus.com/notify/v1/ua-sdk.min.js 3P | 41 KiB | 78.5% | 32 KiB |
| https://68547f8f-2fd8-4ff3-9b63-51e86e2edee8.edge.permutive.app/68547f8f-2fd8-4ff3-9b63-51e86e2edee8-web.js 3P | 137 KiB | 18.6% | 25 KiB |
| https://libs.platform.latimes.com/reg/tribune/latspot.min.js | 38 KiB | 49.3% | 19 KiB |
| https://securepubads.g.doubleclick.net/tag/js/gpt.js 3P | 36 KiB | 45% | 16 KiB |
| https://activate.platform.californiatimes.com/caltimes/latimes/code/cf5a63b68f5d54aeb310d9051b6bfa85.js?conditionId0=4849544&conditionId1=4973080 3P | 15 KiB | 91.9% | 14 KiB |
| https://libs.platform.latimes.com/meteringjs/latspot.js | 45 KiB | 20.4% | 9 KiB |
| https://cdn.speedcurve.com/js/lux.js?id=20201913 3P | 13 KiB | 71.1% | 9 KiB |
| https://www.latimes.com/styleguide/gvp-a52295ce.bundle.js | 9 KiB | 90.6% | 9 KiB |
| https://libs.platform.latimes.com/newsletter-campaign-manager/latest.js | 8 KiB | 94.8% | 8 KiB |
Network
Heaviest requests (30)
| URL | Type | Status | Transfer |
|---|---|---|---|
| https://www.latimes.com/styleguide/8250-4bd20e3e.bundle.js | Script | 200 | 218 KiB |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202607310101/pubads_impl.js?cb=122880150 | Script | 200 | 199 KiB |
| https://www.googletagmanager.com/gtag/js?id=G-FB5D97VJNM&l=adsData | Script | 200 | 180 KiB |
| https://www.latimes.com/ | Document | 200 | 169 KiB |
| https://cdn.confiant-integrations.net/gptprebidnative/202607132048/wrap.js | Script | 200 | 153 KiB |
| https://68547f8f-2fd8-4ff3-9b63-51e86e2edee8.edge.permutive.app/68547f8f-2fd8-4ff3-9b63-51e86e2edee8-web.js | Script | 200 | 137 KiB |
| https://ca-times.brightspotcdn.com/dims4/default/f45a415/2147483647/strip/true/crop/5712x3808+0+238/resize/840x560!/format/webp/quality/75/?url=https%3A%2F%2Fcalifornia-times-brightspot.s3.amazonaws.com%2F3b%2F55%2Ff30edf7e48e594880564833cc43d%2F1564482-me-inside-safe-repopulation-gem-001.jpg | Image | 200 | 124 KiB |
| https://cdn.confiant-integrations.net/GfBGK_P3Adzw1hvTTkQjebew6Z4/gpt_and_prebid/config.js | Script | 200 | 90 KiB |
| https://activate.platform.californiatimes.com/caltimes/latimes/Bootstrap.js | Script | 200 | 84 KiB |
| https://ca-times.brightspotcdn.com/dims4/default/09403e8/2147483647/strip/true/crop/5167x3445+0+345/resize/840x560!/format/webp/quality/75/?url=https%3A%2F%2Fcalifornia-times-brightspot.s3.amazonaws.com%2F74%2F64%2F82ea00b74157b7c70917b51576fc%2F1562949-na-colorado-yaks-031.jpg | Image | 200 | 73 KiB |
| https://ca-times.brightspotcdn.com/dims4/default/afaa0f6/2147483647/strip/true/crop/1200x1200+0+0/resize/568x568!/format/webp/quality/75/?url=https%3A%2F%2Fedition.pagesuite.com%2Fget_image.aspx%3Fnewportal%3Dtrue%26w%3D1200%26pbid%3D50435180-e58e-48b5-8e0c-236bf740270e%26date%3D1786280400000 | Image | 200 | 58 KiB |
| https://ca-times.brightspotcdn.com/resource/0000016e-6bb5-d505-abef-fbb7e4420000/styleguide/Core.min.eec37142345b53f932fa08cebd848403.gz.js | Script | 200 | 57 KiB |
| https://www.latimes.com/styleguide/assets/ProximaNova-CondensedBold.woff2 | Font | 200 | 52 KiB |
| https://www.latimes.com/styleguide/assets/ProximaNova-Regular.woff2 | Font | 200 | 52 KiB |
| https://www.latimes.com/styleguide/assets/ProximaNova-SemiBold.woff2 | Font | 200 | 51 KiB |
| https://libs.platform.latimes.com/meteringjs/latspot.js | Script | 200 | 45 KiB |
| https://aswpsdkus.com/notify/v1/ua-sdk.min.js | Script | 200 | 41 KiB |
| https://libs.platform.latimes.com/reg/tribune/latspot.min.js | Script | 200 | 38 KiB |
| https://securepubads.g.doubleclick.net/tag/js/gpt.js | Script | 200 | 36 KiB |
| https://ca-times.brightspotcdn.com/resource/0000016e-6bb5-d505-abef-fbb7e4420000/styleguide/assets/KisFBDisplay-Bold.4046c096f268453d9b0ff36ff067feec.woff2 | Font | 200 | 32 KiB |
| https://securepubads.g.doubleclick.net/pagead/managed/dict/m202608060101/gpt | Other | 200 | 23 KiB |
| https://ca-times.brightspotcdn.com/resource/0000016e-6bb5-d505-abef-fbb7e4420000/styleguide/assets/BentonGothicCond-Black.296bb6689af9a44513ffcc30e4f20962.woff2 | Font | 200 | 20 KiB |
| https://ca-times.brightspotcdn.com/dims4/default/767f415/2147483647/strip/true/crop/5920x3947+0+0/resize/320x213!/format/webp/quality/75/?url=https%3A%2F%2Fcalifornia-times-brightspot.s3.amazonaws.com%2F49%2F79%2Fd997daff403fa6f145b105ae0623%2F1565793-enviro-trees-poisoned-lake-tahoe-ss-07.jpg | Image | 200 | 19 KiB |
| https://ca-times.brightspotcdn.com/dims4/default/ed7d317/2147483647/strip/true/crop/6720x4480+0+0/resize/320x213!/format/webp/quality/75/?url=https%3A%2F%2Fcalifornia-times-brightspot.s3.amazonaws.com%2F96%2Fa1%2Fd1de85f44538905d7d9781861b6a%2Fgettyimages-2287216590.jpg | Image | 200 | 19 KiB |
| https://ca-times.brightspotcdn.com/dims4/default/350389c/2147483647/strip/true/crop/1080x1918+0+1/resize/320x568!/format/webp/quality/75/?url=https%3A%2F%2Fcalifornia-times-brightspot.s3.amazonaws.com%2Fc1%2F0c%2Fe803b3c1413fa8e6d76d3ad17260%2F9x16-template-00-01-22-18-still012.jpg | Image | 200 | 18 KiB |
| https://ca-times.brightspotcdn.com/dims4/default/d8ae326/2147483647/strip/true/crop/3000x2000+0+0/resize/568x379!/format/webp/quality/75/?url=https%3A%2F%2Fcalifornia-times-brightspot.s3.amazonaws.com%2Fc9%2F9c%2Fd984d2f14452b4af89a88172eecc%2F1528331-fi-meta-store-opening-10-mjc.jpg | Image | 200 | 16 KiB |
| https://ca-times.brightspotcdn.com/resource/0000016e-6bb5-d505-abef-fbb7e4420000/styleguide/styles-gvp.min.3f777c6f060dce4afa8de8857d29832b.gz.css | Stylesheet | 200 | 16 KiB |
| https://activate.platform.californiatimes.com/caltimes/latimes/code/cf5a63b68f5d54aeb310d9051b6bfa85.js?conditionId0=4849544&conditionId1=4973080 | Script | 200 | 15 KiB |
| https://ca-times.brightspotcdn.com/resource/0000016e-6bb5-d505-abef-fbb7e4420000/styleguide/assets/BentonGothic-Medium.0af2a448f6d58f8dd85f039eba38b50f.woff2 | Font | 200 | 14 KiB |
| https://ca-times.brightspotcdn.com/resource/0000016e-6bb5-d505-abef-fbb7e4420000/styleguide/assets/BentonGothic-Bold.0173e1397f3e876c231fe162dd06864a.woff2 | Font | 200 | 14 KiB |
Long tasks (>50 ms)
| Start | Duration |
|---|---|
| 504 ms | 82 ms |
| 280 ms | 69 ms |
| 224 ms | 55 ms |