agentspeed.

fidelity.com

r2026.11.0sha fd2d068us-eastscan 76b54191checked 2026-08-27 19:53 UTC
Compare this site →Simulate an agent task →

Publicly-generated scan via agentspeed.com. Not affiliated with fidelity.com.

fidelity.com is solidly ready for AI agents (composite 80, grade B). Strongest sub-score: actionability (89). Weakest: performance (70).

Agent preview

What an AI agent fetching this site today is likely to understand. Each row is backed by a real signal that ran on this scan, or labels itself “not detected”. We never invent values.

confidence · 2/5 fields resolvedmedium
B
grade80/100
8 findings · 1 critical · 7 medium
discoverability78
readability77
structured_data83
actionability89
performance70

Based on 37 checks · 26 deterministic · 10 heuristic · 1 model-assisted. see /rubric.

Governance & crawler policy

How fidelity.com declares its policy toward AI agents and crawlers. These rows are a presentation view over checks already counted under Discoverability and Readability, so they don’t add to the composite a second time.

Has robots.txtrobots_txt.presentpass
Allows well-known agentsrobots_txt.allows_known_agentspass
Declares Content-Signalrobots_txt.content_signalsfail
Supports Web Bot Authdiscoverability.web_bot_authskip
Cookie consent does not block contentauth.cookie_consent_blocks_contentpass
Crawler access
robots.txt-derived snapshotpass

robots.txt allows the major AI agents (GPTBot, ClaudeBot, PerplexityBot, …).

For a live UA-by-UA fetch matrix (status, redirects, content similarity, cloaking detection across GPTBot, ChatGPT-User, ClaudeBot, Claude-User, PerplexityBot, Google-Extended, Googlebot, Bingbot, CCBot, and a default browser), run the matrix tool against this domain.

Run live crawler matrix →Fix robots.txt →
Top fixes (8)

Findings grouped by severity. Critical and high-severity items move the composite the most; medium and low items are quality improvements. Each finding links to a full remediation page.

Critical1

Page looks like Product / Article|BlogPosting|NewsArticle; missing JSON-LD type(s): Product, Article|BlogPosting|NewsArticle.

Medium7
mediummarkup.titleauto-fix
weight 2

<title is 128 characters; keep it under 70 so it isn't truncated.

weight 2

Meta description is 310 characters; aim for 50–200 so it's neither thin nor truncated.

No HTTP Link: response headers.

weight 1

Visible text is 0.5% of HTML weight (6953/1286430 bytes).

robots.txt advertises Content-Signal directives (e.g. `Content-Signal: ai-train=no, ai-summarize=yes`) that let agents respect granular usage preferences.

weight 0

The page exposes WebMCP (in-browser Model Context Protocol) so on-page agents can invoke tools without leaving the tab.

weight 0

Time-to-first-byte is under 800ms from a US-East origin. Measured as a single sample of total fetch time from one location, so treat it as directional.

Beyond the scan

Running AI agents of your own? AgentSpeed also monitors them in production: every run, its latency, cost, and failures, with alerts when something breaks. Free for 10,000 events a month, no credit card.

Start watching free →How it works

first scan. History starts after the next scan.

Top findings (8)
critical
Failing: structured_data.type_coverage
structured_data.type_coverage
expand ›
What we looked for

Declared JSON-LD types cover the apparent page purpose (e.g. a product page has Product, a blog post has Article).

What we found
{
  "missing": [
    "Product",
    "Article|BlogPosting|NewsArticle"
  ],
  "declared": [
    "Organization",
    "FinancialService",
    "ImageObject",
    "PostalAddress",
    "ContactPoint",
    "WebSite",
    "SearchAction",
    "EntryPoint"
  ],
  "expected": [
    "Product",
    "Article|BlogPosting|NewsArticle"
  ]
}
Remediation

Page looks like Product / Article|BlogPosting|NewsArticle; missing JSON-LD type(s): Product, Article|BlogPosting|NewsArticle.

full remediation →
Cite this findingagentspeed.com/score/fidelity.com/scan/76b54191-41c6-40f2-b7d9-98e844bc8925#structured_data.type_coverage
medium
Failing: robots_txt.content_signals
robots_txt.content_signals
expand ›
What we looked for

robots.txt advertises Content-Signal directives (e.g. `Content-Signal: ai-train=no, ai-summarize=yes`) that let agents respect granular usage preferences.

