www.flipkart.com

Report from 8/10/2026, 12:06:34 PM https://www.flipkart.com
Latest run · lab, cold cache
49
8/10/2026
28-day score · p75 · the standard
54
28 runs
CRR100%latest
SSD36%latest
TC2985 toklatest
TTFUT1095 ms28-day p75

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/flipkart.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.flipkart.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.flipkart.com"><img src="https://agentvitals.dev/badge/flipkart.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
🟡Business nameOnline Shopping India Mobile, Cameras, Lifestyle & more Online @ Flipkart.com · guessed from page text (no structured data)
CategoryOrganization
Pricenot found
Locationnot found
Hoursnot found
Productsnot found
DescriptionIndia's leading e-commerce marketplace offering over 150 million products across 80+ categories. Shop for Mobiles, Electronics, Fashion, Home Furnishing, Furniture, Grocery, and more. Experience th…

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.

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

Metrics

100%
CRR Content Recovery Good
0.36
SSD Semantic Signal Density Poor
2,985 tok
TC Token Cost Good
1283 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
82.3% · 30,006
Chrome (nav / header / footer)
17.7% · 6,457
Boilerplate (cookie / ad)
0% · 0
Other
0% · 0

Final screenshot

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

Diagnostics

high SSD Low signal-to-noise for agents

content vs chrome/boilerplate

Evidencesignal 0.62 · generic JSON-LD 0/1 · missing: name
ImpactAgent spends tokens parsing nav/boilerplate instead of content.
Effort30–90 min

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

Agent Discoverability 52/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) No robots.txt → nothing blocked Learn →
sitemap.xml No /sitemap.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)

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 HTTP 403

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/

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.

Learn how to implement →

# robots.txt
Sitemap: https://example.com/sitemap.xml

Spec: https://www.sitemaps.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 (4)

✓ robots.txt allows AI bots✓ No CAPTCHA wall✓ No content-blocking cookie wall✓ 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.

43Transport posture (0–100, unscored)
2pass
1warn
3fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
❌ HSTSno strict-transport-security header
❌ Content-Security-Policyno content-security-policy header
❌ X-Content-Type-Optionsmissing nosniff
⚠️ Referrer-Policyno referrer-policy header (browser default applies)
✅ CORS exposureaccess-control-allow-origin: https://www.flipkart.com
Full profile — how to improve · unused JS · network · timing

How to improve

highSplit the heaviest unused bundlehighest leverage

MultiWidgetpage.js — 924 KiB transferred, 64.6% unused (third-party)

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

flixcart.com — 3551 KiB, 101 requests, 1848 ms main-thread

EvidenceThird-party is 95.3% of total transfer (117 requests); flixcart.com is the largest.
ImpactFewer bytes + main-thread stalls before your content settles for an agent.
Effort1–3 h
FixLazy-load, self-host, or remove flixcart.com; defer non-critical third-party scripts.
highBreak up long main-thread tasks

longest task 516 ms (10 total)

EvidenceMain thread blocked 516 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.
mediumLower server response time

time to first byte

EvidenceTTFB is 1201 ms.
ImpactEarlier first useful token (TTFUT).
Effort1–3 h
FixCache at the edge (CDN), reduce server work, avoid redirect chains.
mediumCut total transfer weight

3.7 MB total

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

Third-party impact

117 third-party requests · 3595 KiB (95.3% of transfer) · 1848 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
flixcart.com1013551 KiB1848 ms
newrelic.com1342 KiB
nr-data.net31 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://static-assets-web.flixcart.com/batman-returns/batman-returns/p/73a606bb1c1fc24fdbe1626823468f38/MultiWidgetpage.js 3P924 KiB64.6%597 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/73a606bb1c1fc24fdbe1626823468f38/StorePageTS.js 3P586 KiB97.8%573 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/73a606bb1c1fc24fdbe1626823468f38/MapiActionNonCriticalActions.js 3P221 KiB99.6%220 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/73a606bb1c1fc24fdbe1626823468f38/BaseActionNonCritical.js 3P196 KiB99.6%196 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/73a606bb1c1fc24fdbe1626823468f38/OVHomePageTS.js 3P170 KiB99.8%170 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/73a606bb1c1fc24fdbe1626823468f38/CrossCommon.js 3P127 KiB73%92 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/73a606bb1c1fc24fdbe1626823468f38/app.js 3P186 KiB48.4%90 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/73a606bb1c1fc24fdbe1626823468f38/CrossPlatformModules.js 3P123 KiB54%66 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/73a606bb1c1fc24fdbe1626823468f38/fkvendor.js 3P86 KiB62.9%54 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/73a606bb1c1fc24fdbe1626823468f38/OmnitureLazyChunk.js 3P29 KiB99%29 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/73a606bb1c1fc24fdbe1626823468f38/commonLazyLoadChunk.js 3P27 KiB87.2%24 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/73a606bb1c1fc24fdbe1626823468f38/DesktopComponents.js 3P15 KiB74.5%11 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/73a606bb1c1fc24fdbe1626823468f38/lazyLoadChunk.js 3P10 KiB79.8%8 KiB
https://js-agent.newrelic.com/860.03a8b7a5-1.236.0.min.js 3P5 KiB83.2%4 KiB
https://js-agent.newrelic.com/page_view_timing-aggregate.bd6de33a-1.236.0.min.js 3P5 KiB82.1%4 KiB

