www.jcpenney.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”. 1/4 applicable facts come from machine-readable structured data.
Metrics
Token Cost breakdown
Where the page's tokens go (≈24,731 across regions). Most tokens are real content — the agent isn't paying much for chrome.
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.
Rendered profile: headless
Metrics
Token Cost breakdown
Where the page's tokens go (≈24,106 across regions). Most tokens are real content — the agent isn't paying much for chrome.
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.
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 (7)
✗ 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
~ No login wall on public content high impact Login signal: please sign in
Business impact Public content behind authentication is unreachable to agents (they have no account). Gate only genuinely private material.
What we measured We follow redirects and detect 401/403 and login-form signals on content pages.
How to fix Separate public marketing/docs from authenticated areas; keep public pages reachable without login.
Spec: https://llmstxt.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.
~ 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 (5)
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=31536000 ; includeSubDomains |
| ❌ Content-Security-Policy | no content-security-policy header |
| ✅ 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
experience.min.js — 233 KiB transferred, 50.6% unused (third-party)
mkt-jcpenney.com — 5147 KiB, 8 requests
longest task 4059 ms (10 total)
11.2 MB total
Third-party impact
445 third-party requests · 9942 KiB (87% of transfer) · 14093 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 |
|---|---|---|---|
| mkt-jcpenney.com | 8 | 5147 KiB | — |
| static-jcpenney.com | 19 | 825 KiB | 514 ms |
| pub.network | 26 | 444 KiB | 1477 ms |
| googletagmanager.com | 3 | 430 KiB | 261 ms |
| curalate.com | 19 | 296 KiB | 343 ms |
| doubleclick.net | 22 | 275 KiB | 690 ms |
| cookielaw.org | 9 | 268 KiB | 90 ms |
| stylitics.com | 5 | 210 KiB | 53 ms |
| adobedtm.com | 10 | 181 KiB | 371 ms |
| facebook.net | 2 | 170 KiB | 201 ms |
| dynatrace.com | 8 | 165 KiB | 6420 ms |
| tiktok.com | 7 | 160 KiB | 79 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://edge.curalate.com/sites/JCPenny-k3JIfB/experiences/video-commerce/latest/experience.min.js 3P | 233 KiB | 50.6% | 118 KiB |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202607200101/pubads_impl.js?cb=31099834 3P | 196 KiB | 60.1% | 118 KiB |
| https://a.pub.network/jcpenney-com/pubfig.engine.js 3P | 193 KiB | 57.9% | 112 KiB |
| https://www.static-jcpenney.com/prod7/yoda-home/app/dll/scripts/page_components.695bf382e23e3623655f.js 3P | 188 KiB | 54.5% | 103 KiB |
| https://a.pub.network/jcpenney-com/prebid.js 3P | 191 KiB | 53.1% | 101 KiB |
| https://js-cdn.dynatrace.com/jstag/18f0de72187/bf83350awn/d1ab04b74c7e05ff_complete.js 3P | 163 KiB | 61.9% | 101 KiB |
| https://cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.js 3P | 128 KiB | 65.2% | 84 KiB |
| https://www.static-jcpenney.com/prod7/yoda-site-components/2606.1.14/dll/site_components.client.dll.js 3P | 148 KiB | 55% | 81 KiB |
| https://web-assets.stylitics.com/shop-similar/e3e43f89f0/shop-similar.internal.js 3P | 124 KiB | 65.2% | 81 KiB |
| https://cnstrc.com/js/cust/catalyst_brands_jcp_YG2waW.js 3P | 109 KiB | 73.8% | 80 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-984976096&cx=c>m=4e67k1 3P | 150 KiB | 50.5% | 76 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-974303325&cx=c>m=4e67k1 3P | 143 KiB | 52.9% | 75 KiB |
| https://www.googletagmanager.com/gtag/js?id=DC-6360663 3P | 137 KiB | 52.3% | 71 KiB |
| https://www.static-jcpenney.com/prod7/yoda-site-components/2606.1.14/dll/site_vendors.488c6c8ec48b88455a1c.client.dll.js 3P | 134 KiB | 52.5% | 70 KiB |
| https://www.static-jcpenney.com/prod7/yoda-home/app/dll/scripts/page_generals.148d0ddc665f81f5cf3b.js 3P | 91 KiB | 72.5% | 66 KiB |
Network
Heaviest requests (30)
| URL | Type | Status | Transfer |
|---|---|---|---|
| https://www.mkt-jcpenney.com/prod/mkt/images/yes-jcpenney-73c95770-e35a-46a8-99b3-738b09506522.mp4 | Media | 206 | 4057 KiB |
| https://www.mkt-jcpenney.com/prod/mkt/images/shoes-3015e72c-7633-47a1-bff2-22d11591c1b9.png | Image | 200 | 242 KiB |
| https://edge.curalate.com/sites/JCPenny-k3JIfB/experiences/video-commerce/latest/experience.min.js | Script | 200 | 233 KiB |
| https://www.mkt-jcpenney.com/prod/mkt/images/young-men-8c722e8d-7fc5-49d6-9953-4b818a4285fe.png | Image | 200 | 196 KiB |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202607200101/pubads_impl.js?cb=31099834 | Script | 200 | 196 KiB |
| https://a.pub.network/jcpenney-com/pubfig.engine.js | Script | 200 | 193 KiB |
| https://a.pub.network/jcpenney-com/prebid.js | Script | 200 | 191 KiB |
| https://www.static-jcpenney.com/prod7/yoda-home/app/dll/scripts/page_components.695bf382e23e3623655f.js | Script | 200 | 188 KiB |
| https://www.mkt-jcpenney.com/prod/mkt/images/juniors-17e630c7-0bfe-4dea-bde7-76e0364f03b8.png | Image | 200 | 183 KiB |
| https://www.mkt-jcpenney.com/prod/mkt/images/girls-5649984f-a42e-4991-8958-d728b3c99e87.png | Image | 200 | 183 KiB |
| https://www.mkt-jcpenney.com/prod/mkt/images/boys-7ff1a7d5-6f6c-4b8e-ba90-13eec605d9f0.png | Image | 200 | 180 KiB |
| https://www.jcpenney.com/GCV8R2PmXHWr/7OhVPP/gm1i4s/OfukDJSJ4XrtcwDuaw/RwZjAQ/PDgwJF0/laxUB | Script | 200 | 180 KiB |
| https://js-cdn.dynatrace.com/jstag/18f0de72187/bf83350awn/d1ab04b74c7e05ff_complete.js | Script | 200 | 163 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-984976096&cx=c>m=4e67k1 | Script | 200 | 150 KiB |
| https://www.static-jcpenney.com/prod7/yoda-site-components/2606.1.14/dll/site_components.client.dll.js | Script | 200 | 148 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-974303325&cx=c>m=4e67k1 | Script | 200 | 143 KiB |
| https://www.googletagmanager.com/gtag/js?id=DC-6360663 | Script | 200 | 137 KiB |
| https://www.static-jcpenney.com/prod7/yoda-site-components/2606.1.14/dll/site_vendors.488c6c8ec48b88455a1c.client.dll.js | Script | 200 | 134 KiB |
| https://cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.js | Script | 200 | 128 KiB |
| https://web-assets.stylitics.com/shop-similar/e3e43f89f0/shop-similar.internal.js | Script | 200 | 124 KiB |
| https://analytics.tiktok.com/i18n/pixel/static/main.MTA2MWE1OWMwMQ.js | Script | 200 | 114 KiB |
| https://cnstrc.com/js/cust/catalyst_brands_jcp_YG2waW.js | Script | 200 | 109 KiB |
| https://www.mkt-jcpenney.com/prod/mkt/images/backpacks-91820c74-ed14-4a3c-99bc-4a5038409d4c.png | Image | 200 | 107 KiB |
| https://connect.facebook.net/en_US/fbevents.js | Script | 200 | 103 KiB |
| https://assets.adobedtm.com/bd23ab4f15ae/265606982074/launch-333d6a4b1735.min.js | Script | 200 | 101 KiB |
| https://cdn.cookielaw.org/consent/91d8c270-393d-46ef-ba23-205584531f9c/019d0cda-bd3b-74b7-9160-20bb95d53f14/en.json | Fetch | 200 | 96 KiB |
| https://c.amazon-adsystem.com/aax2/apstag.js | Script | 200 | 92 KiB |
| https://www.static-jcpenney.com/prod7/yoda-home/app/dll/scripts/page_generals.148d0ddc665f81f5cf3b.js | Script | 200 | 91 KiB |
| https://www.jcpenney.com/ | Document | 200 | 87 KiB |
| https://web-modules-de-na1.niceincontact.com/guide/channel-guide.js?29745236 | Script | 200 | 81 KiB |
Long tasks (>50 ms)
| Start | Duration |
|---|---|
| 14489 ms | 4059 ms |
| 20838 ms | 1255 ms |
| 2274 ms | 656 ms |
| 13988 ms | 465 ms |
| 19341 ms | 404 ms |
| 23889 ms | 346 ms |
| 13642 ms | 291 ms |
| 10595 ms | 269 ms |
| 7008 ms | 261 ms |
| 23485 ms | 245 ms |