www.ssa.gov
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 is likely to fabricate missing details rather than say “I don’t know”. 0/3 applicable facts come from machine-readable structured data.
Metrics
Token Cost breakdown
Where the page's tokens go (≈3,470 across regions). Most tokens are real content — the agent isn't paying much for chrome.
Final screenshot
Diagnostics
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 (≈3,393 across regions). Most tokens are real content — the agent isn't paying much for chrome.
Final screenshot
Diagnostics
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)
✗ 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
✗ Structured data (JSON-LD) medium impact No JSON-LD found
Business impact Schema.org JSON-LD tells agents what a page IS (product, article, business) with typed fields (price, rating, hours). Without it agents extract less reliably.
What we measured We parse <script type=application/ld+json>, validate it, and check for populated @type fields.
How to fix Add JSON-LD: Organization/LocalBusiness on the homepage, Product on product pages, Article on posts.
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Organization","name":"Your Co","url":"https://example.com"}</script>Spec: https://schema.org/
~ XML sitemap fresh medium impact Stale (lastmod 2023-02-08)
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 (5)
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=31536000 ; includeSubDomains ; preload |
| ✅ Content-Security-Policy | policy present, script-src does not allow inline |
| ✅ X-Content-Type-Options | 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
js — 152 KiB transferred, 73% unused (third-party)
longest task 259 ms (7 total)
googletagmanager.com — 725 KiB, 5 requests, 223 ms main-thread
Third-party impact
17 third-party requests · 818 KiB (42.3% of transfer) · 223 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 | 5 | 725 KiB | 223 ms |
| go-mpulse.net | 2 | 57 KiB | — |
| newrelic.com | 1 | 19 KiB | — |
| digitalgov.gov | 2 | 14 KiB | — |
| jsdelivr.net | 1 | 1 KiB | — |
| nr-data.net | 2 | 1 KiB | — |
| doubleclick.net | 1 | 1 KiB | — |
| google.ca | 1 | 0 KiB | — |
| google-analytics.com | 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.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L 3P | 152 KiB | 73% | 111 KiB |
| https://www.googletagmanager.com/gtag/js?id=G-VSSTFV3FKR&cx=c>m=4e67f0 3P | 170 KiB | 51.5% | 87 KiB |
| https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L&cx=c>m=4e67f0 3P | 152 KiB | 52.8% | 80 KiB |
| https://www.googletagmanager.com/gtm.js?id=GTM-5GQXH7Q 3P | 116 KiB | 60.3% | 70 KiB |
| https://www.googletagmanager.com/gtm.js?id=GTM-TL5XBDT>m=4e67f0 3P | 135 KiB | 50.2% | 68 KiB |
| https://www.ssa.gov/sites/default/files/js/js_W1VASxxvRJRD7gQel4H2hXERtmlSBuLW_-T838Nxqjo.js?scope=footer&delta=0&language=en&theme=ssa_core&include=eJx1j1FOxDAMRC9UNmdA4h7RJPWmZt2kit2y5fSEKrBlJX5G88ZOrAmCz92Fbx0OdVGgKqzWWQrGbpci-5VFfrCWmZU6VVy7-6CwDCMMgp2qCzRh41J1oLsJ55sb67pALh2HVEoS8obkUpNnvuAd97_hPCjPS8PfK94qp9Su_TcYWqd4c4dejk6q8LFUcsiQ3Tiqf2uv_Ku1J-E0rgwvCCR6ClXJTjyDs8-tZ4JxyR7ReCOvBqNja17FuNVNK8Q9B8eGEmqc3MP2NK7t_4ftad04ko8TciZxpPpSaeRK0b4Acd23CA | 94 KiB | 62.1% | 58 KiB |
| https://s.go-mpulse.net/boomerang/LERZW-HECFS-R8H4E-23UQ7-ERMQB 3P | 56 KiB | 75.2% | 42 KiB |
| https://js-agent.newrelic.com/nr-rum-1.318.0.min.js 3P | 19 KiB | 40.8% | 8 KiB |
| https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js 3P | 9 KiB | 63.4% | 6 KiB |
| https://dap.digitalgov.gov/web-vitals/dist/web-vitals.attribution.iife.js 3P | 5 KiB | 57.7% | 3 KiB |
| https://www.ssa.gov/modules/custom/ssa_multilingual/src/js/dist_multilingual/multilingual-modal.js?thwpc8 | 7 KiB | 25.3% | 2 KiB |
| https://cdn.jsdelivr.net/npm/[email protected]/dist/js.cookie.min.js 3P | 1 KiB | 66.5% | 1 KiB |
| https://www.ssa.gov/sites/default/files/js/js_wOX6YxaE4BOqwWTh4_U4Ua7_YKpn3YAWwW21OjTfa1s.js?scope=footer&delta=4&language=en&theme=ssa_core&include=eJx1j1FOxDAMRC9UNmdA4h7RJPWmZt2kit2y5fSEKrBlJX5G88ZOrAmCz92Fbx0OdVGgKqzWWQrGbpci-5VFfrCWmZU6VVy7-6CwDCMMgp2qCzRh41J1oLsJ55sb67pALh2HVEoS8obkUpNnvuAd97_hPCjPS8PfK94qp9Su_TcYWqd4c4dejk6q8LFUcsiQ3Tiqf2uv_Ku1J-E0rgwvCCR6ClXJTjyDs8-tZ4JxyR7ReCOvBqNja17FuNVNK8Q9B8eGEmqc3MP2NK7t_4ftad04ko8TciZxpPpSaeRK0b4Acd23CA | 2 KiB | 52.3% | 1 KiB |
| https://www.ssa.gov/modules/contrib/google_tag/js/gtag.js?thwpc8 | 1 KiB | 51.2% | 0 KiB |
| https://www.ssa.gov/modules/contrib/google_tag/js/gtm.js?thwpc8 | 1 KiB | 33.1% | 0 KiB |
Network
Heaviest requests (30)
| URL | Type | Status | Transfer |
|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-VSSTFV3FKR&cx=c>m=4e67f0 | Script | 200 | 170 KiB |
| https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L&cx=c>m=4e67f0 | Script | 200 | 152 KiB |
| https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L | Script | 200 | 152 KiB |
| https://www.ssa.gov/sites/default/files/styles/card_image/public/images/personal.jpg?itok=k4vh4pjj | Image | 200 | 143 KiB |
| https://www.googletagmanager.com/gtm.js?id=GTM-TL5XBDT>m=4e67f0 | Script | 200 | 135 KiB |
| https://www.ssa.gov/sites/default/files/styles/card_image/public/images/rep-payees-landscape.jpg?itok=kOJJro9N | Image | 200 | 134 KiB |
| https://www.googletagmanager.com/gtm.js?id=GTM-5GQXH7Q | Script | 200 | 116 KiB |
| https://www.ssa.gov/sites/default/files/styles/card_image/public/images/health_0.jpg?itok=zqwvrQsy | Image | 200 | 111 KiB |
| https://www.ssa.gov/sites/default/files/styles/card_image/public/images/legal.jpg?itok=FfuaOFNA | Image | 200 | 106 KiB |
| https://www.ssa.gov/sites/default/files/styles/card_image/public/images/businesses-landscape.jpg?itok=_kLvuqRJ | Image | 200 | 96 KiB |
| https://www.ssa.gov/sites/default/files/js/js_W1VASxxvRJRD7gQel4H2hXERtmlSBuLW_-T838Nxqjo.js?scope=footer&delta=0&language=en&theme=ssa_core&include=eJx1j1FOxDAMRC9UNmdA4h7RJPWmZt2kit2y5fSEKrBlJX5G88ZOrAmCz92Fbx0OdVGgKqzWWQrGbpci-5VFfrCWmZU6VVy7-6CwDCMMgp2qCzRh41J1oLsJ55sb67pALh2HVEoS8obkUpNnvuAd97_hPCjPS8PfK94qp9Su_TcYWqd4c4dejk6q8LFUcsiQ3Tiqf2uv_Ku1J-E0rgwvCCR6ClXJTjyDs8-tZ4JxyR7ReCOvBqNja17FuNVNK8Q9B8eGEmqc3MP2NK7t_4ftad04ko8TciZxpPpSaeRK0b4Acd23CA | Script | 200 | 94 KiB |
| https://www.ssa.gov/sites/default/files/images/hero-image-graphic_0.webp | Image | 200 | 82 KiB |
| https://www.ssa.gov/sites/default/files/css/css_-53EibLuFFQH9MmIy-98ZXaFx39oOtu2PTTge9Rz4xs.css?delta=2&language=en&theme=ssa_core&include=eJxljWsOgzAMgy9UtUdCoc0gWvpQ3W5jpx9DIMT2x4o_O_Ko9F6cZgqSJsOvppLuLtReSO1uTaFKU6Uy40hOYnsqfVTBzMFAxd_dptYDFx9Jkg18o67tErSZIxtkL6RD5CA0fFfh_tHRBQ0-V3YEcMPpfY4lJ047i-uUrI9TJ3W_YGuAfV__ztNgQePoRgKbh_ATblMbc-jKHy8jdrM | Stylesheet | 200 | 71 KiB |
| https://s.go-mpulse.net/boomerang/LERZW-HECFS-R8H4E-23UQ7-ERMQB | Script | 200 | 56 KiB |
| https://www.ssa.gov/sites/default/files/styles/card_image/public/images/age.jpg?itok=m27s0he9 | Image | 200 | 53 KiB |
| https://www.ssa.gov/themes/custom/ssa_core/package/dist/fonts/public-sans/PublicSans-SemiBoldItalic.woff2 | Font | 200 | 33 KiB |
| https://www.ssa.gov/themes/custom/ssa_core/package/dist/fonts/public-sans/PublicSans-SemiBold.woff2 | Font | 200 | 32 KiB |
| https://www.ssa.gov/themes/custom/ssa_core/package/dist/fonts/public-sans/PublicSans-Regular.woff2 | Font | 200 | 32 KiB |
| https://www.ssa.gov/themes/custom/ssa_core/package/dist/fonts/public-sans/PublicSans-Bold.woff2 | Font | 200 | 32 KiB |
| https://www.ssa.gov/ | Document | 200 | 32 KiB |
| https://www.ssa.gov/themes/custom/ssa_core/package/dist/img/sprite.svg | Other | 200 | 21 KiB |
| https://js-agent.newrelic.com/nr-rum-1.318.0.min.js | Script | 200 | 19 KiB |
| https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js | Script | 200 | 9 KiB |
| https://www.ssa.gov/themes/custom/ssa_core/logo.svg | Image | 200 | 7 KiB |
| https://www.ssa.gov/modules/custom/ssa_multilingual/src/js/dist_multilingual/multilingual-modal.js?thwpc8 | Script | 200 | 7 KiB |
| https://www.ssa.gov/sites/default/files/css/css_TmDThwYm3YmHmElf87v5e7_e_J_wjgS9a6QVUSy55HM.css?delta=0&language=en&theme=ssa_core&include=eJxljWsOgzAMgy9UtUdCoc0gWvpQ3W5jpx9DIMT2x4o_O_Ko9F6cZgqSJsOvppLuLtReSO1uTaFKU6Uy40hOYnsqfVTBzMFAxd_dptYDFx9Jkg18o67tErSZIxtkL6RD5CA0fFfh_tHRBQ0-V3YEcMPpfY4lJ047i-uUrI9TJ3W_YGuAfV__ztNgQePoRgKbh_ATblMbc-jKHy8jdrM | Stylesheet | 200 | 5 KiB |
| https://dap.digitalgov.gov/web-vitals/dist/web-vitals.attribution.iife.js | Script | 200 | 5 KiB |
| https://www.ssa.gov/libraries/slick-carousel/slick/ajax-loader.gif | Image | 200 | 4 KiB |
| https://www.ssa.gov/themes/custom/ssa_core/package/dist/img/ssa/latest-news-background.svg | Image | 200 | 2 KiB |
| https://www.ssa.gov/libraries/slick-carousel/slick/fonts/slick.woff | Font | 200 | 2 KiB |
Long tasks (>50 ms)
| Start | Duration |
|---|---|
| 706 ms | 259 ms |
| 470 ms | 136 ms |
| 1641 ms | 101 ms |
| 1194 ms | 73 ms |
| 1766 ms | 68 ms |
| 219 ms | 51 ms |
| 1299 ms | 51 ms |