www.newrelic.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.
An agent is likely to fabricate missing details rather than say “I don’t know”. 2/7 applicable facts come from machine-readable structured data.
Metrics
Token Cost breakdown
Where the page's tokens go (≈14,376 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.
Final screenshot
Diagnostics
pre-JS raw HTML
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.
agent representation — token decomposition
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
Metrics
Token Cost breakdown
Where the page's tokens go (≈14,663 across regions). 68% is non-content — chrome and boilerplate an agent pays for. Add landmark roles (main/nav/header/footer) so agents can skip it.
Final screenshot
Diagnostics
pre-JS raw HTML
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.
agent representation — token decomposition
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
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 (6)
✗ 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/
~ 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.
# Your Site
> One-line description for AI agents.
## Key pages
- /products — catalog
- /pricing — plans
- /docs — documentationSpec: https://llmstxt.org
~ XML sitemap fresh medium impact Stale (lastmod 2021-01-20T22:32Z)
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.
~ 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 (6)
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.
Per-header findings (6)
| Header | Evidence |
|---|---|
| ✅ HTTPS | served over HTTPS |
| ✅ HSTS | max-age=63072000; includeSubDomains; preload |
| ✅ Content-Security-Policy | policy present, script-src does not allow inline |
| ✅ X-Content-Type-Options | nosniff |
| ⚠️ Referrer-Policy | no referrer-policy header (browser default applies) |
| ➖ CORS exposure | no CORS headers on the document (normal for an HTML page) |
How to improve
js — 145 KiB transferred, 75.9% unused (third-party)
longest task 695 ms (10 total)
googletagmanager.com — 995 KiB, 6 requests, 1317 ms main-thread
cumulative layout shift
5.2 MB total
Third-party impact
155 third-party requests · 1661 KiB (31.3% of transfer) · 3826 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 | 6 | 995 KiB | 1317 ms |
| segment.com | 9 | 145 KiB | 172 ms |
| intellimize.co | 12 | 121 KiB | 286 ms |
| osano.com | 5 | 76 KiB | 352 ms |
| fpjscdn.net | 1 | 70 KiB | 268 ms |
| itstarsbuilding.com | 8 | 55 KiB | 958 ms |
| licdn.com | 4 | 39 KiB | 63 ms |
| claydar.com | 8 | 25 KiB | 150 ms |
| 6sc.co | 16 | 24 KiB | 11 ms |
| 1mind.com | 4 | 23 KiB | 84 ms |
| redditstatic.com | 1 | 20 KiB | — |
| doubleclick.net | 11 | 16 KiB | 27 ms |
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=G-CQsegment 3P | 145 KiB | 75.9% | 110 KiB |
| https://www.googletagmanager.com/gtm.js?id=GTM-TK2F7T&l=dataLayer 3P | 194 KiB | 45.4% | 88 KiB |
| https://www.googletagmanager.com/gtag/js?id=G-GZEX285W2X&cx=c>m=4e67m0 3P | 178 KiB | 47.5% | 85 KiB |
| https://www.googletagmanager.com/gtag/js?id=G-R5EF3MCG7B 3P | 182 KiB | 45.5% | 83 KiB |
| https://www.googletagmanager.com/gtag/js?id=G-CQsegment&cx=c>m=4e67m0 3P | 145 KiB | 56.4% | 82 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-963109263&cx=c>m=4e67m0 3P | 152 KiB | 48.2% | 73 KiB |
| https://cdn.intellimize.co/snippet/117712186.js 3P | 117 KiB | 42.2% | 50 KiB |
| https://cdn.segment.com/next-integrations/actions/google-analytics-4-web/aeadee7d142fb4d69ca8.js 3P | 58 KiB | 58.3% | 34 KiB |
| https://newrelic.com/sites/default/files/js/js_LAsYk_1utZlRWBA9qo2dmJ7LmxrrHdSZCcLzUD_QfAE.js?scope=footer&delta=3&language=en&theme=erno&include=eJxtkFFuAyEMRC8Ul2o_qvY0kRcc1g1gZLxJe_s6iaiqqB_AMG9sS45nSmyiR4xRNLG08KteTirNqKVDnCkTKcZ9hDsCZ_A5_sF-9W8npE3CScRIHzoXWbE89EaYpl8lTbu_LmD0ZfP3BpcFimSBiCr7oJlb3oErZoIotaPykDbJx73DU4Eu3hjXldIzEEPjlmHdzaT9mT4oGs-2phjPHjs0PfqKKPi7cd6KH7uZ1deA4crDGIGqD7q5Xfrew4UTyQ86eYs1 | 42 KiB | 63% | 26 KiB |
| https://ob.itstarsbuilding.com/i/57d2aa9906614d1b8af56294d7406ff6.js 3P | 52 KiB | 50.9% | 26 KiB |
| https://newrelic.com/sites/default/files/js/js_px--5UFvBfZ3KBmdxyEc_njw3Es5_e4LuT9GxpoaGug.js?scope=footer&delta=1&language=en&theme=erno&include=eJxtkFFuAyEMRC8Ul2o_qvY0kRcc1g1gZLxJe_s6iaiqqB_AMG9sS45nSmyiR4xRNLG08KteTirNqKVDnCkTKcZ9hDsCZ_A5_sF-9W8npE3CScRIHzoXWbE89EaYpl8lTbu_LmD0ZfP3BpcFimSBiCr7oJlb3oErZoIotaPykDbJx73DU4Eu3hjXldIzEEPjlmHdzaT9mT4oGs-2phjPHjs0PfqKKPi7cd6KH7uZ1deA4crDGIGqD7q5Xfrew4UTyQ86eYs1 | 30 KiB | 84.6% | 26 KiB |
| https://newrelic.com/core/assets/vendor/jquery/jquery.min.js?v=4.0.0 | 32 KiB | 78.4% | 25 KiB |
| https://cmp.osano.com/AzZVWOTJtg1WY32RK/cd381ba3-ebca-488c-a528-376a86764609/osano.js?language=en&variant=one 3P | 76 KiB | 31.8% | 24 KiB |
| https://fpjscdn.net/v3/zDGPLKv7V7zxzA26RVfY 3P | 70 KiB | 26.6% | 19 KiB |
| https://cdn.segment.com/next-integrations/integrations/vendor/commons.59560acdd69ed701c941.js.gz 3P | 22 KiB | 71.8% | 16 KiB |
Network
Heaviest requests (30)
| URL | Type | Status | Transfer |
|---|---|---|---|
| https://newrelic.com/sites/default/files/2026-02/background-bottom.png | Image | 200 | 509 KiB |
| https://newrelic.com/sites/default/files/2026-02/solutions-menu.png | Image | 200 | 399 KiB |
| https://newrelic.com/themes/custom/erno/assets/fonts/inter/Inter-Variable.woff2 | Font | 200 | 344 KiB |
| https://newrelic.com/sites/default/files/2026-02/customers-menu.png | Image | 200 | 322 KiB |
| https://newrelic.com/sites/default/files/2026-02/platform-menu.png | Image | 200 | 307 KiB |
| https://newrelic.com/sites/default/files/2026-02/Resources-menu.png | Image | 200 | 234 KiB |
| https://newrelic.com/themes/custom/erno/assets/fonts/mona-sans/MonaSansVF[wdth,wght,opsz].woff2 | Font | 200 | 215 KiB |
| https://www.googletagmanager.com/gtm.js?id=GTM-TK2F7T&l=dataLayer | Script | 200 | 194 KiB |
| https://www.googletagmanager.com/gtag/js?id=G-R5EF3MCG7B | Script | 200 | 182 KiB |
| https://www.googletagmanager.com/gtag/js?id=G-GZEX285W2X&cx=c>m=4e67m0 | Script | 200 | 178 KiB |
| https://newrelic.com/sites/default/files/styles/800w/public/2026-02/pricing-menu.png?itok=FD2rSuvD | Image | 200 | 168 KiB |
| https://newrelic.com/sites/default/files/styles/800w/public/2026-03/Session%20Replay.png?itok=jghgJP8W | Image | 200 | 155 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-963109263&cx=c>m=4e67m0 | Script | 200 | 152 KiB |
| https://www.googletagmanager.com/gtag/js?id=G-CQsegment&cx=c>m=4e67m0 | Script | 200 | 145 KiB |
| https://www.googletagmanager.com/gtag/js?id=G-CQsegment | Script | 200 | 145 KiB |
| https://cdn.intellimize.co/snippet/117712186.js | Script | 200 | 117 KiB |
| https://newrelic.com/sites/default/files/css/css_TveFPmS8Ec_DteHw1B00BTg78whgh1vtXobbotJF9YM.css?delta=1&language=en&theme=erno&include=eJxdUO1ugzAMfCEMlErT-jSTSUzImsSRY7o9_jJo1ok_6D58ynHmTtYrywcaw2I9p-EP9YtwUkq2M-1KmYP6XIbdgurBZ-nqPQ1Wtoyhtx4Du44k8WBQLER7kIVZSQ7sAs8YDhzZNpjGCwSf7vVTtElXyMKRn1Qg8Rco5_3wEPM4gdK3NvYGjwlqCYZagLdCoTm3s3IZwRtOTza9g4_oCAzHjOLLy7ntL5zj1xEW72AltO3Xcs0fSKZaC-eZ7CkmrKg-OZg3VU7_uhcyWofvYp0bB6ZYw_3CElF_t6ud0AnmtbS1X0q_pbzNdbiV7A8M1K5s | Stylesheet | 200 | 112 KiB |
| https://newrelic.com/ | Document | 200 | 107 KiB |
| https://newrelic.com/sites/default/files/styles/800w/public/2026-03/SRE%20Agent.png?itok=I5-R-ndH | Image | 200 | 96 KiB |
| https://newrelic.com/sites/default/files/styles/1920w/public/2026-03/IO%20A.webp?itok=_zIi9ypp | Image | 200 | 94 KiB |
| https://newrelic.com/sites/default/files/styles/1920w/public/2026-03/IO%20B.webp?itok=1AWHxKdr | Image | 200 | 92 KiB |
| https://newrelic.com/sites/default/files/styles/800w/public/2026-03/OTEL_1.png?itok=hMswl1XB | Image | 200 | 77 KiB |
| https://cmp.osano.com/AzZVWOTJtg1WY32RK/cd381ba3-ebca-488c-a528-376a86764609/osano.js?language=en&variant=one | Script | 200 | 76 KiB |
| https://newrelic.com/sites/default/files/styles/800w/public/2026-03/Cloud%20Costs.png?itok=emVLWgZY | Image | 200 | 72 KiB |
| https://fpjscdn.net/v3/zDGPLKv7V7zxzA26RVfY | Script | 200 | 70 KiB |
| https://newrelic.com/sites/default/files/styles/800w/public/2026-03/AI%20Agent%20Monitor.png?itok=tEzYX025 | Image | 200 | 59 KiB |
| https://cdn.segment.com/next-integrations/actions/google-analytics-4-web/aeadee7d142fb4d69ca8.js | Script | 200 | 58 KiB |
| https://ob.itstarsbuilding.com/i/57d2aa9906614d1b8af56294d7406ff6.js | Script | 200 | 52 KiB |
| https://newrelic.com/sites/default/files/js/js_LAsYk_1utZlRWBA9qo2dmJ7LmxrrHdSZCcLzUD_QfAE.js?scope=footer&delta=3&language=en&theme=erno&include=eJxtkFFuAyEMRC8Ul2o_qvY0kRcc1g1gZLxJe_s6iaiqqB_AMG9sS45nSmyiR4xRNLG08KteTirNqKVDnCkTKcZ9hDsCZ_A5_sF-9W8npE3CScRIHzoXWbE89EaYpl8lTbu_LmD0ZfP3BpcFimSBiCr7oJlb3oErZoIotaPykDbJx73DU4Eu3hjXldIzEEPjlmHdzaT9mT4oGs-2phjPHjs0PfqKKPi7cd6KH7uZ1deA4crDGIGqD7q5Xfrew4UTyQ86eYs1 | Script | 200 | 42 KiB |
| https://newrelic.com/core/assets/vendor/jquery/jquery.min.js?v=4.0.0 | Script | 200 | 32 KiB |
Long tasks (>50 ms)
| Start | Duration |
|---|---|
| 6087 ms | 695 ms |
| 5004 ms | 276 ms |
| 2924 ms | 237 ms |
| 5358 ms | 158 ms |
| 3303 ms | 156 ms |
| 2197 ms | 144 ms |
| 6955 ms | 142 ms |
| 4052 ms | 137 ms |
| 15454 ms | 135 ms |
| 1467 ms | 134 ms |