www.tableau.com

Report from 8/2/2026, 10:10:55 AM https://www.tableau.com
Latest run · lab, cold cache
49
8/2/2026
28-day score · p75 · the standard
49
9 runs
CRR89%latest
SSD74%latest
TC705 toklatest
TTFUT104 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/tableau.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.tableau.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.tableau.com"><img src="https://agentvitals.dev/badge/tableau.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: MEDIUM
Business nameTableau
CategoryOrganization
🟡Price£250 · guessed from page text (no structured data)
Locationnot found
Hoursnot found
Productsnot found
DescriptionBusiness Intelligence and Analytics Software

An agent gets the basics but will guess on the gaps. 3/7 applicable facts come from machine-readable structured data.

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

Metrics

89%
CRR Content Recovery Needs work
0.74
SSD Semantic Signal Density Good
705 tok
TC Token Cost Good
18 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
46.3% · 2,902
Chrome (nav / header / footer)
34.5% · 2,165
Boilerplate (cookie / ad)
9.7% · 611
Other
9.4% · 589

Final screenshot

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

Diagnostics

medium CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence11% of content requires JS · 89% 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.

medium TC 53.7% of tokens are non-content (boilerplate/chrome)

agent representation — token decomposition

EvidenceToken decomposition: content 46.3%, chrome 34.5%, boilerplate 9.7%, other 9.4%. Only 46.3% 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.

Rendered profile: headless

Agent Discoverability 71/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: Organization Learn →
~ agents.json Absent (emerging standard) Learn →
~ WebMCP endpoint Absent (emerging standard) Learn →
OpenAPI / API docs Found at /api-docs Learn →

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).

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

Passed audits (7)

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

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.

78Transport posture (0–100, unscored)
4pass
0warn
1fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
✅ HSTSmax-age=31536000 ; includeSubDomains ; preload
❌ Content-Security-Policyno content-security-policy header
✅ X-Content-Type-Optionsnosniff
✅ Referrer-Policystrict-origin-when-cross-origin
➖ 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

page-builder-miaw-ui.js — 238 KiB transferred, 48.1% unused (third-party)

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

googletagmanager.com — 3913 KiB, 27 requests, 682 ms main-thread

