www.costco.com

Report from 9/17/2026, 12:20:11 PM https://www.costco.com
Latest run · lab, cold cache
41
9/17/2026
28-day score · p75 · the standard
1/7 runs — building history (nightly)

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/costco.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.costco.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.costco.com"><img src="https://agentvitals.dev/badge/costco.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
🟡Business nameWelcome to Costco Wholesale · 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
🟡DescriptionShop Costco.com for electronics, computers, furniture, outdoor living, appliances, jewelry and more. Enjoy low warehouse prices on name-brands products delivered to your door · 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.

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

Metrics

12%
CRR Content Recovery Poor
0.67
SSD Semantic Signal Density Good
429 tok
TC Token Cost Good
85 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

Where the page's tokens go (≈15,645 across regions). Most tokens are real content — the agent isn't paying much for chrome.

Content
64.9% · 10,160
Chrome (nav / header / footer)
34.4% · 5,389
Boilerplate (cookie / ad)
0% · 0
Other
0.6% · 96

Final screenshot

Final screenshot of https://www.costco.com

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence88% of content requires JS · 12% of rendered content recovered (rest is placeholder/wrong)
ImpactA non-rendering agent never sees the JS-injected content.
Effort1–4 h

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

Agent Discoverability 67/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 Absent at /llms.txt and /.well-known/llms.txt Learn →
robots.txt (AI bots) Major AI bots allowed Learn →
sitemap.xml Found at /sitemap_index.xml Learn →
JSON-LD structured data No JSON-LD found Learn →
~ agents.json Absent (emerging standard) Learn →
~ WebMCP endpoint Absent (emerging standard) Learn →
~ OpenAPI / API docs No OpenAPI/Swagger found Learn →

Issues (7)

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

Learn how to implement →

# Your Site
> One-line description for AI agents.

## Key pages
- /products — catalog
- /pricing — plans
- /docs — documentation

Spec: https://llmstxt.org

~ No login wall on public content high impact Login signal: members only

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

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/

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

Learn how to implement →

Spec: https://github.com/wild-card-ai/agents-json

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

Learn how to implement →

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.

Learn how to implement →

Spec: https://www.openapis.org/

Passed audits (5)

✓ robots.txt allows AI bots✓ No CAPTCHA wall✓ Machine-readable prices✓ XML sitemap present + fresh✓ Server response (TTFB)

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.

66Transport posture (0–100, unscored)
2pass
2warn
1fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
✅ HSTSmax-age=31536000;includeSubDomains
⚠️ Content-Security-Policyscript-src allows 'unsafe-inline'
❌ X-Content-Type-Optionsmissing nosniff
⚠️ 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

rm.js — 173 KiB transferred, 79.8% unused (third-party)

EvidenceCDP JS coverage: 138 KiB of this bundle is never executed on load.
Impact~-138 KiB transfer; lower Token Cost + faster agent parse.
Effort30–90 min
FixDynamic-import() the below-the-fold parts of rm.js, or drop unused dependencies. It is third-party — lazy-load or remove it.
highReduce layout shift

cumulative layout shift

EvidenceCLS is 0.291.
ImpactStable layout for render + screenshot.
Effort30–60 min
FixSet explicit width/height on images; reserve space for late-loading content.
highBreak up long main-thread tasks

longest task 274 ms (7 total)

EvidenceMain thread blocked 274 ms by the longest task.
ImpactFaster interactivity + content settling.
Effort1–4 h
FixSplit heavy work, defer third-party scripts, move compute off the main thread.
mediumCut total transfer weight

7.0 MB total

Evidence7.0 MB transferred.
ImpactCheaper, faster fetch on slow links.
Effort1–3 h
FixEnable Brotli, serve WebP/AVIF images, defer non-critical resources.

Third-party impact

55 third-party requests · 1058 KiB (14.8% of transfer) · 112 ms main-thread — code an agent must also fetch/run before your content settles. Fewer, lazier third-parties = faster, cheaper agent reads.

