www.github.com
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 “GitHub · Change is constant. GitHub keeps you ahead. · GitHub”.
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 (≈5,100 across regions). 44% 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
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.
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
Metrics
Token Cost breakdown
Where the page's tokens go (≈4,949 across regions). 45% 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: raw-http
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 (5)
~ 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/
✗ 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/
✗ 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.
# robots.txt
Sitemap: https://example.com/sitemap.xml
~ 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
Passed audits (7)
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=31536000; includeSubdomains; preload |
| ✅ Content-Security-Policy | policy present, script-src does not allow inline |
| ✅ X-Content-Type-Options | nosniff |
| ✅ Referrer-Policy | origin-when-cross-origin, strict-origin-when-cross-origin |
| ➖ CORS exposure | no CORS headers on the document (normal for an HTML page) |
How to improve
landing-pages-962ff49e3da16e96.js — 464 KiB transferred, 93.1% unused (third-party)
githubassets.com — 3837 KiB, 148 requests, 2047 ms main-thread
longest task 550 ms (10 total)
3.9 MB total
Third-party impact
148 third-party requests · 3837 KiB (96.6% of transfer) · 2047 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 |
|---|---|---|---|
| githubassets.com | 148 | 3837 KiB | 2047 ms |
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://github.githubassets.com/assets/landing-pages-962ff49e3da16e96.js 3P | 464 KiB | 93.1% | 432 KiB |
| https://github.githubassets.com/assets/primer-react-e7f9655191e1db03.js 3P | 134 KiB | 57.4% | 77 KiB |
| https://github.githubassets.com/assets/react-core-a420e7a62827cfe1.js 3P | 79 KiB | 84.2% | 66 KiB |
| https://github.githubassets.com/assets/react-lib-a79e0802ead09943.js 3P | 88 KiB | 73% | 64 KiB |
| https://github.githubassets.com/assets/47166-2b46d439e854f735.js 3P | 105 KiB | 53.1% | 56 KiB |
| https://github.githubassets.com/assets/behaviors-4246335176d59ad9.js 3P | 56 KiB | 82.6% | 46 KiB |
| https://github.githubassets.com/assets/62684-52cd14c4a288396a.js 3P | 58 KiB | 75.3% | 44 KiB |
| https://github.githubassets.com/assets/6948-d8d271af8f66ba88.js 3P | 36 KiB | 87.1% | 31 KiB |
| https://github.githubassets.com/assets/91445-6f5c449d48bb47ab.js 3P | 31 KiB | 80.9% | 25 KiB |
| https://github.githubassets.com/assets/82021-4460ec796b137908.js 3P | 50 KiB | 43% | 22 KiB |
| https://github.githubassets.com/assets/99251-256d2b20a40b194b.js 3P | 22 KiB | 94% | 21 KiB |
| https://github.githubassets.com/assets/70666-774087b76d27f9f3.js 3P | 26 KiB | 77.4% | 20 KiB |
| https://github.githubassets.com/assets/87954-5ad39f05ee52ce83.js 3P | 25 KiB | 74.1% | 18 KiB |
| https://github.githubassets.com/assets/app-runtime-3a9592c6c49c3caa.js 3P | 26 KiB | 66% | 17 KiB |
| https://github.githubassets.com/assets/11446-20251f882a520c35.js 3P | 28 KiB | 61.4% | 17 KiB |
Network
Heaviest requests (30)
| URL | Type | Status | Transfer |
|---|---|---|---|
| https://github.githubassets.com/assets/landing-pages-962ff49e3da16e96.js | Script | 200 | 464 KiB |
| https://github.githubassets.com/assets/cat-53c4522f687c1719.glb | Fetch | 200 | 268 KiB |
| https://github.githubassets.com/assets/copilot-2addefe0e666acf2.glb | Fetch | 200 | 248 KiB |
| https://github.githubassets.com/assets/MonaSansVF-wdth-wght-opsz-902d64c7ad02.woff2 | Font | 200 | 215 KiB |
| https://github.githubassets.com/assets/head_sss-b7e053d8d541a414.jpg | Image | 200 | 189 KiB |
| https://github.githubassets.com/assets/duck-b3412913788eaa25.glb | Fetch | 200 | 171 KiB |
| https://github.githubassets.com/assets/head_sss-29270cf59da664ea.jpg | Image | 200 | 140 KiB |
| https://github.githubassets.com/assets/primer-react-e7f9655191e1db03.js | Script | 200 | 134 KiB |
| https://github.com/ | Document | 200 | 129 KiB |
| https://github.githubassets.com/assets/shield-99c76cd962f04df2.glb | Fetch | 200 | 120 KiB |
| https://github.githubassets.com/assets/47166-2b46d439e854f735.js | Script | 200 | 105 KiB |
| https://github.githubassets.com/assets/octicons-react-0f7aabd2961515ac.js | Script | 200 | 104 KiB |
| https://github.githubassets.com/assets/react-lib-a79e0802ead09943.js | Script | 200 | 88 KiB |
| https://github.githubassets.com/assets/site-2d78c5de4a31d86e.css | Stylesheet | 200 | 86 KiB |
| https://github.githubassets.com/assets/react-core-a420e7a62827cfe1.js | Script | 200 | 79 KiB |
| https://github.githubassets.com/assets/primer-react-brand-css.0cc680e6bbf87b2a.module.css | Stylesheet | 200 | 68 KiB |
| https://github.githubassets.com/assets/62684-52cd14c4a288396a.js | Script | 200 | 58 KiB |
| https://github.githubassets.com/assets/behaviors-4246335176d59ad9.js | Script | 200 | 56 KiB |
| https://github.githubassets.com/assets/82021-4460ec796b137908.js | Script | 200 | 50 KiB |
| https://github.githubassets.com/assets/mascot-7c495cf9822e0d5c.jpg | Image | 200 | 44 KiB |
| https://github.githubassets.com/assets/primer-bb3e7caff8347285.css | Stylesheet | 200 | 42 KiB |
| https://github.githubassets.com/assets/body_sss-ecb11ff73d84fd3b.jpg | Image | 200 | 41 KiB |
| https://github.githubassets.com/assets/global-1832d803adebd2b4.css | Stylesheet | 200 | 40 KiB |
| https://github.githubassets.com/assets/MonaSansMonoVF-wght-04a1e3036ddf.woff2 | Font | 200 | 37 KiB |
| https://github.githubassets.com/assets/6948-d8d271af8f66ba88.js | Script | 200 | 36 KiB |
| https://github.githubassets.com/assets/primer-react-css.b7cb27058d4b857e.module.css | Stylesheet | 200 | 33 KiB |
| https://github.githubassets.com/assets/cat_eye-75fdf7af6c5dc157.jpg | Image | 200 | 32 KiB |
| https://github.githubassets.com/assets/91445-6f5c449d48bb47ab.js | Script | 200 | 31 KiB |
| https://github.githubassets.com/assets/68069-fecb0d08ce35b25a.js | Script | 200 | 31 KiB |
| https://github.githubassets.com/assets/shield_blur-bd197c0b02963d75.jpg | Image | 200 | 30 KiB |
Long tasks (>50 ms)
| Start | Duration |
|---|---|
| 806 ms | 550 ms |
| 2531 ms | 494 ms |
| 9107 ms | 405 ms |
| 7402 ms | 395 ms |
| 4385 ms | 324 ms |
| 8001 ms | 307 ms |
| 4094 ms | 291 ms |
| 8310 ms | 205 ms |
| 7012 ms | 202 ms |
| 1404 ms | 192 ms |