india.gov.in
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.
⚠️ Your page title reads like a navigation menu, so an agent may cite your business as “Home | National Portal of India”.
An agent is likely to fabricate missing details rather than say “I don’t know”. 0/4 applicable facts come from machine-readable structured data.
Metrics
Token Cost breakdown
Where the page's tokens go (≈232,647 across regions). Most tokens are real content — the agent isn't paying much for chrome.
Final screenshot
Diagnostics
pre-JS raw HTML
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.
agent representation (Chrome/markdown output)
Fix: Trim boilerplate, collapse repeated structures, and drop decorative markup from agent-visible content so an agent spends fewer tokens to read the page.
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 (≈5,552 across regions). 54% is non-content — chrome and boilerplate an agent pays for. Add landmark roles (main/nav/header/footer) so agents can skip it.
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.
agent representation — token decomposition
Fix: Strip repeated nav/header/footer/cookie chrome from the agent-visible output; wrap content in <main>/<article> so the extractor keeps signal and drops boilerplate.
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)
~ No content-blocking cookie wall medium impact Consent platform: cookieconsent (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.
# Your Site
> One-line description for AI agents.
## Key pages
- /products — catalog
- /pricing — plans
- /docs — documentationSpec: 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.
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Organization","name":"Your Co","url":"https://example.com"}</script>Spec: https://schema.org/
~ Server response (TTFB) low impact 918ms (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 (5)
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 | max-age=16000000; includeSubDomains; preload |
| ⚠️ Content-Security-Policy | script-src allows 'unsafe-inline' |
| ✅ X-Content-Type-Options | nosniff |
| ✅ Referrer-Policy | no-referrer |
| ➖ CORS exposure | no CORS headers on the document (normal for an HTML page) |
How to improve
largest contentful paint
js — 166 KiB transferred, 51.8% unused (third-party)
time to first byte
longest task 219 ms (10 total)
5.6 MB total
Third-party impact
9 third-party requests · 622 KiB (10.8% of transfer) · 167 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 |
|---|---|---|---|
| gstatic.com | 2 | 199 KiB | — |
| googletagmanager.com | 1 | 166 KiB | 132 ms |
| mygov.in | 1 | 161 KiB | — |
| jsdelivr.net | 1 | 63 KiB | 27 ms |
| jquery.com | 1 | 30 KiB | 8 ms |
| googleapis.com | 1 | 2 KiB | — |
| windows.net | 1 | 0 KiB | — |
| google-analytics.com | 1 | 0 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://www.googletagmanager.com/gtag/js?id=G-XSZTHBMN8B 3P | 166 KiB | 51.8% | 86 KiB |
| https://www.india.gov.in/_next/static/chunks/aaea2bcf-41faffc48f0b8a32.js | 98 KiB | 71.1% | 70 KiB |
| https://cdn.jsdelivr.net/npm/reverie-stt-sdk/dist/bundle.js 3P | 63 KiB | 78.5% | 50 KiB |
| https://www.india.gov.in/_next/static/chunks/fd9d1056-4178a25c2e929229.js | 53 KiB | 53.2% | 28 KiB |
| https://www.india.gov.in/_next/static/chunks/521-0c3f0c003dddbc1d.js | 35 KiB | 78.6% | 28 KiB |
| https://www.india.gov.in/_next/static/chunks/6741-fad105edd1c2d7a0.js | 38 KiB | 71.6% | 27 KiB |
| https://code.jquery.com/jquery-3.7.1.min.js 3P | 30 KiB | 77.7% | 23 KiB |
| https://www.india.gov.in/api/translation/snippet/bundle/file?projectId=edc96308-11d6-49a8-855f-fbcd407e094f | 41 KiB | 54.5% | 22 KiB |
| https://www.india.gov.in/_next/static/chunks/2117-6249141d9feccdd4.js | 31 KiB | 50.4% | 16 KiB |
| https://www.india.gov.in/_next/static/chunks/4650-2d018c0082b4ed6e.js | 22 KiB | 69.8% | 16 KiB |
| https://www.india.gov.in/_next/static/chunks/5856-9c44ea48b9af410a.js | 25 KiB | 62.1% | 15 KiB |
| https://www.india.gov.in/_next/static/chunks/1517-31a9e136de4c18ac.js | 17 KiB | 83.1% | 14 KiB |
| https://www.india.gov.in/_next/static/chunks/13b76428-e1bf383848c17260.js | 18 KiB | 67.6% | 12 KiB |
| https://www.india.gov.in/_next/static/chunks/app/page-f1faeff2a634e8e8.js | 21 KiB | 50% | 10 KiB |
| https://www.india.gov.in/_next/static/chunks/4307-50f662d05e078e70.js | 16 KiB | 55.6% | 9 KiB |
Network
Heaviest requests (30)
| URL | Type | Status | Transfer |
|---|---|---|---|
| https://static2.india.gov.in/npiprod/uploads/teracotta_23519ecedc_73d7e7c01d.jpg | Image | 200 | 892 KiB |
| https://static2.india.gov.in/npiprod/uploads/culinary_740698f49c.png | Image | 200 | 804 KiB |
| https://static2.india.gov.in/npiprod/uploads/e_Upahaar_c1c1312dfc.png | Image | 200 | 473 KiB |
| https://static2.india.gov.in/npiprod/uploads/Group_1000004357_1_11b4946099.png | Image | 200 | 317 KiB |
| https://static2.india.gov.in/npiprod/uploads/Start_Up_Village_3a7f49ffdc.jpg | Image | 200 | 240 KiB |
| https://www.india.gov.in/image/appQR.svg | Image | 200 | 214 KiB |
| https://static2.india.gov.in/npiprod/uploads/Vibrant_Village_36c06eb601.jpg | Image | 200 | 207 KiB |
| https://static2.india.gov.in/npiprod/uploads/Hawa_Mahal_be58ad6eb9.jpg | Image | 200 | 167 KiB |
| https://www.googletagmanager.com/gtag/js?id=G-XSZTHBMN8B | Script | 200 | 166 KiB |
| https://static2.india.gov.in/npiprod/uploads/a_g_Yu_Qg_N_Yku1_M8_unsplash_1_1b182a0ec2.jpg | Image | 200 | 165 KiB |
| https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aDdu2ui.woff2 | Font | 200 | 164 KiB |
| https://cbpssubscriber.mygov.in/assets/uploads/3rpbtfC38B9muoRQ?v=1 | Image | 200 | 161 KiB |
| https://static2.india.gov.in/npiprod/uploads/World_Breastfeeding_Week_2026_4743fc0cb9.png | Image | 200 | 123 KiB |
| https://www.india.gov.in/_next/static/chunks/aaea2bcf-41faffc48f0b8a32.js | Script | 200 | 98 KiB |
| https://www.india.gov.in/image/icons/npi_logo_Beta2.svg | Image | 200 | 81 KiB |
| https://www.india.gov.in/image/static/GovernmentDirectoriesVector.png | Image | 200 | 75 KiB |
| https://www.india.gov.in/ | Document | 200 | 68 KiB |
| https://cdn.jsdelivr.net/npm/reverie-stt-sdk/dist/bundle.js | Script | 200 | 63 KiB |
| https://www.india.gov.in/image/landing-photo.jpg | Image | 200 | 60 KiB |
| https://www.india.gov.in/_next/static/chunks/fd9d1056-4178a25c2e929229.js | Script | 200 | 53 KiB |
| https://static2.india.gov.in/npiprod/uploads/ujjwala_77aade7ab0.jpg | Image | 200 | 49 KiB |
| https://www.india.gov.in/image/pibDefaultLogo.png | Image | 200 | 46 KiB |
| https://www.india.gov.in/image/indiagate.jpg | Image | 200 | 45 KiB |
| https://static2.india.gov.in/npiprod/uploads/job_seekers_8bb287414e.jpg | Image | 200 | 44 KiB |
| https://www.india.gov.in/_next/static/css/8ddd25c8879ab067.css | Stylesheet | 200 | 43 KiB |
| https://www.india.gov.in/image/airDefaultLogo.png | Image | 200 | 42 KiB |
| https://www.india.gov.in/api/translation/snippet/bundle/file?projectId=edc96308-11d6-49a8-855f-fbcd407e094f | Script | 200 | 41 KiB |
| https://static2.india.gov.in/npiprod/uploads/interact_With_PM_08736f3c1e.jpg | Image | 200 | 40 KiB |
| https://www.india.gov.in/_next/static/chunks/6741-fad105edd1c2d7a0.js | Script | 200 | 38 KiB |
| https://static2.india.gov.in/npiprod/uploads/Bhavisya_6a3973f00b.jpg | Image | 200 | 37 KiB |
Long tasks (>50 ms)
| Start | Duration |
|---|---|
| 2307 ms | 219 ms |
| 4297 ms | 125 ms |
| 2927 ms | 79 ms |
| 4213 ms | 75 ms |
| 4811 ms | 73 ms |
| 4018 ms | 63 ms |
| 3220 ms | 62 ms |
| 4920 ms | 62 ms |
| 3621 ms | 61 ms |
| 3822 ms | 60 ms |