Third-party domainReqsTransferMain-thread
criteo.com8317 KiB
adobedtm.com13231 KiB46 ms
dynatrace.com12140 KiB28 ms
intake-lr.com4133 KiB13 ms
costco-static.com295 KiB
transcend-cdn.com265 KiB
go-mpulse.net464 KiB25 ms
queue-it.net612 KiB
demdex.net11 KiB
akamaihd.net21 KiB
akstat.io10 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://d.criteo.com/Delivery/ClientPaths/Library/rm.js?a=48266&210691586 3P173 KiB79.8%138 KiB
https://dynamic.criteo.com/js/ld/ld.js?a=48266 3P26 KiB42.1%11 KiB
https://www.costco.com/c7rTR/Mopu3/gUnEKJ/mIc8/E1uhVwEYiXD7ch/QRIkbg/M0VBPH/15YDc1 KiB69.3%1 KiB
https://transcend-cdn.com/cm/448b3320-9d7c-499a-bc56-f0dae33c8f5c/airgap.js 3P0 KiB62%0 KiB
https://sslwidget.criteo.com/event?a=48266&v=5.50.0&p0=e%3Dce%26m%3D%255Bf47337a927314b9dbcfa87d10f6acfb8%255D%26h%3Dsha256&p1=e%3Dexd%26site_type%3Dd%26rvi%3Df47337a927314b9dbcfa87d10f6acfb8&p2=e%3Dvh%26pi%3DviewHomeOffsite_desktop&p3=e%3Ddis&bundle=1gKvSV9JVzl6QnQ5Y1MlMkZkdDlVSjUzMHJhem90T0ttT0xUa0ZGblQzJTJCVkVMaDNlbmxsdWJPbVV0aG5xUkgxYmZMSkU3WHElMkJkTm9wT3pLRXhzZXZIc1h1bFRDaXlaV2VUNlRqWTREcXpyYzJGOUw5dkZuVzAyazJXcTFEVDE5QU5PeHNsSQ&tld=costco.com&dy=1&fu=https%253A%252F%252Fwww.costco.com%252F&ceid=5da28840-61fb-4016-8673-0effc71ec361 3P1 KiB0.3%0 KiB

Network

