www.nerdwallet.com
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
1782 KiB (58%) of JS goes unused. Code-split, lazy-load below-the-fold scripts, and drop unused dependencies — less JS also lowers CAV Token Cost (TC) and speeds up agent parsing.
JavaScript coverage
1782 KiB unused of 3068 KiB (58% unused JS) — unused JS inflates Token Cost (TC) and slows the agent's parse.
| Script | Size | Unused |
|---|---|---|
| https://cdn.cookielaw.org/scripttemplates/202508.2.0/otBannerSdk.js | 500 KiB | 307 KiB (61%) |
| https://www.googletagmanager.com/gtag/js?id=GT-NFJ2CH8X&cx=c>m=4e66u1 | 431 KiB | 267 KiB (62%) |
| https://www.googletagmanager.com/gtag/js?id=AW-18071591651&cx=c>m=4e66u1 | 430 KiB | 265 KiB (62%) |
| https://www.nerdwallet.com/front-page-astro/assets/index.CcbuT9_a.js | 322 KiB | 264 KiB (82%) |
| https://www.googletagmanager.com/gtm.js?id=GTM-NVWSKF5 | 650 KiB | 254 KiB (39%) |
| https://www.nerdwallet.com/front-page-astro/assets/client.CbAH-7PF.js | 182 KiB | 119 KiB (65%) |
| https://cdn.cookielaw.org/scripttemplates/202508.2.0/otGPP.js | 151 KiB | 96 KiB (63%) |
| https://www.nerdwallet.com/front-page-astro/assets/main.D-zjtGKW.js | 160 KiB | 86 KiB (54%) |
| https://www.nerdwallet.com/front-page-astro/assets/index.B4hlw0WZ.js | 103 KiB | 49 KiB (48%) |
| https://siteusagetools.nerdwallet.com/next-integrations/actions/3962/1faa179dfb20d0a3f5a0.js | 30 KiB | 26 KiB (89%) |
| https://cdn.cookielaw.org/scripttemplates/otSDKStub.js?did=c095b28e-6dfb-40a3-a284-794251df86e9 | 26 KiB | 12 KiB (47%) |
| https://www.nerdwallet.com/front-page-astro/assets/nerd-ai-web-components.jeRzJNDS.js | 16 KiB | 7 KiB (45%) |
Network
Heaviest requests
| URL | Type | Status | Transfer |
|---|---|---|---|
| https://www.googletagmanager.com/gtm.js?id=GTM-NVWSKF5 | Script | 200 | 191 KiB |
| https://www.googletagmanager.com/gtag/js?id=GT-NFJ2CH8X&cx=c>m=4e66u1 | Script | 200 | 149 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-18071591651&cx=c>m=4e66u1 | Script | 200 | 149 KiB |
| https://www.nerdwallet.com/ | Document | 200 | 121 KiB |
| https://cdn.cookielaw.org/scripttemplates/202508.2.0/otBannerSdk.js | Script | 200 | 121 KiB |
| https://www.nerdwallet.com/tachyon/2026/06/GettyImages-1249349954.jpg?w=640&q=60&webp=1&strip=all | Image | 200 | 110 KiB |
| https://www.nerdwallet.com/front-page-astro/assets/index.CcbuT9_a.js | Script | 200 | 97 KiB |
| https://www.nerdwallet.com/front-page-astro/assets/client.CbAH-7PF.js | Script | 200 | 58 KiB |
| https://www.nerdwallet.com/front-page-astro/assets/main.D-zjtGKW.js | Script | 200 | 57 KiB |
| https://www.nerdwallet.com/tachyon/2026/06/GettyImages-2264603232.jpg?w=640&q=60&webp=1&strip=all | Image | 200 | 40 KiB |
| https://www.nerdwallet.com/tachyon/2022/11/GettyImages-2271203777.jpg?w=640&q=60&webp=1&strip=all | Image | 200 | 36 KiB |
| https://www.nerdwallet.com/front-page-astro/assets/index.B4hlw0WZ.js | Script | 200 | 31 KiB |
| https://www.nerdwallet.com/tachyon/2026/06/GettyImages-2229673076.jpg?w=640&q=60&webp=1&strip=all | Image | 200 | 31 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 | 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/06/GettyImages-2152910288.jpg?w=640&q=60&webp=1&strip=all | Image | 200 | 26 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://cdn.cookielaw.org/logos/static/ot_company_logo.png | Image | 200 | 19 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 | 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/fonts/ChronicleDisplay-Roman--full.12c090e2b2.woff2 | Font | 200 | 11 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/ChronicleDisplay-Roman--critical.835fdb1566.woff2 | Font | 200 | 11 KiB |
| https://www.nerdwallet.com/cdn-cgi/challenge-platform/h/g/scripts/jsd/37d84357f321/main.js? | Script | 200 | 10 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://cdn.cookielaw.org/scripttemplates/otSDKStub.js?did=c095b28e-6dfb-40a3-a284-794251df86e9 | Script | 200 | 9 KiB |