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 (≈52,558 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 (≈52,447 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 — 451 KiB, 23 requests, 65 ms main-thread
longest task 104 ms (4 total)
2.1 MB total
Third-party impact
59 third-party requests · 1445 KiB (68.5% of transfer) · 272 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 | 23 | 451 KiB | 65 ms |
| doubleclick.net | 3 | 256 KiB | 54 ms |
| confiant-integrations.net | 2 | 226 KiB | 104 ms |
| googletagmanager.com | 1 | 179 KiB | — |
| permutive.app | 1 | 136 KiB | 12 ms |
| californiatimes.com | 18 | 130 KiB | 28 ms |
| aswpsdkus.com | 1 | 41 KiB | — |
| speedcurve.com | 1 | 13 KiB | 9 ms |
| chartbeat.com | 2 | 11 KiB | — |
| scorecardresearch.com | 2 | 1 KiB | — |
| adnxs.com | 1 | 1 KiB | — |
| prmutv.co | 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.latimes.com/styleguide/8250-4bd20e3e.bundle.js | 218 KiB | 88.8% | 194 KiB |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202607210101/pubads_impl.js 3P | 197 KiB | 77.3% | 152 KiB |
| https://cdn.confiant-integrations.net/gptprebidnative/202607132048/wrap.js 3P | 153 KiB | 61.3% | 94 KiB |
| https://www.googletagmanager.com/gtag/js?id=G-FB5D97VJNM&l=adsData 3P | 179 KiB | 51.6% | 93 KiB |
| https://activate.platform.californiatimes.com/caltimes/latimes/Bootstrap.js 3P | 83 KiB | 63% | 52 KiB |
| https://ca-times.brightspotcdn.com/resource/0000016e-6bb5-d505-abef-fbb7e4420000/styleguide/Core.min.3fda2beacdc66fec5b275b593b863f88.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 | 136 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.8% | 17 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% | 8 KiB |
| https://libs.platform.latimes.com/newsletter-campaign-manager/latest.js | 8 KiB | 94.8% | 7 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/m202607210101/pubads_impl.js | Script | 200 | 197 KiB |
| https://www.googletagmanager.com/gtag/js?id=G-FB5D97VJNM&l=adsData | Script | 200 | 179 KiB |
| https://www.latimes.com/ | Document | 200 | 163 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 | 136 KiB |
| https://activate.platform.californiatimes.com/caltimes/latimes/Bootstrap.js | Script | 200 | 83 KiB |
| https://cdn.confiant-integrations.net/GfBGK_P3Adzw1hvTTkQjebew6Z4/gpt_and_prebid/config.js | Script | 200 | 73 KiB |
| https://ca-times.brightspotcdn.com/dims4/default/5e807f1/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%3D1784898000000 | Image | 200 | 60 KiB |
| https://ca-times.brightspotcdn.com/resource/0000016e-6bb5-d505-abef-fbb7e4420000/styleguide/Core.min.3fda2beacdc66fec5b275b593b863f88.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/dims4/default/ebd7668/2147483647/strip/true/crop/4284x2856+0+1428/resize/568x379!/format/webp/quality/75/?url=https%3A%2F%2Fcalifornia-times-brightspot.s3.amazonaws.com%2F90%2F55%2F38ab5ea0442189b30468ee6bf29d%2Fwk-england-house-raffle-002.jpeg | Image | 200 | 36 KiB |
| https://ca-times.brightspotcdn.com/dims4/default/555c56e/2147483647/strip/true/crop/6016x4011+0+3/resize/568x379!/format/webp/quality/75/?url=https%3A%2F%2Fcalifornia-times-brightspot.s3.amazonaws.com%2Fee%2Fdb%2F8ce5dbbb4abe8b13131b2b89cf12%2F1542747-wk-witches-cottage-jrcm-002.jpg | Image | 200 | 32 KiB |
| https://ca-times.brightspotcdn.com/resource/0000016e-6bb5-d505-abef-fbb7e4420000/styleguide/assets/KisFBDisplay-Bold.4046c096f268453d9b0ff36ff067feec.woff2 | Font | 200 | 32 KiB |
| https://ca-times.brightspotcdn.com/dims4/default/07c19f5/2147483647/strip/true/crop/6945x4630+131+0/resize/840x560!/format/webp/quality/75/?url=https%3A%2F%2Fcalifornia-times-brightspot.s3.amazonaws.com%2F44%2F0f%2Fee72f443440987cfb56b55311dea%2F1556526-me-lapd-memorial-ceremony-cmh-09.jpg | Image | 200 | 28 KiB |
| https://securepubads.g.doubleclick.net/pagead/managed/dict/m202607230101/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/faf0569/2147483647/strip/true/crop/6016x4011+0+1/resize/568x379!/format/webp/quality/75/?url=https%3A%2F%2Fcalifornia-times-brightspot.s3.amazonaws.com%2F7c%2F27%2Fee8add6445e597fee22b4831bf61%2F1562852-tr-airbnb-hosts-cashed-in-on-world-cup-0018.jpg | Image | 200 | 17 KiB |
| https://ca-times.brightspotcdn.com/resource/0000016e-6bb5-d505-abef-fbb7e4420000/styleguide/styles-gvp.min.3f777c6f060dce4afa8de8857d29832b.gz.css | Stylesheet | 200 | 16 KiB |
| https://ca-times.brightspotcdn.com/dims4/default/0b04900/2147483647/strip/true/crop/5000x3333+0+0/resize/320x213!/format/webp/quality/75/?url=https%3A%2F%2Fcalifornia-times-brightspot.s3.amazonaws.com%2F73%2Fe0%2Fdc3d02124df89a7b706cf5701697%2F1547387-me-ice-tsa-lax03-el.jpg | Image | 200 | 15 KiB |
| https://ca-times.brightspotcdn.com/dims4/default/27111a7/2147483647/strip/true/crop/4463x2975+1+0/resize/320x213!/format/webp/quality/75/?url=https%3A%2F%2Fcalifornia-times-brightspot.s3.amazonaws.com%2Fe6%2F0a%2F7b281e214314847b5e3a7119d667%2F1538665-me-homeless-count-metro-1-gmf.jpg | Image | 200 | 15 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 | 15 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 |
|---|---|
| 625 ms | 104 ms |
| 289 ms | 59 ms |
| 353 ms | 55 ms |
| 561 ms | 54 ms |