552Requests
7166 KiBTransferred
165Scripts
14.8%3rd-party
7Long tasks
Image (160)
3480 KiB
Script (165)
2687 KiB
Document (3)
666 KiB
Fetch (116)
194 KiB
Font (2)
95 KiB
Stylesheet (12)
19 KiB
XHR (12)
18 KiB
Ping (78)
6 KiB
Other (4)
1 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://www.costco.com/Document200334 KiB
https://www.costco.com/Document200332 KiB
https://gdx-assets.costco.com/adobe/assets/urn%3Aaaid%3Aaem%3Adf88ba0e-ba7a-46ee-b33b-c148ccedb588/as/_social-instagram-32x32.png?auto-format=false&width=1400Image200254 KiB
https://assets.adobedtm.com/db2abc551d12/237ca126a76b/launch-01eecb8ff534.min.jsScript200222 KiB
https://gdx-assets.costco.com/adobe/assets/urn:aaid:aem:5841500c-151d-42d0-add2-f0a8dbfddc10/renditions/original/as/d_26w349137_hero_sept_mvm_tires.jpg?width=1400Image200206 KiB
https://gdx-assets.costco.com/adobe/assets/urn:aaid:aem:67f6aea0-966e-4635-b58a-a52c6b0e85c6/renditions/original/as/m_26w349137_hero_sept_mvm_tires.jpg?width=1400Image200201 KiB
https://www.costco.com/c7rTR/Mopu3/gUnEKJ/mIc8/E1uhVwEYiXD7ch/QRIkbg/M0VBPH/15YDcScript200188 KiB
https://www.costco.com/c7rTR/Mopu3/gUnEKJ/mIc8/E1uhVwEYiXD7ch/QRIkbg/M0VBPH/15YDcScript200188 KiB
https://www.costco.com/c7rTR/Mopu3/gUnEKJ/mIc8/2buhVwEY/bWUqbg/CSZuIS/xSEEY3?v=f43bc07d-2f2c-5263-1f86-e64d0980cfc2Script200179 KiB
https://d.criteo.com/Delivery/ClientPaths/Library/rm.js?a=48266&210691586Script200173 KiB
https://mobilecontent.costco.com/consent-ui/costco-consent-manager.iife.jsScript200172 KiB
https://gdx-assets.costco.com/adobe/assets/urn:aaid:aem:c08aef46-cd65-405d-9a77-de72fd865a3e/renditions/original/as/m_26w346850_hero_apparel_bmas.jpg?width=1400Image200154 KiB
https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/1770-bd5d58b41901fd96.jsScript200151 KiB
https://gdx-assets.costco.com/adobe/assets/urn:aaid:aem:a4c9ba81-cdaf-412b-9f53-ca4fdf23dc42/renditions/original/as/m_27w444369_apparel_home_hero.jpg?width=1400Image200148 KiB
https://js-cdn.dynatrace.com/jstag/185a0521924/bf47427jhn/3c29ee56f402ef95_complete.jsScript200137 KiB
https://cdn.intake-lr.com/logger-1.min.jsScript200125 KiB
https://gdx-assets.costco.com/adobe/assets/urn%3Aaaid%3Aaem%3A5576cd05-4333-4cb6-92ca-40a1f3cb2ad8/as/_social-pinterest-32x32.png?auto-format=false&width=1400Image200125 KiB
https://gdx-assets.costco.com/adobe/assets/urn%3Aaaid%3Aaem%3Abb669da8-9043-433f-ba5d-e7d7dc82a4c9/as/customer-service-blue.png?auto-format=false&width=1400Image200123 KiB
https://gdx-assets.costco.com/adobe/assets/urn:aaid:aem:4856d4eb-a4ff-453c-8594-d62b38b6f4f4/renditions/original/as/m_27w442217_hero_microsoft_windows-2.jpg?width=1400Image200118 KiB
https://gdx-assets.costco.com/adobe/assets/urn:aaid:aem:721da364-c720-4d7d-bf52-3183001a5071/as/m_27w424950_hero_fire_tv.avif?preset=Original_JPG&width=1400Image200104 KiB
https://gdx-assets.costco.com/adobe/assets/urn%3Aaaid%3Aaem%3A42d82f20-0d4c-4faf-b4d7-8ef9f0c4f66d/as/costco-app-icon-32x32.png?auto-format=false&width=1400Image200103 KiB
https://bfasset.costco-static.com/fonts/CostcoSans-Upright.woff2Font20095 KiB
https://mobilecontent.costco.com/live/resource/img/Mobility/20260914_Europe_Hero_com_Hero_D.jpg?width=1400Image20086 KiB
https://gdx-assets.costco.com/adobe/assets/urn:aaid:aem:73626cd0-474f-40f6-bc20-0c4c738f972d/as/m_26w364059_banner_p_and_g.avif?preset=AVIF_Original&width=1400Image20078 KiB
https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/336-ebd628c6e1f0ba22.jsScript20077 KiB
https://gdx-assets.costco.com/adobe/assets/urn:aaid:aem:ca3d5ef3-b295-4d12-840b-d5ddf8f19bfd/as/d_27w456000_hero_demin.avif?preset=Original_JPG&width=1400Image20076 KiB
https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/602-3bb2e556003e2657.jsScript20073 KiB
https://gdx-assets.costco.com/adobe/assets/urn%3Aaaid%3Aaem%3Aa820d962-b16a-417d-b583-8665c44ff744/as/privacy-options.png?auto-format=false&width=1400Image20072 KiB
https://gdx-assets.costco.com/adobe/assets/urn:aaid:aem:9f9004c6-cda5-4216-80af-68a60fcbe2aa/as/d_26w364059_cat_hero_p_and_g.avif?preset=AVIF_Original&width=1400Image20071 KiB
https://gdx-assets.costco.com/adobe/assets/urn%3Aaaid%3Aaem%3Aa3c746c4-b0ed-420d-8377-a16efd91b253/as/_social-facebook-32x32.png?auto-format=false&width=1400Image20068 KiB

Long tasks (>50 ms)

StartDuration
649 ms274 ms
1369 ms147 ms
396 ms126 ms
1041 ms122 ms
1699 ms71 ms
1178 ms55 ms
1518 ms52 ms
Analyzing…
running mobile + desktop · ~30s