www.tableau.com

Report from 9/20/2026, 10:12:15 AM https://www.tableau.com
Latest run · lab, cold cache
49
9/20/2026
28-day score · p75 · the standard
4/7 runs — building history (nightly)

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
Pricenot found
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

88%
CRR Content Recovery Needs work
0.75
SSD Semantic Signal Density Good
633 tok
TC Token Cost Good
78 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
45.4% · 2,792
Chrome (nav / header / footer)
35.2% · 2,165
Boilerplate (cookie / ad)
9.9% · 611
Other
9.5% · 587

Final screenshot

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

Diagnostics

medium CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence12% of content requires JS · 88% 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 54.6% of tokens are non-content (boilerplate/chrome)

agent representation — token decomposition

EvidenceToken decomposition: content 45.4%, chrome 35.2%, boilerplate 9.9%, other 9.5%. Only 45.4% 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 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: 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 (6)

✓ No CAPTCHA wall✓ 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 — 242 KiB transferred, 48.7% unused (third-party)

EvidenceCDP JS coverage: 118 KiB of this bundle is never executed on load.
Impact~-118 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

sfdcdigital.com — 6262 KiB, 24 requests

EvidenceThird-party is 94.8% of total transfer (234 requests); sfdcdigital.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 sfdcdigital.com; defer non-critical third-party scripts.
highBreak up long main-thread tasks

longest task 335 ms (5 total)

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

12.3 MB total

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

234 third-party requests · 11947 KiB (94.8% of transfer) · 860 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
sfdcdigital.com246262 KiB
googletagmanager.com423928 KiB308 ms
sfdcstatic.com391309 KiB552 ms
contentsquare.net3123 KiB
optimizely.com388 KiB
go-mpulse.net259 KiB
doubleclick.net2038 KiB
licdn.com121 KiB
redditstatic.com121 KiB
demandbase.com221 KiB
ads-twitter.com117 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 3P242 KiB48.7%118 KiB
https://www.googletagmanager.com/gtag/js?id=GT-PZZMQM7&cx=c&gtm=4e69g1 3P161 KiB71.7%115 KiB
https://www.googletagmanager.com/gtag/js?id=AW-11100665600&cx=c&gtm=4e69g1 3P149 KiB75%112 KiB
https://www.googletagmanager.com/gtag/js?id=AW-11360289967&cx=c&gtm=4e69g1 3P148 KiB75.5%112 KiB
https://www.googletagmanager.com/gtag/js?id=DC-11463663&cx=c&gtm=4e69g1 3P139 KiB75.8%105 KiB
https://www.tableau.com/c/public/exp/pbc/lwc/prod.DpQ48YaW.js110 KiB94%104 KiB
https://www.tableau.com/c/public/exp/pbc/server/templates.6747aa850f26318e7c30.js90 KiB98.5%89 KiB
https://www.googletagmanager.com/gtag/js?id=G-8YLN0SNXVS&cx=c&gtm=4e69g1 3P156 KiB52.1%81 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/gtm.js?id=GTM-BVCN 3P209 KiB38.2%80 KiB
https://www.googletagmanager.com/gtag/js?id=AW-1040019177&cx=c&gtm=4e69g1 3P163 KiB48.9%80 KiB
https://www.googletagmanager.com/gtag/js?id=AW-749031162&cx=c&gtm=4e69g1 3P163 KiB48.9%80 KiB
https://www.googletagmanager.com/gtag/js?id=AW-11150957808&cx=c&gtm=4e69g1 3P161 KiB49.5%80 KiB
https://www.googletagmanager.com/gtag/js?id=AW-1040284089&cx=c&gtm=4e69g1 3P148 KiB52.4%78 KiB
https://www.googletagmanager.com/gtag/js?id=GT-M3KFGVTH&cx=c&gtm=4e69g1 3P148 KiB52.5%78 KiB

Network

