Rescan Report
Share Report
Copy Report Link
Rescan Report
Share Report
Copy Report Link
Export Report
38/100

OVERALL SCORE

Level 2, Agent-Limited

Priority improvements needed for AI agents
AIDiscoverability24%Agent Easeof Use4%Security& Trust40%GEO, AIO, AEO66%SEO92%Performance& Accessibility52%
  • AI Discoverability 24 out of 100
  • Agent Ease of Use 4 out of 100
  • Security & Trust 40 out of 100
  • GEO, AIO and AEO 66 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 52 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Intuit®: Outdo your financial goals—all in one place favicon

Intuit®: Outdo your financial goals—all in one place

The Intuit platform puts a team of AI agents and trusted experts by your side.

Next step

Turn this report into a fix workflow

27 failed checks are ready to move into MCP or CLI remediation. Generate a repair prompt, connect the scanner to your coding agent, or open the integration docs before your next rescan.

Detailed report scores grouped by capability area
MetricScoreStatusPassedFailedWarningEvidence
AI Discoverability
24
Priority fix5180View details
Discoverability
33
Priority fix360View details
Content Readiness
33
Priority fix280View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
4
Priority fix4242View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable040View details
MCP
13
Priority fix062View details
Skill Discovery
0
Priority fix080View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
66
Needs work5312View details
GEO Readiness
76
Mostly ready204
AIO Readiness
57
Needs work223View details
AEO Readiness
65
Needs work115View details
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
40
Priority fix630View details
Security & Trust
40
Priority fix230View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
52
Needs work2520View details
Performance
26
Priority fix1220View details
Accessibility
100
Strong1300

Prioritized recommendations

Issues ranked by score impact

46 items need attention

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish an API catalog for automated API discovery using RFC 9727.

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

    API Catalog did not expose any same-origin hrefs to validate.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 429,
        "contentType": "text/xml"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": ""
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

OpenAPI YAML document did not match the expected shape. Content-Type "text/html" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.

02

Why it matters

OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

    OpenAPI YAML document did not match the expected shape. Content-Type "text/html" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 400,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "\n\n\n<!DOCTYPE html>\n<!--[if lt IE 7]>      <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\"> <![endif]-->\n<!--[if IE 7]>         <html class=\"no-js lt-ie9 lt-ie8\"> <![endif]-->\n<!--[if IE 8]>         <html class=\"no-js lt-ie9\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\"> <!--<![endif]-->\n\n<head>\n   <meta charset=\"utf-8\">\n   <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n   <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n   <title></title>\n   \n<!-- This site is optimized with the Yoast SEO Premium plugin v9.2.1 - https://yoast.com/wordpress/plugins/seo/ -->\n<meta name=\"robots\" content=\"noindex,follow\"/>\n<meta property=\"og:locale\" content=\"en_US\" />\n<meta property=\"og:type\" content=\"object\" />\n<meta property=\"og:title\" content=\"Page not found - In"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 400,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "\n\n\n<!DOCTYPE html>\n<!--[if lt IE 7]>      <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\"> <![endif]-->\n<!--[if IE 7]>         <html class=\"no-js lt-ie9 lt-ie8\"> <![endif]-->\n<!--[if IE 8]>         <html class=\"no-js lt-ie9\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\"> <!--<![endif]-->\n\n<head>\n   <meta charset=\"utf-8\">\n   <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n   <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n   <title></title>\n   \n<!-- This site is optimized with the Yoast SEO Premium plugin v9.2.1 - https://yoast.com/wordpress/plugins/seo/ -->\n<meta name=\"robots\" content=\"noindex,follow\"/>\n<meta property=\"og:locale\" content=\"en_US\" />\n<meta property=\"og:type\" content=\"object\" />\n<meta property=\"og:title\" content=\"Page not found - In"
          },
          {
            "path": "/swagger.json",
            "statusCode": 400,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "\n\n\n<!DOCTYPE html>\n<!--[if lt IE 7]>      <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\"> <![endif]-->\n<!--[if IE 7]>         <html class=\"no-js lt-ie9 lt-ie8\"> <![endif]-->\n<!--[if IE 8]>         <html class=\"no-js lt-ie9\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\"> <!--<![endif]-->\n\n<head>\n   <meta charset=\"utf-8\">\n   <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n   <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n   <title></title>\n   \n<!-- This site is optimized with the Yoast SEO Premium plugin v9.2.1 - https://yoast.com/wordpress/plugins/seo/ -->\n<meta name=\"robots\" content=\"noindex,follow\"/>\n<meta property=\"og:locale\" content=\"en_US\" />\n<meta property=\"og:type\" content=\"object\" />\n<meta property=\"og:title\" content=\"Page not found - In"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 400,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "\n\n\n<!DOCTYPE html>\n<!--[if lt IE 7]>      <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\"> <![endif]-->\n<!--[if IE 7]>         <html class=\"no-js lt-ie9 lt-ie8\"> <![endif]-->\n<!--[if IE 8]>         <html class=\"no-js lt-ie9\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\"> <!--<![endif]-->\n\n<head>\n   <meta charset=\"utf-8\">\n   <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n   <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n   <title></title>\n   \n<!-- This site is optimized with the Yoast SEO Premium plugin v9.2.1 - https://yoast.com/wordpress/plugins/seo/ -->\n<meta name=\"robots\" content=\"noindex,follow\"/>\n<meta property=\"og:locale\" content=\"en_US\" />\n<meta property=\"og:type\" content=\"object\" />\n<meta property=\"og:title\" content=\"Page not found - In"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 400,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "\n\n\n<!DOCTYPE html>\n<!--[if lt IE 7]>      <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\"> <![endif]-->\n<!--[if IE 7]>         <html class=\"no-js lt-ie9 lt-ie8\"> <![endif]-->\n<!--[if IE 8]>         <html class=\"no-js lt-ie9\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\"> <!--<![endif]-->\n\n<head>\n   <meta charset=\"utf-8\">\n   <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n   <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n   <title></title>\n   \n<!-- This site is optimized with the Yoast SEO Premium plugin v9.2.1 - https://yoast.com/wordpress/plugins/seo/ -->\n<meta name=\"robots\" content=\"noindex,follow\"/>\n<meta property=\"og:locale\" content=\"en_US\" />\n<meta property=\"og:type\" content=\"object\" />\n<meta property=\"og:title\" content=\"Page not found - In"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 400,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "\n\n\n<!DOCTYPE html>\n<!--[if lt IE 7]>      <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\"> <![endif]-->\n<!--[if IE 7]>         <html class=\"no-js lt-ie9 lt-ie8\"> <![endif]-->\n<!--[if IE 8]>         <html class=\"no-js lt-ie9\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\"> <!--<![endif]-->\n\n<head>\n   <meta charset=\"utf-8\">\n   <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n   <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n   <title></title>\n   \n<!-- This site is optimized with the Yoast SEO Premium plugin v9.2.1 - https://yoast.com/wordpress/plugins/seo/ -->\n<meta name=\"robots\" content=\"noindex,follow\"/>\n<meta property=\"og:locale\" content=\"en_US\" />\n<meta property=\"og:type\" content=\"object\" />\n<meta property=\"og:title\" content=\"Page not found - In"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 400,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "\n\n\n<!DOCTYPE html>\n<!--[if lt IE 7]>      <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\"> <![endif]-->\n<!--[if IE 7]>         <html class=\"no-js lt-ie9 lt-ie8\"> <![endif]-->\n<!--[if IE 8]>         <html class=\"no-js lt-ie9\"> <![endif]-->\n<!--[if gt IE 8]><!--> <html class=\"no-js\" lang=\"en-US\"> <!--<![endif]-->\n\n<head>\n   <meta charset=\"utf-8\">\n   <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n   <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n   <title></title>\n   \n<!-- This site is optimized with the Yoast SEO Premium plugin v9.2.1 - https://yoast.com/wordpress/plugins/seo/ -->\n<meta name=\"robots\" content=\"noindex,follow\"/>\n<meta property=\"og:locale\" content=\"en_US\" />\n<meta property=\"og:type\" content=\"object\" />\n<meta property=\"og:title\" content=\"Page not found - In"
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

AI bot rules in robots.txt is missing or incomplete.

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.

02

Why it matters

Explicit AI bot rules reduce ambiguity for crawler operators and make training, indexing, or retrieval access policy auditable.

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

Add User-agent rules for AI crawlers like GPTBot, Claude-Web, and others.

Result

AI bot rules in robots.txt is missing or incomplete.

Evidence
{
  "expectedBots": [
    "GPTBot",
    "ChatGPT-User",
    "ClaudeBot",
    "Claude-Web",
    "Anthropic-AI",
    "Google-Extended",
    "PerplexityBot",
    "CCBot",
    "Applebot-Extended",
    "Meta-ExternalAgent",
    "Bytespider",
    "Amazonbot",
    "Cohere-AI"
  ],
  "configuredBots": []
}

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

Declare AI content usage preferences with Content Signal in robots.txt.

Result

Content Signal is missing or incomplete.

Evidence
{
  "signals": [],
  "ai-train": false,
  "search": false,
  "ai-input": false
}

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

33 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Constrain script, style, frame, and resource loading with a Content-Security-Policy header.

Result

Content-Security-Policy is missing or incomplete.

Evidence
{
  "header": "content-security-policy",
  "value": "frame-ancestors 'self' *.intuit.com"
}

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

33 Fail

Needs attention

Referrer-Policy

Failed check
01

Issue

Referrer-Policy is missing or incomplete.

02

Why it matters

Referrer-Policy controls how much URL context is sent to other origins, limiting accidental leakage of paths, queries, and identifiers.

Check name

Referrer-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Limit how much referrer data leaves the site.

Result

Referrer-Policy is missing or incomplete.

Evidence
{
  "header": "referrer-policy",
  "value": null
}

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

Web Bot Auth request signing failed at "Fetch to find resource".

33 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

Web Bot Auth request signing was not found at the expected path.

02

Why it matters

Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.

Result

Web Bot Auth request signing failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    Web Bot Auth request signing was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/http-message-signatures-directory",
            "statusCode": 429,
            "contentType": "text/xml",
            "length": 0
          }
        ]
      },
      "issue": "Web Bot Auth request signing was not found at the expected path.",
      "howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

X-Content-Type-Options

X-Content-Type-Options is missing or incomplete.

33 Fail

Needs attention

X-Content-Type-Options

Failed check
01

Issue

X-Content-Type-Options is missing or incomplete.

02

Why it matters

X-Content-Type-Options prevents browsers from treating mislabeled files as executable content, reducing content-sniffing attacks.

Check name

X-Content-Type-Options

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Prevent MIME sniffing for browser-loaded resources.

Result

X-Content-Type-Options is missing or incomplete.

Evidence
{
  "header": "x-content-type-options",
  "value": "nosniff nosniff"
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

A2A Agent Card failed at "Fetch to find resource".

25 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent card so A2A-compatible clients can discover capabilities.

Result

A2A Agent Card failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent-card.json",
            "statusCode": 400,
            "contentType": "text/html",
            "length": 67168
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 400,
            "contentType": "text/html",
            "length": 67168
          },
          {
            "path": "/agent-card.json",
            "statusCode": 400,
            "contentType": "text/html",
            "length": 67168
          }
        ]
      },
      "issue": "A2A Agent Card was not found at the expected path.",
      "howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

Agent Skills index failed at "Fetch to find resource".

25 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

Why it matters

An Agent Skills index lets clients find task-specific SKILL.md documents that describe how to use site capabilities correctly.

Check name

Agent Skills index

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

Agent Skills index failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent-skills/index.json",
            "statusCode": 400,
            "contentType": "text/html",
            "length": 67168
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 400,
            "contentType": "text/html",
            "length": 67168
          }
        ]
      },
      "issue": "Agent Skills index was not found at the expected path.",
      "howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

agent.json

agent.json failed at "Fetch to find resource".

25 Fail

Needs attention

agent.json

Failed check
01

Issue

agent.json was not found at the expected path.

02

Why it matters

agent.json is an emerging machine-readable manifest for declaring what a website does, how agents authenticate, and which actions or protocols are available.

Check name

agent.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish the singular Agent Web Protocol agent.json manifest without confusing it with the separate agents.json directory convention.

Result

agent.json failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    agent.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent.json",
            "statusCode": 400,
            "contentType": "text/html",
            "length": 67168
          },
          {
            "path": "/agent.json",
            "statusCode": 400,
            "contentType": "text/html",
            "length": 67168
          }
        ]
      },
      "issue": "agent.json was not found at the expected path.",
      "howToFix": "Publish agent.json with awp_version, domain, intent, and typed actions that point to real same-origin API or protocol endpoints."
    }
  ]
}

Agent Ease of UseSkill DiscoveryInformational

agents.json

agents.json failed at "Fetch to find resource".

25 Fail

Needs attention

agents.json

Failed check
01

Issue

agents.json was not found at the expected path.

02

Why it matters

agents.json gives clients a simple directory of agent-facing capabilities and contacts when a site chooses to advertise them.

Check name

agents.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Informational

Goal

Publish an agents.json directory for agent-facing capabilities and contacts when using this convention.

Result

agents.json failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    agents.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agents.json",
            "statusCode": 400,
            "contentType": "text/html",
            "length": 67168
          },
          {
            "path": "/agents.json",
            "statusCode": 400,
            "contentType": "text/html",
            "length": 67168
          }
        ]
      },
      "issue": "agents.json was not found at the expected path.",
      "howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is missing or incomplete.

25 Fail

Needs attention

Content freshness signals

Failed check
01

Issue

Content freshness signals are incomplete: missing Last-Modified HTTP header; missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.

02

Why it matters

Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.

Check name

Content freshness signals

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose modified and published dates for freshness-aware retrieval and ranking.

Result

Content freshness signals is missing or incomplete.

Evidence
{
  "lastModified": null,
  "schemaDates": [],
  "metaDateCount": 0,
  "timeDateCount": 0
}

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

25 Fail

Needs attention

High-value schema types

Failed check
01

Issue

No high-value schema types (e.g. Article, Product, Service) were found.

02

Why it matters

High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Use schema types that describe the page's primary content or offering.

Result

High-value schema types is missing or incomplete.

Evidence
{
  "found": [],
  "expected": [
    "Article",
    "BlogPosting",
    "NewsArticle",
    "Product",
    "SoftwareApplication",
    "FAQPage",
    "LocalBusiness",
    "VideoObject",
    "HowTo",
    "Event",
    "Course",
    "Review",
    "Service"
  ],
  "allTypes": []
}

AI DiscoverabilityDiscoverabilityEstablished

JSON-LD present

JSON-LD present is missing or incomplete.

25 Fail

Needs attention

JSON-LD present

Failed check
01

Issue

No JSON-LD blocks found.

02

Why it matters

JSON-LD is a low-friction structured data format that agents can extract without interpreting page presentation or microdata markup.

Check name

JSON-LD present

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Expose schema.org JSON-LD so AI search systems can parse page entities.

Result

JSON-LD present is missing or incomplete.

Evidence
{
  "blocks": 0,
  "validBlocks": 0,
  "schemaContextBlocks": 0,
  "errors": [],
  "documents": [],
  "nodes": []
}

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

25 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

    Link headers did not expose any same-origin targets to validate.

Evidence
{
  "failedStep": "presence",
  "steps": [
    {
      "id": "presence",
      "title": "Find useful Link headers",
      "status": "fail",
      "evidence": {
        "links": [
          {
            "url": "https://digitalasset.intuit.com",
            "rel": "preconnect"
          },
          {
            "url": "https://uxfabric.intuitcdn.net",
            "rel": "preconnect"
          },
          {
            "url": "https://lib.intuitcdn.net",
            "rel": "preconnect"
          },
          {
            "url": "https://tags.tiqcdn.com",
            "rel": "preconnect"
          },
          {
            "url": "https://privacy-cdn.a.intuit.com",
            "rel": "preconnect"
          },
          {
            "url": "https://acdn.adnxs.com",
            "rel": "preconnect"
          },
          {
            "url": "https://pt.ispot.tv",
            "rel": "preconnect"
          },
          {
            "url": "https://sc-static.net",
            "rel": "preconnect"
          },
          {
            "url": "https://tr.snapchat.com",
            "rel": "preconnect"
          }
        ]
      },
      "issue": "No useful agent discovery Link headers were found.",
      "howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
    },
    {
      "id": "target-validation",
      "title": "Fetch same-origin Link header targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin Link header targets were available to fetch."
          }
        ]
      },
      "issue": "Link headers did not expose any same-origin targets to validate.",
      "howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
    }
  ]
}

