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 (≈62,661 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 (≈3,528 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)
~ 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 1064ms (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
longest task 306 ms (10 total)
js — 163 KiB transferred, 51.3% unused (third-party)
largest contentful paint
time to first byte
5.9 MB total
Third-party impact
8 third-party requests · 844 KiB (13.9% of transfer) · 279 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 |
|---|---|---|---|
| mygov.in | 1 | 551 KiB | — |
| googletagmanager.com | 1 | 163 KiB | 243 ms |
| jsdelivr.net | 1 | 63 KiB | 28 ms |
| gstatic.com | 1 | 35 KiB | — |
| 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 | 163 KiB | 51.3% | 84 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% | 49 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.6% | 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/app/layout-676844fd1483d09f.js | 36 KiB | 38.9% | 14 KiB |
| https://www.india.gov.in/_next/static/chunks/13b76428-e1bf383848c17260.js | 18 KiB | 67.5% | 12 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://cbpssubscriber.mygov.in/assets/uploads/3rpbtfC38B9muoRQ?v=1 | Image | 200 | 551 KiB |
| https://static2.india.gov.in/npiprod/uploads/itr2026_9e7808cfe4.png | Image | 200 | 340 KiB |
| https://static2.india.gov.in/npiprod/uploads/Group_1000004357_1_11b4946099.png | Image | 200 | 317 KiB |
| https://static2.india.gov.in/npiprod/uploads/lokos_33fd7b5f28.png | Image | 200 | 293 KiB |
| https://www.india.gov.in/image/appQR.svg | Image | 200 | 214 KiB |
| https://static2.india.gov.in/npiprod/uploads/PMAJAY_0fd50a47ec.jpg | Image | 200 | 189 KiB |
| https://static2.india.gov.in/npiprod/uploads/Hawa_Mahal_be58ad6eb9.jpg | Image | 200 | 167 KiB |
| https://static2.india.gov.in/npiprod/uploads/a_g_Yu_Qg_N_Yku1_M8_unsplash_1_1b182a0ec2.jpg | Image | 200 | 165 KiB |
| https://static2.india.gov.in/npiprod/uploads/pmndp_832f12a4cd.jpg | Image | 200 | 163 KiB |
| https://www.googletagmanager.com/gtag/js?id=G-XSZTHBMN8B | Script | 200 | 163 KiB |
| https://static2.india.gov.in/npiprod/uploads/baal_puruskar_jpg_bcacdadb9c.jpeg | Image | 200 | 151 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 | 82 KiB |
| https://www.india.gov.in/image/static/GovernmentDirectoriesVector.png | Image | 200 | 75 KiB |
| https://www.india.gov.in/ | Document | 200 | 67 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/0b0ab77f44785044.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 | 36 KiB |
Long tasks (>50 ms)
| Start | Duration |
|---|---|
| 3565 ms | 306 ms |
| 2584 ms | 245 ms |
| 9892 ms | 188 ms |
| 2159 ms | 180 ms |
| 2889 ms | 175 ms |
| 3257 ms | 111 ms |
| 10089 ms | 103 ms |
| 4359 ms | 102 ms |
| 4681 ms | 99 ms |
| 4570 ms | 97 ms |