www.flipkart.com

Report from 7/24/2026, 12:36:00 PM https://www.flipkart.com
Latest run · lab, cold cache
58
7/24/2026
28-day score · p75 · the standard
58
11 runs
CRR100%latest
SSD38%latest
TC2985 toklatest
TTFUT987 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.

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

Metrics

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

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.

Content
81.1% · 27,796
Chrome (nav / header / footer)
18.9% · 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.64 · 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 64/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 (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 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.

Learn how to implement →

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

Spec: https://www.sitemaps.org/

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

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✓ 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

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 domainReqsTransferMain-thread
flixcart.com1033637 KiB1610 ms
akamaized.net4803 KiB
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/81c7ef61138b70808f9540bfce756244/MultiWidgetpage.js 3P924 KiB64.6%597 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/StorePageTS.js 3P586 KiB97.8%573 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/MapiActionNonCriticalActions.js 3P221 KiB99.6%220 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/BaseActionNonCritical.js 3P196 KiB99.6%196 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/OVHomePageTS.js 3P170 KiB99.8%170 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/CrossCommon.js 3P127 KiB73%92 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/app.js 3P186 KiB48.2%90 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/CrossPlatformModules.js 3P123 KiB52.3%64 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/video.js 3P89 KiB71.1%64 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/fkvendor.js 3P86 KiB62.3%53 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/OmnitureLazyChunk.js 3P29 KiB99%29 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/commonLazyLoadChunk.js 3P27 KiB87.2%24 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/DesktopComponents.js 3P15 KiB74.5%11 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/lazyLoadChunk.js 3P10 KiB79.8%8 KiB
https://js-agent.newrelic.com/860.03a8b7a5-1.236.0.min.js 3P5 KiB83.2%4 KiB

Network

136Requests
4661 KiBTransferred
28Scripts
96.2%3rd-party
10Long tasks
Script (28)
2839 KiB
Fetch (26)
811 KiB
Image (52)
796 KiB
Document (1)
169 KiB
Font (3)
28 KiB
Stylesheet (3)
11 KiB
Other (20)
6 KiB
XHR (3)
1 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/MultiWidgetpage.jsScript200924 KiB
https://trinity-fk.akamaized.net/videos/cc263641ea651e0d/1312x640/00.tsFetch200798 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/StorePageTS.jsScript200586 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/MapiActionNonCriticalActions.jsScript200221 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/BaseActionNonCritical.jsScript200196 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/app.jsScript200186 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/OVHomePageTS.jsScript200170 KiB
https://www.flipkart.com/Document200169 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/CrossCommon.jsScript200127 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/CrossPlatformModules.jsScript200123 KiB
https://rukminim2.flixcart.com/fk-p-flap/1600/780/image/c22d93d449038ac2.png?q=80Image200100 KiB
https://rukminim2.flixcart.com/fk-p-flap/1600/780/image/9419317a5ba1b519.png?q=80Image20092 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/video.jsScript20089 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/fkvendor.jsScript20086 KiB
https://rukminim2.flixcart.com/fk-p-flap/790/1190/image/c80f305b149e60cf.jpg?q=80Image20078 KiB
https://rukminim2.flixcart.com/fk-p-flap/1600/780/image/bc669241d1859d74.png?q=80Image20070 KiB
https://rukminim2.flixcart.com/fk-p-flap/1600/780/image/df838742c9bf5e8f.png?q=80Image20061 KiB
https://rukminim2.flixcart.com/fk-p-flap/790/1190/image/9a6eac7492a112f5.jpg?q=80Image20044 KiB
https://rukminim2.flixcart.com/fk-p-flap/920/448/image/9f6bd4508895919e.jpg?q=80Image20039 KiB
https://rukminim2.flixcart.com/fk-p-flap/790/1190/image/951a083b471f17c7.jpg?q=80Image20039 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/OmnitureLazyChunk.jsScript20029 KiB
https://rukminim2.flixcart.com/fk-p-flap/1600/780/image/19bb91cbde8243b7.png?q=80Image20028 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/commonLazyLoadChunk.jsScript20027 KiB
https://rukminim2.flixcart.com/fk-p-flap/790/1190/image/b7b8be29567bebc6.jpg?q=80Image20027 KiB
https://rukminim2.flixcart.com/fk-p-flap/790/1190/image/786c9bbe69c75795.jpg?q=80Image20025 KiB
https://rukminim2.flixcart.com/fk-p-flap/380/510/image/0e5cccebe6ab4d83.png?q=80Image20024 KiB
https://rukminim2.flixcart.com/fk-p-flap/1600/360/image/6015c703748e7a42.jpg?q=80Image20021 KiB
https://rukminim2.flixcart.com/fk-p-flap/380/510/image/1d048fef7814fe2b.png?q=80Image20020 KiB
https://rukminim2.flixcart.com/fk-p-flap/1600/640/image/8528ea20703f9821.jpg?q=80Image20016 KiB
https://static-assets-web.flixcart.com/batman-returns/batman-returns/p/81c7ef61138b70808f9540bfce756244/DesktopComponents.jsScript20015 KiB

Long tasks (>50 ms)

StartDuration
3873 ms259 ms
2949 ms253 ms
2746 ms203 ms
2487 ms193 ms
4446 ms156 ms
5932 ms110 ms
2342 ms102 ms
4855 ms98 ms
3342 ms93 ms
3440 ms73 ms
Analyzing…
running mobile + desktop · ~30s