www.tableau.com

Report from 7/24/2026, 10:27:23 AM https://www.tableau.com
Latest run · lab, cold cache
49
7/24/2026
28-day score · p75 · the standard
49
7 runs
CRR89%latest
SSD74%latest
TC723 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
723 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,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.

Content
54.1% · 3,319
Chrome (nav / header / footer)
39% · 2,392
Boilerplate (cookie / ad)
6.6% · 402
Other
0.4% · 24

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 45.9% of tokens are non-content (boilerplate/chrome)

agent representation — token decomposition

EvidenceToken decomposition: content 54.1%, chrome 39%, boilerplate 6.6%, other 0.4%. Only 54.1% 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 — 3899 KiB, 27 requests, 4551 ms main-thread

EvidenceThird-party is 93.6% of total transfer (216 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 2549 ms (10 total)

EvidenceMain thread blocked 2549 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

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 domainReqsTransferMain-thread
googletagmanager.com273899 KiB4551 ms
sfdcdigital.com91519 KiB
sfdcstatic.com33920 KiB838 ms
salesforce.com11215 KiB
contentsquare.net3113 KiB80 ms
optimizely.com387 KiB129 ms
go-mpulse.net259 KiB82 ms
doubleclick.net2538 KiB45 ms
licdn.com238 KiB22 ms
redditstatic.com120 KiB9 ms
demandbase.com219 KiB46 ms
ads-twitter.com113 KiB27 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).

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=4e67f0 3P151 KiB72.8%110 KiB
https://www.googletagmanager.com/gtag/js?id=GT-TNHGZTKZ&cx=c&gtm=4e67f0 3P143 KiB75.4%108 KiB
https://www.googletagmanager.com/gtag/js?id=AW-11360289967&cx=c&gtm=4e67f0 3P142 KiB75.9%108 KiB
https://www.tableau.com/c/public/exp/pbc/lwc/prod.DpQ48YaW.js110 KiB94%104 KiB
https://www.googletagmanager.com/gtag/js?id=DC-11463663&cx=c&gtm=4e67f0 3P133 KiB76.5%102 KiB
https://www.tableau.com/c/public/exp/pbc/server/templates.5b580269eb3abc9a3789.js85 KiB98.5%84 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=4e67f0 3P151 KiB51.5%78 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-BVCN 3P206 KiB37.2%77 KiB
https://www.googletagmanager.com/gtag/js?id=AW-11150957808&cx=c&gtm=4e67f0 3P151 KiB49.6%75 KiB
https://www.googletagmanager.com/gtag/js?id=AW-749031162&cx=c&gtm=4e67f0 3P151 KiB49.6%75 KiB
https://www.googletagmanager.com/gtag/js?id=AW-1040284089&cx=c&gtm=4e67f0 3P143 KiB52.4%75 KiB
https://www.googletagmanager.com/gtag/js?id=AW-1070358085&cx=c&gtm=4e67f0 3P142 KiB52.6%75 KiB
https://www.googletagmanager.com/gtag/js?id=AW-830457760&cx=c&gtm=4e67f0 3P148 KiB50.7%75 KiB

Network

239Requests
7431 KiBTransferred
87Scripts
93.6%3rd-party
10Long tasks
Script (87)
5497 KiB
Image (53)
1540 KiB
Font (6)
196 KiB
Stylesheet (3)
80 KiB
Fetch (60)
67 KiB
Document (7)
31 KiB
XHR (15)
15 KiB
Other (6)
2 KiB
Ping (2)
2 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-BVCNScript200206 KiB
https://a.sfdcstatic.com/digital/@sfdc-www-emu/page-builder-miaw-ui/v1-stable/assets/styles-B9pBK3jA.jsScript200175 KiB
https://c.salesforce.com/digital/@sfdc-www-emu/page-builder-miaw-ui/v1-stable/assets/styles-B9pBK3jA.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=4e67f0Script200153 KiB
https://www.googletagmanager.com/gtag/js?id=AW-749031162&cx=c&gtm=4e67f0Script200151 KiB
https://www.googletagmanager.com/gtag/js?id=AW-11150957808&cx=c&gtm=4e67f0Script200151 KiB
https://www.googletagmanager.com/gtag/js?id=GT-PZZMQM7&cx=c&gtm=4e67f0Script200151 KiB
https://www.googletagmanager.com/gtag/js?id=G-8YLN0SNXVS&cx=c&gtm=4e67f0Script200151 KiB
https://www.googletagmanager.com/gtag/js?id=AW-830457760&cx=c&gtm=4e67f0Script200148 KiB
https://www.googletagmanager.com/gtag/js?id=AW-842161014&cx=c&gtm=4e67f0Script200144 KiB
https://www.googletagmanager.com/gtag/js?id=AW-1061316053&cx=c&gtm=4e67f0Script200144 KiB
https://www.googletagmanager.com/gtag/js?id=AW-1059959353&cx=c&gtm=4e67f0Script200144 KiB
https://www.googletagmanager.com/gtag/js?id=AW-16551358627&cx=c&gtm=4e67f0Script200143 KiB
https://www.googletagmanager.com/gtag/js?id=AW-11100665600&cx=c&gtm=4e67f0Script200143 KiB
https://www.googletagmanager.com/gtag/js?id=GT-TNHGZTKZ&cx=c&gtm=4e67f0Script200143 KiB
https://www.googletagmanager.com/gtag/js?id=AW-1041211059&cx=c&gtm=4e67f0Script200143 KiB
https://www.googletagmanager.com/gtag/js?id=AW-996391663&cx=c&gtm=4e67f0Script200143 KiB
https://www.googletagmanager.com/gtag/js?id=AW-1040284089&cx=c&gtm=4e67f0Script200143 KiB
https://www.googletagmanager.com/gtag/js?id=AW-1070358085&cx=c&gtm=4e67f0Script200142 KiB
https://www.googletagmanager.com/gtag/js?id=GT-M3KFGVTH&cx=c&gtm=4e67f0Script200142 KiB
https://www.googletagmanager.com/gtag/js?id=AW-11360289967&cx=c&gtm=4e67f0Script200142 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-MDW3BV4G&gtm=4e67f0Script200135 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-K4B32G96&gtm=4e67f0Script200134 KiB
https://www.googletagmanager.com/gtag/js?id=DC-11463663&cx=c&gtm=4e67f0Script200133 KiB
https://www.googletagmanager.com/gtag/js?id=DC-11549600&cx=c&gtm=4e67f0Script200133 KiB

Long tasks (>50 ms)

StartDuration
2556 ms2549 ms
7993 ms552 ms
551 ms440 ms
5207 ms298 ms
7259 ms247 ms
5508 ms186 ms
9176 ms167 ms
1369 ms161 ms
2293 ms148 ms
1559 ms141 ms
Analyzing…
running mobile + desktop · ~30s