www.noaa.gov

Report from 7/22/2026, 1:29:03 PM https://www.noaa.gov
Latest run · lab, cold cache
26
7/22/2026
28-day score · p75 · the standard
26
9 runs
CRR14%latest
SSD9%latest
TC123 toklatest
TTFUT17 ms28-day p75

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.

Core Agent Vitals badge  Embed this badge

Show your agent-readiness score anywhere — it links back to this report.

[![Core Agent Vitals](https://agentvitals.dev/badge/noaa.gov.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.noaa.gov)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.noaa.gov"><img src="https://agentvitals.dev/badge/noaa.gov.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
🟡Business nameERROR: The request could not be satisfied · guessed from page text (no structured data)
Categorynot found
Pricenot applicable · not applicable to this page type
Locationnot applicable · not applicable to this page type
Hoursnot applicable · not applicable to this page type
Productsnot applicable · not applicable to this page type
Descriptionnot found

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.

We recovered only a shell of this page (under 200 tokens) — likely a soft bot-block or a client-rendered app that served our scanner almost no content. The metrics below reflect that shell, not your real site; the score is capped until an agent can retrieve real content.
26
Overall score
weighted CAV (0–100)
FAIL
0–4950–8990–100

Metrics

14%
CRR Content Recovery Poor
0.09
SSD Semantic Signal Density Poor
123 tok
TC Token Cost Good
25 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

Where the page's tokens go (≈2,397 across regions). 99% is non-content — chrome and boilerplate an agent pays for. Add landmark roles (main/nav/header/footer) so agents can skip it.

Content
1.2% · 29
Chrome (nav / header / footer)
37.7% · 904
Boilerplate (cookie / ad)
0% · 0
Other
61.1% · 1,464

Final screenshot

Final screenshot of https://www.noaa.gov

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence86% of content requires JS · 14% of rendered content recovered (rest is placeholder/wrong)
ImpactA non-rendering agent never sees the JS-injected content.
Effort1–4 h

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.

high SSD Low signal-to-noise for agents

content vs chrome/boilerplate

Evidencesignal 0.16 · JSON-LD 0/1 · missing: structured-data
ImpactAgent spends tokens parsing nav/boilerplate instead of content.
Effort30–90 min

Fix: Wrap the real content in <main>/<article>, cut repeated nav/boilerplate, and keep the primary content dense and early in the DOM.

high TC 98.8% of tokens are non-content (boilerplate/chrome)

agent representation — token decomposition

EvidenceToken decomposition: content 1.2%, chrome 37.7%, boilerplate 0%, other 61.1%. Only 1.2000000000000028% of the agent's tokens are real content.
ImpactAn agent pays for boilerplate on every request and has less context left for the real content.
Effort30–90 min

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

Agent Discoverability 62/100 · Needs Work

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

llms.txt Absent at /llms.txt and /.well-known/llms.txt Learn →
robots.txt (AI bots) No robots.txt → nothing blocked Learn →
sitemap.xml Found at /sitemap.xml Learn →
JSON-LD structured data No JSON-LD found Learn →
~ agents.json Absent (emerging standard) Learn →
~ WebMCP endpoint Absent (emerging standard) Learn →
~ OpenAPI / API docs No OpenAPI/Swagger found Learn →

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.

Learn how to implement →

# Your Site
> One-line description for AI agents.

## Key pages
- /products — catalog
- /pricing — plans
- /docs — documentation

Spec: https://llmstxt.org

No login wall on public content high impact HTTP 403

Business impact Public content behind authentication is unreachable to agents (they have no account). Gate only genuinely private material.

What we measured We follow redirects and detect 401/403 and login-form signals on content pages.

How to fix Separate public marketing/docs from authenticated areas; keep public pages reachable without login.

Spec: 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.

Learn how to implement →

<script type="application/ld+json">{"@context":"https://schema.org","@type":"Organization","name":"Your Co","url":"https://example.com"}</script>

Spec: https://schema.org/

~ 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.

Learn how to implement →

Spec: https://github.com/wild-card-ai/agents-json

~ 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.

Learn how to implement →

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.

Learn how to implement →

Spec: https://www.openapis.org/

Passed audits (5)

✓ robots.txt allows AI bots✓ No CAPTCHA wall✓ No content-blocking cookie wall✓ XML sitemap present + fresh✓ Server response (TTFB)

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.

37Transport posture (0–100, unscored)
1pass
1warn
3fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
❌ HSTSno strict-transport-security header
❌ Content-Security-Policyno content-security-policy header
❌ X-Content-Type-Optionsmissing nosniff
⚠️ Referrer-Policyno referrer-policy header (browser default applies)
➖ CORS exposureno CORS headers on the document (normal for an HTML page)
Full profile — how to improve · unused JS · network · timing

How to improve

highSplit the heaviest unused bundlehighest leverage

common.js — 126 KiB transferred, 99.4% unused

EvidenceCDP JS coverage: 126 KiB of this bundle is never executed on load.
Impact~-126 KiB transfer; lower Token Cost + faster agent parse.
Effort30–90 min
FixDynamic-import() the below-the-fold parts of common.js, or drop unused dependencies.
highBreak up long main-thread tasks

longest task 353 ms (5 total)

EvidenceMain thread blocked 353 ms by the longest task.
ImpactFaster interactivity + content settling.
Effort1–4 h
FixSplit heavy work, defer third-party scripts, move compute off the main thread.
mediumReduce layout shift

cumulative layout shift

EvidenceCLS is 0.113.
ImpactStable layout for render + screenshot.
Effort30–60 min
FixSet explicit width/height on images; reserve space for late-loading content.
mediumCut total transfer weight

3.4 MB total

Evidence3.4 MB transferred.
ImpactCheaper, faster fetch on slow links.
Effort1–3 h
FixEnable Brotli, serve WebP/AVIF images, defer non-critical resources.

Third-party impact

20 third-party requests · 899 KiB (26.1% of transfer) · 252 ms main-thread — code an agent must also fetch/run before your content settles. Fewer, lazier third-parties = faster, cheaper agent reads.

Third-party domainReqsTransferMain-thread
googletagmanager.com4587 KiB212 ms
siteimproveanalytics.com1107 KiB
cloud.gov482 KiB40 ms
gstatic.com263 KiB
amazonaws.com139 KiB
digitalgov.gov214 KiB
googleapis.com25 KiB
jsdelivr.net11 KiB
siteimproveanalytics.io10 KiB
google-analytics.com20 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).

BundleTransferUnusedWasted
https://www.noaa.gov/themes/custom/noaa_guswds/dist/js/common.js?tigxhe126 KiB99.4%126 KiB
https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L&cx=c&gtm=4e67f0 3P152 KiB73%111 KiB
https://www.noaa.gov/modules/custom/noaa_weather/js/handlebars-v4.0.4.js?tigxhe156 KiB67%105 KiB
https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L 3P152 KiB53.2%81 KiB
https://www.googletagmanager.com/gtag/js?id=G-FVJXY24VSZ 3P154 KiB51.8%80 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-MNK3D2L 3P129 KiB56%72 KiB
https://siteimproveanalytics.com/js/siteanalyze_6294131.js 3P107 KiB63.4%68 KiB
https://www.noaa.gov/libraries/owlcarousel2/dist/owl.carousel.js?tigxhe88 KiB71.6%63 KiB
https://www.noaa.gov/core/assets/vendor/jquery/jquery.min.js?v=3.7.186 KiB60.7%52 KiB
https://www.noaa.gov/core/misc/ajax.js?v=10.6.1165 KiB63.8%42 KiB
https://www.noaa.gov/libraries/slick/slick/slick.min.js?tigxhe43 KiB94.3%40 KiB
https://www.noaa.gov/libraries/tooltipster/dist/js/tooltipster.bundle.min.js?tigxhe39 KiB93%37 KiB
https://www.noaa.gov/modules/custom/noaa_weather/js/noaa_weather.js?tigxhe22 KiB91%20 KiB
https://www.noaa.gov/libraries/cycle2/jquery.cycle2.min.js?tigxhe23 KiB83.8%19 KiB
https://touchpoints.app.cloud.gov/touchpoints/1f162941.js 3P80 KiB20.3%16 KiB

Network

123Requests
3441 KiBTransferred
59Scripts
26.1%3rd-party
5Long tasks
Script (59)
1604 KiB
Image (27)
1027 KiB
Stylesheet (27)
673 KiB
Font (5)
110 KiB
Other (2)
16 KiB
Document (1)
11 KiB
Fetch (2)
0 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://www.noaa.gov/sites/default/files/styles/background_homepage/public/2021-06/Photo%20-%20umbrellas%20-%20closed%20-%20beach%20in%20Europe%20-%20storm%20clouds%20-%20iStock-484496038%20-%20Landscape%20%281%29.jpeg.webp?h=6081c617&itok=51le2uFqImage200852 KiB
https://www.noaa.gov/themes/custom/noaa_guswds/dist/css/styles.css?tigxheStylesheet200622 KiB
https://www.noaa.gov/modules/custom/noaa_weather/js/handlebars-v4.0.4.js?tigxheScript200156 KiB
https://www.googletagmanager.com/gtag/js?id=G-FVJXY24VSZScript200154 KiB
https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4LScript200152 KiB
https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L&cx=c&gtm=4e67f0Script200152 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-MNK3D2LScript200129 KiB
https://www.noaa.gov/themes/custom/noaa_guswds/dist/js/common.js?tigxheScript200126 KiB
https://siteimproveanalytics.com/js/siteanalyze_6294131.jsScript200107 KiB
https://www.noaa.gov/libraries/owlcarousel2/dist/owl.carousel.js?tigxheScript20088 KiB
https://www.noaa.gov/core/assets/vendor/jquery/jquery.min.js?v=3.7.1Script20086 KiB
https://touchpoints.app.cloud.gov/touchpoints/1f162941.jsScript20080 KiB
https://www.noaa.gov/sites/default/files/styles/landscape_width_650px_webp/public/2026-07/AdobeStock_447651703%281%29.jpg.webp?h=de189f1b&itok=8edmt5kuImage20068 KiB
https://www.noaa.gov/core/misc/ajax.js?v=10.6.11Script20065 KiB
https://www.noaa.gov/sites/default/files/styles/landscape_width_650px_webp/public/2026-07/IMG_4849.JPG.webp?h=52c3d6c4&itok=lQftzEgFImage20047 KiB
https://www.noaa.gov/libraries/slick/slick/slick.min.js?tigxheScript20043 KiB
https://www.noaa.gov/libraries/tooltipster/dist/js/tooltipster.bundle.min.js?tigxheScript20039 KiB
https://cg-1b082c1b-3db7-477f-9ca5-bd51a786b41e.s3-us-gov-west-1.amazonaws.com/uploads/form/logo/3708/logo_square_NOAA-logo.jpgImage20039 KiB
https://fonts.gstatic.com/s/nunitosans/v19/pe0RMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwd-laLQ.woff2Font20032 KiB
https://fonts.gstatic.com/s/nunitosans/v19/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t1R-s.woff2Font20030 KiB
https://www.noaa.gov/modules/custom/noaa_media_library/js/freezeframe.min.js?tigxheScript20025 KiB
https://www.noaa.gov/libraries/cycle2/jquery.cycle2.min.js?tigxheScript20023 KiB
https://www.noaa.gov/modules/custom/noaa_weather/js/noaa_weather.js?tigxheScript20022 KiB
https://www.noaa.gov/core/misc/drupal.js?v=10.6.11Script20021 KiB
https://www.noaa.gov/themes/custom/noaa_guswds/dist/fonts/e7bccfa631a0017f31da.woff2Font20021 KiB
https://www.noaa.gov/themes/custom/noaa_guswds/dist/fonts/4a1efbe82eaa84ff89ed.woff2Font20020 KiB
https://www.noaa.gov/themes/custom/noaa_guswds/dist/js/uswds.es6.js?tigxheScript20018 KiB
https://www.noaa.gov/themes/custom/noaa_guswds/dist/css/back-to-top.css?tigxheStylesheet20018 KiB
https://www.noaa.gov/sites/default/files/styles/landscape_width_650px_webp/https/s3.amazonaws.com/s3-east-testmedia-noaa.woc.noaa.gov/dam/Photos/legacy/pl23_ship1455.jpg.webp?itok=TlElmYTdImage20015 KiB
https://www.noaa.gov/modules/custom/noaa_weather/js/jquery.autocomplete.min.js?tigxheScript20013 KiB

Long tasks (>50 ms)

StartDuration
494 ms353 ms
1464 ms108 ms
1213 ms64 ms
995 ms59 ms
1090 ms58 ms
Analyzing…
running mobile + desktop · ~30s