What we found
{}
Remediation

No Content-Signal directives. Add e.g. Content-Signal: ai-train=no, ai-summarize=yes to declare granular AI usage policy beyond binary allow/disallow.

full remediation →
See the spechttps://contentsignals.org
Cite this findingagentspeed.com/score/fidelity.com/scan/76b54191-41c6-40f2-b7d9-98e844bc8925#robots_txt.content_signals
medium
Failing: discoverability.link_headers
discoverability.link_headers
expand ›
What we looked for

HTTP `Link:` response headers carry useful relations (canonical, alternate, describedby) that agents consume without parsing HTML.

What we found
{}
Remediation

No HTTP Link: response headers. Emit canonical/alternate/describedby relations so HEAD-only or stream-rendering agents get them without parsing HTML.

full remediation →
See the spechttps://datatracker.ietf.org/doc/html/rfc8288
Cite this findingagentspeed.com/score/fidelity.com/scan/76b54191-41c6-40f2-b7d9-98e844bc8925#discoverability.link_headers
medium
Failing: content.text_ratio
content.text_ratio
expand ›
What we looked for

Visible text makes up at least 15% of the rendered DOM weight.

What we found
{
  "ratio": 0.005404880172259664,
  "htmlBytes": 1286430,
  "textBytes": 6953,
  "styleBytes": 803205,
  "markupBytes": 118399,
  "scriptBytes": 357873
}
Remediation

Visible text is 0.5% of HTML weight (6953/1286430 bytes). 28% of the document is inline script, 9% is markup.

full remediation →
Cite this findingagentspeed.com/score/fidelity.com/scan/76b54191-41c6-40f2-b7d9-98e844bc8925#content.text_ratio
medium
Warning: markup.title
markup.title
expand ›
What we looked for

A non-empty <title> is present and under 70 characters.

Fix this issue
Generated fixinline snippet<head>

AgentSpeed didn't find a non-empty <title>, or it was over the recommended limit. Agents cite the title verbatim when they reference the page; an empty or boilerplate title becomes the citation.

<!-- Place inside <head>. Keep under 70 characters; agents often cite verbatim. -->
<title>Fidelity: what this page is about</title>
paste inside <head>
  • Keep it under 70 characters. Google truncates around there and most agents follow the same convention.
  • Front-load the most-distinctive words: "Stripe Pricing, Per-transaction fees" beats "Pricing | Stripe".
What we found
{
  "length": 128
}
Remediation
<title> is 128 characters; keep it under 70 so it isn't truncated.
full remediation →
See the spechttps://developer.mozilla.org/docs/Web/HTML/Element/title
Cite this findingagentspeed.com/score/fidelity.com/scan/76b54191-41c6-40f2-b7d9-98e844bc8925#markup.title
medium
Warning: markup.meta_description
markup.meta_description
expand ›
What we looked for

A meta description is present and between 50 and 200 characters.

Fix this issue
Generated fixinline snippet<head>

AgentSpeed didn't find a meta description, or it was outside the 50–200 character window. Agents read the description as a summary alongside the title. Without it, they fall back to extracting the first paragraph, which is usually marketing copy.

<!-- Place inside <head>. 50–200 characters. Agents use this as a summary. -->
<meta name="description" content="One sentence describing what this page offers and who it's for. Avoid marketing fluff; be declarative." />
paste inside <head>
  • Length: 50–200 characters. Under 50 reads like an afterthought; over 200 gets truncated.
  • Write it like a search-result snippet: declarative, no marketing fluff, mention the most-distinctive feature first.
What we found
{
  "length": 310
}
Remediation

Meta description is 310 characters; aim for 50–200 so it's neither thin nor truncated.

full remediation →
See the spechttps://developers.google.com/search/docs/appearance/snippet
Cite this findingagentspeed.com/score/fidelity.com/scan/76b54191-41c6-40f2-b7d9-98e844bc8925#markup.meta_description
medium
Failing: actionability.web_mcp
actionability.web_mcp
expand ›
What we looked for

The page exposes WebMCP (in-browser Model Context Protocol) so on-page agents can invoke tools without leaving the tab.

What we found
{}
Remediation

No WebMCP detected. On pages with first-class actions (cart, support, account), embed a WebMCP server so on-page agents invoke tools directly.

