www.energy.gov

Report from 7/24/2026, 12:27:17 PM https://www.energy.gov
Latest run · lab, cold cache
63
7/24/2026
28-day score · p75 · the standard
5/7 runs — building history (nightly)

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/energy.gov.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.energy.gov)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.energy.gov"><img src="https://agentvitals.dev/badge/energy.gov.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
🟡Business nameThe Department of Energy's Energy.gov · guessed from page text (no structured data)
Categorynot found
🟡Price$350 · guessed from page text (no structured data)
Locationnot applicable · not applicable to this page type
Hoursnot applicable · not applicable to this page type
Productsnot applicable · not applicable to this page type
🟡DescriptionU.S. Department of Energy - Home · guessed from page text (no structured data)

An agent is likely to fabricate missing details rather than say “I don’t know”. 0/4 applicable facts come from machine-readable structured data.

63
Overall score
weighted CAV (0–100)
FAIL
0–4950–8990–100

Metrics

100%
CRR Content Recovery Good
0.39
SSD Semantic Signal Density Poor
339 tok
TC Token Cost Good
24 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
30.4% · 1,186
Chrome (nav / header / footer)
66.8% · 2,606
Boilerplate (cookie / ad)
0% · 0
Other
2.9% · 112

Final screenshot

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

Diagnostics

high SSD Low signal-to-noise for agents

content vs chrome/boilerplate

Evidencesignal 0.24 · article JSON-LD 2/4 · missing: author, image
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 69.6% of tokens are non-content (boilerplate/chrome)

agent representation — token decomposition

EvidenceToken decomposition: content 30.4%, chrome 66.8%, boilerplate 0%, other 2.9%. Only 30.400000000000006% 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 83/100 · Agent Ready

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) Major AI bots allowed Learn →
~ sitemap.xml Stale (lastmod 2025-12-18T17:47:02-05:00) Learn →
JSON-LD structured data Types: Article Learn →
~ agents.json Absent (emerging standard) Learn →
~ WebMCP endpoint Absent (emerging standard) Learn →
~ OpenAPI / API docs No OpenAPI/Swagger found Learn →

Issues (5)

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