AI DiscoverabilityContent ReadinessEmerging recommendation

llms.txt

llms.txt failed at "Fetch to find resource".

25 Fail

Needs attention

llms.txt

Failed check
01

Issue

llms.txt was not found at the expected path.

02

Why it matters

llms.txt gives language-model clients a concise, curated summary of important site context and links before they crawl broadly.

Check name

llms.txt

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Emerging recommendation

Goal

Publish llms.txt to summarize agent-readable site guidance.

Result

llms.txt failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    llms.txt was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/llms.txt",
            "statusCode": 400,
            "contentType": "text/html",
            "length": 67168
          },
          {
            "path": "/llms-full.txt",
            "error": "TimeoutError: The operation was aborted due to timeout"
          }
        ]
      },
      "issue": "llms.txt was not found at the expected path.",
      "howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

25 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

Content-Type "text/xml" does not indicate Markdown when requested with Accept: text/markdown.

02

Why it matters

Markdown negotiation gives agents a cleaner representation of page content while preserving normal HTML for browsers.

Check name

Markdown negotiation

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Return HTML responses as markdown when agents request it.

Result

Markdown negotiation failed at "Markdown content type".

Validation steps

  1. Markdown content type

    Content-Type "text/xml" does not indicate Markdown when requested with Accept: text/markdown.

  2. Vary: Accept header

    Markdown negotiation is missing Vary: Accept; current Vary header is "(none)".

  3. Structured Markdown body

    Markdown response is missing a heading.

Evidence
{
  "failedStep": "content-type",
  "steps": [
    {
      "id": "content-type",
      "title": "Markdown content type",
      "status": "fail",
      "evidence": {
        "statusCode": 429,
        "contentType": "text/xml"
      },
      "issue": "Content-Type \"text/xml\" does not indicate Markdown when requested with Accept: text/markdown.",
      "howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
    },
    {
      "id": "vary-accept",
      "title": "Vary: Accept header",
      "status": "fail",
      "evidence": {
        "vary": ""
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"(none)\".",
      "howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
    },
    {
      "id": "markdown-content",
      "title": "Structured Markdown body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "hasHeading": false,
        "wordCount": 0,
        "excerpt": "",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

MCP Server Card failed at "Fetch to find resource".

25 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

MCP Server Card failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 400,
            "contentType": "text/html",
            "length": 67168
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "statusCode": 400,
            "contentType": "text/html",
            "length": 67168
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 400,
            "contentType": "text/html",
            "length": 67168
          }
        ]
      },
      "issue": "MCP Server Card was not found at the expected path.",
      "howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

mcp.json

mcp.json failed at "Fetch to find resource".

25 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

MCP clients need trustworthy server metadata, protocol version, transport details, and capability hints before connecting to a remote MCP server.

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Expose a stable MCP server metadata document that points agents to the site's MCP endpoint.

Result

mcp.json failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/mcp.json",
            "statusCode": 400,
            "contentType": "text/html",
            "length": 67168
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 400,
            "contentType": "text/html",
            "length": 67168
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 400,
            "contentType": "text/html",
            "length": 67168
          }
        ]
      },
      "issue": "mcp.json was not found at the expected path.",
      "howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
    }
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

Organization / WebSite schema

Organization / WebSite schema is missing or incomplete.

25 Fail

Needs attention

Organization / WebSite schema

Failed check
01

Issue

Neither Organization nor WebSite schema types were found in JSON-LD.

02

Why it matters

Organization and WebSite schema help agents identify the publisher, canonical site identity, logo, and related profiles for attribution.

Check name

Organization / WebSite schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Identify the site owner and website entity in structured data.

Result

Organization / WebSite schema is missing or incomplete.

Evidence
{
  "found": [],
  "allTypes": []
}

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

25 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: missing <main> landmark; missing <footer> landmark; 5 links missing accessible names; 2 buttons missing accessible names; 0/1 applicable form inputs have autocomplete attributes (1 missing); missing alt text on >10% of images.

Details

02

Why it matters

Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": false,
  "nav": true,
  "footer": false,
  "meaningfulH1": true,
  "headingOrder": true,
  "accessibleLinks": false,
  "accessibleButtons": false,
  "imageAltCoverage": false,
  "formAutocompleteCoverage": false,
  "details": {
    "inaccessibleLinks": [
      "<a class=\"AButton-button-f46e01e AButton-brand-button-991224f AButton-full-width-81dc215 AButton-square-65119a5 AButton-primary-cedd4d6 AButton-light-86ce060 S01MegaNav-brand-button-d230105 AButton-right-chevron-icon-0f9088c\" data-ui-action=\"clicked\" data-action=\"interacted\" tabindex=\"0\" data-wa-link=\"icom-globalnav:cornerstone-tt\" data-ui-object-detail=\"turbotax\" data-object=\"content\" data-ui-object=\"image\" data-object-detail data-testid=\"button\" data-tracking=\"button\" target=\"_blank\" href=\"htt",
      "<a class=\"AButton-button-f46e01e AButton-brand-button-991224f AButton-full-width-81dc215 AButton-square-65119a5 AButton-primary-cedd4d6 AButton-light-86ce060 S01MegaNav-brand-button-d230105 AButton-right-chevron-icon-0f9088c\" data-ui-action=\"clicked\" data-action=\"interacted\" tabindex=\"0\" data-wa-link=\"icom-globalnav:cornerstone-ck\" data-ui-object-detail=\"creditkarma\" data-object=\"content\" data-ui-object=\"image\" data-object-detail data-testid=\"button\" data-tracking=\"button\" target=\"_blank\" href=\"",
      "<a class=\"AButton-button-f46e01e AButton-brand-button-991224f AButton-full-width-81dc215 AButton-square-65119a5 AButton-primary-cedd4d6 AButton-light-86ce060 S01MegaNav-brand-button-d230105 AButton-right-chevron-icon-0f9088c\" data-ui-action=\"clicked\" data-action=\"interacted\" tabindex=\"0\" data-wa-link=\"icom-globalnav:cornerstone-qb\" data-ui-object-detail=\"quickbooks\" data-object=\"content\" data-ui-object=\"image\" data-testid=\"button\" data-tracking=\"button\" target=\"_blank\" href=\"https://quickbooks.i",
      "<a class=\"AButton-button-f46e01e AButton-brand-button-991224f AButton-full-width-81dc215 AButton-square-65119a5 AButton-primary-cedd4d6 AButton-light-86ce060 S01MegaNav-brand-button-d230105 AButton-right-chevron-icon-0f9088c\" data-ui-action=\"clicked\" data-action=\"interacted\" tabindex=\"0\" data-wa-link=\"icom-globalnav:cornerstone-mc\" data-ui-object-detail=\"mailchimp\" data-object=\"content\" data-ui-object=\"image\" data-testid=\"button\" data-tracking=\"button\" target=\"_blank\" href=\"https://mailchimp.com",
      "<a class=\"ANavigationLink-link-a7c7906 MNavigationLinkGroup-title-wrapper-f28afa5 MNavigationLinkGroup-hide-cff1cef\" tabindex=\"-1\" id=\"defaultText_ca810bf7-5930-4edd-9634-a3fe404b202d\" data-mega-nav-link=\"true\" data-testid=\"link\" data-tracking=\"link\" data-targetmodalid aria-label referrerpolicy=\"no-referrer\"><span class=\"MNavigationLinkGroup-title-wrapper-f28afa5 MNavigationLinkGroup-hide-cff1cef ANavigationLink-link-content-7504a55\"></span></a>"
    ],
    "inaccessibleButtons": [
      "<button aria-expanded=\"false\" ot-accordion=\"true\" aria-controls=\"ot-desc-id-1\" aria-labelledby=\"ot-header-id-1 ot-status-id-1\"></button>",
      "<button aria-expanded=\"false\" ot-accordion=\"true\" aria-controls=\"ot-desc-id-4\" aria-labelledby=\"ot-header-id-4\"></button>"
    ],
    "missingAutocompleteInputs": [
      "<input id=\"vendor-search-handler\" type=\"text\" name=\"vendor-search-handler\" placeholder=\"Search&#x2026;\" aria-label=\"Cookie list search\">"
    ],
    "imagesMissingAlt": [
      "<img src=\"https://t.co/i/adsct?bci=3&amp;dv=Asia%2FCalcutta%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%261%2624%26800%26600%260%26na&amp;eci=2&amp;event_id=f12e13cf-a3b9-4a21-8e71-6586477e57a7&amp;events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&amp;integration=advertiser&amp;p_id=Twitter&amp;p_user_id=0&amp;pl_id=e86da58c-98ff-417f-bc8d-2f48f0be187c&amp;pt=Intuit%C2%AE%3A%20Outdo%20your%20financial%20goals%E2%80%94all%20in%20one%20place&amp;tw_document_href=https%3A%2F%2Fwww.intu",
      "<img src=\"https://analytics.twitter.com/i/adsct?bci=3&amp;dv=Asia%2FCalcutta%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%261%2624%26800%26600%260%26na&amp;eci=2&amp;event_id=f12e13cf-a3b9-4a21-8e71-6586477e57a7&amp;events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&amp;integration=advertiser&amp;p_id=Twitter&amp;p_user_id=0&amp;pl_id=e86da58c-98ff-417f-bc8d-2f48f0be187c&amp;pt=Intuit%C2%AE%3A%20Outdo%20your%20financial%20goals%E2%80%94all%20in%20one%20place&amp;tw_document_href=https",
      "<img src=\"https://t.co/i/adsct?bci=3&amp;dv=Asia%2FCalcutta%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%261%2624%26800%26600%260%26na&amp;eci=2&amp;event_id=263472f4-c065-4b48-9b01-44884009df2b&amp;events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&amp;integration=advertiser&amp;p_id=Twitter&amp;p_user_id=0&amp;pl_id=e86da58c-98ff-417f-bc8d-2f48f0be187c&amp;pt=Intuit%C2%AE%3A%20Outdo%20your%20financial%20goals%E2%80%94all%20in%20one%20place&amp;tw_document_href=https%3A%2F%2Fwww.intu",
      "<img src=\"https://analytics.twitter.com/i/adsct?bci=3&amp;dv=Asia%2FCalcutta%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%261%2624%26800%26600%260%26na&amp;eci=2&amp;event_id=263472f4-c065-4b48-9b01-44884009df2b&amp;events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&amp;integration=advertiser&amp;p_id=Twitter&amp;p_user_id=0&amp;pl_id=e86da58c-98ff-417f-bc8d-2f48f0be187c&amp;pt=Intuit%C2%AE%3A%20Outdo%20your%20financial%20goals%E2%80%94all%20in%20one%20place&amp;tw_document_href=https"
    ],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 1,
    "headings": 32,
    "links": 143,
    "inaccessibleLinks": 5,
    "buttons": 37,
    "inaccessibleButtons": 2,
    "images": 37,
    "imagesWithAlt": 33,
    "autocompleteInputs": 1,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 1
  }
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

25 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/webmcp.json",
            "statusCode": 400,
            "contentType": "text/html",
            "length": 67168
          },
          {
            "path": "/webmcp.json",
            "statusCode": 400,
            "contentType": "text/html",
            "length": 67168
          },
          {
            "path": "/mcp.json",
            "statusCode": 400,
            "contentType": "text/html",
            "length": 67168
          }
        ]
      },
      "issue": "WebMCP manifest was not found at the expected path.",
      "howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP

WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

WebMCP can expose page context and actions directly through the browser, giving agents safer structured hooks than screen scraping alone.

Check name

WebMCP

Score

50/100

Status

warning

Category

MCP

Maturity

Informational

Goal

Support WebMCP to expose site tools to AI agents via the browser.

Result

WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".

Validation steps

  1. Detect data-mcp-tool annotations

    No data-mcp-tool attributes were found on interactive elements.

  2. Detect WebMCP declarative tags

    No elements found with tool-name or tool-description attributes.

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

    WebMCP declarative annotation issues
    • <input name="ot-group-id-4"> is missing tool-param-description.
    • <input name="vendor-search-handler"> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
  4. Detect WebMCP imperative API usage

    navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.

  5. Detect WebMCP browser navigator injection

    navigator.modelContext was not detected in the rendered browser page.

  6. Interactive surface coverage

    Only 0% of interactive surfaces are annotated.

Evidence
{
  "failedStep": "declarative-annotation-quality",
  "steps": [
    {
      "id": "data-mcp-tool-attributes",
      "title": "Detect data-mcp-tool annotations",
      "status": "informational",
      "evidence": {
        "dataMcpToolCount": 0,
        "dataMcpTools": []
      },
      "issue": "No data-mcp-tool attributes were found on interactive elements.",
      "howToFix": "Add data-mcp-tool attributes to high-value forms, buttons, and links so generic MCP-aware tooling can identify intended actions."
    },
    {
      "id": "declarative-tags",
      "title": "Detect WebMCP declarative tags",
      "status": "informational",
      "evidence": {
        "totalForms": 0,
        "formsWithTags": 0,
        "totalInteractive": 181,
        "interactiveWithTags": 0,
        "totalCount": 181,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input name=\"ot-group-id-4\"> is missing tool-param-description.",
          "<input name=\"vendor-search-handler\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description."
        ]
      },
      "issue": "No elements found with tool-name or tool-description attributes.",
      "howToFix": "Add tool-name and tool-description attributes to forms and interactive elements."
    },
    {
      "id": "declarative-annotation-quality",
      "title": "Validate WebMCP declarative annotation quality",
      "status": "warning",
      "evidence": {
        "issueCount": 10,
        "issues": [
          "<input name=\"ot-group-id-4\"> is missing tool-param-description.",
          "<input name=\"vendor-search-handler\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description."
        ]
      },
      "issue": "WebMCP declarative annotations need fixes.",
      "issueDetails": [
        {
          "title": "WebMCP declarative annotation issues",
          "items": [
            {
              "type": "code",
              "value": "<input name=\"ot-group-id-4\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"vendor-search-handler\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            }
          ]
        }
      ],
      "howToFix": "Use snake_case tool-name values, descriptive tool-description values, named and labeled fields, and tool-param-description on inputs."
    },
    {
      "id": "imperative-api",
      "title": "Detect WebMCP imperative API usage",
      "status": "informational",
      "evidence": {
        "staticSignals": {
          "detected": false,
          "matched": []
        },
        "browser": {
          "checked": true,
          "detected": false,
          "hasNavigatorModelContext": false,
          "modelContextType": "undefined",
          "hasProvideContext": false,
          "hasRegisterTool": false
        }
      },
      "issue": "navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.",
      "howToFix": "Use navigator.modelContext.provideContext() to register tools programmatically."
    },
    {
      "id": "browser-navigator-injection",
      "title": "Detect WebMCP browser navigator injection",
      "status": "informational",
      "evidence": {
        "browser": {
          "checked": true,
          "detected": false,
          "hasNavigatorModelContext": false,
          "modelContextType": "undefined",
          "hasProvideContext": false,
          "hasRegisterTool": false
        }
      },
      "issue": "navigator.modelContext was not detected in the rendered browser page.",
      "howToFix": "Expose WebMCP through navigator.modelContext in the browser runtime when the page is intended to provide in-page tools."
    },
    {
      "id": "surface-coverage",
      "title": "Interactive surface coverage",
      "status": "informational",
      "evidence": {
        "totalForms": 0,
        "formsWithTags": 0,
        "totalInteractive": 181,
        "interactiveWithTags": 0,
        "totalCount": 181,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input name=\"ot-group-id-4\"> is missing tool-param-description.",
          "<input name=\"vendor-search-handler\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing tool-param-description."
        ]
      },
      "issue": "Only 0% of interactive surfaces are annotated.",
      "howToFix": "Add WebMCP annotations to all forms and interactive elements to increase agent coverage."
    }
  ],
  "staticSignals": {
    "detected": false,
    "matched": []
  },
  "coverage": {
    "totalForms": 0,
    "formsWithTags": 0,
    "totalInteractive": 181,
    "interactiveWithTags": 0,
    "totalCount": 181,
    "taggedCount": 0,
    "dataMcpToolCount": 0,
    "dataMcpTools": [],
    "coverage": 0,
    "annotationIssues": [
      "<input name=\"ot-group-id-4\"> is missing tool-param-description.",
      "<input name=\"vendor-search-handler\"> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing tool-param-description."
    ]
  },
  "browserWebMcp": {
    "checked": true,
    "detected": false,
    "hasNavigatorModelContext": false,
    "modelContextType": "undefined",
    "hasProvideContext": false,
    "hasRegisterTool": false
  }
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

