www.gitlab.com

Report from 8/16/2026, 12:20:13 PM https://www.gitlab.com
Latest run · lab, cold cache
49
8/16/2026
28-day score · p75 · the standard
63
17 runs
▼ latest 14 below the 28-day score
CRR92%latest
SSD67%latest
TC560 toklatest
TTFUT310 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/gitlab.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.gitlab.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.gitlab.com"><img src="https://agentvitals.dev/badge/gitlab.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
Business nameGitLab
CategoryOrganization
Pricenot found
Locationnot found
Hoursnot found
Productsnot found
🟡DescriptionYour intelligent orchestration platform for DevSecOps · guessed from page text (no structured data)

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.

49
Overall score
weighted CAV (0–100)
WARN
0–4950–8990–100

Metrics

92%
CRR Content Recovery Needs work
0.67
SSD Semantic Signal Density Good
560 tok
TC Token Cost Good
254 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

Where the page's tokens go (≈6,936 across regions). 100% is non-content — chrome and boilerplate an agent pays for. Add landmark roles (main/nav/header/footer) so agents can skip it.

Content
0.4% · 28
Chrome (nav / header / footer)
27.9% · 1,934
Boilerplate (cookie / ad)
12.9% · 896
Other
58.8% · 4,078

Final screenshot

Final screenshot of https://www.gitlab.com

Diagnostics

high TC 99.6% of tokens are non-content (boilerplate/chrome)

agent representation — token decomposition

EvidenceToken decomposition: content 0.4%, chrome 27.9%, boilerplate 12.9%, other 58.8%. Only 0.4000000000000057% of the agent's tokens are real content.
ImpactAn agent pays for boilerplate on every request and has less context left for the real content.
Effort30–90 min

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.

medium CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence8% of content requires JS · 92% of rendered content recovered (rest is placeholder/wrong)
ImpactA non-rendering agent never sees the JS-injected content.
Effort1–4 h

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.

Rendered profile: headless

Agent Discoverability 65/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) Blocks: * (all) Learn →
sitemap.xml Found at /sitemap.xml Learn →
JSON-LD structured data Types: WebSite, WebPage, Organization, Corporation Learn →
~ agents.json Absent (emerging standard) Learn →
~ WebMCP endpoint Absent (emerging standard) Learn →
~ OpenAPI / API docs No OpenAPI/Swagger found Learn →

Issues (6)

robots.txt allows AI bots high impact Blocks: * (all)

Business impact If robots.txt blocks AI crawlers you are invisible to ChatGPT, Claude and Perplexity — they skip you and recommend a competitor instead.

What we measured We read /robots.txt and test it against 16 AI user-agents (GPTBot, ClaudeBot, PerplexityBot, …) for a Disallow that blocks them.

How to fix Allow major AI bots to public content; restrict only private paths (/admin, /api).

Learn how to implement →

User-agent: GPTBot
Allow: /
Disallow: /admin/

Spec: https://platform.openai.com/docs/gptbot