~ XML sitemap fresh medium impact Stale (lastmod 2025-12-18T17:47:02-05: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.

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 (7)

✓ robots.txt allows AI bots✓ No CAPTCHA wall✓ No content-blocking cookie wall✓ Machine-readable prices✓ No login wall on public content✓ Structured data (JSON-LD)✓ 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.

78Transport posture (0–100, unscored)
4pass
0warn
1fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
✅ HSTSmax-age=63072000; includeSubdomains; preload
❌ Content-Security-Policyno content-security-policy header
✅ X-Content-Type-Optionsnosniff
✅ Referrer-Policysame-origin
➖ 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

bundle.js — 341 KiB transferred, 72.7% unused

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

largest contentful paint

EvidenceLCP is 6.0s.
ImpactFaster usable content; SSR also raises CRR.
Effort1–4 h
FixPreload the hero image/font, remove render-blocking resources, and server-render the main content.
highBreak up long main-thread tasks

longest task 802 ms (10 total)

EvidenceMain thread blocked 802 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.
mediumCut total transfer weight

36.3 MB total

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

Third-party impact

18 third-party requests · 1101 KiB (3% of transfer) · 1040 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.com71048 KiB931 ms
google-analytics.com538 KiB21 ms
digitalgov.gov214 KiB88 ms
doubleclick.net11 KiB
google.ca10 KiB
youtube.com10 KiB
google.com10 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.energy.gov/modules/custom/energy_search/js/search-uswds/build/static/js/bundle.js?tiexrh341 KiB72.7%248 KiB
https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L&cx=c&gtm=4e67f0 3P152 KiB73%111 KiB
https://www.energy.gov/sites/default/files/js/js_dxa9WGKeqzb7oi77LiUXhdoBEdVGhJhVpWc12b2ScoU.js?scope=footer&delta=1&language=en&theme=energy_gov&include=eJxtjl0OgzAMgy-EyMvuU5mSlYzSoiYwuP2YRrUf7SWSPzuJexgidi7U8YBVctGGE5ewOyTE3cQrBVwcr5zMWYEfJYU_mZxD5DeoCZ-THZt0St4sShqrG_JKUGXTT6JzlJ4rmbgXkF_U8vQ8d5WwFHZdzH58mTWpjOIHwjw35x_qyzIjtvXt2dIQKBzjV7e4YfuGU6NifD_6OEQuRpLEHtnEemA132 KiB75.6%100 KiB
https://www.googletagmanager.com/gtag/js?id=G-GS1KB7R8DY 3P162 KiB51.5%84 KiB
https://www.googletagmanager.com/gtag/js?id=G-MFMY1F6D3V&cx=c&gtm=4e67f0 3P163 KiB51.2%84 KiB
https://www.googletagmanager.com/gtag/js?id=G-VEJ5DJ7LND&cx=c&gtm=4e67f0 3P164 KiB50.8%83 KiB
https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L 3P152 KiB53.1%81 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-PCSS9JS 3P133 KiB57.3%76 KiB
https://www.googletagmanager.com/gtag/js?id=UA-17192165-1&cx=c&gtm=4e67f0 3P121 KiB59.1%71 KiB
https://www.energy.gov/ruxitagentjs_A7NVfgqrux_10339260603164134.js69 KiB60.4%42 KiB
https://www.energy.gov/core/assets/vendor/jquery/jquery.min.js?v=4.0.028 KiB76.3%21 KiB
https://ssl.google-analytics.com/ga.js 3P17 KiB76%13 KiB
https://www.google-analytics.com/analytics.js 3P21 KiB58.9%12 KiB
https://www.energy.gov/themes/custom/energy_gov/js/fontawesome/fontawesome.js26 KiB44.2%11 KiB
https://www.energy.gov/sites/default/files/js/js_v-l1w3vlmC2gFtyzRotcvXQuY8mBd2rchxS1GoZiOv0.js?scope=footer&delta=3&language=en&theme=energy_gov&include=eJxtjl0OgzAMgy-EyMvuU5mSlYzSoiYwuP2YRrUf7SWSPzuJexgidi7U8YBVctGGE5ewOyTE3cQrBVwcr5zMWYEfJYU_mZxD5DeoCZ-THZt0St4sShqrG_JKUGXTT6JzlJ4rmbgXkF_U8vQ8d5WwFHZdzH58mTWpjOIHwjw35x_qyzIjtvXt2dIQKBzjV7e4YfuGU6NifD_6OEQuRpLEHtnEemA13 KiB79.2%11 KiB

Network

67Requests
37197 KiBTransferred
26Scripts
3%3rd-party
10Long tasks
Image (25)
31643 KiB
Script (26)
5338 KiB
Stylesheet (2)
109 KiB
Font (4)
48 KiB
Document (2)
32 KiB
Other (1)
16 KiB
Fetch (6)
11 KiB
Ping (1)
1 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://www.energy.gov/themes/custom/energy_gov/img/ournetwork.jpegImage2008287 KiB
https://www.energy.gov/sites/default/files/2026-06/063026-blog-lsst-2.jpgImage2007270 KiB
https://www.energy.gov/sites/default/files/2025-12/Oil%20and%20gas%20transport.jpegImage2005175 KiB
https://www.energy.gov/sites/default/files/2026-03/Coal.pngImage2002771 KiB
https://www.energy.gov/sites/default/files/2026-07/17S1_INL_Criticality_outdoor7.jpgImage2002451 KiB
https://www.energy.gov/sites/default/files/2026-06/fusion-picture.pngImage2001238 KiB
https://www.energy.gov/themes/custom/energy_gov/js/fontawesome/duotone-regular.jsScript2001050 KiB
https://www.energy.gov/themes/custom/energy_gov/js/fontawesome/regular.jsScript200839 KiB
https://www.energy.gov/sites/default/files/2025-07/JAMES_DANLY_SQ.jpgImage200834 KiB
https://www.energy.gov/themes/custom/energy_gov/js/fontawesome/duotone.jsScript200796 KiB
https://www.energy.gov/themes/custom/energy_gov/js/fontawesome/solid.jsScript200667 KiB
https://www.energy.gov/sites/default/files/2026-04/energy-economy.pngImage200599 KiB
https://www.energy.gov/sites/default/files/2025-02/CHRIS_WRIGHT_PORTRAIT_SQ.jpgImage200576 KiB
https://www.energy.gov/sites/default/files/2026-04/energy-policy.pngImage200534 KiB
https://www.energy.gov/sites/default/files/2026-04/energy-innovation.pngImage200534 KiB
https://www.energy.gov/sites/default/files/2026-04/energy-usage.pngImage200479 KiB
https://www.energy.gov/sites/default/files/2026-04/energy-sources.pngImage200388 KiB
https://www.energy.gov/sites/default/files/2026-04/energy-security.pngImage200343 KiB
https://www.energy.gov/modules/custom/energy_search/js/search-uswds/build/static/js/bundle.js?tiexrhScript200341 KiB
https://www.energy.gov/themes/custom/energy_gov/js/fontawesome/brands.jsScript200214 KiB
https://www.googletagmanager.com/gtag/js?id=G-VEJ5DJ7LND&cx=c&gtm=4e67f0Script200164 KiB
https://www.googletagmanager.com/gtag/js?id=G-MFMY1F6D3V&cx=c&gtm=4e67f0Script200163 KiB
https://www.googletagmanager.com/gtag/js?id=G-GS1KB7R8DYScript200162 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-PCSS9JSScript200133 KiB
https://www.energy.gov/sites/default/files/js/js_dxa9WGKeqzb7oi77LiUXhdoBEdVGhJhVpWc12b2ScoU.js?scope=footer&delta=1&language=en&theme=energy_gov&include=eJxtjl0OgzAMgy-EyMvuU5mSlYzSoiYwuP2YRrUf7SWSPzuJexgidi7U8YBVctGGE5ewOyTE3cQrBVwcr5zMWYEfJYU_mZxD5DeoCZ-THZt0St4sShqrG_JKUGXTT6JzlJ4rmbgXkF_U8vQ8d5WwFHZdzH58mTWpjOIHwjw35x_qyzIjtvXt2dIQKBzjV7e4YfuGU6NifD_6OEQuRpLEHtnEemAScript200132 KiB
https://www.googletagmanager.com/gtag/js?id=UA-17192165-1&cx=c&gtm=4e67f0Script200121 KiB
https://www.energy.gov/sites/default/files/css/css_3wB_LOd2lekET0cqZ1h9MvBW2EUG1vUBzJ20jsbfNxM.css?delta=1&language=en&theme=energy_gov&include=eJxVjmsOgyAQhC-EciSyyojbrkBY1Hr7ElNb-2cf30wyM6YC68uaSXp60MuMN-CZJIU_xBVLJ6zVIKKEw53i7b54SJslVVS9E83C_utZ0BLslEYSlxPH6rQewjEYvGrbzyv185pMhUKhPOul_Ei_xrwOrdoMb7T13FuSI0GpliNXo4e28nYghdmalhyWAd5NDPG2QHOKyhu6U2wW7GrP2S_Jr4I3wX11jQStylesheet200100 KiB
https://www.energy.gov/themes/custom/energy_gov/img/logo-image.pngImage20090 KiB

Long tasks (>50 ms)

StartDuration
1814 ms802 ms
5517 ms388 ms
323 ms364 ms
2991 ms336 ms
1399 ms327 ms
3878 ms310 ms
4615 ms191 ms
1091 ms186 ms
5036 ms158 ms
5241 ms145 ms
Analyzing…
running mobile + desktop · ~30s