www.nerdwallet.com
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.
Metrics
Final screenshot
Diagnostics
signal 0.28 · JSON-LD 0/1 · missing: structured-data
Fix: Wrap the real content in <main>/<article>, cut repeated nav/boilerplate, and keep the primary content dense and early in the DOM.
18% of content requires JS
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.
Rendered profile: headless
Metrics
Final screenshot
Diagnostics
signal 0.28 · JSON-LD 0/1 · missing: structured-data
Fix: Wrap the real content in <main>/<article>, cut repeated nav/boilerplate, and keep the primary content dense and early in the DOM.
18% of content requires JS
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.
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 (8)
✗ robots.txt allows AI bots high impact Blocks: * (all)
Business impact If robots.txt blocks AI crawlers you are invisible to ChatGPT, Claude and Perplexity — they skip you and recommend a competitor instead.
What we measured We read /robots.txt and test it against 16 AI user-agents (GPTBot, ClaudeBot, PerplexityBot, …) for a Disallow that blocks them.
How to fix Allow major AI bots to public content; restrict only private paths (/admin, /api).
User-agent: GPTBot
Allow: /
Disallow: /admin/
~ No content-blocking cookie wall medium impact Consent platform: onetrust (verify it doesn't block content)
Business impact A consent wall that hides content until a click is invisible to agents — they cannot click 'Accept'.
What we measured We fingerprint OneTrust, Cookiebot, Usercentrics and similar managers and flag content-blocking ones.
How to fix Use an overlay banner that leaves content in the DOM, not a blocking interstitial.
Spec: https://gdpr.eu/cookies/
✗ 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 present medium impact No /sitemap.xml
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.
Spec: https://agents-json.org
~ 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 (4)
How to improve
js — 151 KiB transferred, 61.3% unused (third-party)
googletagmanager.com — 497 KiB, 3 requests, 16 ms main-thread
2.2 MB total
Third-party impact
30 third-party requests · 732 KiB (32.1% of transfer) · 16 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 | 3 | 497 KiB | 16 ms |
| cookielaw.org | 12 | 226 KiB | — |
| gravatar.com | 1 | 5 KiB | — |
| browser-intake-datadoghq.com | 11 | 4 KiB | — |
| onetrust.com | 1 | 0 KiB | — |
| doubleclick.net | 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=GT-NFJ2CH8X&cx=c>m=4e67m0 3P | 151 KiB | 61.3% | 93 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-18071591651&cx=c>m=4e67m0 3P | 151 KiB | 61.1% | 93 KiB |
| https://www.nerdwallet.com/front-page-astro/assets/index.HbHX3Uak.js?dpl=dpl_E3jSL7DTPTupNJ7KFnJthjgEskkb | 113 KiB | 82% | 92 KiB |
| https://www.googletagmanager.com/gtm.js?id=GTM-NVWSKF5 3P | 194 KiB | 38.5% | 75 KiB |
| https://cdn.cookielaw.org/scripttemplates/202508.2.0/otBannerSdk.js 3P | 121 KiB | 61.4% | 74 KiB |
| https://www.nerdwallet.com/front-page-astro/assets/client.CkzDY1Tm.js?dpl=dpl_E3jSL7DTPTupNJ7KFnJthjgEskkb | 57 KiB | 65.8% | 38 KiB |
| https://www.nerdwallet.com/front-page-astro/assets/main.3Bmg5xk7.js?dpl=dpl_E3jSL7DTPTupNJ7KFnJthjgEskkb | 55 KiB | 53.7% | 29 KiB |
| https://cdn.cookielaw.org/scripttemplates/202508.2.0/otGPP.js 3P | 22 KiB | 63.3% | 14 KiB |
| https://www.nerdwallet.com/front-page-astro/assets/dist.0SwfLmSS.js?dpl=dpl_E3jSL7DTPTupNJ7KFnJthjgEskkb | 20 KiB | 43% | 9 KiB |
| https://siteusagetools.nerdwallet.com/next-integrations/actions/3962/1faa179dfb20d0a3f5a0.js | 9 KiB | 72.9% | 7 KiB |
| https://www.nerdwallet.com/front-page-astro/assets/middleware.BU_OdiUZ.js?dpl=dpl_E3jSL7DTPTupNJ7KFnJthjgEskkb | 8 KiB | 55.5% | 4 KiB |
| https://cdn.cookielaw.org/scripttemplates/otSDKStub.js?did=c095b28e-6dfb-40a3-a284-794251df86e9 3P | 9 KiB | 47.1% | 4 KiB |
| https://www.nerdwallet.com/front-page-astro/assets/ajs-destination.BkFViiX6.js?dpl=dpl_E3jSL7DTPTupNJ7KFnJthjgEskkb | 3 KiB | 82.1% | 3 KiB |
| https://www.nerdwallet.com/front-page-astro/assets/RootLayout.astro_astro_type_script_index_1_lang.DzcHnIML.js?dpl=dpl_E3jSL7DTPTupNJ7KFnJthjgEskkb | 5 KiB | 40.5% | 2 KiB |
| https://www.nerdwallet.com/front-page-astro/assets/react.CaWsViYD.js?dpl=dpl_E3jSL7DTPTupNJ7KFnJthjgEskkb | 3 KiB | 62.6% | 2 KiB |
Network
Heaviest requests (30)
| URL | Type | Status | Transfer |
|---|---|---|---|
| https://www.nerdwallet.com/_image?href=https%3A%2F%2Fwww.nerdwallet.com%2Ffront-page-astro%2Fassets%2Fbackground-preferred.BULwSnZC.webp&w=1056&h=432&f=png&dpl=dpl_E3jSL7DTPTupNJ7KFnJthjgEskkb | Image | 200 | 641 KiB |
| https://www.googletagmanager.com/gtm.js?id=GTM-NVWSKF5 | Script | 200 | 194 KiB |
| https://www.googletagmanager.com/gtag/js?id=GT-NFJ2CH8X&cx=c>m=4e67m0 | Script | 200 | 151 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-18071591651&cx=c>m=4e67m0 | Script | 200 | 151 KiB |
| https://www.nerdwallet.com/ | Document | 200 | 128 KiB |
| https://cdn.cookielaw.org/scripttemplates/202508.2.0/otBannerSdk.js | Script | 200 | 121 KiB |
| https://www.nerdwallet.com/front-page-astro/assets/index.HbHX3Uak.js?dpl=dpl_E3jSL7DTPTupNJ7KFnJthjgEskkb | Script | 200 | 113 KiB |
| https://www.nerdwallet.com/_image?href=https%3A%2F%2Fwww.nerdwallet.com%2Ffront-page-astro%2Fassets%2Fchasesapphirepreferred.CRX8jWuk.webp&w=349&h=220&f=png&dpl=dpl_E3jSL7DTPTupNJ7KFnJthjgEskkb | Image | 200 | 92 KiB |
| https://www.nerdwallet.com/front-page-astro/assets/client.CkzDY1Tm.js?dpl=dpl_E3jSL7DTPTupNJ7KFnJthjgEskkb | Script | 200 | 57 KiB |
| https://www.nerdwallet.com/front-page-astro/assets/main.3Bmg5xk7.js?dpl=dpl_E3jSL7DTPTupNJ7KFnJthjgEskkb | Script | 200 | 55 KiB |
| https://www.nerdwallet.com/tachyon/2026/01/GettyImages-2237627665.jpg?w=640&q=60&webp=1&strip=all | Image | 200 | 54 KiB |
| https://www.nerdwallet.com/tachyon/2026/07/GettyImages-2277371061.jpg?w=640&q=60&webp=1&strip=all | Image | 200 | 52 KiB |
| https://www.nerdwallet.com/front-page-astro/assets/open-sans-latin-wght-normal.CWNzRldh.woff2 | Font | 200 | 48 KiB |
| https://www.nerdwallet.com/_image?href=https%3A%2F%2Fwww.nerdwallet.com%2Fcdn%2Ffront-page-astro%2Fheader%2Fmweb%2Fheader-background-image-202601161024.webp&w=1440&h=600&q=72&f=webp&dpl=dpl_E3jSL7DTPTupNJ7KFnJthjgEskkb | Image | 200 | 30 KiB |
| https://cdn.cookielaw.org/consent/c095b28e-6dfb-40a3-a284-794251df86e9/0199e088-ac0d-73cf-af4b-daa2f5f27627/en.json | Fetch | 200 | 28 KiB |
| https://www.nerdwallet.com/tachyon/2026/07/GettyImages-2243916535.jpg?w=640&q=60&webp=1&strip=all | Image | 200 | 28 KiB |
| https://www.nerdwallet.com/cdn/fonts/Gotham-Book--full.a4076b3a82.woff2 | Font | 200 | 24 KiB |
| https://cdn.cookielaw.org/scripttemplates/202508.2.0/otGPP.js | Script | 200 | 22 KiB |
| https://www.nerdwallet.com/front-page-astro/assets/dist.0SwfLmSS.js?dpl=dpl_E3jSL7DTPTupNJ7KFnJthjgEskkb | Script | 200 | 20 KiB |
| https://cdn.cookielaw.org/logos/static/ot_company_logo.png | Image | 200 | 19 KiB |
| https://www.nerdwallet.com/tachyon/2025/08/THURSDAY-MORTGAGE-RATES.jpg?w=640&q=60&webp=1&strip=all | Image | 200 | 17 KiB |
| https://www.nerdwallet.com/_image?href=https%3A%2F%2Fwww.nerdwallet.com%2Fcdn%2Ffront-page-astro%2Fheader%2Fmweb%2Fheader-background-image-202601161024.webp&w=828&h=345&q=72&f=webp&dpl=dpl_E3jSL7DTPTupNJ7KFnJthjgEskkb | Image | 200 | 15 KiB |
| https://cdn.cookielaw.org/scripttemplates/202508.2.0/assets/v2/otPcCenter.json | Fetch | 200 | 13 KiB |
| https://www.nerdwallet.com/cdn-cgi/image/format=auto,quality=48,width=387,strip=all/cdn/front-page-astro/hpValueProp/desktop/hpvalueprop_desktop_2x.webp | Image | 200 | 11 KiB |
| https://www.nerdwallet.com/cdn/fonts/Gotham-Book--critical.fdbad282be.woff2 | Font | 200 | 10 KiB |
| https://www.nerdwallet.com/cdn/fonts/Gotham-Medium--critical.ee5c613487.woff2 | Font | 200 | 10 KiB |
| https://www.nerdwallet.com/cdn/fonts/Gotham-Bold--critical.dcf83fb890.woff2 | Font | 200 | 10 KiB |
| https://siteusagetools.nerdwallet.com/next-integrations/actions/3962/1faa179dfb20d0a3f5a0.js | Script | 200 | 9 KiB |
| https://www.nerdwallet.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/3104729c556c/main.js? | Script | 200 | 9 KiB |
| https://cdn.cookielaw.org/scripttemplates/otSDKStub.js?did=c095b28e-6dfb-40a3-a284-794251df86e9 | Script | 200 | 9 KiB |
Long tasks (>50 ms)
| Start | Duration |
|---|---|
| 606 ms | 50 ms |