www.flipkart.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 (≈34,253 across regions). Most tokens are real content — the agent isn't paying much for chrome.
Final screenshot
Diagnostics
content vs chrome/boilerplate
Fix: Wrap the real content in <main>/<article>, cut repeated nav/boilerplate, and keep the primary content dense and early in the DOM.
Rendered profile: headless
Metrics
Token Cost breakdown
Where the page's tokens go (≈21,971 across regions). Most tokens are real content — the agent isn't paying much for chrome.
Final screenshot
Diagnostics
content vs chrome/boilerplate
Fix: Wrap the real content in <main>/<article>, cut repeated nav/boilerplate, and keep the primary content dense and early in the DOM.
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)
✗ 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: /account/login
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
✗ 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
~ Server response (TTFB) low impact 1346ms (good ≤800, warn ≤1800)
Business impact Slow servers cause agents to time out and move on. Fast response keeps you in the running.
What we measured We time the response (time-to-first-byte) against good (<800ms) / warn (<1800ms) thresholds.
How to fix Use a CDN, caching and an optimized origin to get TTFB under 800ms.
Spec: https://web.dev/ttfb/
~ 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 (4)
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 | no strict-transport-security header |
| ⚠️ Content-Security-Policy | script-src allows 'unsafe-inline' |
| ❌ X-Content-Type-Options | missing 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
whole profile
Third-party impact
123 third-party requests · 4484 KiB (96.2% of transfer) · 1610 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 |
|---|---|---|---|
| flixcart.com | 103 | 3637 KiB | 1610 ms |
| akamaized.net | 4 | 803 KiB | — |
| newrelic.com | 13 | 42 KiB | — |
| nr-data.net | 3 | 1 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://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/MultiWidgetpage.js 3P | 924 KiB | 64.6% | 597 KiB |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/StorePageTS.js 3P | 586 KiB | 97.8% | 573 KiB |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/MapiActionNonCriticalActions.js 3P | 221 KiB | 99.6% | 220 KiB |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/BaseActionNonCritical.js 3P | 196 KiB | 99.6% | 196 KiB |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/OVHomePageTS.js 3P | 170 KiB | 99.8% | 170 KiB |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/CrossCommon.js 3P | 127 KiB | 73% | 92 KiB |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/app.js 3P | 186 KiB | 48.2% | 90 KiB |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/CrossPlatformModules.js 3P | 123 KiB | 52.3% | 64 KiB |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/video.js 3P | 89 KiB | 71.1% | 64 KiB |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/fkvendor.js 3P | 86 KiB | 62.3% | 53 KiB |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/OmnitureLazyChunk.js 3P | 29 KiB | 99% | 29 KiB |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/commonLazyLoadChunk.js 3P | 27 KiB | 87.2% | 24 KiB |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/DesktopComponents.js 3P | 15 KiB | 74.5% | 11 KiB |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/lazyLoadChunk.js 3P | 10 KiB | 79.8% | 8 KiB |
| https://js-agent.newrelic.com/860.03a8b7a5-1.236.0.min.js 3P | 5 KiB | 83.2% | 4 KiB |
Network
Heaviest requests (30)
| URL | Type | Status | Transfer |
|---|---|---|---|
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/MultiWidgetpage.js | Script | 200 | 924 KiB |
| https://trinity-fk.akamaized.net/videos/cc263641ea651e0d/1312x640/00.ts | Fetch | 200 | 798 KiB |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/StorePageTS.js | Script | 200 | 586 KiB |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/MapiActionNonCriticalActions.js | Script | 200 | 221 KiB |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/BaseActionNonCritical.js | Script | 200 | 196 KiB |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/app.js | Script | 200 | 186 KiB |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/OVHomePageTS.js | Script | 200 | 170 KiB |
| https://www.flipkart.com/ | Document | 200 | 169 KiB |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/CrossCommon.js | Script | 200 | 127 KiB |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/CrossPlatformModules.js | Script | 200 | 123 KiB |
| https://rukminim2.flixcart.com/fk-p-flap/1600/780/image/c22d93d449038ac2.png?q=80 | Image | 200 | 100 KiB |
| https://rukminim2.flixcart.com/fk-p-flap/1600/780/image/9419317a5ba1b519.png?q=80 | Image | 200 | 92 KiB |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/video.js | Script | 200 | 89 KiB |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/fkvendor.js | Script | 200 | 86 KiB |
| https://rukminim2.flixcart.com/fk-p-flap/790/1190/image/c80f305b149e60cf.jpg?q=80 | Image | 200 | 78 KiB |
| https://rukminim2.flixcart.com/fk-p-flap/1600/780/image/bc669241d1859d74.png?q=80 | Image | 200 | 70 KiB |
| https://rukminim2.flixcart.com/fk-p-flap/1600/780/image/df838742c9bf5e8f.png?q=80 | Image | 200 | 61 KiB |
| https://rukminim2.flixcart.com/fk-p-flap/790/1190/image/9a6eac7492a112f5.jpg?q=80 | Image | 200 | 44 KiB |
| https://rukminim2.flixcart.com/fk-p-flap/920/448/image/9f6bd4508895919e.jpg?q=80 | Image | 200 | 39 KiB |
| https://rukminim2.flixcart.com/fk-p-flap/790/1190/image/951a083b471f17c7.jpg?q=80 | Image | 200 | 39 KiB |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/OmnitureLazyChunk.js | Script | 200 | 29 KiB |
| https://rukminim2.flixcart.com/fk-p-flap/1600/780/image/19bb91cbde8243b7.png?q=80 | Image | 200 | 28 KiB |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/commonLazyLoadChunk.js | Script | 200 | 27 KiB |
| https://rukminim2.flixcart.com/fk-p-flap/790/1190/image/b7b8be29567bebc6.jpg?q=80 | Image | 200 | 27 KiB |
| https://rukminim2.flixcart.com/fk-p-flap/790/1190/image/786c9bbe69c75795.jpg?q=80 | Image | 200 | 25 KiB |
| https://rukminim2.flixcart.com/fk-p-flap/380/510/image/0e5cccebe6ab4d83.png?q=80 | Image | 200 | 24 KiB |
| https://rukminim2.flixcart.com/fk-p-flap/1600/360/image/6015c703748e7a42.jpg?q=80 | Image | 200 | 21 KiB |
| https://rukminim2.flixcart.com/fk-p-flap/380/510/image/1d048fef7814fe2b.png?q=80 | Image | 200 | 20 KiB |
| https://rukminim2.flixcart.com/fk-p-flap/1600/640/image/8528ea20703f9821.jpg?q=80 | Image | 200 | 16 KiB |
| https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/DesktopComponents.js | Script | 200 | 15 KiB |
Long tasks (>50 ms)
| Start | Duration |
|---|---|
| 3873 ms | 259 ms |
| 2949 ms | 253 ms |
| 2746 ms | 203 ms |
| 2487 ms | 193 ms |
| 4446 ms | 156 ms |
| 5932 ms | 110 ms |
| 2342 ms | 102 ms |
| 4855 ms | 98 ms |
| 3342 ms | 93 ms |
| 3440 ms | 73 ms |