www.fcc.gov

Report from 9/20/2026, 12:10:34 PM https://www.fcc.gov
Latest run · lab, cold cache
49
9/20/2026
28-day score · p75 · the standard
49
26 runs
CRR98%latest
SSD31%latest
TC726 toklatest
TTFUT34 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/fcc.gov.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.fcc.gov)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.fcc.gov"><img src="https://agentvitals.dev/badge/fcc.gov.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
🟡Business nameFederal Communications Commission · 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
🟡DescriptionThe United States of America · guessed from page text (no structured 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.

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

Metrics

98%
CRR Content Recovery Good
0.31
SSD Semantic Signal Density Poor
726 tok
TC Token Cost Good
27 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
48.5% · 2,077
Chrome (nav / header / footer)
46.7% · 1,999
Boilerplate (cookie / ad)
0% · 0
Other
4.8% · 207

Final screenshot

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

Diagnostics

high SSD Low signal-to-noise for agents

content vs chrome/boilerplate

Evidencesignal 0.53 · 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.

medium TC 51.5% of tokens are non-content (boilerplate/chrome)

agent representation — token decomposition

EvidenceToken decomposition: content 48.5%, chrome 46.7%, boilerplate 0%, other 4.8%. Only 48.5% 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 78/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 Found at /llms.txt but missing H1/blockquote Learn →
robots.txt (AI bots) Major AI bots allowed Learn →
~ sitemap.xml Sitemap found but no <url>/<loc> entries Learn →
JSON-LD structured data No JSON-LD found Learn →
agents.json Found at /agents.json Learn →
WebMCP endpoint Found at /.well-known/webmcp Learn →
OpenAPI / API docs Found at /openapi.json Learn →

Issues (3)

~ llms.txt present + valid high impact Found at /llms.txt but missing H1/blockquote

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

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 present medium impact Sitemap found but no <url>/<loc> entries

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/

Passed audits (8)

✓ robots.txt allows AI bots✓ No CAPTCHA wall✓ No content-blocking cookie wall✓ No login wall on public content✓ Server response (TTFB)✓ agents.json discovery✓ WebMCP endpoint✓ API documentation

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.

92Transport posture (0–100, unscored)
4pass
1warn
0fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
✅ HSTSmax-age=31536000 ; includeSubDomains ; preload
✅ Content-Security-Policypolicy present, script-src does not allow inline
✅ X-Content-Type-Optionsnosniff
⚠️ 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

js_NWAaHxJiRZ6swpAjPJNUzXh0b-HS_qqoiu4tUZ5Xtd0.js — 384 KiB transferred, 74.9% unused

EvidenceCDP JS coverage: 288 KiB of this bundle is never executed on load.
Impact~-288 KiB transfer; lower Token Cost + faster agent parse.
Effort30–90 min
FixDynamic-import() the below-the-fold parts of js_NWAaHxJiRZ6swpAjPJNUzXh0b-HS_qqoiu4tUZ5Xtd0.js, or drop unused dependencies.
mediumCut total transfer weight

5.3 MB total

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

27 third-party requests · 1241 KiB (22.9% 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
fontawesome.com2433 KiB
googletagmanager.com2303 KiB
audioeye.com13302 KiB
gstatic.com4170 KiB
addtoany.com328 KiB
googleapis.com23 KiB
google-analytics.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.fcc.gov/sites/default/files/js/js_NWAaHxJiRZ6swpAjPJNUzXh0b-HS_qqoiu4tUZ5Xtd0.js?scope=footer&delta=2&language=und&theme=fcc&include=eJx9jEsOwyAMRC-E4EiRA-bTgl1hJyS3b4WySLvoZvSeZjQQgjLQ6eACGzuTmvgJGCjc0N3Yyp7-dVZyaSZ670TPipMyQsBeyypTfWZBMnhoLfR0oW8vqPZSk5hTxUUhuaTtWyH9uoUHHPN1kxFkWYEIu9kLDnEz5-INFN9YnA384 KiB74.9%288 KiB
https://www.googletagmanager.com/gtag/js?id=G-BGN1RLF2CV&cx=c&gtm=4e69b1 3P170 KiB52.6%89 KiB
https://wsv3cdn.audioeye.com/static-scripts/v2/2026-09-14/startup.bundle.js 3P117 KiB62.2%73 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-MR75VS3 3P134 KiB54%72 KiB
https://www.fcc.gov/sites/default/files/js/js_U0XK-_QqWizwkaAN1n3dXl7zP2n0Rc4avABsTaK2GyQ.js?scope=header&delta=0&language=und&theme=fcc&include=eJx9jEsOwyAMRC-E4EiRA-bTgl1hJyS3b4WySLvoZvSeZjQQgjLQ6eACGzuTmvgJGCjc0N3Yyp7-dVZyaSZ670TPipMyQsBeyypTfWZBMnhoLfR0oW8vqPZSk5hTxUUhuaTtWyH9uoUHHPN1kxFkWYEIu9kLDnEz5-INFN9YnA88 KiB69.4%61 KiB
https://wsv3cdn.audioeye.com/static-scripts/m/audioeye-scanner-esm/v11.2.36/audioeye-scanner-esm.js 3P105 KiB50.2%53 KiB
https://www.fcc.gov/ruxitagentjs_ICA7NVfqrux_10341260622154106.js79 KiB54.6%43 KiB
https://static.addtoany.com/menu/modules/core.iho16r34.js 3P26 KiB82.3%21 KiB
https://wsv3cdn.audioeye.com/static-scripts/v2/2026-09-14/compliance.bundle.js 3P15 KiB81.6%13 KiB
https://wsv3cdn.audioeye.com/bootstrap.js?h=628124f7e2615040a831b5fb079ee105 3P12 KiB73.8%9 KiB
https://www.fcc.gov/sites/default/files/js/js_fMDyYYYtLRMuJo8FjAtIyiRPd-JmV9RDECQmHwnw5Ls.js?scope=footer&delta=0&language=und&theme=fcc&include=eJx9jEsOwyAMRC-E4EiRA-bTgl1hJyS3b4WySLvoZvSeZjQQgjLQ6eACGzuTmvgJGCjc0N3Yyp7-dVZyaSZ670TPipMyQsBeyypTfWZBMnhoLfR0oW8vqPZSk5hTxUUhuaTtWyH9uoUHHPN1kxFkWYEIu9kLDnEz5-INFN9YnA11 KiB77.3%9 KiB
https://wsv3cdn.audioeye.com/static-scripts/v2/2026-09-14/launcher.bundle.js 3P12 KiB71.5%8 KiB
https://use.fontawesome.com/releases/v5.13.1/js/all.js 3P429 KiB1.5%6 KiB
https://wsv3cdn.audioeye.com/static-scripts/v2/2026-09-14/tangoEngine.bundle.js 3P5 KiB82.9%4 KiB
https://wsv3cdn.audioeye.com/static-scripts/sites/628124f7e2615040a831b5fb079ee105/active.js 3P8 KiB26.3%2 KiB

Network

75Requests
5421 KiBTransferred
23Scripts
22.9%3rd-party
0Long tasks
Image (32)
3432 KiB
Script (23)
1621 KiB
Font (6)
183 KiB
Stylesheet (7)
161 KiB
Document (2)
18 KiB
Other (1)
4 KiB
XHR (1)
1 KiB
Fetch (2)
1 KiB
Ping (1)
0 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://www.fcc.gov/sites/default/files/carr-flag-hr.jpgImage2001543 KiB
https://www.fcc.gov/themes/custom/fcc/assets/images/icons-sa0dc29a632.pngImage200585 KiB
https://www.fcc.gov/themes/custom/fcc/assets/images/bg-pattern-gray.pngImage200493 KiB
https://use.fontawesome.com/releases/v5.13.1/js/all.jsScript200429 KiB
https://www.fcc.gov/sites/default/files/js/js_NWAaHxJiRZ6swpAjPJNUzXh0b-HS_qqoiu4tUZ5Xtd0.js?scope=footer&delta=2&language=und&theme=fcc&include=eJx9jEsOwyAMRC-E4EiRA-bTgl1hJyS3b4WySLvoZvSeZjQQgjLQ6eACGzuTmvgJGCjc0N3Yyp7-dVZyaSZ670TPipMyQsBeyypTfWZBMnhoLfR0oW8vqPZSk5hTxUUhuaTtWyH9uoUHHPN1kxFkWYEIu9kLDnEz5-INFN9YnAScript200384 KiB
https://www.fcc.gov/sites/default/files/feature-wh-tech-blog-large.pngImage200237 KiB
https://www.fcc.gov/themes/custom/fcc/assets/images/icons-2x-s4a93a70c85.pngImage200191 KiB
https://www.fcc.gov/sites/default/files/styles/tile_component/public/consumer-bg.png?itok=H5gHRF7rImage200180 KiB
https://www.googletagmanager.com/gtag/js?id=G-BGN1RLF2CV&cx=c&gtm=4e69b1Script200170 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-MR75VS3Script200134 KiB
https://www.fcc.gov/sites/default/files/css/css_nJWyW6idCMJHsC8b8iYqUhJSX15_nDQqq5cu_CwbfK8.css?delta=1&language=und&theme=fcc&include=eJxtkFFywyAMRC9kmyN1ZFgbGlkwEjT27eukyZRM8qd9iDc7ohBqJjkcPYZp0Sx1sMMqNjeTYVi8d1YP_pt8zAYZsFdOcnFBWyGeHnHwWfFk9E37UEhpVSrRnvifTE1KmzlZRLi5v2rEBveTcB0VCxTi0T3UqMDoM7dNOpzlA_SkvbMmhnUZeyEJNPOL_5rfRXzuJVnHQmu_e4-3pnbva9OWQ3uxzZzX_gNyYYwGUh97PyhA-27xJOcxYb9Fvp4iStylesheet200122 KiB
https://wsv3cdn.audioeye.com/static-scripts/v2/2026-09-14/startup.bundle.jsScript200117 KiB
https://www.fcc.gov/themes/custom/fcc/assets/images/bg-pattern-header.pngImage200111 KiB
https://wsv3cdn.audioeye.com/static-scripts/m/audioeye-scanner-esm/v11.2.36/audioeye-scanner-esm.jsScript200105 KiB
https://www.fcc.gov/sites/default/files/js/js_U0XK-_QqWizwkaAN1n3dXl7zP2n0Rc4avABsTaK2GyQ.js?scope=header&delta=0&language=und&theme=fcc&include=eJx9jEsOwyAMRC-E4EiRA-bTgl1hJyS3b4WySLvoZvSeZjQQgjLQ6eACGzuTmvgJGCjc0N3Yyp7-dVZyaSZ670TPipMyQsBeyypTfWZBMnhoLfR0oW8vqPZSk5hTxUUhuaTtWyH9uoUHHPN1kxFkWYEIu9kLDnEz5-INFN9YnAScript20088 KiB
https://www.fcc.gov/ruxitagentjs_ICA7NVfqrux_10341260622154106.jsScript20079 KiB
https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTVOmu1aB.woff2Font20051 KiB
https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2Font20048 KiB
https://fonts.gstatic.com/s/schibstedgrotesk/v7/Jqz55SSPQuCQF3t8uOwiUL-taUTtap9Gayo.woff2Font20046 KiB
https://www.fcc.gov/themes/custom/fcc/assets/images/fcc-seal.pngImage20035 KiB
https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2Font20026 KiB
https://static.addtoany.com/menu/modules/core.iho16r34.jsScript20026 KiB
https://www.fcc.gov/Document20018 KiB
https://www.fcc.gov/sites/default/files/css/css_ahzzIAlagZYugm_p8IukGv-yG_7EgDdg2Wx_Z45SXd4.css?delta=0&language=und&theme=fcc&include=eJxtkFFywyAMRC9kmyN1ZFgbGlkwEjT27eukyZRM8qd9iDc7ohBqJjkcPYZp0Sx1sMMqNjeTYVi8d1YP_pt8zAYZsFdOcnFBWyGeHnHwWfFk9E37UEhpVSrRnvifTE1KmzlZRLi5v2rEBveTcB0VCxTi0T3UqMDoM7dNOpzlA_SkvbMmhnUZeyEJNPOL_5rfRXzuJVnHQmu_e4-3pnbva9OWQ3uxzZzX_gNyYYwGUh97PyhA-27xJOcxYb9Fvp4iStylesheet20017 KiB
https://wsv3cdn.audioeye.com/static-scripts/v2/2026-09-14/compliance.bundle.jsScript20015 KiB
https://wsv3cdn.audioeye.com/bootstrap.js?h=628124f7e2615040a831b5fb079ee105Script20012 KiB
https://wsv3cdn.audioeye.com/static-scripts/v2/2026-09-14/launcher.bundle.jsScript20012 KiB
https://wsv3cdn.audioeye.com/static-scripts/v2/2026-09-14/fullCSS.bundle.cssStylesheet20012 KiB
https://www.fcc.gov/sites/default/files/js/js_fMDyYYYtLRMuJo8FjAtIyiRPd-JmV9RDECQmHwnw5Ls.js?scope=footer&delta=0&language=und&theme=fcc&include=eJx9jEsOwyAMRC-E4EiRA-bTgl1hJyS3b4WySLvoZvSeZjQQgjLQ6eACGzuTmvgJGCjc0N3Yyp7-dVZyaSZ670TPipMyQsBeyypTfWZBMnhoLfR0oW8vqPZSk5hTxUUhuaTtWyH9uoUHHPN1kxFkWYEIu9kLDnEz5-INFN9YnAScript20011 KiB
https://www.fcc.gov/page-not-foundFont20011 KiB
Analyzing…
running mobile + desktop · ~30s