www.noaa.gov

Report from 8/8/2026, 1:16:41 PM https://www.noaa.gov
Latest run · lab, cold cache
22
8/8/2026
28-day score · p75 · the standard
25
20 runs
CRR9%latest
SSD9%latest
TC123 toklatest
TTFUT18 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.
22
Overall score
weighted CAV (0–100)
FAIL
0–4950–8990–100

Metrics

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

Token Cost breakdown

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

Content
3.1% · 79
Chrome (nav / header / footer)
35.8% · 910
Boilerplate (cookie / ad)
0% · 0
Other
61.1% · 1,555

Final screenshot

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

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence91% of content requires JS · 9% 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.15 · 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 96.9% of tokens are non-content (boilerplate/chrome)

agent representation — token decomposition

EvidenceToken decomposition: content 3.1%, chrome 35.8%, boilerplate 0%, other 61.1%. Only 3.0999999999999943% 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 57/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 Stale (lastmod 2022-08-05T16:03Z) 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 (7)

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/

~ XML sitemap fresh medium impact Stale (lastmod 2022-08-05T16:03Z)

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.

Learn how to implement →

# robots.txt
Sitemap: https://example.com/sitemap.xml

Spec: https://www.sitemaps.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 (4)

✓ robots.txt allows AI bots✓ No CAPTCHA wall✓ No content-blocking cookie wall✓ 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

highProfile reflects a block/challenge page — not your contenthighest leverage

whole profile

EvidenceMeasured against a block/challenge page (a bot-wall/CAPTCHA was served (challenges.cloudflare.com)); every number here describes the wall, not your site.
ImpactAn AI agent hits the same wall and recovers none of your content — fix the block before optimizing anything else.
FixAllowlist legitimate agent user-agents / IP ranges in your WAF or bot-management and serve real content (not a challenge), then re-run.

Third-party impact

23 third-party requests · 1085 KiB (26.5% of transfer) — code an agent must also fetch/run before your content settles. Fewer, lazier third-parties = faster, cheaper agent reads.

Third-party domainReqsTransferMain-thread
googletagmanager.com5745 KiB
siteimproveanalytics.com1108 KiB
cloud.gov483 KiB
gstatic.com263 KiB
amazonaws.com139 KiB
cloudflare.com226 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?tjehte126 KiB99.4%126 KiB
https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L&cx=c&gtm=4e6852 3P153 KiB73.3%112 KiB
https://www.googletagmanager.com/gtag/js?id=G-FVJXY24VSZ&cx=c&gtm=4e6852 3P154 KiB72.5%112 KiB
https://www.noaa.gov/modules/custom/noaa_weather/js/handlebars-v4.0.4.js?tjehte156 KiB67%105 KiB
https://www.googletagmanager.com/gtag/js?id=G-FVJXY24VSZ 3P155 KiB53.6%83 KiB
https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L 3P153 KiB53.6%82 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-MNK3D2L 3P129 KiB54.7%71 KiB
https://siteimproveanalytics.com/js/siteanalyze_6294131.js 3P108 KiB62.2%67 KiB
https://www.noaa.gov/libraries/owlcarousel2/dist/owl.carousel.js?tjehte88 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.1365 KiB63.8%42 KiB
https://www.noaa.gov/libraries/slick/slick/slick.min.js?tjehte43 KiB94.3%40 KiB
https://www.noaa.gov/libraries/tooltipster/dist/js/tooltipster.bundle.min.js?tjehte39 KiB93%37 KiB
https://www.noaa.gov/modules/custom/noaa_weather/js/noaa_weather.js?tjehte22 KiB91%20 KiB
https://www.noaa.gov/libraries/cycle2/jquery.cycle2.min.js?tjehte23 KiB83.8%19 KiB

Network

126Requests
4090 KiBTransferred
61Scripts
26.5%3rd-party
0Long tasks
Script (61)
1790 KiB
Image (27)
1489 KiB
Stylesheet (27)
673 KiB
Font (5)
111 KiB
Other (2)
16 KiB
Document (2)
11 KiB
Fetch (2)
0 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://www.noaa.gov/sites/default/files/styles/background_homepage/public/2026-07/TSBertha_20260722_Homepage.jpg.webp?h=4bfeef1f&itok=vtFNZ1_DImage2001007 KiB
https://www.noaa.gov/themes/custom/noaa_guswds/dist/css/styles.css?tjehteStylesheet200622 KiB
https://www.noaa.gov/sites/default/files/styles/landscape_width_650px_webp/public/2026-08/20260727140021-20260728173022_g18_abi_fd_geocolor_triplets_labels0.jpeg.webp?h=920929c4&itok=nrjlhYI1Image200355 KiB
https://www.noaa.gov/modules/custom/noaa_weather/js/handlebars-v4.0.4.js?tjehteScript200156 KiB
https://www.googletagmanager.com/gtag/js?id=G-FVJXY24VSZScript200155 KiB
https://www.googletagmanager.com/gtag/js?id=G-FVJXY24VSZ&cx=c&gtm=4e6852Script200154 KiB
https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4LScript200153 KiB
https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L&cx=c&gtm=4e6852Script200153 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-MNK3D2LScript200129 KiB
https://www.noaa.gov/themes/custom/noaa_guswds/dist/js/common.js?tjehteScript200126 KiB
https://siteimproveanalytics.com/js/siteanalyze_6294131.jsScript200108 KiB
https://www.noaa.gov/libraries/owlcarousel2/dist/owl.carousel.js?tjehteScript20088 KiB
https://www.noaa.gov/core/assets/vendor/jquery/jquery.min.js?v=3.7.1Script20086 KiB
https://touchpoints.app.cloud.gov/touchpoints/1f162941.jsScript20081 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.13Script20065 KiB
https://www.noaa.gov/libraries/slick/slick/slick.min.js?tjehteScript20043 KiB
https://www.noaa.gov/libraries/tooltipster/dist/js/tooltipster.bundle.min.js?tjehteScript20039 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.woff2Font20033 KiB
https://fonts.gstatic.com/s/nunitosans/v19/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t1R-s.woff2Font20030 KiB
https://challenges.cloudflare.com/turnstile/v0/b/8eb6d5cd556e/api.jsScript20026 KiB
https://www.noaa.gov/modules/custom/noaa_media_library/js/freezeframe.min.js?tjehteScript20025 KiB
https://www.noaa.gov/libraries/cycle2/jquery.cycle2.min.js?tjehteScript20023 KiB
https://www.noaa.gov/modules/custom/noaa_weather/js/noaa_weather.js?tjehteScript20022 KiB
https://www.noaa.gov/core/misc/drupal.js?v=10.6.13Script20021 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?tjehteScript20018 KiB
https://www.noaa.gov/themes/custom/noaa_guswds/dist/css/back-to-top.css?tjehteStylesheet20018 KiB
Analyzing…
running mobile + desktop · ~30s