www.flipkart.com

Report from 9/21/2026, 12:23:29 PM https://www.flipkart.com
Latest run · lab, cold cache
56
9/21/2026
28-day score · p75 · the standard
49
30 runs
CRR100%latest
SSD37%latest
TC2979 toklatest
TTFUT1085 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.

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

Metrics

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

Token Cost breakdown

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

Content
83.1% · 31,843
Chrome (nav / header / footer)
16.9% · 6,454
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 68/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 No /sitemap.xml Learn →
JSON-LD structured data Types: Organization Learn →
~ agents.json Absent (emerging standard) Learn →
~ WebMCP endpoint Absent (emerging standard) Learn →
~ OpenAPI / API docs No OpenAPI/Swagger found Learn →

Issues (6)

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

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/

Server response (TTFB) low impact 1834ms (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.

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 (6)

✓ robots.txt allows AI bots✓ No CAPTCHA wall✓ No content-blocking cookie wall✓ Machine-readable prices✓ No login wall on public content✓ Structured data (JSON-LD)

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)
1pass
2warn
2fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
❌ HSTSno strict-transport-security header
⚠️ 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

highProfile reflects a block/challenge page — not your contenthighest leverage

whole profile

EvidenceMeasured against a block/challenge page (a bot-wall/CAPTCHA was served (trinity-fk.akamaized.net)); every number here describes the wall, not your site.
ImpactAn AI agent hits the same wall and recovers none of your content — fix the block before optimizing anything else.
FixAllowlist legitimate agent user-agents / IP ranges in your WAF or bot-management and serve real content (not a challenge), then re-run.

Third-party impact

136 third-party requests · 5421 KiB (96.5% of transfer) · 557 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.com1144156 KiB557 ms
akamaized.net161231 KiB
newrelic.com132 KiB
nr-data.net52 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/1647f86a69c320d0e4fddf8d52cfd81d/MultiWidgetpage.js 3P1298 KiB70.8%918 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/1647f86a69c320d0e4fddf8d52cfd81d/StorePageTS.js 3P569 KiB99%564 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/1647f86a69c320d0e4fddf8d52cfd81d/MapiActionNonCriticalActions.js 3P263 KiB99.6%262 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/1647f86a69c320d0e4fddf8d52cfd81d/BaseActionNonCritical.js 3P221 KiB99.7%221 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/1647f86a69c320d0e4fddf8d52cfd81d/OVHomePageTS.js 3P150 KiB99.8%150 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/1647f86a69c320d0e4fddf8d52cfd81d/app.js 3P188 KiB48.7%91 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/1647f86a69c320d0e4fddf8d52cfd81d/CrossCommon.js 3P126 KiB71.8%91 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/1647f86a69c320d0e4fddf8d52cfd81d/video.js 3P89 KiB70.1%63 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/1647f86a69c320d0e4fddf8d52cfd81d/CrossPlatformModules.js 3P122 KiB50.9%62 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/1647f86a69c320d0e4fddf8d52cfd81d/fkvendor.js 3P86 KiB61.9%53 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/1647f86a69c320d0e4fddf8d52cfd81d/LoginBSRenderer.js 3P48 KiB92.3%44 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/1647f86a69c320d0e4fddf8d52cfd81d/commonLazyLoadChunk.js 3P51 KiB77.9%40 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/1647f86a69c320d0e4fddf8d52cfd81d/OmnitureLazyChunk.js 3P29 KiB99%29 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/1647f86a69c320d0e4fddf8d52cfd81d/DesktopComponents.js 3P22 KiB89.7%19 KiB
https://js-agent.newrelic.com/nr-spa-1.317.0.min.js 3P32 KiB51.2%16 KiB

Network