full remediation →
Cite this findingagentspeed.com/score/fidelity.com/scan/76b54191-41c6-40f2-b7d9-98e844bc8925#actionability.web_mcp
medium
Warning: performance.ttfb_ms
performance.ttfb_ms
expand ›
What we looked for

Time-to-first-byte is under 800ms from a US-East origin. Measured as a single sample of total fetch time from one location, so treat it as directional.

What we found
{
  "ttfbMs": 1379
}
Remediation

TTFB 1379ms. Slow. Agents time out aggressively.

full remediation →
See the spechttps://web.dev/articles/ttfb
Cite this findingagentspeed.com/score/fidelity.com/scan/76b54191-41c6-40f2-b7d9-98e844bc8925#performance.ttfb_ms
Checks (37)
Every check that ran. Switch to ELI5 for plain-language explanations.
checkstatusweightduration
actionability.web_mcpfail1.005ms
content.text_ratiomin text ratio = 15%fail1.0016ms
discoverability.link_headersfail1.000ms
robots_txt.content_signalsfail1.000ms
structured_data.type_coveragematch = type-to-purpose inferencefail1.001ms
markup.meta_descriptionwarn2.0042ms
markup.titlewarn2.0058ms
performance.ttfb_msthreshold = 800mswarn1.000ms
actionability.agent_skillsskip1.000ms
actionability.commerce_protocolsskip1.000ms
coherence.jsonld_price_matches_visibleskip2.001ms
discoverability.api_catalogskip1.000ms
discoverability.mcp_server_cardskip1.000ms
discoverability.oauth_authorization_serverskip1.000ms
discoverability.oauth_protected_resourceskip1.000ms
discoverability.web_bot_authskip1.000ms
operability.filters_addressableskip2.0041ms
performance.full_render_msthreshold = 4sskip1.000ms
readability.markdown_negotiationskip1.000ms
auth.cookie_consent_blocks_contentdetector = consent overlay heuristicpass2.0048ms
auth.paywall_or_login_wall_on_landingdetector = paywall/login-wall heuristicpass2.0020ms
coherence.jsonld_name_matches_visiblepass1.000ms
coherence.language_declared_matches_contentdetector = stopword/script profile, >=40 words, WARN-onlypass1.008ms
content.headings_hierarchyrule = single H1, no skipped levelspass1.0030ms
content.js_required_for_primary_contentdetector = no-JS visibility heuristicpass2.001ms
journey.primary_probemodel-assistedpass2.001109ms
llms_txt.presentpass0.000ms
markup.canonicalpass2.0026ms
markup.languagepass1.001ms
operability.primary_action_in_dompass2.0049ms
performance.payload_kbthreshold = 3MBpass1.000ms
reachability.statuspass2.000ms
robots_txt.allows_known_agentspass2.002ms
robots_txt.presentpass1.000ms
sitemap.presentpass2.000ms
structured_data.jsonld_presentpass2.000ms
structured_data.validatespass2.001ms

Sorted failures first. Every row was produced by the scan on 2026-08-27 19:53 UTC. Each check is defined in /rubric §6.

Competitive context

How fidelity.com compares against other finance domains scanned by AgentSpeed. Peer average requires ≥ 3 peers; percentile requires ≥ 9. Empty values mean we’re still gathering data.

categoryFinance
peers21
peer average67.7
top in category81.0
percentile95%
Finance leaderboard →All leaderboards →
Reproduce this scan

This scan is content-addressable. Download the JSON and confirm that the composite matches score(rubric, checks) for the referenced rubric. Re-running the command below executes against the current rubric; scores agree within ±1 point unless the target site changed.

↓ Download scan.json→ View rubric
rubricr2026.11.0
rubric shafd2d068
regionus-east
user-agentAgentSpeedBot/1.0
viewport1280x800
finished2026-08-27T19:53:08Z
POST /api/scans: run a fresh scan
curl -sS -X POST https://agentspeed.com/api/scans \
  -H 'content-type: application/json' \
  -d '{"url": "https://fidelity.com"}'
Download this scan: scan.json (cache-forever, immutable). Includes per-check raw values, rubric sha, and the full finding list with remediation.
What AgentSpeed scanned

What AgentSpeed scanned

Every scan is based on public website behaviour, fetched from a public client, no auth, no plugins, no private data. The nine signals below are what AgentSpeed reads about your site.

Embed an AgentSpeed badge

Show your AgentSpeed score in your README, footer, or sales deck. Four variants below; each is a static SVG served from /badge/<your-domain> with no JS, no tracking, no API calls. Documentation: /docs/badge.