~ No content-blocking cookie wall medium impact Consent platform: onetrust (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.

Learn how to implement →

# Your Site
> One-line description for AI agents.

## Key pages
- /products — catalog
- /pricing — plans
- /docs — documentation

Spec: https://llmstxt.org

~ 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 (5)

✓ No CAPTCHA wall✓ No login wall on public content✓ Structured data (JSON-LD)✓ XML sitemap present + fresh✓ Server response (TTFB)

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.

59Transport posture (0–100, unscored)
2pass
1warn
2fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
✅ HSTSmax-age=31536000
❌ Content-Security-Policyno content-security-policy header
❌ 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

highSplit the heaviest unused bundlehighest leverage

jukebox.js — 312 KiB transferred, 77.2% unused (third-party)

EvidenceCDP JS coverage: 241 KiB of this bundle is never executed on load.
Impact~-241 KiB transfer; lower Token Cost + faster agent parse.
Effort30–90 min
FixDynamic-import() the below-the-fold parts of jukebox.js, or drop unused dependencies. It is third-party — lazy-load or remove it.
highCut third-party weight

googletagmanager.com — 961 KiB, 6 requests

EvidenceThird-party is 70.1% of total transfer (142 requests); googletagmanager.com is the largest.
ImpactFewer bytes + main-thread stalls before your content settles for an agent.
Effort1–3 h
FixLazy-load, self-host, or remove googletagmanager.com; defer non-critical third-party scripts.
mediumCut total transfer weight

3.6 MB total

Evidence3.6 MB transferred.
ImpactCheaper, faster fetch on slow links.
Effort1–3 h
FixEnable Brotli, serve WebP/AVIF images, defer non-critical resources.

Third-party impact

142 third-party requests · 2585 KiB (70.1% of transfer) · 51 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
googletagmanager.com6961 KiB
qualified.com30488 KiB
lookbookhq.com1312 KiB44 ms
cookielaw.org11222 KiB7 ms
contentsquare.net4177 KiB
optimizely.com399 KiB
mutinycdn.com997 KiB
cloudinary.com1187 KiB
licdn.com241 KiB
bizible.com426 KiB
6sc.co1624 KiB
mountain.com411 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://app.cdn.lookbookhq.com/production/jukebox/current/jukebox.js 3P312 KiB77.2%241 KiB
https://t.contentsquare.net/uxa/12ea71a10da34.js 3P171 KiB62.4%107 KiB
https://about.gitlab.com/_nuxt/pvqQvCl1.js137 KiB72.7%100 KiB
https://www.googletagmanager.com/gtag/destination?id=G-ENFH3X7M5Y%3BG-ENFH3X7M5Y%253BG-EVTFNG2S5Z%3BG-EVTFNG2S5Z&cx=c&gtm=4e68c1 3P146 KiB59.6%87 KiB
https://cdn.cookielaw.org/scripttemplates/202606.2.0/otBannerSdk.js 3P137 KiB61.7%84 KiB
https://www.googletagmanager.com/gtag/js?id=G-ENFH3X7M5Y&cx=c&gtm=4e68c1 3P171 KiB48.1%82 KiB
https://www.googletagmanager.com/gtag/js?id=G-EVTFNG2S5Z&cx=c&gtm=4e68c1 3P150 KiB52.9%80 KiB
https://about.gitlab.com/_nuxt/CKcb5kMB.js164 KiB48.3%80 KiB
https://www.googletagmanager.com/gtag/js?id=AW-923339191&cx=c&gtm=4e68c1 3P154 KiB49.8%77 KiB
https://www.googletagmanager.com/gtag/js?id=AW-10973987381&cx=c&gtm=4e68c1 3P147 KiB50.7%74 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-NJXWQL 3P194 KiB35.5%69 KiB
https://js.qualified.com/qualified.js?token=q2kjzSUxjtgnCEEB 3P121 KiB55.7%67 KiB
https://js.qualified.com/packs/js/multimodal_v2-aad260f4.js 3P116 KiB43.2%50 KiB
https://cdn.optimizely.com/js/5113954737848320.js 3P99 KiB42.1%42 KiB
https://client-registry.mutinycdn.com/mutiny-client/223.5.6.3.js 3P32 KiB66%21 KiB

Network

292Requests
3686 KiBTransferred
139Scripts
70.1%3rd-party
0Long tasks
Script (139)
2713 KiB
Font (5)
595 KiB
Image (48)
143 KiB
Fetch (40)
72 KiB
Other (9)
65 KiB
Stylesheet (35)
45 KiB
Document (4)
42 KiB
XHR (10)
6 KiB
Media (1)
4 KiB
Ping (1)
0 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://about.gitlab.com/fonts/gitlab-sans/GitLabSans.woff2Font200318 KiB
https://app.cdn.lookbookhq.com/production/jukebox/current/jukebox.jsScript200312 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-NJXWQLScript200194 KiB
https://t.contentsquare.net/uxa/12ea71a10da34.jsScript200171 KiB
https://www.googletagmanager.com/gtag/js?id=G-ENFH3X7M5Y&cx=c&gtm=4e68c1Script200171 KiB
https://about.gitlab.com/_nuxt/CKcb5kMB.jsScript200164 KiB
https://www.googletagmanager.com/gtag/js?id=AW-923339191&cx=c&gtm=4e68c1Script200154 KiB
https://www.googletagmanager.com/gtag/js?id=G-EVTFNG2S5Z&cx=c&gtm=4e68c1Script200150 KiB
https://www.googletagmanager.com/gtag/js?id=AW-10973987381&cx=c&gtm=4e68c1Script200147 KiB
https://www.googletagmanager.com/gtag/destination?id=G-ENFH3X7M5Y%3BG-ENFH3X7M5Y%253BG-EVTFNG2S5Z%3BG-EVTFNG2S5Z&cx=c&gtm=4e68c1Script200146 KiB
https://about.gitlab.com/_nuxt/pvqQvCl1.jsScript200137 KiB
https://cdn.cookielaw.org/scripttemplates/202606.2.0/otBannerSdk.jsScript200137 KiB
https://js.qualified.com/qualified.js?token=q2kjzSUxjtgnCEEBScript200121 KiB
https://js.qualified.com/packs/js/multimodal_v2-aad260f4.jsScript200116 KiB
https://js.qualified.com/packs/media/Inter-SemiBold.fcb100c760.woff2Font200104 KiB
https://cdn.optimizely.com/js/5113954737848320.jsScript20099 KiB
https://js.qualified.com/packs/media/Inter-Regular.f1f0c35b32.woff2Font20097 KiB
https://about.gitlab.com/fonts/gitlab-mono/GitLabMono.woff2Font20077 KiB
https://about.gitlab.com/_payload.json?9b83f182-a34f-49cb-abe5-34acaf47e5ceOther20062 KiB
https://res.cloudinary.com/about-gitlab-com/image/upload/v1769011778/wptltgnfxjwuljdy07fs.pngImage20054 KiB
https://about.gitlab.com/_nuxt/DVvfZeak.jsScript20049 KiB
https://about.gitlab.com/Document20040 KiB
https://cdn.cookielaw.org/consent/7f944245-c5cd-4eed-a90e-dd955adfdd08/019bbab7-2864-7e5c-9180-98102fc29995/en.jsonFetch20036 KiB
https://client-registry.mutinycdn.com/mutiny-client/223.5.6.3.jsScript20032 KiB
https://gitlab.com/assets/snowplow/sp-e10fd598642f1a4dd3e9e0e026f6a1ffa3c31b8a40efd92db3f92d32873baed6.jsScript20030 KiB
https://messenger-assets.qualified.com/uploads/7TZRproaY7L87HMKcwfbwHKXcbqy1uMLm8ybD/1ab4063c4824ab0fa07de0d0ecfa17e79cb57b45a2f8f764c9233d7972a5ee42.pngImage20029 KiB
https://about.gitlab.com/_nuxt/C2-_YWv3.jsScript20028 KiB
https://cdn.bizible.com/scripts/bizible.jsScript20025 KiB
https://client-registry.mutinycdn.com/mutiny-client/765.5.6.3.jsScript20021 KiB
https://snap.licdn.com/li.lms-analytics/insight.beta.min.jsScript20021 KiB
Analyzing…
running mobile + desktop · ~30s