www.tableau.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.
An agent gets the basics but will guess on the gaps. 3/7 applicable facts come from machine-readable structured data.
Metrics
Token Cost breakdown
Where the page's tokens go (≈6,672 across regions). 50% 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.
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 (≈6,137 across regions). 46% 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.
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)
✗ 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).
User-agent: GPTBot
Allow: /
Disallow: /admin/
~ 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.
# Your Site
> One-line description for AI agents.
## Key pages
- /products — catalog
- /pricing — plans
- /docs — documentationSpec: 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.
~ 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 | no content-security-policy header |
| ✅ X-Content-Type-Options | nosniff |
| ✅ Referrer-Policy | strict-origin-when-cross-origin |
| ➖ CORS exposure | no CORS headers on the document (normal for an HTML page) |
How to improve
page-builder-miaw-ui.js — 238 KiB transferred, 48.1% unused (third-party)
googletagmanager.com — 3899 KiB, 27 requests, 4551 ms main-thread
longest task 2549 ms (10 total)
7.3 MB total
Third-party impact
216 third-party requests · 6959 KiB (93.6% of transfer) · 5829 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 |
|---|---|---|---|
| googletagmanager.com | 27 | 3899 KiB | 4551 ms |
| sfdcdigital.com | 9 | 1519 KiB | — |
| sfdcstatic.com | 33 | 920 KiB | 838 ms |
| salesforce.com | 11 | 215 KiB | — |
| contentsquare.net | 3 | 113 KiB | 80 ms |
| optimizely.com | 3 | 87 KiB | 129 ms |
| go-mpulse.net | 2 | 59 KiB | 82 ms |
| doubleclick.net | 25 | 38 KiB | 45 ms |
| licdn.com | 2 | 38 KiB | 22 ms |
| redditstatic.com | 1 | 20 KiB | 9 ms |
| demandbase.com | 2 | 19 KiB | 46 ms |
| ads-twitter.com | 1 | 13 KiB | 27 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://a.sfdcstatic.com/digital/@sfdc-www-emu/page-builder-miaw-ui/v1-stable/page-builder-miaw-ui.js 3P | 238 KiB | 48.1% | 115 KiB |
| https://www.googletagmanager.com/gtag/js?id=GT-PZZMQM7&cx=c>m=4e67f0 3P | 151 KiB | 72.8% | 110 KiB |
| https://www.googletagmanager.com/gtag/js?id=GT-TNHGZTKZ&cx=c>m=4e67f0 3P | 143 KiB | 75.4% | 108 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-11360289967&cx=c>m=4e67f0 3P | 142 KiB | 75.9% | 108 KiB |
| https://www.tableau.com/c/public/exp/pbc/lwc/prod.DpQ48YaW.js | 110 KiB | 94% | 104 KiB |
| https://www.googletagmanager.com/gtag/js?id=DC-11463663&cx=c>m=4e67f0 3P | 133 KiB | 76.5% | 102 KiB |
| https://www.tableau.com/c/public/exp/pbc/server/templates.5b580269eb3abc9a3789.js | 85 KiB | 98.5% | 84 KiB |
| https://a.sfdcstatic.com/enterprise/tableau/prod/20260410/v1/oneTrust/scripttemplates/202604.1.0/otBannerSdk.js 3P | 131 KiB | 61.7% | 81 KiB |
| https://www.googletagmanager.com/gtag/js?id=G-8YLN0SNXVS&cx=c>m=4e67f0 3P | 151 KiB | 51.5% | 78 KiB |
| https://www.googletagmanager.com/gtm.js?id=GTM-BVCN 3P | 206 KiB | 37.2% | 77 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-11150957808&cx=c>m=4e67f0 3P | 151 KiB | 49.6% | 75 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-749031162&cx=c>m=4e67f0 3P | 151 KiB | 49.6% | 75 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-1040284089&cx=c>m=4e67f0 3P | 143 KiB | 52.4% | 75 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-1070358085&cx=c>m=4e67f0 3P | 142 KiB | 52.6% | 75 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-830457760&cx=c>m=4e67f0 3P | 148 KiB | 50.7% | 75 KiB |
Network
Heaviest requests (30)
| URL | Type | Status | Transfer |
|---|---|---|---|
| https://wp.sfdcdigital.com/tableau/en-us/wp-content/uploads/sites/47/2026/05/Mobile-Hero-BG.png?resize=1462,2048 | Image | 200 | 601 KiB |
| https://wp.sfdcdigital.com/tableau/en-us/wp-content/uploads/sites/47/2026/05/Hero-1_1-2x.png?resize=1536,1536 | Image | 200 | 424 KiB |
| https://wp.sfdcdigital.com/tableau/en-us/wp-content/uploads/sites/47/2025/10/Tableau-Next_spotlight.png?resize=1536,864 | Image | 200 | 306 KiB |
| https://a.sfdcstatic.com/digital/@sfdc-www-emu/page-builder-miaw-ui/v1-stable/page-builder-miaw-ui.js | Script | 200 | 238 KiB |
| https://www.googletagmanager.com/gtm.js?id=GTM-BVCN | Script | 200 | 206 KiB |
| https://a.sfdcstatic.com/digital/@sfdc-www-emu/page-builder-miaw-ui/v1-stable/assets/styles-B9pBK3jA.js | Script | 200 | 175 KiB |
| https://c.salesforce.com/digital/@sfdc-www-emu/page-builder-miaw-ui/v1-stable/assets/styles-B9pBK3jA.js | Script | 200 | 175 KiB |
| https://wp.sfdcdigital.com/tableau/en-us/wp-content/uploads/sites/47/2026/05/Marquee-bg-2-col.png?resize=1536,480 | Image | 200 | 164 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-1040019177&cx=c>m=4e67f0 | Script | 200 | 153 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-749031162&cx=c>m=4e67f0 | Script | 200 | 151 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-11150957808&cx=c>m=4e67f0 | Script | 200 | 151 KiB |
| https://www.googletagmanager.com/gtag/js?id=GT-PZZMQM7&cx=c>m=4e67f0 | Script | 200 | 151 KiB |
| https://www.googletagmanager.com/gtag/js?id=G-8YLN0SNXVS&cx=c>m=4e67f0 | Script | 200 | 151 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-830457760&cx=c>m=4e67f0 | Script | 200 | 148 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-842161014&cx=c>m=4e67f0 | Script | 200 | 144 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-1061316053&cx=c>m=4e67f0 | Script | 200 | 144 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-1059959353&cx=c>m=4e67f0 | Script | 200 | 144 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-16551358627&cx=c>m=4e67f0 | Script | 200 | 143 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-11100665600&cx=c>m=4e67f0 | Script | 200 | 143 KiB |
| https://www.googletagmanager.com/gtag/js?id=GT-TNHGZTKZ&cx=c>m=4e67f0 | Script | 200 | 143 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-1041211059&cx=c>m=4e67f0 | Script | 200 | 143 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-996391663&cx=c>m=4e67f0 | Script | 200 | 143 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-1040284089&cx=c>m=4e67f0 | Script | 200 | 143 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-1070358085&cx=c>m=4e67f0 | Script | 200 | 142 KiB |
| https://www.googletagmanager.com/gtag/js?id=GT-M3KFGVTH&cx=c>m=4e67f0 | Script | 200 | 142 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-11360289967&cx=c>m=4e67f0 | Script | 200 | 142 KiB |
| https://www.googletagmanager.com/gtm.js?id=GTM-MDW3BV4G>m=4e67f0 | Script | 200 | 135 KiB |
| https://www.googletagmanager.com/gtm.js?id=GTM-K4B32G96>m=4e67f0 | Script | 200 | 134 KiB |
| https://www.googletagmanager.com/gtag/js?id=DC-11463663&cx=c>m=4e67f0 | Script | 200 | 133 KiB |
| https://www.googletagmanager.com/gtag/js?id=DC-11549600&cx=c>m=4e67f0 | Script | 200 | 133 KiB |
Long tasks (>50 ms)
| Start | Duration |
|---|---|
| 2556 ms | 2549 ms |
| 7993 ms | 552 ms |
| 551 ms | 440 ms |
| 5207 ms | 298 ms |
| 7259 ms | 247 ms |
| 5508 ms | 186 ms |
| 9176 ms | 167 ms |
| 1369 ms | 161 ms |
| 2293 ms | 148 ms |
| 1559 ms | 141 ms |