Dark220×32

Default. Brand mark + grade + score on a dark base. Pairs well with most footers and READMEs.

AgentSpeed B 80/100
HTML snippet
<a href="https://agentspeed.com/score/fidelity.com" target="_blank" rel="noopener">
  <img src="https://agentspeed.com/badge/fidelity.com?variant=dark" alt="AgentSpeed grade B for fidelity.com" width="220" height="32" />
</a>
Markdown snippet
[![AgentSpeed grade B for fidelity.com](https://agentspeed.com/badge/fidelity.com?variant=dark)](https://agentspeed.com/score/fidelity.com)
Light220×32

Same dimensions as the dark variant; light background with dark text. For light-mode docs and pages.

AgentSpeed B 80/100
HTML snippet
<a href="https://agentspeed.com/score/fidelity.com" target="_blank" rel="noopener">
  <img src="https://agentspeed.com/badge/fidelity.com?variant=light" alt="AgentSpeed grade B for fidelity.com" width="220" height="32" />
</a>
Markdown snippet
[![AgentSpeed grade B for fidelity.com](https://agentspeed.com/badge/fidelity.com?variant=light)](https://agentspeed.com/score/fidelity.com)
Compact130×32

Brand mark + grade only. Use when you have horizontal space constraints.

AgentSpeed B
HTML snippet
<a href="https://agentspeed.com/score/fidelity.com" target="_blank" rel="noopener">
  <img src="https://agentspeed.com/badge/fidelity.com?variant=compact" alt="AgentSpeed grade B for fidelity.com" width="130" height="32" />
</a>
Markdown snippet
[![AgentSpeed grade B for fidelity.com](https://agentspeed.com/badge/fidelity.com?variant=compact)](https://agentspeed.com/score/fidelity.com)
Score-only60×32

Just the grade chip. Smallest variant, fits inline next to a heading or metric.

A·S B
HTML snippet
<a href="https://agentspeed.com/score/fidelity.com" target="_blank" rel="noopener">
  <img src="https://agentspeed.com/badge/fidelity.com?variant=score-only" alt="AgentSpeed grade B for fidelity.com" width="60" height="32" />
</a>
Markdown snippet
[![AgentSpeed grade B for fidelity.com](https://agentspeed.com/badge/fidelity.com?variant=score-only)](https://agentspeed.com/score/fidelity.com)
Certified250×32

Shows your certification tier while your certificate is valid; falls back to the score badge when it is not.

AgentSpeed B 80/100
HTML snippet
<a href="https://agentspeed.com/score/fidelity.com" target="_blank" rel="noopener">
  <img src="https://agentspeed.com/badge/fidelity.com?variant=certified" alt="AgentSpeed grade B for fidelity.com" width="250" height="32" />
</a>
Markdown snippet
[![AgentSpeed grade B for fidelity.com](https://agentspeed.com/badge/fidelity.com?variant=certified)](https://agentspeed.com/score/fidelity.com)
FAQ
What does this AgentSpeed score mean?expand ›

The composite is a 0–100 weighted average of five sub-scores measuring how well a website performs for AI agents (ChatGPT, Claude, Perplexity, Operator, etc.). The full rubric (every check, weight, and grade band) is published at /rubric.

Is this an official score from the website owner?expand ›

No. AgentSpeed scores are publicly generated against fidelity.com's public surfaces (robots.txt, sitemap, the landing URL, /llms.txt, /.well-known/* discovery endpoints). AgentSpeed is not affiliated with or endorsed by fidelity.com. The score reflects what we observed at scan time, nothing more.

How often is this site scanned?expand ›

Public scans happen when someone submits the URL on the homepage. Once a domain is claimed in the (forthcoming) monitoring tier, the site is rescanned daily and a history is kept. For now, every public score reflects the most recent submission.

How can this score be improved?expand ›

Each failing check on the page expands to a remediation step with the exact change to make. The "Top fixes" section ranks them by score impact. Most domains move 5–10 points by adding an llms.txt, allowing well-known agent user-agents in robots.txt, and emitting JSON-LD that matches the page purpose.

What rubric version was used?expand ›

This scan was computed against rubric r2026.11.0. The rubric is versioned and immutable: historical scans always render against the rubric they were computed on, even after a new version ships. The current rubric and its full changelog are at /rubric.