264Requests
12607 KiBTransferred
84Scripts
94.8%3rd-party
5Long tasks
Media (7)
5777 KiB
Script (84)
5405 KiB
Image (80)
508 KiB
Stylesheet (5)
439 KiB
Font (10)
359 KiB
Fetch (56)
67 KiB
Document (5)
28 KiB
XHR (11)
21 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/09/tableau-studio-homepage-slide.mp4Media2062585 KiB
https://wp.sfdcdigital.com/tableau/en-us/wp-content/uploads/sites/47/2026/09/slack-tableau-2026-09-10.mp4Media206921 KiB
https://wp.sfdcdigital.com/tableau/en-us/wp-content/uploads/sites/47/2026/09/slack-tableau-2026-09-10.mp4Media206921 KiB
https://wp.sfdcdigital.com/en-us/wp-content/uploads/sites/4/2026/09/claude-slider-video.mp4Media206675 KiB
https://wp.sfdcdigital.com/en-us/wp-content/uploads/sites/4/2026/09/claude-slider-video.mp4Media206675 KiB
https://a.sfdcstatic.com/digital/@sfdc-www/open-blade-libs/pr/516/blade-runner/v0.3.44/other/agentic-analytics-marquee/index.cssStylesheet200356 KiB
https://a.sfdcstatic.com/digital/@sfdc-www-emu/page-builder-miaw-ui/v1-stable/page-builder-miaw-ui.jsScript200242 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-BVCNScript200209 KiB
https://www.googletagmanager.com/gtag/js?id=AW-749031162&cx=c&gtm=4e69g1Script200163 KiB
https://www.googletagmanager.com/gtag/js?id=AW-1040019177&cx=c&gtm=4e69g1Script200163 KiB
https://www.googletagmanager.com/gtag/js?id=AW-11150957808&cx=c&gtm=4e69g1Script200161 KiB
https://www.googletagmanager.com/gtag/js?id=GT-PZZMQM7&cx=c&gtm=4e69g1Script200161 KiB
https://www.googletagmanager.com/gtag/js?id=G-8YLN0SNXVS&cx=c&gtm=4e69g1Script200156 KiB
https://www.googletagmanager.com/gtag/js?id=AW-830457760&cx=c&gtm=4e69g1Script200153 KiB
https://www.googletagmanager.com/gtag/js?id=AW-842161014&cx=c&gtm=4e69g1Script200149 KiB
https://www.googletagmanager.com/gtag/js?id=AW-11100665600&cx=c&gtm=4e69g1Script200149 KiB
https://www.googletagmanager.com/gtag/js?id=AW-1059959353&cx=c&gtm=4e69g1Script200149 KiB
https://www.googletagmanager.com/gtag/js?id=AW-16551358627&cx=c&gtm=4e69g1Script200149 KiB
https://www.googletagmanager.com/gtag/js?id=AW-1061316053&cx=c&gtm=4e69g1Script200149 KiB
https://www.googletagmanager.com/gtag/js?id=AW-996391663&cx=c&gtm=4e69g1Script200149 KiB
https://www.googletagmanager.com/gtag/js?id=GT-TNHGZTKZ&cx=c&gtm=4e69g1Script200149 KiB
https://www.googletagmanager.com/gtag/js?id=AW-1041211059&cx=c&gtm=4e69g1Script200149 KiB
https://www.googletagmanager.com/gtag/js?id=AW-1040284089&cx=c&gtm=4e69g1Script200148 KiB
https://www.googletagmanager.com/gtag/js?id=AW-1070358085&cx=c&gtm=4e69g1Script200148 KiB
https://www.googletagmanager.com/gtag/js?id=GT-M3KFGVTH&cx=c&gtm=4e69g1Script200148 KiB
https://www.googletagmanager.com/gtag/js?id=AW-11360289967&cx=c&gtm=4e69g1Script200148 KiB
https://a.sfdcstatic.com/digital/@sfdc-www-emu/page-builder-miaw-ui/v1-stable/assets/styles-Bw_ITzfY.jsScript200145 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-K4B32G96&gtm=4e69g1Script200142 KiB
https://wp.sfdcdigital.com/tableau/en-us/wp-content/uploads/sites/47/2026/09/slack-slider-pic.webp?w=1024Image200142 KiB
https://www.googletagmanager.com/gtag/js?id=DC-11549600&cx=c&gtm=4e69g1Script200139 KiB

Long tasks (>50 ms)

StartDuration
1292 ms335 ms
2833 ms215 ms
2290 ms191 ms
475 ms88 ms
825 ms57 ms
Analyzing…
running mobile + desktop · ~30s