EvidenceThird-party is 93.7% of total transfer (201 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.
highBreak up long main-thread tasks

longest task 288 ms (7 total)

EvidenceMain thread blocked 288 ms by the longest task.
ImpactFaster interactivity + content settling.
Effort1–4 h
FixSplit heavy work, defer third-party scripts, move compute off the main thread.
mediumCut total transfer weight

7.3 MB total

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

Third-party impact

201 third-party requests · 6958 KiB (93.7% of transfer) · 906 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.com273913 KiB682 ms
sfdcdigital.com41495 KiB
sfdcstatic.com33915 KiB224 ms
salesforce.com7196 KiB
contentsquare.net3129 KiB
optimizely.com386 KiB
go-mpulse.net259 KiB
licdn.com239 KiB
doubleclick.net2139 KiB
redditstatic.com120 KiB
demandbase.com219 KiB
quora.com315 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://a.sfdcstatic.com/digital/@sfdc-www-emu/page-builder-miaw-ui/v1-stable/page-builder-miaw-ui.js 3P238 KiB48.1%115 KiB
https://www.googletagmanager.com/gtag/js?id=GT-PZZMQM7&cx=c&gtm=4e67t1h1 3P152 KiB73%111 KiB
https://www.googletagmanager.com/gtag/js?id=AW-11100665600&cx=c&gtm=4e67t1h1 3P144 KiB75.5%109 KiB
https://www.googletagmanager.com/gtag/js?id=AW-11360289967&cx=c&gtm=4e67t1h1 3P143 KiB76%109 KiB
https://www.tableau.com/c/public/exp/pbc/lwc/prod.DpQ48YaW.js110 KiB94%104 KiB
https://www.googletagmanager.com/gtag/js?id=GT-WK2DGFTC&cx=c&gtm=4e67t1h1 3P134 KiB76.6%103 KiB
https://www.tableau.com/c/public/exp/pbc/server/templates.c1584d278315cc6f64cc.js86 KiB98.5%85 KiB
https://a.sfdcstatic.com/enterprise/tableau/prod/20260410/v1/oneTrust/scripttemplates/202604.1.0/otBannerSdk.js 3P131 KiB61.7%81 KiB
https://www.googletagmanager.com/gtag/js?id=G-8YLN0SNXVS&cx=c&gtm=4e67t1h1 3P152 KiB52%79 KiB
https://t.contentsquare.net/uxa/6cfa29ccf79a7.js 3P129 KiB60.2%77 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-BVCN 3P207 KiB37.5%77 KiB
https://www.googletagmanager.com/gtag/js?id=AW-1040284089&cx=c&gtm=4e67t1h1 3P143 KiB52.6%75 KiB
https://www.googletagmanager.com/gtag/js?id=AW-1070358085&cx=c&gtm=4e67t1h1 3P143 KiB52.8%75 KiB
https://www.googletagmanager.com/gtag/js?id=GT-M3KFGVTH&cx=c&gtm=4e67t1h1 3P143 KiB52.8%75 KiB
https://www.googletagmanager.com/gtag/js?id=AW-11150957808&cx=c&gtm=4e67t1h1 3P152 KiB49.7%75 KiB

Network

224Requests
7429 KiBTransferred
86Scripts
93.7%3rd-party
7Long tasks
Script (86)
5522 KiB
Image (50)
1516 KiB
Font (6)
196 KiB
Stylesheet (3)
80 KiB
Fetch (56)
67 KiB
Document (5)
29 KiB
XHR (12)
16 KiB
Other (5)
2 KiB
Ping (1)
0 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://wp.sfdcdigital.com/tableau/en-us/wp-content/uploads/sites/47/2026/05/Mobile-Hero-BG.png?resize=1462,2048Image200601 KiB
https://wp.sfdcdigital.com/tableau/en-us/wp-content/uploads/sites/47/2026/05/Hero-1_1-2x.png?resize=1536,1536Image200424 KiB
https://wp.sfdcdigital.com/tableau/en-us/wp-content/uploads/sites/47/2025/10/Tableau-Next_spotlight.png?resize=1536,864Image200306 KiB
https://a.sfdcstatic.com/digital/@sfdc-www-emu/page-builder-miaw-ui/v1-stable/page-builder-miaw-ui.jsScript200238 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-BVCNScript200207 KiB
https://a.sfdcstatic.com/digital/@sfdc-www-emu/page-builder-miaw-ui/v1-stable/assets/styles-CZBxTXR3.jsScript200175 KiB
https://c.salesforce.com/digital/@sfdc-www-emu/page-builder-miaw-ui/v1-stable/assets/styles-CZBxTXR3.jsScript200175 KiB
https://wp.sfdcdigital.com/tableau/en-us/wp-content/uploads/sites/47/2026/05/Marquee-bg-2-col.png?resize=1536,480Image200164 KiB
https://www.googletagmanager.com/gtag/js?id=AW-1040019177&cx=c&gtm=4e67t1h1Script200154 KiB
https://www.googletagmanager.com/gtag/js?id=G-8YLN0SNXVS&cx=c&gtm=4e67t1h1Script200152 KiB
https://www.googletagmanager.com/gtag/js?id=AW-749031162&cx=c&gtm=4e67t1h1Script200152 KiB
https://www.googletagmanager.com/gtag/js?id=AW-11150957808&cx=c&gtm=4e67t1h1Script200152 KiB
https://www.googletagmanager.com/gtag/js?id=GT-PZZMQM7&cx=c&gtm=4e67t1h1Script200152 KiB
https://www.googletagmanager.com/gtag/js?id=AW-830457760&cx=c&gtm=4e67t1h1Script200148 KiB
https://www.googletagmanager.com/gtag/js?id=AW-842161014&cx=c&gtm=4e67t1h1Script200145 KiB
https://www.googletagmanager.com/gtag/js?id=AW-1061316053&cx=c&gtm=4e67t1h1Script200144 KiB
https://www.googletagmanager.com/gtag/js?id=AW-1059959353&cx=c&gtm=4e67t1h1Script200144 KiB
https://www.googletagmanager.com/gtag/js?id=GT-TNHGZTKZ&cx=c&gtm=4e67t1h1Script200144 KiB
https://www.googletagmanager.com/gtag/js?id=AW-16551358627&cx=c&gtm=4e67t1h1Script200144 KiB
https://www.googletagmanager.com/gtag/js?id=AW-11100665600&cx=c&gtm=4e67t1h1Script200144 KiB
https://www.googletagmanager.com/gtag/js?id=AW-1041211059&cx=c&gtm=4e67t1h1Script200144 KiB
https://www.googletagmanager.com/gtag/js?id=AW-996391663&cx=c&gtm=4e67t1h1Script200144 KiB
https://www.googletagmanager.com/gtag/js?id=AW-1040284089&cx=c&gtm=4e67t1h1Script200143 KiB
https://www.googletagmanager.com/gtag/js?id=GT-M3KFGVTH&cx=c&gtm=4e67t1h1Script200143 KiB
https://www.googletagmanager.com/gtag/js?id=AW-1070358085&cx=c&gtm=4e67t1h1Script200143 KiB
https://www.googletagmanager.com/gtag/js?id=AW-11360289967&cx=c&gtm=4e67t1h1Script200143 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-K4B32G96&gtm=4e67t1h1Script200135 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-MDW3BV4G&gtm=4e67t1h1Script200135 KiB
https://www.googletagmanager.com/gtag/js?id=GT-WK2DGFTC&cx=c&gtm=4e67t1h1Script200134 KiB
https://www.googletagmanager.com/gtag/js?id=DC-11549600&cx=c&gtm=4e67t1h1Script200134 KiB

Long tasks (>50 ms)

StartDuration
723 ms288 ms
2809 ms185 ms
1812 ms107 ms
1116 ms105 ms
1239 ms77 ms
326 ms70 ms
3079 ms63 ms
Analyzing…
running mobile + desktop · ~30s