Network

130Requests
3772 KiBTransferred
27Scripts
95.3%3rd-party
10Long tasks
Script (27)
2750 KiB
Image (51)
799 KiB
Document (1)
169 KiB
Font (3)
28 KiB
Stylesheet (3)
11 KiB
Fetch (22)
8 KiB
Other (20)
6 KiB
XHR (3)
1 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/73a606bb1c1fc24fdbe1626823468f38/MultiWidgetpage.jsScript200924 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/73a606bb1c1fc24fdbe1626823468f38/StorePageTS.jsScript200586 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/73a606bb1c1fc24fdbe1626823468f38/MapiActionNonCriticalActions.jsScript200221 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/73a606bb1c1fc24fdbe1626823468f38/BaseActionNonCritical.jsScript200196 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/73a606bb1c1fc24fdbe1626823468f38/app.jsScript200186 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/73a606bb1c1fc24fdbe1626823468f38/OVHomePageTS.jsScript200170 KiB
https://www.flipkart.com/Document200169 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/73a606bb1c1fc24fdbe1626823468f38/CrossCommon.jsScript200127 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/73a606bb1c1fc24fdbe1626823468f38/CrossPlatformModules.jsScript200123 KiB
https://rukminim2.flixcart.com/fk-p-flap/790/1190/image/636651501e77824f.jpg?q=80Image20096 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/73a606bb1c1fc24fdbe1626823468f38/fkvendor.jsScript20086 KiB
https://rukminim2.flixcart.com/fk-p-flap/1600/780/image/8533c9e9d1540b75.png?q=80Image20077 KiB
https://rukminim2.flixcart.com/fk-p-flap/790/1190/image/7a6c234efa414d87.jpg?q=80Image20074 KiB
https://rukminim2.flixcart.com/fk-p-flap/790/1190/image/c5d2ccf95407c32f.jpg?q=80Image20060 KiB
https://rukminim2.flixcart.com/fk-p-flap/1600/780/image/bcb4b31c6443d101.jpg?q=80Image20059 KiB
https://rukminim2.flixcart.com/fk-p-flap/1600/780/image/c108b414dd4ff4dc.png?q=80Image20054 KiB
https://rukminim2.flixcart.com/fk-p-flap/1600/780/image/27716a6c5a5794a8.jpg?q=80Image20043 KiB
https://rukminim2.flixcart.com/fk-p-flap/1570/350/image/797026f420ca951c.jpg?q=80Image20043 KiB
https://rukminim2.flixcart.com/fk-p-flap/1600/780/image/6a71338c8fdf38e4.png?q=80Image20039 KiB
https://rukminim2.flixcart.com/fk-p-flap/790/1190/image/e6dd3ea2a6148f43.png?q=80Image20038 KiB
https://rukminim2.flixcart.com/fk-p-flap/1600/780/image/486825d17eaaa02a.png?q=80Image20038 KiB
https://rukminim2.flixcart.com/fk-p-flap/790/1190/image/dadb48283b4999c8.jpg?q=80Image20032 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/73a606bb1c1fc24fdbe1626823468f38/OmnitureLazyChunk.jsScript20029 KiB
https://rukminim2.flixcart.com/fk-p-flap/380/510/image/0759b2ca7a23267b.png?q=80Image20027 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/73a606bb1c1fc24fdbe1626823468f38/commonLazyLoadChunk.jsScript20027 KiB
https://rukminim2.flixcart.com/fk-p-flap/380/510/image/d3513e83b4cd35ac.png?q=80Image20022 KiB
https://rukminim2.flixcart.com/fk-p-flap/380/510/image/eabf5e5f8502098e.png?q=80Image20017 KiB
https://rukminim2.flixcart.com/fk-p-flap/1600/640/image/8d305d5c8b726939.jpg?q=80Image20015 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/73a606bb1c1fc24fdbe1626823468f38/DesktopComponents.jsScript20015 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/fonts/Inter-Bold.woff2Font20013 KiB

Long tasks (>50 ms)

StartDuration
2806 ms516 ms
2296 ms398 ms
4059 ms286 ms
4678 ms132 ms
4987 ms98 ms
2708 ms97 ms
3571 ms92 ms
3669 ms71 ms
6819 ms71 ms
4818 ms62 ms
Analyzing…
running mobile + desktop · ~30s