AIO: Visible structured data match scored 0/100 and needs a fix.

10 Fail

Needs attention

AIO: Visible structured data match

Failed check
01

Issue

No JSON-LD structured data was detected.

Details

02

Why it matters

AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.

Check name

AIO: Visible structured data match

Score

0/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content eligible and useful for Google AI Overviews and AI Mode extraction.

Result

AIO: Visible structured data match scored 0/100 and needs a fix.

Evidence
{
  "schemaCount": 0,
  "mismatches": [],
  "score": 0,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

AIO: Source and trust signals scored 40/100 and needs a fix.

6 Fail

Needs attention

AIO: Source and trust signals

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.

Check name

AIO: Source and trust signals

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content eligible and useful for Google AI Overviews and AI Mode extraction.

Result

AIO: Source and trust signals scored 40/100 and needs a fix.

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://www.intuit.com/company/",
      "text": "Company Profile",
      "html": "<a href=\"https://www.intuit.com/company/\" class=\"ANavigationLink-link-a7c7906 MNavigationLinkGroup-link-navigation-bc9ecfc navigation-link\" tabindex=\"-1\" id=\"Company Profile_d39605c2-4f61-4229-8e75-f43b7759e438\" data-mega-nav-link=\"true\" data-testid=\"link\" data-tracking=\"link\" data-targetmodalid aria-label=\"Learn more about Intuit in general\" referrerpolicy=\"no-referrer\" target=\"_self\"><span class=\"MNavigationLinkGroup-link-navigation-bc9ecfc navigation-link ANavigationLink-link-content-7504a..."
    },
    {
      "href": "https://www.intuit.com/company/corporate-responsibility/",
      "text": "Corporate Responsibility",
      "html": "<a href=\"https://www.intuit.com/company/corporate-responsibility/\" class=\"ANavigationLink-link-a7c7906 MNavigationLinkGroup-link-navigation-bc9ecfc navigation-link\" tabindex=\"-1\" id=\"Corporate Responsibility_1be0d7df-23f4-4553-90b5-f44b245ed42b\" data-mega-nav-link=\"true\" data-testid=\"link\" data-tracking=\"link\" data-targetmodalid aria-label=\"Learn more about corporate responsibility at Intuit\" referrerpolicy=\"no-referrer\" target=\"_self\"><span class=\"MNavigationLinkGroup-link-navigation-bc9ecfc..."
    },
    {
      "href": "https://www.intuit.com/company/diversity/",
      "text": "Diversity and Inclusion",
      "html": "<a href=\"https://www.intuit.com/company/diversity/\" class=\"ANavigationLink-link-a7c7906 MNavigationLinkGroup-link-navigation-bc9ecfc navigation-link\" tabindex=\"-1\" id=\"Diversity and Inclusion_ec5576c1-e75b-4cc7-ac04-6a41e9612eca\" data-mega-nav-link=\"true\" data-testid=\"link\" data-tracking=\"link\" data-targetmodalid aria-label=\"Learn more about diversity and inclusion at Intuit\" referrerpolicy=\"no-referrer\" target=\"_self\"><span class=\"MNavigationLinkGroup-link-navigation-bc9ecfc navigation-link..."
    },
    {
      "href": "https://www.intuit.com/company/locations/",
      "text": "Worldwide Locations",
      "html": "<a href=\"https://www.intuit.com/company/locations/\" class=\"ANavigationLink-link-a7c7906 MNavigationLinkGroup-link-navigation-bc9ecfc navigation-link\" tabindex=\"-1\" id=\"Worldwide Locations_223b6b5e-2deb-474e-8fbe-e031779fe517\" data-mega-nav-link=\"true\" data-testid=\"link\" data-tracking=\"link\" data-targetmodalid aria-label=\"Learn more about Intuit and our office locations.\" referrerpolicy=\"no-referrer\" target=\"_self\"><span class=\"MNavigationLinkGroup-link-navigation-bc9ecfc navigation-link ANavi..."
    },
    {
      "href": "https://www.intuit.com/company/executives/",
      "text": "Executive Leadership",
      "html": "<a href=\"https://www.intuit.com/company/executives/\" class=\"ANavigationLink-link-a7c7906 MNavigationLinkGroup-link-navigation-bc9ecfc navigation-link\" tabindex=\"-1\" id=\"Executive Leadership_19a58541-6eec-4cc7-b4d1-513beaa16f31\" data-mega-nav-link=\"true\" data-testid=\"link\" data-tracking=\"link\" data-targetmodalid aria-label=\"Find information about Intuit leadership\" referrerpolicy=\"no-referrer\" target=\"_self\"><span class=\"MNavigationLinkGroup-link-navigation-bc9ecfc navigation-link ANavigationL..."
    },
    {
      "href": "https://www.intuit.com/company/press-room/",
      "text": "Press Room",
      "html": "<a href=\"https://www.intuit.com/company/press-room/\" class=\"ANavigationLink-link-a7c7906 MNavigationLinkGroup-link-navigation-bc9ecfc navigation-link\" tabindex=\"-1\" id=\"Press Room_d6ea15e6-8348-4f0a-9698-4da0fd29718f\" data-mega-nav-link=\"true\" data-testid=\"link\" data-tracking=\"link\" data-targetmodalid aria-label=\"Find press room resources\" referrerpolicy=\"no-referrer\" target=\"_self\"><span class=\"MNavigationLinkGroup-link-navigation-bc9ecfc navigation-link ANavigationLink-link-content-7504a55\"..."
    },
    {
      "href": "https://www.intuit.com/company/supplier-programs/",
      "text": "Supplier Partner Programs",
      "html": "<a href=\"https://www.intuit.com/company/supplier-programs/\" class=\"ANavigationLink-link-a7c7906 MNavigationLinkGroup-link-navigation-bc9ecfc navigation-link\" tabindex=\"-1\" id=\"Supplier Partner Programs_e518073e-e958-44b7-99f5-29a899863558\" data-mega-nav-link=\"true\" data-testid=\"link\" data-tracking=\"link\" data-targetmodalid aria-label=\"Learn more about our supplier partner programs\" referrerpolicy=\"no-referrer\" target=\"_self\"><span class=\"MNavigationLinkGroup-link-navigation-bc9ecfc navigation..."
    },
    {
      "href": "https://www.fastcompany.com/91359079/intuit-bets-big-on-ai-to-boost-efficiency-and-trust-in-quickbooks",
      "text": "Read the story",
      "html": "<a data-testid=\"link\" data-tracking=\"link\" aria-label=\"Read the story\" title=\"Read the story\" rel=\"noreferrer\" referrerpolicy=\"no-referrer\" target=\"_blank\" href=\"https://www.fastcompany.com/91359079/intuit-bets-big-on-ai-to-boost-efficiency-and-trust-in-quickbooks\" tabindex=\"0\" class=\"ALink-link-113576e ALink-regular-a48ff8c ALink-primary-027b5d2 ALink-light-6b5f787 M05ArticleCard-link-0e5cc1f\" data-wa-link=\"icom-homepage:articles-intuit-bet-ai-link\" data-ui-object-detail=\"icom-homepage:artic..."
    },
    {
      "href": "https://www.intuit.com/company/",
      "text": "Learn about us",
      "html": "<a aria-label=\"Learn about us\" rel href=\"https://www.intuit.com/company/\" target=\"_self\" class=\"MBigLinkCard-m-big-link-card-8511d3e C06Quicklinks-card-27bba9a MBigLinkCard-no-description-14e2cb4\" data-testid=\"link\" data-tracking=\"link\" data-wa-link=\"icom-homepage:quicklinks-about-us-cta\" data-ui-object=\"button\"><div class=\"MBigLinkCard-image-wrapper-802492a\"><div class=\"MAssets-m-assets-7d1f08d MAssets-variant-C-3f749fd MAssets-gradient-dark-blue-9fadfc4 MBigLinkCard-image-f928696\" data-comp..."
    },
    {
      "href": "https://www.intuit.com/company/",
      "text": "About Intuit",
      "html": "<a class=\"Link_link__0394a19c Link_blue__0394a19c Link_body02__0394a19c Link_medium__0394a19c\" data-testid=\"link\" data-tracking=\"link\" href=\"https://www.intuit.com/company/\" title=\"About Intuit\" rel data-ui-access-point=\"footer\" data-wa-link=\"ftr-global-Company-Profile\" data-ui-object-detail=\"About Intuit\" data-object=\"content\" data-ui-object=\"link\" data-sku data-action=\"interacted\" data-ui-action=\"clicked\" pricingcontext=\"[object Object]\" externaldata=\"[object Object]\" urlparamsprops=\"[objec..."
    },
    {
      "href": "https://www.intuit.com/company/corporate-responsibility/",
      "text": "Corporate Responsibility",
      "html": "<a class=\"Link_link__0394a19c Link_blue__0394a19c Link_body02__0394a19c Link_medium__0394a19c\" data-testid=\"link\" data-tracking=\"link\" href=\"https://www.intuit.com/company/corporate-responsibility/\" title=\"Corporate Responsibility\" rel data-ui-access-point=\"footer\" data-wa-link=\"ftr-global-csr\" data-ui-object-detail=\"Corporate Responsibility\" data-object=\"content\" data-ui-object=\"link\" data-sku data-action=\"interacted\" data-ui-action=\"clicked\" pricingcontext=\"[object Object]\" externaldata=\"[o..."
    },
    {
      "href": "https://www.intuit.com/company/contact",
      "text": "Contact Us",
      "html": "<a class=\"Link_link__0394a19c Link_blue__0394a19c Link_body02__0394a19c Link_medium__0394a19c\" data-testid=\"link\" data-tracking=\"link\" href=\"https://www.intuit.com/company/contact\" title=\"Contact Us\" rel data-ui-access-point=\"footer\" data-wa-link=\"ftr-global-Contact\" data-ui-object-detail=\"Contact Us\" data-object=\"content\" data-ui-object=\"link\" data-sku data-action=\"interacted\" data-ui-action=\"clicked\" pricingcontext=\"[object Object]\" externaldata=\"[object Object]\" urlparamsprops=\"[object Obj..."
    },
    {
      "href": "https://www.intuit.com/company/",
      "text": "About Intuit",
      "html": "<a class=\"Link_link__0394a19c FooterBottom_link__85213473 Link_white__0394a19c Link_body02__0394a19c Link_medium__0394a19c\" data-testid=\"link\" data-tracking=\"link\" href=\"https://www.intuit.com/company/\" data-ui-access-point=\"footer\" data-ui-object-detail=\"ftr-global-legal-About\" data-wa-link=\"ftr-global-legal-About\" data-object=\"content\" data-ui-object=\"link\" data-sku data-action=\"interacted\" data-ui-action=\"clicked\" data-custom-properties=\"link_name|link-ftr-global-legal-about [www.intuit.co..."
    },
    {
      "href": "https://www.intuit.com/company/press-room",
      "text": "Press Room",
      "html": "<a class=\"Link_link__0394a19c FooterBottom_link__85213473 Link_white__0394a19c Link_body02__0394a19c Link_medium__0394a19c\" data-testid=\"link\" data-tracking=\"link\" href=\"https://www.intuit.com/company/press-room\" data-ui-access-point=\"footer\" data-ui-object-detail=\"ftr-global-PressRoom\" data-wa-link=\"ftr-global-legal-PressRoom\" data-object=\"content\" data-ui-object=\"link\" data-sku data-action=\"interacted\" data-ui-action=\"clicked\" data-custom-properties=\"link_name|link-ftr-global-pressroom [www..."
    },
    {
      "href": "https://security.intuit.com/index.php/intuit-cookie-policy/",
      "text": "About cookies",
      "html": "<a class=\"Link_link__0394a19c FooterBottom_link__85213473 FooterBottom_cookieLink__85213473 FooterBottom_underline__85213473 Link_white__0394a19c Link_body02__0394a19c Link_medium__0394a19c\" data-testid=\"link\" data-tracking=\"link\" href=\"https://security.intuit.com/index.php/intuit-cookie-policy/\" data-ui-access-point=\"footer\" data-ui-object-detail=\"About cookies\" data-wa-link=\"ftr-corporate-aboutcookies\" data-object=\"content\" data-ui-object=\"link\" data-sku data-action=\"interacted\" data-ui-act..."
    }
  ],
  "contactLinks": [
    {
      "href": "https://www.intuit.com/support/",
      "text": "Overview",
      "html": "<a href=\"https://www.intuit.com/support/\" class=\"ANavigationLink-link-a7c7906 MNavigationLinkGroup-link-navigation-bc9ecfc navigation-link\" tabindex=\"-1\" id=\"Overview_2ed953d1-1bc3-4c61-abbf-fbe2c2f45623\" data-mega-nav-link=\"true\" data-testid=\"link\" data-tracking=\"link\" data-targetmodalid aria-label=\"View general Intuit support contact options\" referrerpolicy=\"no-referrer\" target=\"_self\"><span class=\"MNavigationLinkGroup-link-navigation-bc9ecfc navigation-link ANavigationLink-link-content-750..."
    },
    {
      "href": "https://ttlc.intuit.com/",
      "text": "TurboTax SupportOpens in a new tab",
      "html": "<a href=\"https://ttlc.intuit.com/\" class=\"ANavigationLink-link-a7c7906 MNavigationLinkGroup-link-navigation-bc9ecfc navigation-link\" tabindex=\"-1\" id=\"TurboTax Support_8841a238-7c82-451f-8595-af14aaa5ba15\" data-mega-nav-link=\"true\" data-testid=\"link\" data-tracking=\"link\" data-targetmodalid aria-label=\"View support for Intuit TurboTax\" referrerpolicy=\"no-referrer\" target=\"_blank\"><span class=\"MNavigationLinkGroup-link-navigation-bc9ecfc navigation-link ANavigationLink-link-content-7504a55\">Tur..."
    },
    {
      "href": "https://quickbooks.intuit.com/learn-support/en-us",
      "text": "QuickBooks SupportOpens in a new tab",
      "html": "<a href=\"https://quickbooks.intuit.com/learn-support/en-us\" class=\"ANavigationLink-link-a7c7906 MNavigationLinkGroup-link-navigation-bc9ecfc navigation-link\" tabindex=\"-1\" id=\"QuickBooks Support_9e298d39-ad24-4e89-af8f-db90f1c59104\" data-mega-nav-link=\"true\" data-testid=\"link\" data-tracking=\"link\" data-targetmodalid aria-label=\"View support for Intuit QuickBooks\" referrerpolicy=\"no-referrer\" target=\"_blank\"><span class=\"MNavigationLinkGroup-link-navigation-bc9ecfc navigation-link ANavigationL..."
    },
    {
      "href": "https://www.intuit.com/company/contact",
      "text": "Contact Us",
      "html": "<a class=\"Link_link__0394a19c Link_blue__0394a19c Link_body02__0394a19c Link_medium__0394a19c\" data-testid=\"link\" data-tracking=\"link\" href=\"https://www.intuit.com/company/contact\" title=\"Contact Us\" rel data-ui-access-point=\"footer\" data-wa-link=\"ftr-global-Contact\" data-ui-object-detail=\"Contact Us\" data-object=\"content\" data-ui-object=\"link\" data-sku data-action=\"interacted\" data-ui-action=\"clicked\" pricingcontext=\"[object Object]\" externaldata=\"[object Object]\" urlparamsprops=\"[object Obj..."
    }
  ],
  "privacyLinks": [
    {
      "href": "https://accounts.intuit.com/terms-of-service",
      "text": "Terms and Conditions",
      "html": "<a class=\"Link_link__0394a19c FooterBottom_link__85213473 Link_white__0394a19c Link_body02__0394a19c Link_medium__0394a19c\" data-testid=\"link\" data-tracking=\"link\" href=\"https://accounts.intuit.com/terms-of-service\" data-ui-access-point=\"footer\" data-ui-object-detail=\"ftr-corporate-terms\" data-wa-link=\"ftr-corporate-terms\" data-object=\"content\" data-ui-object=\"link\" data-sku data-action=\"interacted\" data-ui-action=\"clicked\" data-custom-properties=\"link_name|link-ftr-corporate-terms [www.intui..."
    },
    {
      "href": "https://privacy.trustarc.com/privacy-seal/validation?rid=ab182efc-5237-493d-8952-9295f7f3800b",
      "text": "",
      "html": "<a class=\"link\" data-testid=\"image-link\" href=\"https://privacy.trustarc.com/privacy-seal/validation?rid=ab182efc-5237-493d-8952-9295f7f3800b\" target=\"_blank\" data-wa-link=\"ftr-global-truste\" data-ui-access-point=\"footer\"> <picture width=\"142\" height=\"45\"><img class=\"Image_imageTag__ec4577e8\" src=\"https://hostedseal.trustarc.com/privacy-seal/seal?rid=ab182efc-5237-493d-8952-9295f7f3800b\" alt=\"TRUSTe\" width=\"142\" height=\"45\" loading=\"lazy\" fetchpriority=\"low\"></picture> </a>"
    },
    {
      "href": "https://www.intuit.com/privacy/",
      "text": "Privacy",
      "html": "<a class=\"Link_link__0394a19c FooterBottom_link__85213473 Link_white__0394a19c Link_body02__0394a19c Link_medium__0394a19c\" data-testid=\"link\" data-tracking=\"link\" href=\"https://www.intuit.com/privacy/\" data-ui-access-point=\"footer\" data-ui-object-detail=\"Privacy\" data-wa-link=\"ftr-corporate-privacy\" data-object=\"content\" data-ui-object=\"link\" data-sku data-action=\"interacted\" data-ui-action=\"clicked\" data-custom-properties=\"link_name|link-privacy [www.intuit.com]\"><span class=\"Link_alignLeft..."
    },
    {
      "href": "https://privacy.trustarc.com/privacy-seal/validation?rid=ab182efc-5237-493d-8952-9295f7f3800b",
      "text": "",
      "html": "<a class=\"link\" data-testid=\"image-link\" href=\"https://privacy.trustarc.com/privacy-seal/validation?rid=ab182efc-5237-493d-8952-9295f7f3800b\" target=\"_blank\" data-wa-link=\"ftr-global-truste\" data-ui-access-point=\"footer\"> <picture width=\"142\" height=\"45\"><img class=\"Image_imageTag__ec4577e8\" src=\"https://hostedseal.trustarc.com/privacy-seal/seal?rid=ab182efc-5237-493d-8952-9295f7f3800b\" alt=\"TRUSTe\" width=\"142\" height=\"45\" loading=\"lazy\" fetchpriority=\"low\"></picture> </a>"
    }
  ],
  "score": 40,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

