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,075 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 (≈5,075 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
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-573d9abb818ea2ab.js — 461 KiB transferred, 93.2% unused (third-party)
githubassets.com — 3851 KiB, 147 requests, 2479 ms main-thread
longest task 772 ms (10 total)
3.9 MB total
Third-party impact
147 third-party requests · 3851 KiB (96.6% of transfer) · 2479 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 | 147 | 3851 KiB | 2479 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-573d9abb818ea2ab.js 3P | 461 KiB | 93.2% | 429 KiB |
| https://github.githubassets.com/assets/primer-react-29ab8938c1dedfd9.js 3P | 136 KiB | 57.9% | 79 KiB |
| https://github.githubassets.com/assets/react-core-8141ae140cbb8e0f.js 3P | 78 KiB | 84% | 65 KiB |
| https://github.githubassets.com/assets/react-lib-8374452cf670a3dd.js 3P | 87 KiB | 72.8% | 64 KiB |
| https://github.githubassets.com/assets/47166-7a40dd9e0048fa5f.js 3P | 105 KiB | 53.1% | 56 KiB |
| https://github.githubassets.com/assets/behaviors-5aca1ad6ad8cbe80.js 3P | 53 KiB | 82.5% | 44 KiB |
| https://github.githubassets.com/assets/62684-4ba3a822900bc44b.js 3P | 58 KiB | 75.3% | 44 KiB |
| https://github.githubassets.com/assets/6948-64f43d786df4cfb1.js 3P | 36 KiB | 87.1% | 31 KiB |
| https://github.githubassets.com/assets/30058-a587bf91d659fae4.js 3P | 32 KiB | 81% | 26 KiB |
| https://github.githubassets.com/assets/2265-ca482323d835076e.js 3P | 50 KiB | 43% | 22 KiB |
| https://github.githubassets.com/assets/99251-9242528d2c8e5bc5.js 3P | 22 KiB | 94% | 21 KiB |
| https://github.githubassets.com/assets/70666-2f0147a238106a53.js 3P | 26 KiB | 77.4% | 20 KiB |
| https://github.githubassets.com/assets/87954-2e3fd3541783091f.js 3P | 25 KiB | 74.1% | 18 KiB |
| https://github.githubassets.com/assets/app-runtime-010ea513b2f3b02f.js 3P | 26 KiB | 66.5% | 17 KiB |
| https://github.githubassets.com/assets/11446-b6b0b24b50938d4e.js 3P | 28 KiB | 61.4% | 17 KiB |
Network
Heaviest requests (30)
| URL | Type | Status | Transfer |
|---|---|---|---|
| https://github.githubassets.com/assets/landing-pages-573d9abb818ea2ab.js | Script | 200 | 461 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-29ab8938c1dedfd9.js | Script | 200 | 136 KiB |
| https://github.com/ | Document | 200 | 128 KiB |
| https://github.githubassets.com/assets/shield-99c76cd962f04df2.glb | Fetch | 200 | 120 KiB |
| https://github.githubassets.com/assets/47166-7a40dd9e0048fa5f.js | Script | 200 | 105 KiB |
| https://github.githubassets.com/assets/octicons-react-18b2c0cd5494100e.js | Script | 200 | 104 KiB |
| https://github.githubassets.com/assets/react-lib-8374452cf670a3dd.js | Script | 200 | 87 KiB |
| https://github.githubassets.com/assets/site-2d78c5de4a31d86e.css | Stylesheet | 200 | 86 KiB |
| https://github.githubassets.com/assets/react-core-8141ae140cbb8e0f.js | Script | 200 | 78 KiB |
| https://github.githubassets.com/assets/primer-react-brand-css.bebf55e5333963db.module.css | Stylesheet | 200 | 68 KiB |
| https://github.githubassets.com/assets/62684-4ba3a822900bc44b.js | Script | 200 | 58 KiB |
| https://github.githubassets.com/assets/behaviors-5aca1ad6ad8cbe80.js | Script | 200 | 53 KiB |
| https://github.githubassets.com/assets/2265-ca482323d835076e.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-e7276ff9ba0dc008.css | Stylesheet | 200 | 40 KiB |
| https://github.githubassets.com/assets/MonaSansMonoVF-wght-04a1e3036ddf.woff2 | Font | 200 | 37 KiB |
| https://github.githubassets.com/assets/6948-64f43d786df4cfb1.js | Script | 200 | 36 KiB |
| https://github.githubassets.com/assets/primer-react-css.78a8eb50c945f58c.module.css | Stylesheet | 200 | 34 KiB |
| https://github.githubassets.com/assets/cat_eye-75fdf7af6c5dc157.jpg | Image | 200 | 32 KiB |
| https://github.githubassets.com/assets/30058-a587bf91d659fae4.js | Script | 200 | 32 KiB |
| https://github.githubassets.com/assets/80032-3c92fb6af2e3d9cb.js | Script | 200 | 31 KiB |
| https://github.githubassets.com/assets/shield_blur-bd197c0b02963d75.jpg | Image | 200 | 30 KiB |
Long tasks (>50 ms)
| Start | Duration |
|---|---|
| 5473 ms | 772 ms |
| 4399 ms | 591 ms |
| 4992 ms | 468 ms |
| 8585 ms | 467 ms |
| 882 ms | 453 ms |
| 6251 ms | 433 ms |
| 8181 ms | 404 ms |
| 9382 ms | 386 ms |
| 9055 ms | 327 ms |
| 7874 ms | 306 ms |