153Requests
5616 KiBTransferred
17Scripts
96.5%3rd-party
3Long tasks
Script (17)
3313 KiB
Fetch (38)
1243 KiB
Image (62)
826 KiB
Document (1)
182 KiB
Font (3)
28 KiB
Stylesheet (4)
15 KiB
Other (23)
6 KiB
XHR (5)
2 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/1647f86a69c320d0e4fddf8d52cfd81d/MultiWidgetpage.jsScript2001298 KiB
https://trinity-fk.akamaized.net/videos/c16aa88fff426e4a/1312x640/00.tsFetch2001226 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/1647f86a69c320d0e4fddf8d52cfd81d/StorePageTS.jsScript200569 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/1647f86a69c320d0e4fddf8d52cfd81d/MapiActionNonCriticalActions.jsScript200263 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/1647f86a69c320d0e4fddf8d52cfd81d/BaseActionNonCritical.jsScript200221 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/1647f86a69c320d0e4fddf8d52cfd81d/app.jsScript200188 KiB
https://www.flipkart.com/Document200182 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/1647f86a69c320d0e4fddf8d52cfd81d/OVHomePageTS.jsScript200150 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/1647f86a69c320d0e4fddf8d52cfd81d/CrossCommon.jsScript200126 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/1647f86a69c320d0e4fddf8d52cfd81d/CrossPlatformModules.jsScript200122 KiB
https://rukminim2.flixcart.com/fk-p-flap/1600/780/image/6344fd357aca1800.jpg?q=80Image200107 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/1647f86a69c320d0e4fddf8d52cfd81d/video.jsScript20089 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/1647f86a69c320d0e4fddf8d52cfd81d/fkvendor.jsScript20086 KiB
https://rukminim2.flixcart.com/fk-p-flap/1600/780/image/1312x640-19f82h-1789720582511.png?q=80Image20068 KiB
https://rukminim2.flixcart.com/fk-p-flap/1600/780/image/7c7c60228c12da04.png?q=80Image20064 KiB
https://rukminim2.flixcart.com/fk-p-flap/920/448/image/4336fe45a9698317.jpg?q=80Image20060 KiB
https://rukminim2.flixcart.com/fk-p-flap/790/1190/image/09b66e62cdccce9b.png?q=80Image20058 KiB
https://rukminim2.flixcart.com/fk-p-flap/1600/780/image/71837da833a73b05.png?q=80Image20052 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/1647f86a69c320d0e4fddf8d52cfd81d/commonLazyLoadChunk.jsScript20051 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/1647f86a69c320d0e4fddf8d52cfd81d/LoginBSRenderer.jsScript20048 KiB
https://rukminim2.flixcart.com/fk-p-flap/1570/770/image/4336fe45a9698317.jpg?q=20Image20045 KiB
https://rukminim2.flixcart.com/fk-p-flap/1570/350/image/797026f420ca951c.jpg?q=80Image20043 KiB
https://rukminim2.flixcart.com/fk-p-flap/790/1190/image/0b26aea8aaba9d45.png?q=80Image20042 KiB
https://rukminim2.flixcart.com/fk-p-flap/800/1070/image/8e114acf88054759.png?q=80Image20038 KiB
https://rukminim2.flixcart.com/fk-p-flap/790/1190/image/5230196d051d10ee.png?q=80Image20036 KiB
https://rukminim2.flixcart.com/fk-p-flap/800/1070/image/76d2aea45d25d431.png?q=80Image20035 KiB
https://js-agent.newrelic.com/nr-spa-1.317.0.min.jsScript20032 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/1647f86a69c320d0e4fddf8d52cfd81d/OmnitureLazyChunk.jsScript20029 KiB
https://rukminim2.flixcart.com/fk-p-flap/800/1070/image/480x640-36fc70d6-e629-4daa-1dbf-91f53c8b6f59-1789728969762.png?q=80Image20025 KiB
https://rukminim2.flixcart.com/fk-p-flap/920/448/image/4336fe45a9698317.jpg?q=20Image20024 KiB

Long tasks (>50 ms)

StartDuration
1405 ms184 ms
955 ms113 ms
1736 ms111 ms
Analyzing…
running mobile + desktop · ~30s