AEO: Answer evidence and trust scored 40/100 and needs a fix.

5 Fail

Needs attention

AEO: Answer evidence and trust

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.

Check name

AEO: Answer evidence and trust

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to answer from directly.

Result

AEO: Answer evidence and trust scored 40/100 and needs a fix.

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://www.intuit.com/company/",
      "text": "Company Profile",
      "html": "<a href=\"https://www.intuit.com/company/\" class=\"ANavigationLink-link-a7c7906 MNavigationLinkGroup-link-navigation-bc9ecfc navigation-link\" tabindex=\"-1\" id=\"Company Profile_d39605c2-4f61-4229-8e75-f43b7759e438\" data-mega-nav-link=\"true\" data-testid=\"link\" data-tracking=\"link\" data-targetmodalid aria-label=\"Learn more about Intuit in general\" referrerpolicy=\"no-referrer\" target=\"_self\"><span class=\"MNavigationLinkGroup-link-navigation-bc9ecfc navigation-link ANavigationLink-link-content-7504a..."
    },
    {
      "href": "https://www.intuit.com/company/corporate-responsibility/",
      "text": "Corporate Responsibility",
      "html": "<a href=\"https://www.intuit.com/company/corporate-responsibility/\" class=\"ANavigationLink-link-a7c7906 MNavigationLinkGroup-link-navigation-bc9ecfc navigation-link\" tabindex=\"-1\" id=\"Corporate Responsibility_1be0d7df-23f4-4553-90b5-f44b245ed42b\" data-mega-nav-link=\"true\" data-testid=\"link\" data-tracking=\"link\" data-targetmodalid aria-label=\"Learn more about corporate responsibility at Intuit\" referrerpolicy=\"no-referrer\" target=\"_self\"><span class=\"MNavigationLinkGroup-link-navigation-bc9ecfc..."
    },
    {
      "href": "https://www.intuit.com/company/diversity/",
      "text": "Diversity and Inclusion",
      "html": "<a href=\"https://www.intuit.com/company/diversity/\" class=\"ANavigationLink-link-a7c7906 MNavigationLinkGroup-link-navigation-bc9ecfc navigation-link\" tabindex=\"-1\" id=\"Diversity and Inclusion_ec5576c1-e75b-4cc7-ac04-6a41e9612eca\" data-mega-nav-link=\"true\" data-testid=\"link\" data-tracking=\"link\" data-targetmodalid aria-label=\"Learn more about diversity and inclusion at Intuit\" referrerpolicy=\"no-referrer\" target=\"_self\"><span class=\"MNavigationLinkGroup-link-navigation-bc9ecfc navigation-link..."
    },
    {
      "href": "https://www.intuit.com/company/locations/",
      "text": "Worldwide Locations",
      "html": "<a href=\"https://www.intuit.com/company/locations/\" class=\"ANavigationLink-link-a7c7906 MNavigationLinkGroup-link-navigation-bc9ecfc navigation-link\" tabindex=\"-1\" id=\"Worldwide Locations_223b6b5e-2deb-474e-8fbe-e031779fe517\" data-mega-nav-link=\"true\" data-testid=\"link\" data-tracking=\"link\" data-targetmodalid aria-label=\"Learn more about Intuit and our office locations.\" referrerpolicy=\"no-referrer\" target=\"_self\"><span class=\"MNavigationLinkGroup-link-navigation-bc9ecfc navigation-link ANavi..."
    },
    {
      "href": "https://www.intuit.com/company/executives/",
      "text": "Executive Leadership",
      "html": "<a href=\"https://www.intuit.com/company/executives/\" class=\"ANavigationLink-link-a7c7906 MNavigationLinkGroup-link-navigation-bc9ecfc navigation-link\" tabindex=\"-1\" id=\"Executive Leadership_19a58541-6eec-4cc7-b4d1-513beaa16f31\" data-mega-nav-link=\"true\" data-testid=\"link\" data-tracking=\"link\" data-targetmodalid aria-label=\"Find information about Intuit leadership\" referrerpolicy=\"no-referrer\" target=\"_self\"><span class=\"MNavigationLinkGroup-link-navigation-bc9ecfc navigation-link ANavigationL..."
    },
    {
      "href": "https://www.intuit.com/company/press-room/",
      "text": "Press Room",
      "html": "<a href=\"https://www.intuit.com/company/press-room/\" class=\"ANavigationLink-link-a7c7906 MNavigationLinkGroup-link-navigation-bc9ecfc navigation-link\" tabindex=\"-1\" id=\"Press Room_d6ea15e6-8348-4f0a-9698-4da0fd29718f\" data-mega-nav-link=\"true\" data-testid=\"link\" data-tracking=\"link\" data-targetmodalid aria-label=\"Find press room resources\" referrerpolicy=\"no-referrer\" target=\"_self\"><span class=\"MNavigationLinkGroup-link-navigation-bc9ecfc navigation-link ANavigationLink-link-content-7504a55\"..."
    },
    {
      "href": "https://www.intuit.com/company/supplier-programs/",
      "text": "Supplier Partner Programs",
      "html": "<a href=\"https://www.intuit.com/company/supplier-programs/\" class=\"ANavigationLink-link-a7c7906 MNavigationLinkGroup-link-navigation-bc9ecfc navigation-link\" tabindex=\"-1\" id=\"Supplier Partner Programs_e518073e-e958-44b7-99f5-29a899863558\" data-mega-nav-link=\"true\" data-testid=\"link\" data-tracking=\"link\" data-targetmodalid aria-label=\"Learn more about our supplier partner programs\" referrerpolicy=\"no-referrer\" target=\"_self\"><span class=\"MNavigationLinkGroup-link-navigation-bc9ecfc navigation..."
    },
    {
      "href": "https://www.fastcompany.com/91359079/intuit-bets-big-on-ai-to-boost-efficiency-and-trust-in-quickbooks",
      "text": "Read the story",
      "html": "<a data-testid=\"link\" data-tracking=\"link\" aria-label=\"Read the story\" title=\"Read the story\" rel=\"noreferrer\" referrerpolicy=\"no-referrer\" target=\"_blank\" href=\"https://www.fastcompany.com/91359079/intuit-bets-big-on-ai-to-boost-efficiency-and-trust-in-quickbooks\" tabindex=\"0\" class=\"ALink-link-113576e ALink-regular-a48ff8c ALink-primary-027b5d2 ALink-light-6b5f787 M05ArticleCard-link-0e5cc1f\" data-wa-link=\"icom-homepage:articles-intuit-bet-ai-link\" data-ui-object-detail=\"icom-homepage:artic..."
    },
    {
      "href": "https://www.intuit.com/company/",
      "text": "Learn about us",
      "html": "<a aria-label=\"Learn about us\" rel href=\"https://www.intuit.com/company/\" target=\"_self\" class=\"MBigLinkCard-m-big-link-card-8511d3e C06Quicklinks-card-27bba9a MBigLinkCard-no-description-14e2cb4\" data-testid=\"link\" data-tracking=\"link\" data-wa-link=\"icom-homepage:quicklinks-about-us-cta\" data-ui-object=\"button\"><div class=\"MBigLinkCard-image-wrapper-802492a\"><div class=\"MAssets-m-assets-7d1f08d MAssets-variant-C-3f749fd MAssets-gradient-dark-blue-9fadfc4 MBigLinkCard-image-f928696\" data-comp..."
    },
    {
      "href": "https://www.intuit.com/company/",
      "text": "About Intuit",
      "html": "<a class=\"Link_link__0394a19c Link_blue__0394a19c Link_body02__0394a19c Link_medium__0394a19c\" data-testid=\"link\" data-tracking=\"link\" href=\"https://www.intuit.com/company/\" title=\"About Intuit\" rel data-ui-access-point=\"footer\" data-wa-link=\"ftr-global-Company-Profile\" data-ui-object-detail=\"About Intuit\" data-object=\"content\" data-ui-object=\"link\" data-sku data-action=\"interacted\" data-ui-action=\"clicked\" pricingcontext=\"[object Object]\" externaldata=\"[object Object]\" urlparamsprops=\"[objec..."
    },
    {
      "href": "https://www.intuit.com/company/corporate-responsibility/",
      "text": "Corporate Responsibility",
      "html": "<a class=\"Link_link__0394a19c Link_blue__0394a19c Link_body02__0394a19c Link_medium__0394a19c\" data-testid=\"link\" data-tracking=\"link\" href=\"https://www.intuit.com/company/corporate-responsibility/\" title=\"Corporate Responsibility\" rel data-ui-access-point=\"footer\" data-wa-link=\"ftr-global-csr\" data-ui-object-detail=\"Corporate Responsibility\" data-object=\"content\" data-ui-object=\"link\" data-sku data-action=\"interacted\" data-ui-action=\"clicked\" pricingcontext=\"[object Object]\" externaldata=\"[o..."
    },
    {
      "href": "https://www.intuit.com/company/contact",
      "text": "Contact Us",
      "html": "<a class=\"Link_link__0394a19c Link_blue__0394a19c Link_body02__0394a19c Link_medium__0394a19c\" data-testid=\"link\" data-tracking=\"link\" href=\"https://www.intuit.com/company/contact\" title=\"Contact Us\" rel data-ui-access-point=\"footer\" data-wa-link=\"ftr-global-Contact\" data-ui-object-detail=\"Contact Us\" data-object=\"content\" data-ui-object=\"link\" data-sku data-action=\"interacted\" data-ui-action=\"clicked\" pricingcontext=\"[object Object]\" externaldata=\"[object Object]\" urlparamsprops=\"[object Obj..."
    },
    {
      "href": "https://www.intuit.com/company/",
      "text": "About Intuit",
      "html": "<a class=\"Link_link__0394a19c FooterBottom_link__85213473 Link_white__0394a19c Link_body02__0394a19c Link_medium__0394a19c\" data-testid=\"link\" data-tracking=\"link\" href=\"https://www.intuit.com/company/\" data-ui-access-point=\"footer\" data-ui-object-detail=\"ftr-global-legal-About\" data-wa-link=\"ftr-global-legal-About\" data-object=\"content\" data-ui-object=\"link\" data-sku data-action=\"interacted\" data-ui-action=\"clicked\" data-custom-properties=\"link_name|link-ftr-global-legal-about [www.intuit.co..."
    },
    {
      "href": "https://www.intuit.com/company/press-room",
      "text": "Press Room",
      "html": "<a class=\"Link_link__0394a19c FooterBottom_link__85213473 Link_white__0394a19c Link_body02__0394a19c Link_medium__0394a19c\" data-testid=\"link\" data-tracking=\"link\" href=\"https://www.intuit.com/company/press-room\" data-ui-access-point=\"footer\" data-ui-object-detail=\"ftr-global-PressRoom\" data-wa-link=\"ftr-global-legal-PressRoom\" data-object=\"content\" data-ui-object=\"link\" data-sku data-action=\"interacted\" data-ui-action=\"clicked\" data-custom-properties=\"link_name|link-ftr-global-pressroom [www..."
    },
    {
      "href": "https://security.intuit.com/index.php/intuit-cookie-policy/",
      "text": "About cookies",
      "html": "<a class=\"Link_link__0394a19c FooterBottom_link__85213473 FooterBottom_cookieLink__85213473 FooterBottom_underline__85213473 Link_white__0394a19c Link_body02__0394a19c Link_medium__0394a19c\" data-testid=\"link\" data-tracking=\"link\" href=\"https://security.intuit.com/index.php/intuit-cookie-policy/\" data-ui-access-point=\"footer\" data-ui-object-detail=\"About cookies\" data-wa-link=\"ftr-corporate-aboutcookies\" data-object=\"content\" data-ui-object=\"link\" data-sku data-action=\"interacted\" data-ui-act..."
    }
  ],
  "contactLinks": [
    {
      "href": "https://www.intuit.com/support/",
      "text": "Overview",
      "html": "<a href=\"https://www.intuit.com/support/\" class=\"ANavigationLink-link-a7c7906 MNavigationLinkGroup-link-navigation-bc9ecfc navigation-link\" tabindex=\"-1\" id=\"Overview_2ed953d1-1bc3-4c61-abbf-fbe2c2f45623\" data-mega-nav-link=\"true\" data-testid=\"link\" data-tracking=\"link\" data-targetmodalid aria-label=\"View general Intuit support contact options\" referrerpolicy=\"no-referrer\" target=\"_self\"><span class=\"MNavigationLinkGroup-link-navigation-bc9ecfc navigation-link ANavigationLink-link-content-750..."
    },
    {
      "href": "https://ttlc.intuit.com/",
      "text": "TurboTax SupportOpens in a new tab",
      "html": "<a href=\"https://ttlc.intuit.com/\" class=\"ANavigationLink-link-a7c7906 MNavigationLinkGroup-link-navigation-bc9ecfc navigation-link\" tabindex=\"-1\" id=\"TurboTax Support_8841a238-7c82-451f-8595-af14aaa5ba15\" data-mega-nav-link=\"true\" data-testid=\"link\" data-tracking=\"link\" data-targetmodalid aria-label=\"View support for Intuit TurboTax\" referrerpolicy=\"no-referrer\" target=\"_blank\"><span class=\"MNavigationLinkGroup-link-navigation-bc9ecfc navigation-link ANavigationLink-link-content-7504a55\">Tur..."
    },
    {
      "href": "https://quickbooks.intuit.com/learn-support/en-us",
      "text": "QuickBooks SupportOpens in a new tab",
      "html": "<a href=\"https://quickbooks.intuit.com/learn-support/en-us\" class=\"ANavigationLink-link-a7c7906 MNavigationLinkGroup-link-navigation-bc9ecfc navigation-link\" tabindex=\"-1\" id=\"QuickBooks Support_9e298d39-ad24-4e89-af8f-db90f1c59104\" data-mega-nav-link=\"true\" data-testid=\"link\" data-tracking=\"link\" data-targetmodalid aria-label=\"View support for Intuit QuickBooks\" referrerpolicy=\"no-referrer\" target=\"_blank\"><span class=\"MNavigationLinkGroup-link-navigation-bc9ecfc navigation-link ANavigationL..."
    },
    {
      "href": "https://www.intuit.com/company/contact",
      "text": "Contact Us",
      "html": "<a class=\"Link_link__0394a19c Link_blue__0394a19c Link_body02__0394a19c Link_medium__0394a19c\" data-testid=\"link\" data-tracking=\"link\" href=\"https://www.intuit.com/company/contact\" title=\"Contact Us\" rel data-ui-access-point=\"footer\" data-wa-link=\"ftr-global-Contact\" data-ui-object-detail=\"Contact Us\" data-object=\"content\" data-ui-object=\"link\" data-sku data-action=\"interacted\" data-ui-action=\"clicked\" pricingcontext=\"[object Object]\" externaldata=\"[object Object]\" urlparamsprops=\"[object Obj..."
    }
  ],
  "privacyLinks": [
    {
      "href": "https://accounts.intuit.com/terms-of-service",
      "text": "Terms and Conditions",
      "html": "<a class=\"Link_link__0394a19c FooterBottom_link__85213473 Link_white__0394a19c Link_body02__0394a19c Link_medium__0394a19c\" data-testid=\"link\" data-tracking=\"link\" href=\"https://accounts.intuit.com/terms-of-service\" data-ui-access-point=\"footer\" data-ui-object-detail=\"ftr-corporate-terms\" data-wa-link=\"ftr-corporate-terms\" data-object=\"content\" data-ui-object=\"link\" data-sku data-action=\"interacted\" data-ui-action=\"clicked\" data-custom-properties=\"link_name|link-ftr-corporate-terms [www.intui..."
    },
    {
      "href": "https://privacy.trustarc.com/privacy-seal/validation?rid=ab182efc-5237-493d-8952-9295f7f3800b",
      "text": "",
      "html": "<a class=\"link\" data-testid=\"image-link\" href=\"https://privacy.trustarc.com/privacy-seal/validation?rid=ab182efc-5237-493d-8952-9295f7f3800b\" target=\"_blank\" data-wa-link=\"ftr-global-truste\" data-ui-access-point=\"footer\"> <picture width=\"142\" height=\"45\"><img class=\"Image_imageTag__ec4577e8\" src=\"https://hostedseal.trustarc.com/privacy-seal/seal?rid=ab182efc-5237-493d-8952-9295f7f3800b\" alt=\"TRUSTe\" width=\"142\" height=\"45\" loading=\"lazy\" fetchpriority=\"low\"></picture> </a>"
    },
    {
      "href": "https://www.intuit.com/privacy/",
      "text": "Privacy",
      "html": "<a class=\"Link_link__0394a19c FooterBottom_link__85213473 Link_white__0394a19c Link_body02__0394a19c Link_medium__0394a19c\" data-testid=\"link\" data-tracking=\"link\" href=\"https://www.intuit.com/privacy/\" data-ui-access-point=\"footer\" data-ui-object-detail=\"Privacy\" data-wa-link=\"ftr-corporate-privacy\" data-object=\"content\" data-ui-object=\"link\" data-sku data-action=\"interacted\" data-ui-action=\"clicked\" data-custom-properties=\"link_name|link-privacy [www.intuit.com]\"><span class=\"Link_alignLeft..."
    },
    {
      "href": "https://privacy.trustarc.com/privacy-seal/validation?rid=ab182efc-5237-493d-8952-9295f7f3800b",
      "text": "",
      "html": "<a class=\"link\" data-testid=\"image-link\" href=\"https://privacy.trustarc.com/privacy-seal/validation?rid=ab182efc-5237-493d-8952-9295f7f3800b\" target=\"_blank\" data-wa-link=\"ftr-global-truste\" data-ui-access-point=\"footer\"> <picture width=\"142\" height=\"45\"><img class=\"Image_imageTag__ec4577e8\" src=\"https://hostedseal.trustarc.com/privacy-seal/seal?rid=ab182efc-5237-493d-8952-9295f7f3800b\" alt=\"TRUSTe\" width=\"142\" height=\"45\" loading=\"lazy\" fetchpriority=\"low\"></picture> </a>"
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

GEO: Extraction-friendly structure scored 60/100 and needs improvement.

5 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process, optional visible FAQ or FAQPage schema, JSON-LD structured data.

Details

02

Why it matters

Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.

Check name

GEO: Extraction-friendly structure

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for AI answer engines to extract, cite, and attribute.

Result

GEO: Extraction-friendly structure scored 60/100 and needs improvement.

Evidence
{
  "hasSummary": false,
  "tableCount": 0,
  "tablesWithHead": 0,
  "tablesMissingThead": [],
  "orderedLists": 0,
  "hasFaq": false,
  "definitionPatterns": 5,
  "schemaBlocks": 0,
  "missingSignals": [
    "optional top summary / TL;DR / key takeaways block",
    "table with <thead> only if the page already has tabular/comparative data",
    "ordered list only if the page explains a workflow/process",
    "optional visible FAQ or FAQPage schema",
    "JSON-LD structured data"
  ],
  "score": 60,
  "weight": 24
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

AEO: Answer-first sections scored 65/100 and needs improvement.

4 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

26 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.

Details

02

Why it matters

Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.

Check name

AEO: Answer-first sections

Score

65/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to answer from directly.

Result

AEO: Answer-first sections scored 65/100 and needs improvement.

Evidence
{
  "sectionCount": 29,
  "passing": 3,
  "failing": [
    {
      "heading": "Expertise that helps you file smarter",
      "headingHtml": "<h2><span class=\"ql-font-heading02 ql-size-medium\">Expertise that helps you file smarter</span></h2>",
      "firstParagraph": "Personalized, AI-powered answers in real-time as you file. Dedicated tax experts at the ready to file on your behalf. All the support you need, when you need it.",
      "paragraphHtml": "<p><span class=\"ql-size-regular ql-font-large\">Personalized, AI-powered answers in real-time as you file. Dedicated tax experts at the ready to file on your behalf. All the support you need, when you need it.</span></p>",
      "words": 28,
      "direct": false,
      "issue": "First paragraph is 28 words and does not look like a concise direct answer."
    },
    {
      "heading": "Turn your emails and SMS into revenue",
      "headingHtml": "<h2><span class=\"ql-font-heading02 ql-size-medium\">Turn your emails and SMS into revenue</span></h2>",
      "firstParagraph": "With AI-backed, personalized marketing, you can create omnichannel campaigns at scale. Drive it all with AI-generated automation flows.",
      "paragraphHtml": "<p><span class=\"ql-font-large ql-size-regular\">With AI-backed, personalized marketing, you can create omnichannel campaigns at scale. Drive it all with AI-generated automation flows.</span></p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "How Intuit drives success for",
      "headingHtml": "<h2><span class=\"ql-font-heading02 ql-size-medium\">How Intuit drives success for</span></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Small Businesses",
      "headingHtml": "<h3 class=\"ATypography-typography-8359d55 ATypography-h3-82ecd3c ATypography-regular-b281b4a ASliderPill-text-98f4b21\">Small Businesses</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Individuals",
      "headingHtml": "<h3 class=\"ATypography-typography-8359d55 ATypography-h3-82ecd3c ATypography-regular-b281b4a ASliderPill-text-98f4b21\">Individuals</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Mid-Market Businesses",
      "headingHtml": "<h3 class=\"ATypography-typography-8359d55 ATypography-h3-82ecd3c ATypography-regular-b281b4a ASliderPill-text-98f4b21\">Mid-Market Businesses</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Small Businesses",
      "headingHtml": "<h3 class=\"ATypography-typography-8359d55 ATypography-h3-82ecd3c ATypography-regular-b281b4a ASliderPill-text-98f4b21\">Small Businesses</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Individuals",
      "headingHtml": "<h3 class=\"ATypography-typography-8359d55 ATypography-h3-82ecd3c ATypography-regular-b281b4a ASliderPill-text-98f4b21\">Individuals</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Mid-Market Businesses",
      "headingHtml": "<h3 class=\"ATypography-typography-8359d55 ATypography-h3-82ecd3c ATypography-regular-b281b4a ASliderPill-text-98f4b21\">Mid-Market Businesses</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Small Businesses",
      "headingHtml": "<h3 class=\"ATypography-typography-8359d55 ATypography-h3-82ecd3c ATypography-regular-b281b4a MArticleShowcaseItem-title-a60f81e\">Small Businesses</h3>",
      "firstParagraph": "1:34",
      "paragraphHtml": "<p class=\"ATypography-typography-8359d55 ATypography-p-small-b3b796f ATypography-medium-77d706d APill-text-f9efdda\">1:34</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Individuals",
      "headingHtml": "<h3 class=\"ATypography-typography-8359d55 ATypography-h3-82ecd3c ATypography-regular-b281b4a MArticleShowcaseItem-title-a60f81e\">Individuals</h3>",
      "firstParagraph": "Meet Cedric and Ria. They’re flipping mobile homes and empowering communities.",
      "paragraphHtml": "<p><span class=\"ql-size-demi ql-font-large\">Meet Cedric and Ria. </span><span class=\"ql-font-large\">They&#x2019;re flipping mobile homes and empowering communities.</span></p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Mid-Market Businesses",
      "headingHtml": "<h3 class=\"ATypography-typography-8359d55 ATypography-h3-82ecd3c ATypography-regular-b281b4a MArticleShowcaseItem-title-a60f81e\">Mid-Market Businesses</h3>",
      "firstParagraph": "4:21",
      "paragraphHtml": "<p class=\"ATypography-typography-8359d55 ATypography-p-small-b3b796f ATypography-medium-77d706d APill-text-f9efdda\">4:21</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Innovation, action, and impact",
      "headingHtml": "<h2><span class=\"ql-font-heading02 ql-size-medium\">Innovation, action, and impact</span></h2>",
      "firstParagraph": "Partnership",
      "paragraphHtml": "<p class=\"ATypography-typography-8359d55 ATypography-p-small-b3b796f ATypography-medium-77d706d M05ArticleCard-label-e0eaeaa\" style=\"touch-action: pan-y;\">Partnership</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Intuit Financial Intelligence Comes to Claude via Anthropic",
      "headingHtml": "<h3 style=\"touch-action: pan-y;\"><span class=\"ql-size-medium ql-font-heading05\" style=\"touch-action: pan-y;\">Intuit Financial Intelligence Comes to Claude via Anthropic</span></h3>",
      "firstParagraph": "Partnership",
      "paragraphHtml": "<p class=\"ATypography-typography-8359d55 ATypography-p-small-b3b796f ATypography-medium-77d706d M05ArticleCard-label-e0eaeaa\" style=\"touch-action: pan-y;\">Partnership</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Intuit and OpenAI partner to revolutionize Financial Intelligence",
      "headingHtml": "<h3 style=\"touch-action: pan-y;\"><span class=\"ql-size-medium ql-font-heading05\" style=\"touch-action: pan-y;\">Intuit and OpenAI partner to revolutionize Financial Intelligence</span></h3>",
      "firstParagraph": "Press",
      "paragraphHtml": "<p class=\"ATypography-typography-8359d55 ATypography-p-small-b3b796f ATypography-medium-77d706d M05ArticleCard-label-e0eaeaa\" style=\"touch-action: pan-y;\">Press</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Fast Company: Intuit bets big on AI",
      "headingHtml": "<h3 style=\"touch-action: pan-y;\"><span class=\"ql-font-heading06 ql-size-demi\" style=\"touch-action: pan-y;\">Fast Company: Intuit bets big on AI</span></h3>",
      "firstParagraph": "QuickBooks redefines financial management",
      "paragraphHtml": "<p style=\"touch-action: pan-y;\"><span class=\"ql-font-heading06 ql-size-regular\" style=\"touch-action: pan-y;\">QuickBooks redefines financial management</span></p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Meet your virtual team—AI agents and human experts",
      "headingHtml": "<h3 style=\"touch-action: pan-y;\"><span class=\"ql-size-medium ql-font-heading05\" style=\"touch-action: pan-y;\">Meet your virtual team&#x2014;AI agents and human experts</span></h3>",
      "firstParagraph": "Investors",
      "paragraphHtml": "<p class=\"ATypography-typography-8359d55 ATypography-p-small-b3b796f ATypography-medium-77d706d M05TextCard-label-56f2eca\" style=\"touch-action: pan-y;\">Investors</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Intuit hosts Investor Day, reaffirms first-quarter and fiscal 2026 guidance",
      "headingHtml": "<h3 style=\"touch-action: pan-y;\"><span class=\"ql-size-regular ql-font-huge\" style=\"touch-action: pan-y;\">Intuit hosts Investor Day, reaffirms first-quarter and fiscal 2026 guidance</span></h3>",
      "firstParagraph": "Innovation",
      "paragraphHtml": "<p class=\"ATypography-typography-8359d55 ATypography-p-small-b3b796f ATypography-medium-77d706d M05ArticleCard-label-e0eaeaa\" style=\"touch-action: pan-y;\">Innovation</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Delivering done-for-you agentic AI experiences for millions of business owners",
      "headingHtml": "<h3 style=\"touch-action: pan-y;\"><span class=\"ql-font-heading05 ql-size-medium\" style=\"touch-action: pan-y;\">Delivering done-for-you agentic AI experiences for millions of business owners</span></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "See all stories",
      "headingHtml": "<h3 class=\"ATypography-typography-8359d55 ATypography-h3-82ecd3c ATypography-regular-b281b4a M05CtaCard-title-b744f19\" style=\"touch-action: pan-y;\">See all stories</h3>",
      "firstParagraph": "1 of 7",
      "paragraphHtml": "<p class=\"ATypography-typography-8359d55 ATypography-p-ce2c904 ATypography-medium-77d706d C05BlogArticleCards-text-e0e05d1\">1 of 7</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Driving success together",
      "headingHtml": "<h2><span class=\"ql-font-heading02 ql-size-medium\" style=\"color: rgb(57, 58, 61);\">Driving success together</span></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Work with us",
      "headingHtml": "<h3><span class=\"ql-size-regular ql-font-heading03\">Work with us</span></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Learn about us",
      "headingHtml": "<h3><span class=\"ql-size-regular ql-font-heading03\">Learn about us</span></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Build with us",
      "headingHtml": "<h3><span class=\"ql-size-regular ql-font-heading03\">Build with us</span></h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"Search_callSales__8fca179a\"><span class=\"has-rtap\"></span></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Cookies and Tracking Technologies",
      "headingHtml": "<h2 id=\"ot-pc-title\">Cookies and Tracking Technologies</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Cookie List",
      "headingHtml": "<h3>Cookie List</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p role=\"status\" class=\"ot-scrn-rdr\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

GEO: Entity clarity scored 74/100 and needs improvement.

4 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: outdo, financial, goals, all, one, place.

Details

02

Why it matters

Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.

Check name

GEO: Entity clarity

Score

74/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for AI answer engines to extract, cite, and attribute.

Result

GEO: Entity clarity scored 74/100 and needs improvement.

Evidence
{
  "title": "Intuit®: Outdo your financial goals—all in one place",
  "h1": "Outdo your financial goals—all in one place.",
  "description": "The Intuit platform puts a team of AI agents and trusted experts by your side.",
  "topicOverlap": 0.14285714285714285,
  "topicTerms": [
    "intuit",
    "outdo",
    "financial",
    "goals",
    "all",
    "one",
    "place"
  ],
  "descriptionTerms": [
    "intuit",
    "platform",
    "puts",
    "team",
    "agents",
    "trusted",
    "experts",
    "side"
  ],
  "missingFromDescription": [
    "outdo",
    "financial",
    "goals",
    "all",
    "one",
    "place"
  ],
  "score": 74,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

GEO: Explanatory content depth scored 75/100 and needs improvement.

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

2 explanatory paragraph(s) could be stronger for citation or AI extraction.

Details

02

Why it matters

Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.

Check name

GEO: Explanatory content depth

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for AI answer engines to extract, cite, and attribute.

Result

GEO: Explanatory content depth scored 75/100 and needs improvement.

Evidence
{
  "candidatePassages": 2,
  "citablePassages": 0,
  "failingCandidateParagraphs": [
    {
      "index": 51,
      "heading": "H3: Build with us",
      "text": "Money movement services are provided by Intuit Payments Inc., licensed as a Money Transmitter by the New York State Department of Financial Services. For details about our money transmission licenses, or for Texas customers with complaints about our service, please click here.",
      "words": 42,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (42 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"FooterBottom_moneyMovementDisclaimer__85213473\">Money movement services are provided by Intuit Payments Inc., licensed as a Money Transmitter by the New York State Department of Financial Services. For details about our money transmission licenses, or for Texas customers with complaints about our service, please <a href=\"https://www.intuit.com/legal/licenses/payment-licenses/\" data-wa-link=\"footer-money-movement-services\">click here.</a></p>"
    },
    {
      "index": 55,
      "heading": "H4: Advertising (Targeting) Cookies",
      "text": "These cookies are used to make advertising messages more relevant to you and your interests. They also perform functions like preventing the same ad from continuously reappearing, ensuring that ads are properly displayed, and in some cases selecting advertisements that are based on your interests.",
      "words": 45,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (45 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"ot-acc-grpdesc ot-category-desc\" id=\"ot-desc-id-4\">These cookies are used to make advertising messages more relevant to you and your interests. They also perform functions like preventing the same ad from continuously reappearing, ensuring that ads are properly displayed, and in some cases selecting advertisements that are based on your interests. </p>"
    }
  ],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

AEO: Question-led structure scored 70/100 and needs improvement.

2 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

26 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.

02

Why it matters

Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.

Check name

AEO: Question-led structure

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to answer from directly.

Result

AEO: Question-led structure scored 70/100 and needs improvement.

Evidence
{
  "h2Count": 8,
  "questionH2s": [
    {
      "index": 6,
      "text": "How Intuit drives success for",
      "isQuestion": true,
      "html": "<h2><span class=\"ql-font-heading02 ql-size-medium\">How Intuit drives success for</span></h2>"
    }
  ],
  "hasFaq": false,
  "score": 70,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

AIO: Page experience for AIO scored 70/100 and needs improvement.

2 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

26 image(s) are missing width/height attributes. 4 possible modal/interstitial element(s) detected.

Details

02

Why it matters

AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.

Check name

AIO: Page experience for AIO

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content eligible and useful for Google AI Overviews and AI Mode extraction.

Result

AIO: Page experience for AIO scored 70/100 and needs improvement.

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1",
  "visibleWords": 1061,
  "htmlBytes": 1473475,
  "imagesMissingDimensions": [
    {
      "src": "https://www.intuit.com/oidam/intuit/ic/en_us/images/h-z/homepage-turbotax-customer-photo-desktop-icom-20251001-286x508.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"Image_imageTag__ad19fbe8\" src=\"https://www.intuit.com/oidam/intuit/ic/en_us/images/h-z/homepage-turbotax-customer-photo-desktop-icom-20251001-286x508.png\" alt=\"Image Alt Text\" loading=\"lazy\" data-testid=\"image\" data-tracking=\"image\" desktoporiginalmediaurl=\"https://www.intuit.com/oidam/intuit/ic/en_us/images/h-z/homepage-turbotax-customer-photo-desktop-icom-20251001-286x508.png\" mobileoriginalmediaurl=\"https://www.intuit.com/oidam/intuit/ic/en_us/images/h-z/homepage-turbotax-custo..."
    },
    {
      "src": "https://www.intuit.com/oidam/intuit/ic/en_us/images/01-g/homepage-creditkarma-customer-photo-desktop-icom-20250910-286x508.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"Image_imageTag__ad19fbe8\" src=\"https://www.intuit.com/oidam/intuit/ic/en_us/images/01-g/homepage-creditkarma-customer-photo-desktop-icom-20250910-286x508.png\" alt=\"Image Alt Text\" loading=\"lazy\" data-testid=\"image\" data-tracking=\"image\" desktoporiginalmediaurl=\"https://www.intuit.com/oidam/intuit/ic/en_us/images/01-g/homepage-creditkarma-customer-photo-desktop-icom-20250910-286x508.png\" mobileoriginalmediaurl=\"https://www.intuit.com/oidam/intuit/ic/en_us/images/01-g/homepage-credi..."
    },
    {
      "src": "https://www.intuit.com/oidam/intuit/ic/en_us/images/01-g/homepage-quickbooks-customer-photo-desktop-icom-20250910-286x508.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"Image_imageTag__ad19fbe8\" src=\"https://www.intuit.com/oidam/intuit/ic/en_us/images/01-g/homepage-quickbooks-customer-photo-desktop-icom-20250910-286x508.png\" alt=\"Image Alt Text\" loading=\"lazy\" data-testid=\"image\" data-tracking=\"image\" desktoporiginalmediaurl=\"https://www.intuit.com/oidam/intuit/ic/en_us/images/01-g/homepage-quickbooks-customer-photo-desktop-icom-20250910-286x508.png\" mobileoriginalmediaurl=\"https://www.intuit.com/oidam/intuit/ic/en_us/images/01-g/homepage-quickbo..."
    },
    {
      "src": "https://www.intuit.com/oidam/intuit/ic/en_us/images/h-z/homepage-mailchimp-customer-photo-desktop-icom-20250915-286x508.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"Image_imageTag__ad19fbe8\" src=\"https://www.intuit.com/oidam/intuit/ic/en_us/images/h-z/homepage-mailchimp-customer-photo-desktop-icom-20250915-286x508.png\" alt=\"Image Alt Text\" loading=\"lazy\" data-testid=\"image\" data-tracking=\"image\" desktoporiginalmediaurl=\"https://www.intuit.com/oidam/intuit/ic/en_us/images/h-z/homepage-mailchimp-customer-photo-desktop-icom-20250915-286x508.png\" mobileoriginalmediaurl=\"https://www.intuit.com/oidam/intuit/ic/en_us/images/01-g/homepage-mailchimp-c..."
    },
    {
      "src": "https://digitalasset.intuit.com/render/content/dam/intuit/ic/en_us/logos/turbotax-logoball-logo-icom-20250908-40x40.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"Image_imageTag__ad19fbe8\" src=\"https://digitalasset.intuit.com/render/content/dam/intuit/ic/en_us/logos/turbotax-logoball-logo-icom-20250908-40x40.svg\" alt loading=\"lazy\">"
    },
    {
      "src": "https://digitalasset.intuit.com/render/content/dam/intuit/ic/en_us/logos/creditkarma-logoball-logo-icom-20250908-40x40.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"Image_imageTag__ad19fbe8\" src=\"https://digitalasset.intuit.com/render/content/dam/intuit/ic/en_us/logos/creditkarma-logoball-logo-icom-20250908-40x40.svg\" alt loading=\"lazy\">"
    },
    {
      "src": "https://digitalasset.intuit.com/render/content/dam/intuit/ic/en_us/logos/quickbooks-logoball-logo-icom-20250908-40x40.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"Image_imageTag__ad19fbe8\" src=\"https://digitalasset.intuit.com/render/content/dam/intuit/ic/en_us/logos/quickbooks-logoball-logo-icom-20250908-40x40.svg\" alt loading=\"lazy\">"
    },
    {
      "src": "https://digitalasset.intuit.com/render/content/dam/intuit/ic/en_us/logos/mailchimp-logoball-logo-icom-20250908-40x40.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"Image_imageTag__ad19fbe8\" src=\"https://digitalasset.intuit.com/render/content/dam/intuit/ic/en_us/logos/mailchimp-logoball-logo-icom-20250908-40x40.svg\" alt loading=\"lazy\">"
    },
    {
      "src": "https://www.intuit.com/oidam/intuit/ic/en_us/images/h-z/qb-customer-kris-harris-nootka-saunas-photo-20260130-376x252.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"Image_imageTag__ad19fbe8\" src=\"https://www.intuit.com/oidam/intuit/ic/en_us/images/h-z/qb-customer-kris-harris-nootka-saunas-photo-20260130-376x252.jpg\" alt=\"Kris Harris, Co-Founder, Nootka Saunas\" loading=\"lazy\" data-testid=\"image\" data-tracking=\"image\" mobilemediadynamicurl mobilemediafiletype=\"webp-alpha\" tabletmediadynamicurl desktopmediadynamicurl tabletoriginalmediaurl mediadesktopthumbnail=\"https://www.intuit.com/oidam/intuit/ic/en_us/images/h-z/qb-customer-kris-harris-noot..."
    },
    {
      "src": "https://www.intuit.com/oidam/intuit/ic/en_us/images/01-g/customer-anna-smallbusiness-photo-icom-20250910-376x252.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"Image_imageTag__ad19fbe8\" src=\"https://www.intuit.com/oidam/intuit/ic/en_us/images/01-g/customer-anna-smallbusiness-photo-icom-20250910-376x252.png\" alt=\"A photo of Intuit customer, Anna Seear, president and co-founder of Ritual Chocolate\" loading=\"lazy\" data-testid=\"image\" data-tracking=\"image\" mobilemediadynamicurl mobilemediafiletype=\"webp-alpha\" tabletmediadynamicurl tabletoriginalmediaurl=\"https://www.intuit.com/oidam/intuit/ic/en_us/images/01-g/customer-anna-smallbusiness-ph..."
    },
    {
      "src": "https://www.intuit.com/oidam/intuit/ic/en_us/images/01-g/customer-howard-hsu-smallbusiness-photo-icom-20250923-376x252.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"Image_imageTag__ad19fbe8\" src=\"https://www.intuit.com/oidam/intuit/ic/en_us/images/01-g/customer-howard-hsu-smallbusiness-photo-icom-20250923-376x252.png\" alt=\"A photo of Howard Hsu, Co-Founder of Sweet Auburn Barbeque\" loading=\"lazy\" data-testid=\"image\" data-tracking=\"image\" mobilemediadynamicurl mobilemediafiletype=\"webp-alpha\" tabletmediadynamicurl tabletoriginalmediaurl mediadesktopthumbnail=\"https://www.intuit.com/oidam/intuit/ic/en_us/images/01-g/customer-howard-hsu-smallbus..."
    },
    {
      "src": "https://www.intuit.com/oidam/intuit/ic/en_us/images/01-g/customer-cedric-utley-individuals-photo-icom-20250914-376x252.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"Image_imageTag__ad19fbe8 Image_plReveal__ad19fbe8\" src=\"https://www.intuit.com/oidam/intuit/ic/en_us/images/01-g/customer-cedric-utley-individuals-photo-icom-20250914-376x252.png\" alt=\"Intuit customers, Cedric and Ria Utley, owner of Moble Home Matadors\" loading=\"lazy\" data-testid=\"image\" data-tracking=\"image\" mobilemediadynamicurl=\"https://digitalasset.intuit.com/render/content/dam/intuit/ic/en_us/images/01-g/customer-cedric-utley-ria-matadors-photo-icom-mobile-20230322-308x252.j..."
    },
    {
      "src": "https://www.intuit.com/oidam/intuit/ic/en_us/images/01-g/customer-kim-lao-individuals-photo-icom-20250914-376x252.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"Image_imageTag__ad19fbe8 Image_plReveal__ad19fbe8\" src=\"https://www.intuit.com/oidam/intuit/ic/en_us/images/01-g/customer-kim-lao-individuals-photo-icom-20250914-376x252.png\" alt=\"Intuit customer Kim Lao on her computer\" loading=\"lazy\" data-testid=\"image\" data-tracking=\"image\" mobilemediadynamicurl=\"https://digitalasset.intuit.com/render/content/dam/intuit/ic/en_us/images/01-g/customer-kim-liao-photo-icom-mobile-20230322-308x252.jpg\" desktoporiginalmediaurl=\"https://www.intuit.com..."
    },
    {
      "src": "https://www.intuit.com/oidam/intuit/ic/en_us/images/h-z/ies-customer-caleb-mcdaniels-rhodes-companies-photo-20260130-376x252.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"Image_imageTag__ad19fbe8\" src=\"https://www.intuit.com/oidam/intuit/ic/en_us/images/h-z/ies-customer-caleb-mcdaniels-rhodes-companies-photo-20260130-376x252.jpg\" alt=\"Caleb McDaniels, CFO, Rhodes Companies\" loading=\"lazy\" data-testid=\"image\" data-tracking=\"image\" mobilemediadynamicurl mobilemediafiletype=\"webp-alpha\" tabletmediadynamicurl desktopmediadynamicurl tabletoriginalmediaurl mediadesktopthumbnail=\"https://www.intuit.com/oidam/intuit/ic/en_us/images/h-z/ies-customer-caleb-m..."
    },
    {
      "src": "https://www.intuit.com/oidam/intuit/ic/en_us/images/01-g/customer-jason-midsizebusiness-photo-icom-20250910-376x252.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"Image_imageTag__ad19fbe8\" src=\"https://www.intuit.com/oidam/intuit/ic/en_us/images/01-g/customer-jason-midsizebusiness-photo-icom-20250910-376x252.png\" alt=\"A photo of Intuit Enterprise Suite customer, Jason Corby, Founder, HFMM Legacy Group\" loading=\"lazy\" data-testid=\"image\" data-tracking=\"image\" mobilemediadynamicurl mobilemediafiletype=\"webp-alpha\" tabletmediadynamicurl tabletoriginalmediaurl mediadesktopthumbnail=\"https://www.intuit.com/oidam/intuit/ic/en_us/images/01-g/custo..."
    },
    {
      "src": "https://www.intuit.com/oidam/intuit/ic/en_us/images/01-g/customer-marsha-midsizebusiness-photo-icom-20250910-376x252.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"Image_imageTag__ad19fbe8\" src=\"https://www.intuit.com/oidam/intuit/ic/en_us/images/01-g/customer-marsha-midsizebusiness-photo-icom-20250910-376x252.png\" alt=\"A photo of Intuit Enterprise Suite customer, Marsha Morales, Co-Founder, Humble House Inc\" loading=\"lazy\" data-testid=\"image\" data-tracking=\"image\" mobilemediadynamicurl mobilemediafiletype=\"webp-alpha\" tabletmediadynamicurl tabletoriginalmediaurl mediadesktopthumbnail=\"https://www.intuit.com/oidam/intuit/ic/en_us/images/01-g..."
    },
    {
      "src": "https://www.intuit.com/oidam/intuit/ic/en_us/images/h-z/intuit-fuse-web-product-screen-784x784.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"Image_imageTag__ad19fbe8\" src=\"https://www.intuit.com/oidam/intuit/ic/en_us/images/h-z/intuit-fuse-web-product-screen-784x784.jpg\" alt=\"A picture of a blue sky with a white and blue color.\" loading=\"lazy\" data-testid=\"image\" data-tracking=\"image\" desktoporiginalmediaurl=\"https://www.intuit.com/oidam/intuit/ic/en_us/images/h-z/intuit-fuse-web-product-screen-784x784.jpg\" mediadesktopthumbnail=\"https://www.intuit.com/oidam/intuit/ic/en_us/images/h-z/intuit-fuse-web-product-screen-784..."
    },
    {
      "src": "https://www.intuit.com/oidam/intuit/ic/en_us/images/h-z/intuit-oai-partnership-logo-lockup-icom-20251117-396x396.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"Image_imageTag__ad19fbe8\" src=\"https://www.intuit.com/oidam/intuit/ic/en_us/images/h-z/intuit-oai-partnership-logo-lockup-icom-20251117-396x396.jpg\" alt=\"A logo lockup of Intuit and OpenAI on a blue gradient background\" loading=\"lazy\" data-testid=\"image\" data-tracking=\"image\" desktoporiginalmediaurl=\"https://www.intuit.com/oidam/intuit/ic/en_us/images/h-z/intuit-oai-partnership-logo-lockup-icom-20251117-396x396.jpg\" mediadesktopthumbnail=\"https://www.intuit.com/oidam/intuit/ic/en_..."
    },
    {
      "src": "https://www.intuit.com/oidam/intuit/ic/en_us/images/01-g/articles-press-quickbooks-ai-humanexpert-photo-icom-20250919-396x396.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"Image_imageTag__ad19fbe8\" src=\"https://www.intuit.com/oidam/intuit/ic/en_us/images/01-g/articles-press-quickbooks-ai-humanexpert-photo-icom-20250919-396x396.png\" alt=\"A person on a laptop with pop up UI screens of Intuit AI agents\" loading=\"lazy\" data-testid=\"image\" data-tracking=\"image\" desktoporiginalmediaurl=\"https://www.intuit.com/oidam/intuit/ic/en_us/images/01-g/articles-press-quickbooks-ai-humanexpert-photo-icom-20250919-396x396.png\" mediadesktopthumbnail=\"https://www.intui..."
    },
    {
      "src": "https://www.intuit.com/oidam/intuit/ic/en_us/images/01-g/articles-innovation-aiagent-humanexpert-photo-icom-20250910-396x396.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"Image_imageTag__ad19fbe8\" src=\"https://www.intuit.com/oidam/intuit/ic/en_us/images/01-g/articles-innovation-aiagent-humanexpert-photo-icom-20250910-396x396.jpg\" alt=\"3 circle bubbles, with 2 featuring a person imitating as if they were talking to each other and the 3rd circle bubble is a logo of Intuit Assist\" loading=\"lazy\" data-testid=\"image\" data-tracking=\"image\" desktoporiginalmediaurl=\"https://www.intuit.com/oidam/intuit/ic/en_us/images/01-g/articles-innovation-aiagent-humane..."
    },
    {
      "src": "https://www.intuit.com/oidam/intuit/ic/en_us/images/01-g/articles-innovation-delivering-done-for-you-photo-icom-20250919-396x396.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"Image_imageTag__ad19fbe8\" src=\"https://www.intuit.com/oidam/intuit/ic/en_us/images/01-g/articles-innovation-delivering-done-for-you-photo-icom-20250919-396x396.png\" alt=\"A UI screen of Intuit&apos;s Accounting Agent against a blue background\" loading=\"lazy\" data-testid=\"image\" data-tracking=\"image\" desktoporiginalmediaurl=\"https://www.intuit.com/oidam/intuit/ic/en_us/images/01-g/articles-innovation-delivering-done-for-you-photo-icom-20250919-396x396.png\" mediadesktopthumbnail=\"htt..."
    },
    {
      "src": "https://digitalasset.intuit.com/render/content/dam/intuit/ic/en_us/images/01-g/employee-in-red-looking-smiling-photo-icom-desktop-20230322-184x328.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"Image_imageTag__ad19fbe8\" src=\"https://digitalasset.intuit.com/render/content/dam/intuit/ic/en_us/images/01-g/employee-in-red-looking-smiling-photo-icom-desktop-20230322-184x328.jpg\" alt=\"A woman in red smiling\" loading=\"lazy\" data-testid=\"image\" data-tracking=\"image\" mobilemediadynamicurl mobilemediafiletype=\"webp-alpha\" tabletmediadynamicurl tabletoriginalmediaurl mediadesktopthumbnail=\"https://digitalasset.intuit.com/render/content/dam/intuit/ic/en_us/images/01-g/employee-in-re..."
    },
    {
      "src": "https://digitalasset.intuit.com/render/content/dam/intuit/ic/en_us/images/01-g/employee-earbud-nirvana-soul-photo-icom-desktop-20230322-184x328.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"Image_imageTag__ad19fbe8\" src=\"https://digitalasset.intuit.com/render/content/dam/intuit/ic/en_us/images/01-g/employee-earbud-nirvana-soul-photo-icom-desktop-20230322-184x328.jpg\" alt=\"A person sitting on a bench with a laptop in his lap.\" loading=\"lazy\" data-testid=\"image\" data-tracking=\"image\" mobilemediadynamicurl mobilemediafiletype=\"webp-alpha\" tabletmediadynamicurl tabletoriginalmediaurl mediadesktopthumbnail=\"https://digitalasset.intuit.com/render/content/dam/intuit/ic/en_u..."
    },
    {
      "src": "https://digitalasset.intuit.com/render/content/dam/intuit/ic/en_us/images/01-g/employee-looking-away-from-monitor-photo-icom-desktop-20230322-184x328.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"Image_imageTag__ad19fbe8\" src=\"https://digitalasset.intuit.com/render/content/dam/intuit/ic/en_us/images/01-g/employee-looking-away-from-monitor-photo-icom-desktop-20230322-184x328.jpg\" alt=\"A man looking straight away from his computer monitor\" loading=\"lazy\" data-testid=\"image\" data-tracking=\"image\" mobilemediadynamicurl mobilemediafiletype=\"webp-alpha\" tabletmediadynamicurl tabletoriginalmediaurl mediadesktopthumbnail=\"https://digitalasset.intuit.com/render/content/dam/intuit/i..."
    },
    {
      "src": "https://privacy-cdn.a.intuit.com/stable/consent/74130b76-29e2-4d72-ab52-09f9ed5818fb/019cb328-29e5-7673-a065-995b2fdda1a1/logos/e386905c-240c-45e6-9cba-96e9d7c4775f/0668543c-5505-4945-a9d0-44b18fc48b82/be1bfc53-4239-4b12-9ac3-179c17c0793a/[email protected]",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Company Logo\" src=\"https://privacy-cdn.a.intuit.com/stable/consent/74130b76-29e2-4d72-ab52-09f9ed5818fb/019cb328-29e5-7673-a065-995b2fdda1a1/logos/e386905c-240c-45e6-9cba-96e9d7c4775f/0668543c-5505-4945-a9d0-44b18fc48b82/be1bfc53-4239-4b12-9ac3-179c17c0793a/[email protected]\">"
    },
    {
      "src": "https://privacy-cdn.a.intuit.com/stable/consent/74130b76-29e2-4d72-ab52-09f9ed5818fb/019cb328-29e5-7673-a065-995b2fdda1a1/logos/static/powered_by_logo.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Powered by Onetrust\" src=\"https://privacy-cdn.a.intuit.com/stable/consent/74130b76-29e2-4d72-ab52-09f9ed5818fb/019cb328-29e5-7673-a065-995b2fdda1a1/logos/static/powered_by_logo.svg\" title=\"Powered by OneTrust Opens in a new Tab\">"
    }
  ],
  "possibleDialogs": [
    "<div class=\"S01MegaNav-overlay-navigation-7221423 not-interacted\" role=\"dialog\" aria-label=\"Main navigation\"><div role=\"presentation\" aria-hidden=\"true\" style=\"width: 100%; height: 100%;\"><div tabindex=\"-1\" role=\"presentation\" aria-hidden=\"true\"></div><div class=\"S01MegaNav-overlay-navigation-wrapper-ffc5a6d not-interacted\"><div class=\"S01MegaNav-mobile-main-section-4f11359 not-interacted S01MegaNav-hidden-d414923\"><ul class=\"S01MegaNav-button-list-mobile-b21cc80\" role=\"dialog\"><li class=\"Meg...",
    "<ul class=\"S01MegaNav-button-list-mobile-b21cc80\" role=\"dialog\"><li class=\"MegaNavButtonGroup-mega-nav-button-group-6c646f9 MegaNavButtonGroup-theme-light-84de344 slide-up\" style=\"translate: none; rotate: none; scale: none; opacity: 0; transform: translate(0px, 50px);\"><button data-category-type=\"nav\" type=\"button\" tabindex=\"0\" aria-expanded=\"false\" data-testid=\"button\" data-tracking=\"button\" class=\"MegaNavButtonGroup-mega-nav-button-8bb8c63\" data-wa-link=\"icom-globalnav:products\" data-ui-obj...",
    "<div role=\"dialog\" aria-modal=\"true\" style=\"height: 100%;\" aria-label=\"Cookies and Tracking Technologies\"><!-- Close Button --><div class=\"ot-pc-header\"><!-- Logo Tag --><div class=\"ot-pc-logo\"><img alt=\"Company Logo\" src=\"https://privacy-cdn.a.intuit.com/stable/consent/74130b76-29e2-4d72-ab52-09f9ed5818fb/019cb328-29e5-7673-a065-995b2fdda1a1/logos/e386905c-240c-45e6-9cba-96e9d7c4775f/0668543c-5505-4945-a9d0-44b18fc48b82/be1bfc53-4239-4b12-9ac3-179c17c0793a/[email protected]\"></div><button id=\"cl...",
    "<section id=\"ot-fltr-modal\"><div id=\"ot-fltr-cnt\"><div id=\"ot-filter-list-header\"></div><button id=\"clear-filters-handler\">Clear</button><div class=\"ot-fltr-scrlcnt ot-pc-scrollbar\" role=\"group\" aria-labelledby=\"ot-filter-list-header\"><ul class=\"ot-fltr-opts\"><li class=\"ot-fltr-opt\"><div class=\"ot-chkbox\"><input id=\"chkbox-id\" type=\"checkbox\" class=\"category-filter-handler\"> <label for=\"chkbox-id\"><span class=\"ot-label-txt\">checkbox label</span></label> <span class=\"ot-label-status\">label</sp..."
  ],
  "score": 70,
  "weight": 10
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

AIO: Answer block readiness scored 65/100 and needs improvement.

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

26 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.

Details

02

Why it matters

AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.

Check name

AIO: Answer block readiness

Score

65/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content eligible and useful for Google AI Overviews and AI Mode extraction.

Result

AIO: Answer block readiness scored 65/100 and needs improvement.

Evidence
{
  "sectionCount": 29,
  "passing": 3,
  "failing": [
    {
      "heading": "Expertise that helps you file smarter",
      "headingHtml": "<h2><span class=\"ql-font-heading02 ql-size-medium\">Expertise that helps you file smarter</span></h2>",
      "firstParagraph": "Personalized, AI-powered answers in real-time as you file. Dedicated tax experts at the ready to file on your behalf. All the support you need, when you need it.",
      "paragraphHtml": "<p><span class=\"ql-size-regular ql-font-large\">Personalized, AI-powered answers in real-time as you file. Dedicated tax experts at the ready to file on your behalf. All the support you need, when you need it.</span></p>",
      "words": 28,
      "direct": false,
      "issue": "First paragraph is 28 words and does not look like a concise direct answer."
    },
    {
      "heading": "Turn your emails and SMS into revenue",
      "headingHtml": "<h2><span class=\"ql-font-heading02 ql-size-medium\">Turn your emails and SMS into revenue</span></h2>",
      "firstParagraph": "With AI-backed, personalized marketing, you can create omnichannel campaigns at scale. Drive it all with AI-generated automation flows.",
      "paragraphHtml": "<p><span class=\"ql-font-large ql-size-regular\">With AI-backed, personalized marketing, you can create omnichannel campaigns at scale. Drive it all with AI-generated automation flows.</span></p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "How Intuit drives success for",
      "headingHtml": "<h2><span class=\"ql-font-heading02 ql-size-medium\">How Intuit drives success for</span></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Small Businesses",
      "headingHtml": "<h3 class=\"ATypography-typography-8359d55 ATypography-h3-82ecd3c ATypography-regular-b281b4a ASliderPill-text-98f4b21\">Small Businesses</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Individuals",
      "headingHtml": "<h3 class=\"ATypography-typography-8359d55 ATypography-h3-82ecd3c ATypography-regular-b281b4a ASliderPill-text-98f4b21\">Individuals</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Mid-Market Businesses",
      "headingHtml": "<h3 class=\"ATypography-typography-8359d55 ATypography-h3-82ecd3c ATypography-regular-b281b4a ASliderPill-text-98f4b21\">Mid-Market Businesses</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Small Businesses",
      "headingHtml": "<h3 class=\"ATypography-typography-8359d55 ATypography-h3-82ecd3c ATypography-regular-b281b4a ASliderPill-text-98f4b21\">Small Businesses</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Individuals",
      "headingHtml": "<h3 class=\"ATypography-typography-8359d55 ATypography-h3-82ecd3c ATypography-regular-b281b4a ASliderPill-text-98f4b21\">Individuals</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Mid-Market Businesses",
      "headingHtml": "<h3 class=\"ATypography-typography-8359d55 ATypography-h3-82ecd3c ATypography-regular-b281b4a ASliderPill-text-98f4b21\">Mid-Market Businesses</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Small Businesses",
      "headingHtml": "<h3 class=\"ATypography-typography-8359d55 ATypography-h3-82ecd3c ATypography-regular-b281b4a MArticleShowcaseItem-title-a60f81e\">Small Businesses</h3>",
      "firstParagraph": "1:34",
      "paragraphHtml": "<p class=\"ATypography-typography-8359d55 ATypography-p-small-b3b796f ATypography-medium-77d706d APill-text-f9efdda\">1:34</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Individuals",
      "headingHtml": "<h3 class=\"ATypography-typography-8359d55 ATypography-h3-82ecd3c ATypography-regular-b281b4a MArticleShowcaseItem-title-a60f81e\">Individuals</h3>",
      "firstParagraph": "Meet Cedric and Ria. They’re flipping mobile homes and empowering communities.",
      "paragraphHtml": "<p><span class=\"ql-size-demi ql-font-large\">Meet Cedric and Ria. </span><span class=\"ql-font-large\">They&#x2019;re flipping mobile homes and empowering communities.</span></p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Mid-Market Businesses",
      "headingHtml": "<h3 class=\"ATypography-typography-8359d55 ATypography-h3-82ecd3c ATypography-regular-b281b4a MArticleShowcaseItem-title-a60f81e\">Mid-Market Businesses</h3>",
      "firstParagraph": "4:21",
      "paragraphHtml": "<p class=\"ATypography-typography-8359d55 ATypography-p-small-b3b796f ATypography-medium-77d706d APill-text-f9efdda\">4:21</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Innovation, action, and impact",
      "headingHtml": "<h2><span class=\"ql-font-heading02 ql-size-medium\">Innovation, action, and impact</span></h2>",
      "firstParagraph": "Partnership",
      "paragraphHtml": "<p class=\"ATypography-typography-8359d55 ATypography-p-small-b3b796f ATypography-medium-77d706d M05ArticleCard-label-e0eaeaa\" style=\"touch-action: pan-y;\">Partnership</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Intuit Financial Intelligence Comes to Claude via Anthropic",
      "headingHtml": "<h3 style=\"touch-action: pan-y;\"><span class=\"ql-size-medium ql-font-heading05\" style=\"touch-action: pan-y;\">Intuit Financial Intelligence Comes to Claude via Anthropic</span></h3>",
      "firstParagraph": "Partnership",
      "paragraphHtml": "<p class=\"ATypography-typography-8359d55 ATypography-p-small-b3b796f ATypography-medium-77d706d M05ArticleCard-label-e0eaeaa\" style=\"touch-action: pan-y;\">Partnership</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Intuit and OpenAI partner to revolutionize Financial Intelligence",
      "headingHtml": "<h3 style=\"touch-action: pan-y;\"><span class=\"ql-size-medium ql-font-heading05\" style=\"touch-action: pan-y;\">Intuit and OpenAI partner to revolutionize Financial Intelligence</span></h3>",
      "firstParagraph": "Press",
      "paragraphHtml": "<p class=\"ATypography-typography-8359d55 ATypography-p-small-b3b796f ATypography-medium-77d706d M05ArticleCard-label-e0eaeaa\" style=\"touch-action: pan-y;\">Press</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Fast Company: Intuit bets big on AI",
      "headingHtml": "<h3 style=\"touch-action: pan-y;\"><span class=\"ql-font-heading06 ql-size-demi\" style=\"touch-action: pan-y;\">Fast Company: Intuit bets big on AI</span></h3>",
      "firstParagraph": "QuickBooks redefines financial management",
      "paragraphHtml": "<p style=\"touch-action: pan-y;\"><span class=\"ql-font-heading06 ql-size-regular\" style=\"touch-action: pan-y;\">QuickBooks redefines financial management</span></p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Meet your virtual team—AI agents and human experts",
      "headingHtml": "<h3 style=\"touch-action: pan-y;\"><span class=\"ql-size-medium ql-font-heading05\" style=\"touch-action: pan-y;\">Meet your virtual team&#x2014;AI agents and human experts</span></h3>",
      "firstParagraph": "Investors",
      "paragraphHtml": "<p class=\"ATypography-typography-8359d55 ATypography-p-small-b3b796f ATypography-medium-77d706d M05TextCard-label-56f2eca\" style=\"touch-action: pan-y;\">Investors</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Intuit hosts Investor Day, reaffirms first-quarter and fiscal 2026 guidance",
      "headingHtml": "<h3 style=\"touch-action: pan-y;\"><span class=\"ql-size-regular ql-font-huge\" style=\"touch-action: pan-y;\">Intuit hosts Investor Day, reaffirms first-quarter and fiscal 2026 guidance</span></h3>",
      "firstParagraph": "Innovation",
      "paragraphHtml": "<p class=\"ATypography-typography-8359d55 ATypography-p-small-b3b796f ATypography-medium-77d706d M05ArticleCard-label-e0eaeaa\" style=\"touch-action: pan-y;\">Innovation</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Delivering done-for-you agentic AI experiences for millions of business owners",
      "headingHtml": "<h3 style=\"touch-action: pan-y;\"><span class=\"ql-font-heading05 ql-size-medium\" style=\"touch-action: pan-y;\">Delivering done-for-you agentic AI experiences for millions of business owners</span></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "See all stories",
      "headingHtml": "<h3 class=\"ATypography-typography-8359d55 ATypography-h3-82ecd3c ATypography-regular-b281b4a M05CtaCard-title-b744f19\" style=\"touch-action: pan-y;\">See all stories</h3>",
      "firstParagraph": "1 of 7",
      "paragraphHtml": "<p class=\"ATypography-typography-8359d55 ATypography-p-ce2c904 ATypography-medium-77d706d C05BlogArticleCards-text-e0e05d1\">1 of 7</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Driving success together",
      "headingHtml": "<h2><span class=\"ql-font-heading02 ql-size-medium\" style=\"color: rgb(57, 58, 61);\">Driving success together</span></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Work with us",
      "headingHtml": "<h3><span class=\"ql-size-regular ql-font-heading03\">Work with us</span></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Learn about us",
      "headingHtml": "<h3><span class=\"ql-size-regular ql-font-heading03\">Learn about us</span></h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Build with us",
      "headingHtml": "<h3><span class=\"ql-size-regular ql-font-heading03\">Build with us</span></h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"Search_callSales__8fca179a\"><span class=\"has-rtap\"></span></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Cookies and Tracking Technologies",
      "headingHtml": "<h2 id=\"ot-pc-title\">Cookies and Tracking Technologies</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Cookie List",
      "headingHtml": "<h3>Cookie List</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p role=\"status\" class=\"ot-scrn-rdr\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

AEO: Entity and definition clarity scored 79/100 and needs improvement.

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: outdo, financial, goals, all, one, place.

Details

02

Why it matters

Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.

Check name

AEO: Entity and definition clarity

Score

79/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to answer from directly.

Result

AEO: Entity and definition clarity scored 79/100 and needs improvement.

Evidence
{
  "title": "Intuit®: Outdo your financial goals—all in one place",
  "h1": "Outdo your financial goals—all in one place.",
  "description": "The Intuit platform puts a team of AI agents and trusted experts by your side.",
  "topicOverlap": 0.14285714285714285,
  "definitionCount": 5,
  "topicTerms": [
    "intuit",
    "outdo",
    "financial",
    "goals",
    "all",
    "one",
    "place"
  ],
  "descriptionTerms": [
    "intuit",
    "platform",
    "puts",
    "team",
    "agents",
    "trusted",
    "experts",
    "side"
  ],
  "missingFromDescription": [
    "outdo",
    "financial",
    "goals",
    "all",
    "one",
    "place"
  ],
  "score": 79,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

AEO: Answer intent coverage scored 70/100 and needs improvement.

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

Missing likely AI Overview intent sections: what, benefits, cost, compare.

Details

02

Why it matters

Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to answer from directly.

Result

AEO: Answer intent coverage scored 70/100 and needs improvement.

Evidence
{
  "headings": [
    {
      "text": "Expertise that helps you file smarter",
      "html": "<h2><span class=\"ql-font-heading02 ql-size-medium\">Expertise that helps you file smarter</span></h2>"
    },
    {
      "text": "Personalized guidance for your next money moves",
      "html": "<h2><span class=\"ql-font-heading02 ql-size-medium\">Personalized guidance for your next money moves</span></h2>"
    },
    {
      "text": "Everything you need to power your business",
      "html": "<h2><span class=\"ql-size-medium ql-font-heading02\">Everything you need to power your business</span></h2>"
    },
    {
      "text": "Turn your emails and SMS into revenue",
      "html": "<h2><span class=\"ql-font-heading02 ql-size-medium\">Turn your emails and SMS into revenue</span></h2>"
    },
    {
      "text": "How Intuit drives success for",
      "html": "<h2><span class=\"ql-font-heading02 ql-size-medium\">How Intuit drives success for</span></h2>"
    },
    {
      "text": "Innovation, action, and impact",
      "html": "<h2><span class=\"ql-font-heading02 ql-size-medium\">Innovation, action, and impact</span></h2>"
    },
    {
      "text": "Driving success together",
      "html": "<h2><span class=\"ql-font-heading02 ql-size-medium\" style=\"color: rgb(57, 58, 61);\">Driving success together</span></h2>"
    },
    {
      "text": "Cookies and Tracking Technologies",
      "html": "<h2 id=\"ot-pc-title\">Cookies and Tracking Technologies</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Intuit®: Outdo your financial goals—all in on...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Intuit®: Outdo your financial goals—all in on... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Intuit®: Outdo your financial goals—all in on...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Intuit®: Outdo your financial goals—all in on... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Intuit®: Outdo your financial goals—all in on... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Intuit®: Outdo your financial goals—all in on...?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Intuit®: Outdo your financial goals—all in on...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Intuit®: Outdo your financial goals—all in on... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Intuit®: Outdo your financial goals—all in on... compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

Evidence
{
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/ai/context",
            "statusCode": 404,
            "contentType": "text/html;charset=UTF-8",
            "length": 268404
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html;charset=UTF-8",
            "length": 268404
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html;charset=UTF-8",
            "length": 268404
          }
        ]
      },
      "issue": "AI context endpoint was not found at the expected path.",
      "howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Query intent coverage

AIO: Query intent coverage is informational for this page.

Informational

Needs attention

AIO: Query intent coverage

Informational
01

Issue

Missing likely AI Overview intent sections: what, benefits, cost, compare.

Details

02

Why it matters

AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content eligible and useful for Google AI Overviews and AI Mode extraction.

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "Expertise that helps you file smarter",
      "html": "<h2><span class=\"ql-font-heading02 ql-size-medium\">Expertise that helps you file smarter</span></h2>"
    },
    {
      "text": "Personalized guidance for your next money moves",
      "html": "<h2><span class=\"ql-font-heading02 ql-size-medium\">Personalized guidance for your next money moves</span></h2>"
    },
    {
      "text": "Everything you need to power your business",
      "html": "<h2><span class=\"ql-size-medium ql-font-heading02\">Everything you need to power your business</span></h2>"
    },
    {
      "text": "Turn your emails and SMS into revenue",
      "html": "<h2><span class=\"ql-font-heading02 ql-size-medium\">Turn your emails and SMS into revenue</span></h2>"
    },
    {
      "text": "How Intuit drives success for",
      "html": "<h2><span class=\"ql-font-heading02 ql-size-medium\">How Intuit drives success for</span></h2>"
    },
    {
      "text": "Innovation, action, and impact",
      "html": "<h2><span class=\"ql-font-heading02 ql-size-medium\">Innovation, action, and impact</span></h2>"
    },
    {
      "text": "Driving success together",
      "html": "<h2><span class=\"ql-font-heading02 ql-size-medium\" style=\"color: rgb(57, 58, 61);\">Driving success together</span></h2>"
    },
    {
      "text": "Cookies and Tracking Technologies",
      "html": "<h2 id=\"ot-pc-title\">Cookies and Tracking Technologies</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Intuit®: Outdo your financial goals—all in on...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Intuit®: Outdo your financial goals—all in on... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Intuit®: Outdo your financial goals—all in on...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Intuit®: Outdo your financial goals—all in on... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Intuit®: Outdo your financial goals—all in on... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Intuit®: Outdo your financial goals—all in on...?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Intuit®: Outdo your financial goals—all in on...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Intuit®: Outdo your financial goals—all in on... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Intuit®: Outdo your financial goals—all in on... compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

Verify that IndexNow ownership key placement is detectable when the site advertises it.

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

    No IndexNow key location was advertised in HTML, Link headers, or robots.txt.

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

Evidence
{
  "steps": [
    {
      "id": "advertised-location",
      "title": "Find advertised IndexNow key location",
      "status": "informational",
      "evidence": {
        "advertised": []
      },
      "issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
      "howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
    },
    {
      "id": "fetch-key",
      "title": "Fetch and validate IndexNow key file",
      "status": "informational",
      "evidence": {
        "advertised": [],
        "checked": []
      },
      "issue": "No discoverable IndexNow key file was found.",
      "howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
    }
  ]
}

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

OAuth / OIDC discovery has an informational finding because the page appears to support authentication.

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

OAuth / OIDC discovery was not found at the expected path.

02

Why it matters

OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.

Result

OAuth / OIDC discovery has an informational finding because the page appears to support authentication.

Validation steps

  1. Fetch to find resource

    OAuth / OIDC discovery was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/openid-configuration",
            "statusCode": 429,
            "contentType": "text/xml",
            "length": 0
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 429,
            "contentType": "text/xml",
            "length": 0
          }
        ]
      },
      "issue": "OAuth / OIDC discovery was not found at the expected path.",
      "howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

OAuth Protected Resource has an informational finding because the page appears to support authentication.

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.

02

Why it matters

Protected Resource metadata tells agents which authorization servers protect an API and how to connect authentication challenges to the right resource.

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

Publish OAuth Protected Resource Metadata so agents can discover how to authenticate.

Result

OAuth Protected Resource has an informational finding because the page appears to support authentication.

Validation steps

  1. Fetch protected resource metadata

    The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

    Protected resource metadata `resource` did not match the resource identifier used to retrieve it.

  4. Probe protected API Bearer challenge

    No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 429,
        "contentType": "text/xml"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    },
    {
      "id": "metadata",
      "title": "Validate protected resource metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": ""
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Publish resource and authorization_servers as absolute URLs."
    },
    {
      "id": "resource-identity",
      "title": "Validate protected resource identity",
      "status": "fail",
      "evidence": {
        "expectedResource": "https://www.intuit.com"
      },
      "issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
      "howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
    },
    {
      "id": "protected-route-challenge",
      "title": "Probe protected API Bearer challenge",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/admin/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.intuit.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 429,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.intuit.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 429,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.intuit.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          }
        ]
      },
      "issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
      "howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

SEOSEOBrowser audit

Links do not have descriptive text

100 Fail

Check name

Links do not have descriptive text

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

3 links found

Fix guidance

Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).

Evidence
{
  "displayValue": "3 links found",
  "description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/)."
}

Performance and AccessibilityBest PracticesBrowser audit

Browser errors were logged to the console

50 Fail

Check name

Browser errors were logged to the console

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Fix guidance

Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)

Evidence
{
  "description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
}

Performance and AccessibilityPerformanceBrowser audit

Reduce JavaScript execution time

50 Fail

Check name

Reduce JavaScript execution time

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

57.0 s

Fix guidance

Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).

Evidence
{
  "displayValue": "57.0 s",
  "description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).",
  "numericValue": 56990.75999999996
}

Performance and AccessibilityBest PracticesBrowser audit

Uses deprecated APIs

50 Fail

Check name

Uses deprecated APIs

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Estimated savings

2 warnings found

Fix guidance

Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/).

Evidence
{
  "displayValue": "2 warnings found",
  "description": "Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/)."
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

37 Fail

Check name

Loading performance

Score

27/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.

Evidence
{
  "checks": [
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 0,
      "displayValue": "4.4 s",
      "numericValue": 4412.9226
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 2,
      "displayValue": "6.7 s",
      "numericValue": 6737.600950000002
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 0,
      "displayValue": "44.0 s",
      "numericValue": 44031.74790529975
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 0,
      "displayValue": "60,990 ms",
      "numericValue": 60987.05760000003
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 0,
      "displayValue": "4,840 ms",
      "numericValue": 4841.000000000007
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 380 ms",
      "numericValue": 379.99899999999997
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 0,
      "displayValue": "90.6 s",
      "numericValue": 90609.47420000003
    },
    {
      "id": "uses-rel-preconnect",
      "title": "Preconnect to required origins",
      "score": 100
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "120 ms",
      "numericValue": 117.25800000000001
    },
    {
      "id": "third-party-summary",
      "title": "Reduce the impact of third-party code",
      "score": 0,
      "displayValue": "Third-party code blocked the main thread for 34,530 ms"
    },
    {
      "id": "largest-contentful-paint-element",
      "title": "Largest Contentful Paint element",
      "score": 0,
      "displayValue": "6,740 ms"
    }
  ]
}

Fix with MCP or CLI

Use this report as the handoff into remediation. Generate a coding-agent prompt with the failing checks attached, or jump to the MCP and CLI setup docs before your next rescan.

Score history

Public scan score over time

Public reports for this website origin. Select any point or report link to open that canonical report.

1 reports
Public score history report links
Scan dateScoreReadinessReport
38/100Level 2, Agent-LimitedCurrent report
Report ID 41899d94-4ab2-4273-9da3-a818fc35e072. Scanned Jun 5, 2026, 8:48 AM.
intuit.com AI SEO Report: 38/100 (Level 2, Agent-Limited)