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

OVERALL SCORE

Level 2, Agent-Limited

Priority improvements needed for AI agents
AIDiscoverability42%Agent Easeof Use10%Security& Trust60%GEO, AIO, AEO76%SEO77%Performance& Accessibility32%
  • AI Discoverability 42 out of 100
  • Agent Ease of Use 10 out of 100
  • Security & Trust 60 out of 100
  • GEO, AIO and AEO 76 out of 100
  • SEO 77 out of 100
  • Performance and Accessibility 32 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Healthcare Products & Services for Ambulatory Care | athenahealth favicon

Healthcare Products & Services for Ambulatory Care | athenahealth

Join 170K+ clinicians on the largest connected network in healthcare. Find out about our mission to cure complexity and connect the healthcare ecosystem.

Next step

Turn this report into a fix workflow

25 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
42
Priority fix10140View details
Discoverability
50
Needs work450View details
Content Readiness
40
Priority fix560View details
Bot Access Control
33
Priority fix130View details
Agent Ease of Use
10
Priority fix6291View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
25
Priority fix260View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
76
Mostly ready6212View details
GEO Readiness
84
Mostly ready204
AIO Readiness
80
Mostly ready313View details
AEO Readiness
65
Needs work115View details
SEO
77
Mostly ready830View details
SEO
77
Mostly ready830View details
Security & Trust
60
Needs work720View details
Security & Trust
60
Needs work320View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
32
Priority fix1580View details
Performance
4
Priority fix1280View details
Accessibility
85
Mostly ready300

Prioritized recommendations

Issues ranked by score impact

50 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": 403,
        "contentType": "text/html"
      },
      "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": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http&#58;&#47;&#47;www&#46;athenahealth&#46;com&#47;&#46;well&#45;known&#47;api&#45;catalog\" on this server.<P>\nReference&#32;&#35;18&#46;8cd70b17&#46;1780968129&#46;c6e188ab\n<P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;18&#46;8cd70b17&#46;1780968129&#46;c6e188ab</P>\n</BODY>\n</HTML>\n"
      },
      "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."
    }
  ]
}

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

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

50 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": null
}

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": 403,
            "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": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http&#58;&#47;&#47;www&#46;athenahealth&#46;com&#47;openapi&#46;json\" on this server.<P>\nReference&#32;&#35;18&#46;8cd70b17&#46;1780968129&#46;c6e189e0\n<P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;18&#46;8cd70b17&#46;1780968129&#46;c6e189e0</P>\n</BODY>\n</HTML>\n"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 403,
            "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": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http&#58;&#47;&#47;www&#46;athenahealth&#46;com&#47;openapi&#46;yaml\" on this server.<P>\nReference&#32;&#35;18&#46;97d70b17&#46;1780968129&#46;c2cec8f9\n<P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;18&#46;97d70b17&#46;1780968129&#46;c2cec8f9</P>\n</BODY>\n</HTML>\n"
          },
          {
            "path": "/swagger.json",
            "statusCode": 403,
            "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": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http&#58;&#47;&#47;www&#46;athenahealth&#46;com&#47;swagger&#46;json\" on this server.<P>\nReference&#32;&#35;18&#46;8cd70b17&#46;1780968129&#46;c6e18a5b\n<P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;18&#46;8cd70b17&#46;1780968129&#46;c6e18a5b</P>\n</BODY>\n</HTML>\n"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 403,
            "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": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http&#58;&#47;&#47;www&#46;athenahealth&#46;com&#47;swagger&#46;yaml\" on this server.<P>\nReference&#32;&#35;18&#46;97d70b17&#46;1780968129&#46;c2cec951\n<P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;18&#46;97d70b17&#46;1780968129&#46;c2cec951</P>\n</BODY>\n</HTML>\n"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 403,
            "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": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http&#58;&#47;&#47;www&#46;athenahealth&#46;com&#47;api&#47;openapi&#46;json\" on this server.<P>\nReference&#32;&#35;18&#46;8cd70b17&#46;1780968129&#46;c6e18ae7\n<P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;18&#46;8cd70b17&#46;1780968129&#46;c6e18ae7</P>\n</BODY>\n</HTML>\n"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 403,
            "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": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http&#58;&#47;&#47;www&#46;athenahealth&#46;com&#47;api&#47;swagger&#46;json\" on this server.<P>\nReference&#32;&#35;18&#46;8cd70b17&#46;1780968129&#46;c6e18b24\n<P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;18&#46;8cd70b17&#46;1780968129&#46;c6e18b24</P>\n</BODY>\n</HTML>\n"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 403,
            "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": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http&#58;&#47;&#47;www&#46;athenahealth&#46;com&#47;docs&#47;openapi&#46;json\" on this server.<P>\nReference&#32;&#35;18&#46;97d70b17&#46;1780968129&#46;c2ceca28\n<P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;18&#46;97d70b17&#46;1780968129&#46;c2ceca28</P>\n</BODY>\n</HTML>\n"
          }
        ]
      },
      "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."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

50 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".

50 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": 403,
            "contentType": "text/html",
            "length": 443
          }
        ]
      },
      "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."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is missing or incomplete.

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

33 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": [
    "Organization"
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

33 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://assets.adobedtm.com/",
            "rel": "dns-prefetch"
          },
          {
            "url": "https://athenahealth.tt.omtrdc.net/",
            "rel": "dns-prefetch"
          },
          {
            "url": "https://c.la1-c2-ia5.salesforceliveagent.com/",
            "rel": "dns-prefetch"
          },
          {
            "url": "https://players.brightcove.net/",
            "rel": "dns-prefetch"
          },
          {
            "url": "https://service.force.com/",
            "rel": "dns-prefetch"
          }
        ]
      },
      "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 ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

33 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

Content-Type "text/html" 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/html" 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": 403,
        "contentType": "text/html"
      },
      "issue": "Content-Type \"text/html\" 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": 45,
        "excerpt": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http&#58;&#47;&#47;www&#46;athenahealth&#46;com&#47;\" on this server.<P>\nReference&#32;&#35;18&#46;8cd70b17&#46;1780968126",
        "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".

33 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": 403,
            "contentType": "text/html",
            "length": 430
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "statusCode": 403,
            "contentType": "text/html",
            "length": 431
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 403,
            "contentType": "text/html",
            "length": 410
          }
        ]
      },
      "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".

33 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": 403,
            "contentType": "text/html",
            "length": 386
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 403,
            "contentType": "text/html",
            "length": 410
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 403,
            "contentType": "text/html",
            "length": 430
          }
        ]
      },
      "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 DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

33 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: missing <nav> landmark; 5 links missing accessible names; 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": true,
  "nav": false,
  "footer": true,
  "meaningfulH1": true,
  "headingOrder": true,
  "accessibleLinks": false,
  "accessibleButtons": true,
  "imageAltCoverage": false,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [
      "<a data-link-type=\"footer\" data-link-text=\"footer-social\" data-link-url=\"https://www.facebook.com/athenahealth\" href=\"https://www.facebook.com/athenahealth\"><picture><source srcset=\"https://assethub.athenahealth.com/asset/5da63a6a-7249-49ea-99de-690f779b2766/Facebook-Icon.png\" type=\"image/png\"><img loading=\"lazy\" src=\"https://assethub.athenahealth.com/asset/5da63a6a-7249-49ea-99de-690f779b2766/Facebook-Icon.png\" alt></picture></a>",
      "<a data-link-type=\"footer\" data-link-text=\"footer-social\" data-link-url=\"https://twitter.com/athenahealth\" href=\"https://twitter.com/athenahealth\"><picture><source srcset=\"https://assethub.athenahealth.com/asset/da2bcda4-735d-42ba-9174-caf77885652c/X-Logo-Icon.png\" type=\"image/png\"><img loading=\"lazy\" src=\"https://assethub.athenahealth.com/asset/da2bcda4-735d-42ba-9174-caf77885652c/X-Logo-Icon.png\" alt></picture></a>",
      "<a data-link-type=\"footer\" data-link-text=\"footer-social\" data-link-url=\"https://www.linkedin.com/company/athenahealth/\" href=\"https://www.linkedin.com/company/athenahealth/\"><picture><source srcset=\"https://assethub.athenahealth.com/asset/c46411d2-a132-42aa-a3c1-f4629014cd72/LinkedIn-Icon.png\" type=\"image/png\"><img loading=\"lazy\" src=\"https://assethub.athenahealth.com/asset/c46411d2-a132-42aa-a3c1-f4629014cd72/LinkedIn-Icon.png\" alt></picture></a>",
      "<a data-link-type=\"footer\" data-link-text=\"footer-social\" data-link-url=\"https://www.youtube.com/user/athenahealth\" href=\"https://www.youtube.com/user/athenahealth\"><picture><source srcset=\"https://assethub.athenahealth.com/asset/701afb26-6cb4-49f7-bbc6-3c4e46783140/Play-Button-Icon.png\" type=\"image/png\"><img loading=\"lazy\" src=\"https://assethub.athenahealth.com/asset/701afb26-6cb4-49f7-bbc6-3c4e46783140/Play-Button-Icon.png\" alt></picture></a>",
      "<a data-link-type=\"outbound\" data-link-text data-link-url id=\"g_cta_art_0_4\" class=\"K4UuJ default-link undefined \" href target></a>"
    ],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [
      "<img src=\"/resources_ahcom/d1383a6342bf2685dcc8.svg\">",
      "<img src=\"/resources_ahcom/d1383a6342bf2685dcc8.svg\">",
      "<img src=\"/resources_ahcom/d1383a6342bf2685dcc8.svg\">",
      "<img src=\"/resources_ahcom/f476ce5a0067a22cdd22.svg\" class=\"lPRZb\">",
      "<img src=\"/resources_ahcom/b9b7325e0680ffbe933b.svg\" class=\"MUfyR\">",
      "<img src=\"/resources_ahcom/1f5de5cfd8fe7772fd17.svg\" class=\"HIVFl\">",
      "<img src=\"/resources_ahcom/1474ae40b228721eb4e7.svg\" class=\"P7vqx\">",
      "<img src=\"/resources_ahcom/f476ce5a0067a22cdd22.svg\" class=\"lPRZb\">",
      "<img src=\"/resources_ahcom/b9b7325e0680ffbe933b.svg\" class=\"MUfyR\">",
      "<img src=\"/resources_ahcom/1f5de5cfd8fe7772fd17.svg\" class=\"HIVFl\">",
      "<img src=\"/resources_ahcom/1474ae40b228721eb4e7.svg\" class=\"P7vqx\">",
      "<img src=\"/resources_ahcom/f476ce5a0067a22cdd22.svg\" class=\"lPRZb\">",
      "<img src=\"/resources_ahcom/b9b7325e0680ffbe933b.svg\" class=\"MUfyR\">",
      "<img src=\"/resources_ahcom/1f5de5cfd8fe7772fd17.svg\" class=\"HIVFl\">",
      "<img src=\"/resources_ahcom/1474ae40b228721eb4e7.svg\" class=\"P7vqx\">",
      "<img src=\"/resources_ahcom/f476ce5a0067a22cdd22.svg\" class=\"lPRZb\">",
      "<img src=\"/resources_ahcom/b9b7325e0680ffbe933b.svg\" class=\"MUfyR\">",
      "<img src=\"/resources_ahcom/1f5de5cfd8fe7772fd17.svg\" class=\"HIVFl\">",
      "<img src=\"/resources_ahcom/1474ae40b228721eb4e7.svg\" class=\"P7vqx\">",
      "<img src=\"/resources_ahcom/f476ce5a0067a22cdd22.svg\" class=\"lPRZb\">",
      "<img src=\"/resources_ahcom/b9b7325e0680ffbe933b.svg\" class=\"MUfyR\">",
      "<img src=\"/resources_ahcom/1f5de5cfd8fe7772fd17.svg\" class=\"HIVFl\">",
      "<img src=\"/resources_ahcom/1474ae40b228721eb4e7.svg\" class=\"P7vqx\">",
      "<img src=\"/resources_ahcom/f476ce5a0067a22cdd22.svg\" class=\"lPRZb\">",
      "<img src=\"/resources_ahcom/b9b7325e0680ffbe933b.svg\" class=\"MUfyR\">",
      "<img src=\"/resources_ahcom/1f5de5cfd8fe7772fd17.svg\" class=\"HIVFl\">",
      "<img src=\"/resources_ahcom/1474ae40b228721eb4e7.svg\" class=\"P7vqx\">",
      "<img src=\"/resources_ahcom/f476ce5a0067a22cdd22.svg\" class=\"lPRZb\">",
      "<img src=\"/resources_ahcom/b9b7325e0680ffbe933b.svg\" class=\"MUfyR\">",
      "<img src=\"/resources_ahcom/1f5de5cfd8fe7772fd17.svg\" class=\"HIVFl\">",
      "<img src=\"/resources_ahcom/1474ae40b228721eb4e7.svg\" class=\"P7vqx\">",
      "<img src=\"/resources_ahcom/f476ce5a0067a22cdd22.svg\" class=\"lPRZb\">",
      "<img src=\"/resources_ahcom/b9b7325e0680ffbe933b.svg\" class=\"MUfyR\">",
      "<img src=\"/resources_ahcom/1f5de5cfd8fe7772fd17.svg\" class=\"HIVFl\">",
      "<img src=\"/resources_ahcom/1474ae40b228721eb4e7.svg\" class=\"P7vqx\">",
      "<img src=\"/resources_ahcom/f476ce5a0067a22cdd22.svg\" class=\"lPRZb\">",
      "<img src=\"/resources_ahcom/b9b7325e0680ffbe933b.svg\" class=\"MUfyR\">",
      "<img src=\"/resources_ahcom/1f5de5cfd8fe7772fd17.svg\" class=\"HIVFl\">",
      "<img src=\"/resources_ahcom/1474ae40b228721eb4e7.svg\" class=\"P7vqx\">",
      "<img src=\"/resources_ahcom/f476ce5a0067a22cdd22.svg\" class=\"lPRZb\">",
      "<img src=\"/resources_ahcom/b9b7325e0680ffbe933b.svg\" class=\"MUfyR\">",
      "<img src=\"/resources_ahcom/1f5de5cfd8fe7772fd17.svg\" class=\"HIVFl\">",
      "<img src=\"/resources_ahcom/1474ae40b228721eb4e7.svg\" class=\"P7vqx\">",
      "<img src=\"/resources_ahcom/f476ce5a0067a22cdd22.svg\" class=\"lPRZb\">",
      "<img src=\"/resources_ahcom/b9b7325e0680ffbe933b.svg\" class=\"MUfyR\">",
      "<img src=\"/resources_ahcom/1f5de5cfd8fe7772fd17.svg\" class=\"HIVFl\">",
      "<img src=\"/resources_ahcom/1474ae40b228721eb4e7.svg\" class=\"P7vqx\">",
      "<img src=\"/resources_ahcom/f476ce5a0067a22cdd22.svg\" class=\"lPRZb\">",
      "<img src=\"/resources_ahcom/b9b7325e0680ffbe933b.svg\" class=\"MUfyR\">",
      "<img src=\"/resources_ahcom/1f5de5cfd8fe7772fd17.svg\" class=\"HIVFl\">",
      "<img src=\"/resources_ahcom/1474ae40b228721eb4e7.svg\" class=\"P7vqx\">",
      "<img src=\"/resources_ahcom/f476ce5a0067a22cdd22.svg\" class=\"lPRZb\">",
      "<img src=\"/resources_ahcom/b9b7325e0680ffbe933b.svg\" class=\"MUfyR\">",
      "<img src=\"/resources_ahcom/1f5de5cfd8fe7772fd17.svg\" class=\"HIVFl\">",
      "<img src=\"/resources_ahcom/1474ae40b228721eb4e7.svg\" class=\"P7vqx\">",
      "<img src=\"/resources_ahcom/f476ce5a0067a22cdd22.svg\" class=\"lPRZb\">",
      "<img src=\"/resources_ahcom/b9b7325e0680ffbe933b.svg\" class=\"MUfyR\">",
      "<img src=\"/resources_ahcom/1f5de5cfd8fe7772fd17.svg\" class=\"HIVFl\">",
      "<img src=\"/resources_ahcom/1474ae40b228721eb4e7.svg\" class=\"P7vqx\">"
    ],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 1,
    "headings": 41,
    "links": 236,
    "inaccessibleLinks": 5,
    "buttons": 9,
    "inaccessibleButtons": 0,
    "images": 96,
    "imagesWithAlt": 37,
    "autocompleteInputs": 0,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 0
  }
}

AI DiscoverabilityDiscoverabilityEstablished

Sitemap

Sitemap is missing or incomplete.

33 Fail

Needs attention

Sitemap

Failed check
01

Issue

No valid XML sitemap found at checked locations: https://www.athenahealth.com/sitemap.xml, https://www.athenahealth.com/sitemap.xml, https://www.athenahealth.com/sitemap_index.xml, https://www.athenahealth.com/sitemap-index.xml.

02

Why it matters

Sitemaps help crawlers and agents discover canonical URLs, updated pages, and deeper content that may not be obvious from the homepage navigation.

Check name

Sitemap

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Publish a sitemap and reference it from robots.txt.

Result

Sitemap is missing or incomplete.

Evidence
{
  "checked": [
    "https://www.athenahealth.com/sitemap.xml",
    "https://www.athenahealth.com/sitemap.xml",
    "https://www.athenahealth.com/sitemap_index.xml",
    "https://www.athenahealth.com/sitemap-index.xml"
  ]
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

33 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": 403,
            "contentType": "text/html",
            "length": 413
          },
          {
            "path": "/webmcp.json",
            "statusCode": 403,
            "contentType": "text/html",
            "length": 389
          },
          {
            "path": "/mcp.json",
            "statusCode": 403,
            "contentType": "text/html",
            "length": 386
          }
        ]
      },
      "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 UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

20 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": 403,
            "contentType": "text/html",
            "length": 421
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 403,
            "contentType": "text/html",
            "length": 429
          },
          {
            "path": "/agent-card.json",
            "statusCode": 403,
            "contentType": "text/html",
            "length": 397
          }
        ]
      },
      "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".

20 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": 403,
            "contentType": "text/html",
            "length": 433
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 403,
            "contentType": "text/html",
            "length": 423
          }
        ]
      },
      "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".

20 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": 403,
            "contentType": "text/html",
            "length": 412
          },
          {
            "path": "/agent.json",
            "statusCode": 403,
            "contentType": "text/html",
            "length": 388
          }
        ]
      },
      "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".

20 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": 403,
            "contentType": "text/html",
            "length": 413
          },
          {
            "path": "/agents.json",
            "statusCode": 403,
            "contentType": "text/html",
            "length": 389
          }
        ]
      },
      "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."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

DNS-AID lets agents discover index, A2A, and other agent entrypoints before fetching HTTP metadata, while DNSSEC can authenticate the discovery zone.

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish DNS for AI Discovery records under _agents for DNS-based agent entrypoint discovery.

Result

DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

    Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint.

  3. Check DNSSEC material

    DNSSEC material was not visible for the hostname or parent zone from this resolver.

Evidence
{
  "failedStep": "svcb-https-records",
  "steps": [
    {
      "id": "svcb-https-records",
      "title": "Resolve DNS-AID SVCB/HTTPS records",
      "status": "fail",
      "evidence": {
        "hostname": "www.athenahealth.com",
        "probes": [
          {
            "name": "_index._agents.www.athenahealth.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.www.athenahealth.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          }
        ]
      },
      "issue": "No DNS-AID entrypoint records were found under _agents.",
      "howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
    },
    {
      "id": "service-params",
      "title": "Validate alpn and endpoint parameters",
      "status": "informational",
      "evidence": {
        "discovered": []
      },
      "howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
    },
    {
      "id": "dnssec",
      "title": "Check DNSSEC material",
      "status": "warning",
      "evidence": {
        "hasDnssecMaterial": false,
        "checked": [
          {
            "name": "www.athenahealth.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          },
          {
            "name": "athenahealth.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          }
        ]
      },
      "issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
      "howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

9 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.athenahealth.com/about/contact-us",
      "text": "Contact Us",
      "html": "<a href=\"https://www.athenahealth.com/about/contact-us\" class=\"gnORC\"><div class=\"jGVL5\">Contact Us</div></a>"
    },
    {
      "href": "/about/who-we-are",
      "text": "Who We Are",
      "html": "<a href=\"/about/who-we-are\" class=\"gnORC\"><div class=\"jGVL5\">Who We Are</div></a>"
    },
    {
      "href": "/about/leadership",
      "text": "Leadership",
      "html": "<a href=\"/about/leadership\" class=\"gnORC\"><div class=\"jGVL5\">Leadership</div></a>"
    },
    {
      "href": "/about/athenagives",
      "text": "athenaGives",
      "html": "<a href=\"/about/athenagives\" class=\"gnORC\"><div class=\"jGVL5\">athenaGives</div></a>"
    },
    {
      "href": "/about/contact-us",
      "text": "Contact Us",
      "html": "<a href=\"/about/contact-us\" class=\"gnORC\"><div class=\"jGVL5\">Contact Us</div></a>"
    },
    {
      "href": "https://www.athenahealth.com/about/awards/best-in-klas-recognitions",
      "text": "AwardsWinner! 5 Best in KLAS Awards for 2026See why we're #1",
      "html": "<a class=\"Okahd analytics-submenu-click\" href=\"https://www.athenahealth.com/about/awards/best-in-klas-recognitions\"><div class=\"OwE3H\"><div class=\"bkDgW\"><div class=\"ksZ3c\">Awards</div><div class=\"x5SKT\"><div class=\"dsP1r\"><p><span style=\"color:#ffffff;\">Winner! 5 Best in KLAS Awards for 2026</span></p></div><div class=\"wOETj\">See why we&apos;re #1<img src=\"/resources_ahcom/d1383a6342bf2685dcc8.svg\"></div></div></div><picture><source srcset=\"https://assethub.athenahealth.com/asset/1ed57e72-a0..."
    },
    {
      "href": "https://www.athenahealth.com/about/awards/best-in-klas-recognitions",
      "text": "Learn why we're Best in KLAS",
      "html": "<a class=\"lsd9c\" href=\"https://www.athenahealth.com/about/awards/best-in-klas-recognitions\">Learn why we&apos;re Best in KLAS</a>"
    },
    {
      "href": "https://www.linkedin.com/company/athenahealth/",
      "text": "",
      "html": "<a data-link-type=\"footer\" data-link-text=\"footer-social\" data-link-url=\"https://www.linkedin.com/company/athenahealth/\" href=\"https://www.linkedin.com/company/athenahealth/\"><picture><source srcset=\"https://assethub.athenahealth.com/asset/c46411d2-a132-42aa-a3c1-f4629014cd72/LinkedIn-Icon.png\" type=\"image/png\"><img loading=\"lazy\" src=\"https://assethub.athenahealth.com/asset/c46411d2-a132-42aa-a3c1-f4629014cd72/LinkedIn-Icon.png\" alt></picture></a>"
    },
    {
      "href": "https://www.athenahealth.com/solutions/athenaone",
      "text": "Learn more about athenaOne",
      "html": "<a data-link-type=\"outbound\" data-link-text=\"Learn more about athenaOne\" data-link-url=\"https://www.athenahealth.com/solutions/athenaone\" id=\"g_cta_pro_0_2\" class=\"Wx5LM undefined undefined NWFu8\" href=\"https://www.athenahealth.com/solutions/athenaone\" target>Learn more about athenaOne</a>"
    },
    {
      "href": "https://www.athenahealth.com/about/awards/best-in-klas-recognitions",
      "text": "See why practices love athenaOne",
      "html": "<a data-link-type=\"outbound\" data-link-text=\"See why practices love athenaOne\" data-link-url=\"https://www.athenahealth.com/about/awards/best-in-klas-recognitions\" id=\"g_cta_val_0_3\" class=\"rDPQc undefined JrPQw sph__click-js\" href=\"https://www.athenahealth.com/about/awards/best-in-klas-recognitions\" target>See why practices love athenaOne<svg data-prefix=\"far\" data-icon=\"arrow-right\" class=\"svg-inline--fa fa-arrow-right\" role=\"img\" viewBox=\"0 0 512 512\" aria-hidden=\"true\"><path fill=\"currentC..."
    },
    {
      "href": "//www.athenahealth.com/about/who-we-are",
      "text": "Who We Are",
      "html": "<a data-link-type=\"footer\" data-link-text=\"Who We Are\" data-link-url=\"//www.athenahealth.com/about/who-we-are\" class=\"l2ldQ p1\" href=\"//www.athenahealth.com/about/who-we-are\">Who We Are</a>"
    },
    {
      "href": "//www.athenahealth.com/about/leadership",
      "text": "Leadership",
      "html": "<a data-link-type=\"footer\" data-link-text=\"Leadership\" data-link-url=\"//www.athenahealth.com/about/leadership\" class=\"l2ldQ p1\" href=\"//www.athenahealth.com/about/leadership\">Leadership</a>"
    },
    {
      "href": "//www.athenahealth.com/about/athenagives",
      "text": "athenaGives",
      "html": "<a data-link-type=\"footer\" data-link-text=\"athenaGives\" data-link-url=\"//www.athenahealth.com/about/athenagives\" class=\"l2ldQ p1\" href=\"//www.athenahealth.com/about/athenagives\">athenaGives</a>"
    },
    {
      "href": "//www.athenahealth.com/about/contact-us",
      "text": "Contact Us",
      "html": "<a data-link-type=\"footer\" data-link-text=\"Contact Us\" data-link-url=\"//www.athenahealth.com/about/contact-us\" class=\"l2ldQ p1\" href=\"//www.athenahealth.com/about/contact-us\">Contact Us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/athenahealth/",
      "text": "",
      "html": "<a data-link-type=\"footer\" data-link-text=\"footer-social\" data-link-url=\"https://www.linkedin.com/company/athenahealth/\" class=\"l2ldQ\" href=\"https://www.linkedin.com/company/athenahealth/\"><picture class=\"rCjFw\"><source srcset=\"https://assethub.athenahealth.com/asset/b55d506c-744f-410b-812a-c9775b7e9b19/YouTube-Social-Media-Icon.png\" type=\"image/png\"><img src=\"https://assethub.athenahealth.com/asset/b55d506c-744f-410b-812a-c9775b7e9b19/YouTube-Social-Media-Icon.png\" width=\"0\" height=\"64\" alt=..."
    },
    {
      "href": "//www.athenahealth.com/about/who-we-are",
      "text": "Who We Are",
      "html": "<a data-link-type=\"footer\" data-link-text=\"Who We Are\" data-link-url=\"//www.athenahealth.com/about/who-we-are\" href=\"//www.athenahealth.com/about/who-we-are\">Who We Are</a>"
    },
    {
      "href": "//www.athenahealth.com/about/leadership",
      "text": "Leadership",
      "html": "<a data-link-type=\"footer\" data-link-text=\"Leadership\" data-link-url=\"//www.athenahealth.com/about/leadership\" href=\"//www.athenahealth.com/about/leadership\">Leadership</a>"
    },
    {
      "href": "//www.athenahealth.com/about/athenagives",
      "text": "athenaGives",
      "html": "<a data-link-type=\"footer\" data-link-text=\"athenaGives\" data-link-url=\"//www.athenahealth.com/about/athenagives\" href=\"//www.athenahealth.com/about/athenagives\">athenaGives</a>"
    },
    {
      "href": "//www.athenahealth.com/about/contact-us",
      "text": "Contact Us",
      "html": "<a data-link-type=\"footer\" data-link-text=\"Contact Us\" data-link-url=\"//www.athenahealth.com/about/contact-us\" href=\"//www.athenahealth.com/about/contact-us\">Contact Us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/athenahealth/",
      "text": "",
      "html": "<a class=\"l2ldQ megafooter-links-sublink\" href=\"https://www.linkedin.com/company/athenahealth/\"><picture class=\"rCjFw\"><source srcset=\"https://assethub.athenahealth.com/asset/b55d506c-744f-410b-812a-c9775b7e9b19/YouTube-Social-Media-Icon.png\" type=\"image/png\"><img src=\"https://assethub.athenahealth.com/asset/b55d506c-744f-410b-812a-c9775b7e9b19/YouTube-Social-Media-Icon.png\" width=\"30\" height=\"64\" alt=\"Athenahealth\" class=\"rCjFw\"></picture></a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/solutions/athenaone/value-based-care",
      "text": "Value-Based Care SupportImprove patient outcomes while tracking and getting paid for care.",
      "html": "<a href=\"/solutions/athenaone/value-based-care\" class=\"gnORC\"><div class=\"jGVL5\">Value-Based Care Support</div><div class=\"Df8Nb \"><p>Improve patient outcomes while tracking and getting paid for care.</p></div></a>"
    },
    {
      "href": "/solutions/athenaone/ai-powered-healthcare",
      "text": "AI capabilities in athenaOneAI-powered tools that help drive efficiency and performance.",
      "html": "<a href=\"/solutions/athenaone/ai-powered-healthcare\" class=\"gnORC\"><div class=\"jGVL5\">AI capabilities in athenaOne</div><div class=\"Df8Nb \"><p>AI-powered tools that help drive efficiency and performance.</p></div></a>"
    },
    {
      "href": "/why-choose-us/client-support",
      "text": "Customer SupportIn-person training and live support that empowers you from day one.",
      "html": "<a href=\"/why-choose-us/client-support\" class=\"gnORC\"><div class=\"jGVL5\">Customer Support</div><div class=\"Df8Nb \"><p>In-person training and live support that empowers you from day one.</p></div></a>"
    },
    {
      "href": "/who-we-serve/payers",
      "text": "Payer SolutionsTechnology that helps improve patient outcomes and reduce costs.",
      "html": "<a href=\"/who-we-serve/payers\" class=\"gnORC\"><div class=\"jGVL5\">Payer Solutions</div><div class=\"Df8Nb \"><p><span style=\"white-space:pre-wrap;\">Technology that helps improve patient outcomes and reduce costs.</span></p></div></a>"
    },
    {
      "href": "/solutions/advisory-services",
      "text": "Advisory ServicesExpert consulting and support to help improve performance and ROI.",
      "html": "<a href=\"/solutions/advisory-services\" class=\"gnORC\"><div class=\"jGVL5\">Advisory Services</div><div class=\"Df8Nb \"><p>Expert consulting and support to help improve performance and ROI.</p></div></a>"
    },
    {
      "href": "https://www.athenahealth.com/about/contact-us",
      "text": "Contact Us",
      "html": "<a href=\"https://www.athenahealth.com/about/contact-us\" class=\"gnORC\"><div class=\"jGVL5\">Contact Us</div></a>"
    },
    {
      "href": "https://success.athenahealth.com/s/support",
      "text": "Resources",
      "html": "<a href=\"https://success.athenahealth.com/s/support\" class=\"gnORC\"><div class=\"jGVL5\">Resources</div></a>"
    },
    {
      "href": "/about/contact-us",
      "text": "Contact Us",
      "html": "<a href=\"/about/contact-us\" class=\"gnORC\"><div class=\"jGVL5\">Contact Us</div></a>"
    },
    {
      "href": "https://www.athenahealth.com/why-choose-us/client-support",
      "text": "Explore Customer Support",
      "html": "<a data-link-type=\"outbound\" data-link-text=\"Explore Customer Support\" data-link-url=\"https://www.athenahealth.com/why-choose-us/client-support\" id=\"g_cta_pro_3_2\" class=\"zuY9u undefined NWFu8 pc__click-js\" href=\"https://www.athenahealth.com/why-choose-us/client-support\" target>Explore Customer Support</a>"
    },
    {
      "href": "https://www.athenahealth.com/why-choose-us/client-support",
      "text": "Explore Customer Support",
      "html": "<a data-link-type=\"outbound\" data-link-text=\"Explore Customer Support\" data-link-url=\"https://www.athenahealth.com/why-choose-us/client-support\" id=\"g_cta_pro_3_2\" class=\"zuY9u undefined NWFu8 pc__click-js\" href=\"https://www.athenahealth.com/why-choose-us/client-support\" target>Explore Customer Support</a>"
    },
    {
      "href": "https://www.athenahealth.com/why-choose-us/client-support",
      "text": "Explore Customer Support",
      "html": "<a data-link-type=\"outbound\" data-link-text=\"Explore Customer Support\" data-link-url=\"https://www.athenahealth.com/why-choose-us/client-support\" id=\"g_cta_pro_3_2\" class=\"zuY9u undefined NWFu8 pc__click-js\" href=\"https://www.athenahealth.com/why-choose-us/client-support\" target>Explore Customer Support</a>"
    },
    {
      "href": "//www.athenahealth.com/why-choose-us/client-support",
      "text": "Customer Support",
      "html": "<a data-link-type=\"footer\" data-link-text=\"Customer Support\" data-link-url=\"//www.athenahealth.com/why-choose-us/client-support\" class=\"l2ldQ p1\" href=\"//www.athenahealth.com/why-choose-us/client-support\">Customer Support</a>"
    },
    {
      "href": "//www.athenahealth.com/about/contact-us",
      "text": "Contact Us",
      "html": "<a data-link-type=\"footer\" data-link-text=\"Contact Us\" data-link-url=\"//www.athenahealth.com/about/contact-us\" class=\"l2ldQ p1\" href=\"//www.athenahealth.com/about/contact-us\">Contact Us</a>"
    },
    {
      "href": "//www.athenahealth.com/why-choose-us/client-support",
      "text": "Customer Support",
      "html": "<a data-link-type=\"footer\" data-link-text=\"Customer Support\" data-link-url=\"//www.athenahealth.com/why-choose-us/client-support\" href=\"//www.athenahealth.com/why-choose-us/client-support\">Customer Support</a>"
    },
    {
      "href": "//www.athenahealth.com/about/contact-us",
      "text": "Contact Us",
      "html": "<a data-link-type=\"footer\" data-link-text=\"Contact Us\" data-link-url=\"//www.athenahealth.com/about/contact-us\" href=\"//www.athenahealth.com/about/contact-us\">Contact Us</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/privacy-rights",
      "text": "Privacy Policy",
      "html": "<a data-link-type=\"footer\" data-link-text=\"Privacy Policy\" data-link-url=\"/privacy-rights\" class=\"l2ldQ megafooter-links-sublink p1\" href=\"/privacy-rights\"> <span>Privacy Policy</span></a>"
    },
    {
      "href": "/terms-and-conditions/terms-of-use",
      "text": "Terms of Use",
      "html": "<a data-link-type=\"footer\" data-link-text=\"Terms of Use\" data-link-url=\"/terms-and-conditions/terms-of-use\" class=\"l2ldQ megafooter-links-sublink p1\" href=\"/terms-and-conditions/terms-of-use\"> <span>Terms of Use</span></a>"
    },
    {
      "href": "/terms-and-conditions",
      "text": "Disclaimers",
      "html": "<a data-link-type=\"footer\" data-link-text=\"Disclaimers\" data-link-url=\"/terms-and-conditions\" class=\"l2ldQ megafooter-links-sublink p1\" href=\"/terms-and-conditions\"> <span>Disclaimers</span></a>"
    },
    {
      "href": "https://privacyportal.onetrust.com/webform/e154ad6e-22c7-4d9c-919c-b5cabfd10d9c/cb37657f-a291-4caa-bdaa-b13cbd18dbdc",
      "text": "Do Not Sell or Share My Personal Information",
      "html": "<a data-link-type=\"footer\" data-link-text=\"Do Not Sell or Share My Personal Information\" data-link-url=\"https://privacyportal.onetrust.com/webform/e154ad6e-22c7-4d9c-919c-b5cabfd10d9c/cb37657f-a291-4caa-bdaa-b13cbd18dbdc\" class=\"l2ldQ megafooter-links-sublink p1\" href=\"https://privacyportal.onetrust.com/webform/e154ad6e-22c7-4d9c-919c-b5cabfd10d9c/cb37657f-a291-4caa-bdaa-b13cbd18dbdc\"> <span>Do Not Sell or Share My Personal Information</span></a>"
    },
    {
      "href": "/privacy-rights",
      "text": "Privacy Policy",
      "html": "<a data-link-type=\"footer\" data-link-text=\"Privacy Policy\" data-link-url=\"/privacy-rights\" class=\"l2ldQ megafooter-links-sublink\" href=\"/privacy-rights\"><span>Privacy Policy</span></a>"
    },
    {
      "href": "/terms-and-conditions/terms-of-use",
      "text": "Terms of Use",
      "html": "<a data-link-type=\"footer\" data-link-text=\"Terms of Use\" data-link-url=\"/terms-and-conditions/terms-of-use\" class=\"l2ldQ megafooter-links-sublink\" href=\"/terms-and-conditions/terms-of-use\"><span>Terms of Use</span></a>"
    },
    {
      "href": "/terms-and-conditions",
      "text": "Disclaimers",
      "html": "<a data-link-type=\"footer\" data-link-text=\"Disclaimers\" data-link-url=\"/terms-and-conditions\" class=\"l2ldQ megafooter-links-sublink\" href=\"/terms-and-conditions\"><span>Disclaimers</span></a>"
    },
    {
      "href": "https://privacyportal.onetrust.com/webform/e154ad6e-22c7-4d9c-919c-b5cabfd10d9c/cb37657f-a291-4caa-bdaa-b13cbd18dbdc",
      "text": "Do Not Sell or Share My Personal Information",
      "html": "<a data-link-type=\"footer\" data-link-text=\"Do Not Sell or Share My Personal Information\" data-link-url=\"https://privacyportal.onetrust.com/webform/e154ad6e-22c7-4d9c-919c-b5cabfd10d9c/cb37657f-a291-4caa-bdaa-b13cbd18dbdc\" class=\"l2ldQ megafooter-links-sublink\" href=\"https://privacyportal.onetrust.com/webform/e154ad6e-22c7-4d9c-919c-b5cabfd10d9c/cb37657f-a291-4caa-bdaa-b13cbd18dbdc\"><span>Do Not Sell or Share My Personal Information</span></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.athenahealth.com/about/contact-us",
      "text": "Contact Us",
      "html": "<a href=\"https://www.athenahealth.com/about/contact-us\" class=\"gnORC\"><div class=\"jGVL5\">Contact Us</div></a>"
    },
    {
      "href": "/about/who-we-are",
      "text": "Who We Are",
      "html": "<a href=\"/about/who-we-are\" class=\"gnORC\"><div class=\"jGVL5\">Who We Are</div></a>"
    },
    {
      "href": "/about/leadership",
      "text": "Leadership",
      "html": "<a href=\"/about/leadership\" class=\"gnORC\"><div class=\"jGVL5\">Leadership</div></a>"
    },
    {
      "href": "/about/athenagives",
      "text": "athenaGives",
      "html": "<a href=\"/about/athenagives\" class=\"gnORC\"><div class=\"jGVL5\">athenaGives</div></a>"
    },
    {
      "href": "/about/contact-us",
      "text": "Contact Us",
      "html": "<a href=\"/about/contact-us\" class=\"gnORC\"><div class=\"jGVL5\">Contact Us</div></a>"
    },
    {
      "href": "https://www.athenahealth.com/about/awards/best-in-klas-recognitions",
      "text": "AwardsWinner! 5 Best in KLAS Awards for 2026See why we're #1",
      "html": "<a class=\"Okahd analytics-submenu-click\" href=\"https://www.athenahealth.com/about/awards/best-in-klas-recognitions\"><div class=\"OwE3H\"><div class=\"bkDgW\"><div class=\"ksZ3c\">Awards</div><div class=\"x5SKT\"><div class=\"dsP1r\"><p><span style=\"color:#ffffff;\">Winner! 5 Best in KLAS Awards for 2026</span></p></div><div class=\"wOETj\">See why we&apos;re #1<img src=\"/resources_ahcom/d1383a6342bf2685dcc8.svg\"></div></div></div><picture><source srcset=\"https://assethub.athenahealth.com/asset/1ed57e72-a0..."
    },
    {
      "href": "https://www.athenahealth.com/about/awards/best-in-klas-recognitions",
      "text": "Learn why we're Best in KLAS",
      "html": "<a class=\"lsd9c\" href=\"https://www.athenahealth.com/about/awards/best-in-klas-recognitions\">Learn why we&apos;re Best in KLAS</a>"
    },
    {
      "href": "https://www.linkedin.com/company/athenahealth/",
      "text": "",
      "html": "<a data-link-type=\"footer\" data-link-text=\"footer-social\" data-link-url=\"https://www.linkedin.com/company/athenahealth/\" href=\"https://www.linkedin.com/company/athenahealth/\"><picture><source srcset=\"https://assethub.athenahealth.com/asset/c46411d2-a132-42aa-a3c1-f4629014cd72/LinkedIn-Icon.png\" type=\"image/png\"><img loading=\"lazy\" src=\"https://assethub.athenahealth.com/asset/c46411d2-a132-42aa-a3c1-f4629014cd72/LinkedIn-Icon.png\" alt></picture></a>"
    },
    {
      "href": "https://www.athenahealth.com/solutions/athenaone",
      "text": "Learn more about athenaOne",
      "html": "<a data-link-type=\"outbound\" data-link-text=\"Learn more about athenaOne\" data-link-url=\"https://www.athenahealth.com/solutions/athenaone\" id=\"g_cta_pro_0_2\" class=\"Wx5LM undefined undefined NWFu8\" href=\"https://www.athenahealth.com/solutions/athenaone\" target>Learn more about athenaOne</a>"
    },
    {
      "href": "https://www.athenahealth.com/about/awards/best-in-klas-recognitions",
      "text": "See why practices love athenaOne",
      "html": "<a data-link-type=\"outbound\" data-link-text=\"See why practices love athenaOne\" data-link-url=\"https://www.athenahealth.com/about/awards/best-in-klas-recognitions\" id=\"g_cta_val_0_3\" class=\"rDPQc undefined JrPQw sph__click-js\" href=\"https://www.athenahealth.com/about/awards/best-in-klas-recognitions\" target>See why practices love athenaOne<svg data-prefix=\"far\" data-icon=\"arrow-right\" class=\"svg-inline--fa fa-arrow-right\" role=\"img\" viewBox=\"0 0 512 512\" aria-hidden=\"true\"><path fill=\"currentC..."
    },
    {
      "href": "//www.athenahealth.com/about/who-we-are",
      "text": "Who We Are",
      "html": "<a data-link-type=\"footer\" data-link-text=\"Who We Are\" data-link-url=\"//www.athenahealth.com/about/who-we-are\" class=\"l2ldQ p1\" href=\"//www.athenahealth.com/about/who-we-are\">Who We Are</a>"
    },
    {
      "href": "//www.athenahealth.com/about/leadership",
      "text": "Leadership",
      "html": "<a data-link-type=\"footer\" data-link-text=\"Leadership\" data-link-url=\"//www.athenahealth.com/about/leadership\" class=\"l2ldQ p1\" href=\"//www.athenahealth.com/about/leadership\">Leadership</a>"
    },
    {
      "href": "//www.athenahealth.com/about/athenagives",
      "text": "athenaGives",
      "html": "<a data-link-type=\"footer\" data-link-text=\"athenaGives\" data-link-url=\"//www.athenahealth.com/about/athenagives\" class=\"l2ldQ p1\" href=\"//www.athenahealth.com/about/athenagives\">athenaGives</a>"
    },
    {
      "href": "//www.athenahealth.com/about/contact-us",
      "text": "Contact Us",
      "html": "<a data-link-type=\"footer\" data-link-text=\"Contact Us\" data-link-url=\"//www.athenahealth.com/about/contact-us\" class=\"l2ldQ p1\" href=\"//www.athenahealth.com/about/contact-us\">Contact Us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/athenahealth/",
      "text": "",
      "html": "<a data-link-type=\"footer\" data-link-text=\"footer-social\" data-link-url=\"https://www.linkedin.com/company/athenahealth/\" class=\"l2ldQ\" href=\"https://www.linkedin.com/company/athenahealth/\"><picture class=\"rCjFw\"><source srcset=\"https://assethub.athenahealth.com/asset/b55d506c-744f-410b-812a-c9775b7e9b19/YouTube-Social-Media-Icon.png\" type=\"image/png\"><img src=\"https://assethub.athenahealth.com/asset/b55d506c-744f-410b-812a-c9775b7e9b19/YouTube-Social-Media-Icon.png\" width=\"0\" height=\"64\" alt=..."
    },
    {
      "href": "//www.athenahealth.com/about/who-we-are",
      "text": "Who We Are",
      "html": "<a data-link-type=\"footer\" data-link-text=\"Who We Are\" data-link-url=\"//www.athenahealth.com/about/who-we-are\" href=\"//www.athenahealth.com/about/who-we-are\">Who We Are</a>"
    },
    {
      "href": "//www.athenahealth.com/about/leadership",
      "text": "Leadership",
      "html": "<a data-link-type=\"footer\" data-link-text=\"Leadership\" data-link-url=\"//www.athenahealth.com/about/leadership\" href=\"//www.athenahealth.com/about/leadership\">Leadership</a>"
    },
    {
      "href": "//www.athenahealth.com/about/athenagives",
      "text": "athenaGives",
      "html": "<a data-link-type=\"footer\" data-link-text=\"athenaGives\" data-link-url=\"//www.athenahealth.com/about/athenagives\" href=\"//www.athenahealth.com/about/athenagives\">athenaGives</a>"
    },
    {
      "href": "//www.athenahealth.com/about/contact-us",
      "text": "Contact Us",
      "html": "<a data-link-type=\"footer\" data-link-text=\"Contact Us\" data-link-url=\"//www.athenahealth.com/about/contact-us\" href=\"//www.athenahealth.com/about/contact-us\">Contact Us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/athenahealth/",
      "text": "",
      "html": "<a class=\"l2ldQ megafooter-links-sublink\" href=\"https://www.linkedin.com/company/athenahealth/\"><picture class=\"rCjFw\"><source srcset=\"https://assethub.athenahealth.com/asset/b55d506c-744f-410b-812a-c9775b7e9b19/YouTube-Social-Media-Icon.png\" type=\"image/png\"><img src=\"https://assethub.athenahealth.com/asset/b55d506c-744f-410b-812a-c9775b7e9b19/YouTube-Social-Media-Icon.png\" width=\"30\" height=\"64\" alt=\"Athenahealth\" class=\"rCjFw\"></picture></a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/solutions/athenaone/value-based-care",
      "text": "Value-Based Care SupportImprove patient outcomes while tracking and getting paid for care.",
      "html": "<a href=\"/solutions/athenaone/value-based-care\" class=\"gnORC\"><div class=\"jGVL5\">Value-Based Care Support</div><div class=\"Df8Nb \"><p>Improve patient outcomes while tracking and getting paid for care.</p></div></a>"
    },
    {
      "href": "/solutions/athenaone/ai-powered-healthcare",
      "text": "AI capabilities in athenaOneAI-powered tools that help drive efficiency and performance.",
      "html": "<a href=\"/solutions/athenaone/ai-powered-healthcare\" class=\"gnORC\"><div class=\"jGVL5\">AI capabilities in athenaOne</div><div class=\"Df8Nb \"><p>AI-powered tools that help drive efficiency and performance.</p></div></a>"
    },
    {
      "href": "/why-choose-us/client-support",
      "text": "Customer SupportIn-person training and live support that empowers you from day one.",
      "html": "<a href=\"/why-choose-us/client-support\" class=\"gnORC\"><div class=\"jGVL5\">Customer Support</div><div class=\"Df8Nb \"><p>In-person training and live support that empowers you from day one.</p></div></a>"
    },
    {
      "href": "/who-we-serve/payers",
      "text": "Payer SolutionsTechnology that helps improve patient outcomes and reduce costs.",
      "html": "<a href=\"/who-we-serve/payers\" class=\"gnORC\"><div class=\"jGVL5\">Payer Solutions</div><div class=\"Df8Nb \"><p><span style=\"white-space:pre-wrap;\">Technology that helps improve patient outcomes and reduce costs.</span></p></div></a>"
    },
    {
      "href": "/solutions/advisory-services",
      "text": "Advisory ServicesExpert consulting and support to help improve performance and ROI.",
      "html": "<a href=\"/solutions/advisory-services\" class=\"gnORC\"><div class=\"jGVL5\">Advisory Services</div><div class=\"Df8Nb \"><p>Expert consulting and support to help improve performance and ROI.</p></div></a>"
    },
    {
      "href": "https://www.athenahealth.com/about/contact-us",
      "text": "Contact Us",
      "html": "<a href=\"https://www.athenahealth.com/about/contact-us\" class=\"gnORC\"><div class=\"jGVL5\">Contact Us</div></a>"
    },
    {
      "href": "https://success.athenahealth.com/s/support",
      "text": "Resources",
      "html": "<a href=\"https://success.athenahealth.com/s/support\" class=\"gnORC\"><div class=\"jGVL5\">Resources</div></a>"
    },
    {
      "href": "/about/contact-us",
      "text": "Contact Us",
      "html": "<a href=\"/about/contact-us\" class=\"gnORC\"><div class=\"jGVL5\">Contact Us</div></a>"
    },
    {
      "href": "https://www.athenahealth.com/why-choose-us/client-support",
      "text": "Explore Customer Support",
      "html": "<a data-link-type=\"outbound\" data-link-text=\"Explore Customer Support\" data-link-url=\"https://www.athenahealth.com/why-choose-us/client-support\" id=\"g_cta_pro_3_2\" class=\"zuY9u undefined NWFu8 pc__click-js\" href=\"https://www.athenahealth.com/why-choose-us/client-support\" target>Explore Customer Support</a>"
    },
    {
      "href": "https://www.athenahealth.com/why-choose-us/client-support",
      "text": "Explore Customer Support",
      "html": "<a data-link-type=\"outbound\" data-link-text=\"Explore Customer Support\" data-link-url=\"https://www.athenahealth.com/why-choose-us/client-support\" id=\"g_cta_pro_3_2\" class=\"zuY9u undefined NWFu8 pc__click-js\" href=\"https://www.athenahealth.com/why-choose-us/client-support\" target>Explore Customer Support</a>"
    },
    {
      "href": "https://www.athenahealth.com/why-choose-us/client-support",
      "text": "Explore Customer Support",
      "html": "<a data-link-type=\"outbound\" data-link-text=\"Explore Customer Support\" data-link-url=\"https://www.athenahealth.com/why-choose-us/client-support\" id=\"g_cta_pro_3_2\" class=\"zuY9u undefined NWFu8 pc__click-js\" href=\"https://www.athenahealth.com/why-choose-us/client-support\" target>Explore Customer Support</a>"
    },
    {
      "href": "//www.athenahealth.com/why-choose-us/client-support",
      "text": "Customer Support",
      "html": "<a data-link-type=\"footer\" data-link-text=\"Customer Support\" data-link-url=\"//www.athenahealth.com/why-choose-us/client-support\" class=\"l2ldQ p1\" href=\"//www.athenahealth.com/why-choose-us/client-support\">Customer Support</a>"
    },
    {
      "href": "//www.athenahealth.com/about/contact-us",
      "text": "Contact Us",
      "html": "<a data-link-type=\"footer\" data-link-text=\"Contact Us\" data-link-url=\"//www.athenahealth.com/about/contact-us\" class=\"l2ldQ p1\" href=\"//www.athenahealth.com/about/contact-us\">Contact Us</a>"
    },
    {
      "href": "//www.athenahealth.com/why-choose-us/client-support",
      "text": "Customer Support",
      "html": "<a data-link-type=\"footer\" data-link-text=\"Customer Support\" data-link-url=\"//www.athenahealth.com/why-choose-us/client-support\" href=\"//www.athenahealth.com/why-choose-us/client-support\">Customer Support</a>"
    },
    {
      "href": "//www.athenahealth.com/about/contact-us",
      "text": "Contact Us",
      "html": "<a data-link-type=\"footer\" data-link-text=\"Contact Us\" data-link-url=\"//www.athenahealth.com/about/contact-us\" href=\"//www.athenahealth.com/about/contact-us\">Contact Us</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/privacy-rights",
      "text": "Privacy Policy",
      "html": "<a data-link-type=\"footer\" data-link-text=\"Privacy Policy\" data-link-url=\"/privacy-rights\" class=\"l2ldQ megafooter-links-sublink p1\" href=\"/privacy-rights\"> <span>Privacy Policy</span></a>"
    },
    {
      "href": "/terms-and-conditions/terms-of-use",
      "text": "Terms of Use",
      "html": "<a data-link-type=\"footer\" data-link-text=\"Terms of Use\" data-link-url=\"/terms-and-conditions/terms-of-use\" class=\"l2ldQ megafooter-links-sublink p1\" href=\"/terms-and-conditions/terms-of-use\"> <span>Terms of Use</span></a>"
    },
    {
      "href": "/terms-and-conditions",
      "text": "Disclaimers",
      "html": "<a data-link-type=\"footer\" data-link-text=\"Disclaimers\" data-link-url=\"/terms-and-conditions\" class=\"l2ldQ megafooter-links-sublink p1\" href=\"/terms-and-conditions\"> <span>Disclaimers</span></a>"
    },
    {
      "href": "https://privacyportal.onetrust.com/webform/e154ad6e-22c7-4d9c-919c-b5cabfd10d9c/cb37657f-a291-4caa-bdaa-b13cbd18dbdc",
      "text": "Do Not Sell or Share My Personal Information",
      "html": "<a data-link-type=\"footer\" data-link-text=\"Do Not Sell or Share My Personal Information\" data-link-url=\"https://privacyportal.onetrust.com/webform/e154ad6e-22c7-4d9c-919c-b5cabfd10d9c/cb37657f-a291-4caa-bdaa-b13cbd18dbdc\" class=\"l2ldQ megafooter-links-sublink p1\" href=\"https://privacyportal.onetrust.com/webform/e154ad6e-22c7-4d9c-919c-b5cabfd10d9c/cb37657f-a291-4caa-bdaa-b13cbd18dbdc\"> <span>Do Not Sell or Share My Personal Information</span></a>"
    },
    {
      "href": "/privacy-rights",
      "text": "Privacy Policy",
      "html": "<a data-link-type=\"footer\" data-link-text=\"Privacy Policy\" data-link-url=\"/privacy-rights\" class=\"l2ldQ megafooter-links-sublink\" href=\"/privacy-rights\"><span>Privacy Policy</span></a>"
    },
    {
      "href": "/terms-and-conditions/terms-of-use",
      "text": "Terms of Use",
      "html": "<a data-link-type=\"footer\" data-link-text=\"Terms of Use\" data-link-url=\"/terms-and-conditions/terms-of-use\" class=\"l2ldQ megafooter-links-sublink\" href=\"/terms-and-conditions/terms-of-use\"><span>Terms of Use</span></a>"
    },
    {
      "href": "/terms-and-conditions",
      "text": "Disclaimers",
      "html": "<a data-link-type=\"footer\" data-link-text=\"Disclaimers\" data-link-url=\"/terms-and-conditions\" class=\"l2ldQ megafooter-links-sublink\" href=\"/terms-and-conditions\"><span>Disclaimers</span></a>"
    },
    {
      "href": "https://privacyportal.onetrust.com/webform/e154ad6e-22c7-4d9c-919c-b5cabfd10d9c/cb37657f-a291-4caa-bdaa-b13cbd18dbdc",
      "text": "Do Not Sell or Share My Personal Information",
      "html": "<a data-link-type=\"footer\" data-link-text=\"Do Not Sell or Share My Personal Information\" data-link-url=\"https://privacyportal.onetrust.com/webform/e154ad6e-22c7-4d9c-919c-b5cabfd10d9c/cb37657f-a291-4caa-bdaa-b13cbd18dbdc\" class=\"l2ldQ megafooter-links-sublink\" href=\"https://privacyportal.onetrust.com/webform/e154ad6e-22c7-4d9c-919c-b5cabfd10d9c/cb37657f-a291-4caa-bdaa-b13cbd18dbdc\"><span>Do Not Sell or Share My Personal Information</span></a>"
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

4 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: products, services, ambulatory, care, athenahealth, native, solutions, make, simpler.

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

73/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 73/100 and needs improvement.

Evidence
{
  "title": "Healthcare Products & Services for Ambulatory Care | athenahealth",
  "h1": "AI-native solutions that make healthcare simpler",
  "description": "Join 170K+ clinicians on the largest connected network in healthcare. Find out about our mission to cure complexity and connect the healthcare ecosystem.",
  "topicOverlap": 0.1,
  "topicTerms": [
    "healthcare",
    "products",
    "services",
    "ambulatory",
    "care",
    "athenahealth",
    "native",
    "solutions",
    "make",
    "simpler"
  ],
  "descriptionTerms": [
    "join",
    "170k",
    "clinicians",
    "largest",
    "connected",
    "network",
    "healthcare",
    "find",
    "out",
    "about",
    "mission",
    "cure",
    "complexity",
    "connect",
    "ecosystem"
  ],
  "missingFromDescription": [
    "products",
    "services",
    "ambulatory",
    "care",
    "athenahealth",
    "native",
    "solutions",
    "make",
    "simpler"
  ],
  "score": 73,
  "weight": 28
}

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

37 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": 38,
  "passing": 1,
  "failing": [
    {
      "heading": "The AI debate continues. We asked physicians what they think.",
      "headingHtml": "<h2 class=\"DkS5M pagetitle--DkS5M h2 xxxs-head-sspro\" style=\"color:#D0C1E9\">The AI debate continues. We asked physicians what they think.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "EHR and more with",
      "headingHtml": "<h2 class=\"misc-ey-sspro xbEDM\">EHR and more with</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Customer Support",
      "headingHtml": "<h2 class=\"_4hie\">Customer Support</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Training, resources, and support to drive your success",
      "headingHtml": "<h3 class=\"l3tsx\"><p>Training, resources, and support to drive your success</p></h3>",
      "firstParagraph": "Training, resources, and support to drive your success",
      "paragraphHtml": "<p>Training, resources, and support to drive your success</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "EHR",
      "headingHtml": "<h2 class=\"_4hie\">EHR</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Tailorable documentation and more complete records",
      "headingHtml": "<h3 class=\"l3tsx\"><p>Tailorable documentation and more complete records</p></h3>",
      "firstParagraph": "Tailorable documentation and more complete records",
      "paragraphHtml": "<p>Tailorable documentation and more complete records</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Practice Management & Medical Billing",
      "headingHtml": "<h2 class=\"_4hie\">Practice Management &amp; Medical Billing</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Collect what you’re owed faster and with less work",
      "headingHtml": "<h3 class=\"l3tsx\"><p>Collect what you&#x2019;re owed faster and with less work</p></h3>",
      "firstParagraph": "Collect what you’re owed faster and with less work",
      "paragraphHtml": "<p>Collect what you&#x2019;re owed faster and with less work</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Patient Engagement",
      "headingHtml": "<h2 class=\"_4hie\">Patient Engagement</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Stay connected with patients beyond the encounter",
      "headingHtml": "<h3 class=\"l3tsx\"><p>Stay connected with patients beyond the encounter</p></h3>",
      "firstParagraph": "Stay connected with patients beyond the encounter",
      "paragraphHtml": "<p>Stay connected with patients beyond the encounter</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Customer Support",
      "headingHtml": "<h2 class=\"_4hie\">Customer Support</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Training, resources, and support to drive your success",
      "headingHtml": "<h3 class=\"l3tsx\"><p>Training, resources, and support to drive your success</p></h3>",
      "firstParagraph": "Training, resources, and support to drive your success",
      "paragraphHtml": "<p>Training, resources, and support to drive your success</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "EHR",
      "headingHtml": "<h2 class=\"_4hie\">EHR</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Tailorable documentation and more complete records",
      "headingHtml": "<h3 class=\"l3tsx\"><p>Tailorable documentation and more complete records</p></h3>",
      "firstParagraph": "Tailorable documentation and more complete records",
      "paragraphHtml": "<p>Tailorable documentation and more complete records</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Practice Management & Medical Billing",
      "headingHtml": "<h2 class=\"_4hie\">Practice Management &amp; Medical Billing</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Collect what you’re owed faster and with less work",
      "headingHtml": "<h3 class=\"l3tsx\"><p>Collect what you&#x2019;re owed faster and with less work</p></h3>",
      "firstParagraph": "Collect what you’re owed faster and with less work",
      "paragraphHtml": "<p>Collect what you&#x2019;re owed faster and with less work</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Patient Engagement",
      "headingHtml": "<h2 class=\"_4hie\">Patient Engagement</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Stay connected with patients beyond the encounter",
      "headingHtml": "<h3 class=\"l3tsx\"><p>Stay connected with patients beyond the encounter</p></h3>",
      "firstParagraph": "Stay connected with patients beyond the encounter",
      "paragraphHtml": "<p>Stay connected with patients beyond the encounter</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Customer Support",
      "headingHtml": "<h2 class=\"_4hie\">Customer Support</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Training, resources, and support to drive your success",
      "headingHtml": "<h3 class=\"l3tsx\"><p>Training, resources, and support to drive your success</p></h3>",
      "firstParagraph": "Training, resources, and support to drive your success",
      "paragraphHtml": "<p>Training, resources, and support to drive your success</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "See why thousands of practices choose athenaOne®",
      "headingHtml": "<h2 class=\"xl-head-sspro \" style=\"color:#FFFFFF\">See why thousands of practices choose athenaOne&#xae;</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Rated best overall solution – 3rd year in a row",
      "headingHtml": "<h3 class=\"fe8nu \">Rated best overall solution &#x2013; 3rd year in a row</h3>",
      "firstParagraph": "Just announced! Practices and providers rated athenahealth Best in KLAS Overall Independent Physician Practice Suite for the third straight year.",
      "paragraphHtml": "<p><span data-teams=\"true\">Just announced! Practices and providers rated athenahealth Best in KLAS Overall Independent Physician Practice Suite for the third straight year.</span></p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Users see 2-6% increase in collections",
      "headingHtml": "<h3 class=\"fe8nu l-head-sspro\">Users see 2-6% increase in collections</h3>",
      "firstParagraph": "Practices that switch to athenaOne often see up to a 6% increase in its collections and a similar decrease in overhead costs.1",
      "paragraphHtml": "<p>Practices that switch to athenaOne often see up to a 6% increase in its collections and a similar decrease in overhead costs.<sup>1</sup></p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Built for specialty needs",
      "headingHtml": "<h3 class=\"fe8nu l-head-sspro\">Built for specialty needs</h3>",
      "firstParagraph": "athenaOne works the way clinicians think with specialty-specific workflows and more complete patient charts.",
      "paragraphHtml": "<p>athenaOne works the way clinicians think with specialty-specific workflows and more complete patient charts.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Award-winning innovation",
      "headingHtml": "<h3 class=\"fe8nu l-head-sspro\">Award-winning innovation</h3>",
      "firstParagraph": "Our embedded ambient solution reduces physician documentation work – and was recently honored by Frost & Sullivan.",
      "paragraphHtml": "<p>Our embedded ambient solution reduces physician documentation work &#x2013; and was recently honored by Frost &amp; Sullivan.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Insights and news worth sharing",
      "headingHtml": "<h2 class=\"xl-head-sspro S_s74\" style=\"color:#160F41\">Insights and news worth sharing</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Level up your reporting with Data View",
      "headingHtml": "<h3 class=\"hkiWi\">Level up your reporting with Data View</h3>",
      "firstParagraph": "Improve practice efficiency with advanced software. See how Data View can transform your workflow.",
      "paragraphHtml": "<p>Improve practice efficiency with advanced software. See how Data View can transform your workflow.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "New athenaOne features arrive in Spring 2026 release",
      "headingHtml": "<h3 class=\"hkiWi\">New athenaOne features arrive in Spring 2026 release</h3>",
      "firstParagraph": "Discover what's new with athenaOne from Al workflows and interoperability to revenue cycle automation.",
      "paragraphHtml": "<p>Discover what&apos;s new with athenaOne from Al workflows and interoperability to revenue cycle automation.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Behind oncology's RCM challenges: Real patient stories",
      "headingHtml": "<h3 class=\"hkiWi\">Behind oncology&apos;s RCM challenges: Real patient stories</h3>",
      "firstParagraph": "Oncology revenue cycle management through patients' eyes. Real stories, real solutions.",
      "paragraphHtml": "<p>Oncology revenue cycle management through patients&apos; eyes. Real stories, real solutions.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Level up your reporting with Data View",
      "headingHtml": "<h3 class=\"hkiWi\">Level up your reporting with Data View</h3>",
      "firstParagraph": "Improve practice efficiency with advanced software. See how Data View can transform your workflow.",
      "paragraphHtml": "<p>Improve practice efficiency with advanced software. See how Data View can transform your workflow.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "New athenaOne features arrive in Spring 2026 release",
      "headingHtml": "<h3 class=\"hkiWi\">New athenaOne features arrive in Spring 2026 release</h3>",
      "firstParagraph": "Discover what's new with athenaOne from Al workflows and interoperability to revenue cycle automation.",
      "paragraphHtml": "<p>Discover what&apos;s new with athenaOne from Al workflows and interoperability to revenue cycle automation.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Behind oncology's RCM challenges: Real patient stories",
      "headingHtml": "<h3 class=\"hkiWi\">Behind oncology&apos;s RCM challenges: Real patient stories</h3>",
      "firstParagraph": "Oncology revenue cycle management through patients' eyes. Real stories, real solutions.",
      "paragraphHtml": "<p>Oncology revenue cycle management through patients&apos; eyes. Real stories, real solutions.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Level up your reporting with Data View",
      "headingHtml": "<h3 class=\"hkiWi\">Level up your reporting with Data View</h3>",
      "firstParagraph": "Improve practice efficiency with advanced software. See how Data View can transform your workflow.",
      "paragraphHtml": "<p>Improve practice efficiency with advanced software. See how Data View can transform your workflow.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "How customers feel about athenaOne",
      "headingHtml": "<h2 class=\"xl-head-sspro S_s74\" style=\"color:#160F41\">How customers feel about athenaOne</h2>",
      "firstParagraph": "Every aspect of athenaOne is superior, from the scheduling to billing to the reports we can pull.",
      "paragraphHtml": "<p><span style=\"color:#ffffff;\">Every aspect of athenaOne is superior, from the scheduling to billing to the reports we can pull.</span></p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Let us help you",
      "headingHtml": "<h2 class=\"lKfe2\">Let us help you</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Explore our AI-powered solution",
      "headingHtml": "<h3>Explore our AI-powered solution</h3>",
      "firstParagraph": "See how we combine the power of software, service, and our network",
      "paragraphHtml": "<p>See how we combine the power of software, service, and our network</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get a personalized athenaOne demo",
      "headingHtml": "<h3>Get a personalized athenaOne demo</h3>",
      "firstParagraph": "Submit a request, and we’ll schedule a brief call.",
      "paragraphHtml": "<p>Submit a request, and we&#x2019;ll schedule a brief call.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "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

1 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": 1,
  "citablePassages": 0,
  "failingCandidateParagraphs": [
    {
      "index": 53,
      "heading": "H3: Get a personalized athenaOne demo",
      "text": "**Based on athenahealth data for 12-months ending Oct. 2024. athenaOne customers who created claims with new insurance policies selected using the Automated Insurance Selection workflow saw a 7.4% reduction in patient insurance-related denials on those claims compared to those using other methods.",
      "words": 43,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (43 words; target 80-220)."
      ],
      "html": "<p><span style=\"color:#ffffff;\"><em><span style=\"color:#ffffff;\">**Based on athenahealth data for 12-months ending Oct. 2024. athenaOne customers who created claims with new insurance policies selected using the Automated Insurance Selection workflow saw a 7.4% reduction in patient insurance-related denials on those claims compared to those using other methods.</span></em></span></p>"
    }
  ],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

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

37 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": 38,
  "passing": 1,
  "failing": [
    {
      "heading": "The AI debate continues. We asked physicians what they think.",
      "headingHtml": "<h2 class=\"DkS5M pagetitle--DkS5M h2 xxxs-head-sspro\" style=\"color:#D0C1E9\">The AI debate continues. We asked physicians what they think.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "EHR and more with",
      "headingHtml": "<h2 class=\"misc-ey-sspro xbEDM\">EHR and more with</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Customer Support",
      "headingHtml": "<h2 class=\"_4hie\">Customer Support</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Training, resources, and support to drive your success",
      "headingHtml": "<h3 class=\"l3tsx\"><p>Training, resources, and support to drive your success</p></h3>",
      "firstParagraph": "Training, resources, and support to drive your success",
      "paragraphHtml": "<p>Training, resources, and support to drive your success</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "EHR",
      "headingHtml": "<h2 class=\"_4hie\">EHR</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Tailorable documentation and more complete records",
      "headingHtml": "<h3 class=\"l3tsx\"><p>Tailorable documentation and more complete records</p></h3>",
      "firstParagraph": "Tailorable documentation and more complete records",
      "paragraphHtml": "<p>Tailorable documentation and more complete records</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Practice Management & Medical Billing",
      "headingHtml": "<h2 class=\"_4hie\">Practice Management &amp; Medical Billing</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Collect what you’re owed faster and with less work",
      "headingHtml": "<h3 class=\"l3tsx\"><p>Collect what you&#x2019;re owed faster and with less work</p></h3>",
      "firstParagraph": "Collect what you’re owed faster and with less work",
      "paragraphHtml": "<p>Collect what you&#x2019;re owed faster and with less work</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Patient Engagement",
      "headingHtml": "<h2 class=\"_4hie\">Patient Engagement</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Stay connected with patients beyond the encounter",
      "headingHtml": "<h3 class=\"l3tsx\"><p>Stay connected with patients beyond the encounter</p></h3>",
      "firstParagraph": "Stay connected with patients beyond the encounter",
      "paragraphHtml": "<p>Stay connected with patients beyond the encounter</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Customer Support",
      "headingHtml": "<h2 class=\"_4hie\">Customer Support</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Training, resources, and support to drive your success",
      "headingHtml": "<h3 class=\"l3tsx\"><p>Training, resources, and support to drive your success</p></h3>",
      "firstParagraph": "Training, resources, and support to drive your success",
      "paragraphHtml": "<p>Training, resources, and support to drive your success</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "EHR",
      "headingHtml": "<h2 class=\"_4hie\">EHR</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Tailorable documentation and more complete records",
      "headingHtml": "<h3 class=\"l3tsx\"><p>Tailorable documentation and more complete records</p></h3>",
      "firstParagraph": "Tailorable documentation and more complete records",
      "paragraphHtml": "<p>Tailorable documentation and more complete records</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Practice Management & Medical Billing",
      "headingHtml": "<h2 class=\"_4hie\">Practice Management &amp; Medical Billing</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Collect what you’re owed faster and with less work",
      "headingHtml": "<h3 class=\"l3tsx\"><p>Collect what you&#x2019;re owed faster and with less work</p></h3>",
      "firstParagraph": "Collect what you’re owed faster and with less work",
      "paragraphHtml": "<p>Collect what you&#x2019;re owed faster and with less work</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Patient Engagement",
      "headingHtml": "<h2 class=\"_4hie\">Patient Engagement</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Stay connected with patients beyond the encounter",
      "headingHtml": "<h3 class=\"l3tsx\"><p>Stay connected with patients beyond the encounter</p></h3>",
      "firstParagraph": "Stay connected with patients beyond the encounter",
      "paragraphHtml": "<p>Stay connected with patients beyond the encounter</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Customer Support",
      "headingHtml": "<h2 class=\"_4hie\">Customer Support</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Training, resources, and support to drive your success",
      "headingHtml": "<h3 class=\"l3tsx\"><p>Training, resources, and support to drive your success</p></h3>",
      "firstParagraph": "Training, resources, and support to drive your success",
      "paragraphHtml": "<p>Training, resources, and support to drive your success</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "See why thousands of practices choose athenaOne®",
      "headingHtml": "<h2 class=\"xl-head-sspro \" style=\"color:#FFFFFF\">See why thousands of practices choose athenaOne&#xae;</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Rated best overall solution – 3rd year in a row",
      "headingHtml": "<h3 class=\"fe8nu \">Rated best overall solution &#x2013; 3rd year in a row</h3>",
      "firstParagraph": "Just announced! Practices and providers rated athenahealth Best in KLAS Overall Independent Physician Practice Suite for the third straight year.",
      "paragraphHtml": "<p><span data-teams=\"true\">Just announced! Practices and providers rated athenahealth Best in KLAS Overall Independent Physician Practice Suite for the third straight year.</span></p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Users see 2-6% increase in collections",
      "headingHtml": "<h3 class=\"fe8nu l-head-sspro\">Users see 2-6% increase in collections</h3>",
      "firstParagraph": "Practices that switch to athenaOne often see up to a 6% increase in its collections and a similar decrease in overhead costs.1",
      "paragraphHtml": "<p>Practices that switch to athenaOne often see up to a 6% increase in its collections and a similar decrease in overhead costs.<sup>1</sup></p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Built for specialty needs",
      "headingHtml": "<h3 class=\"fe8nu l-head-sspro\">Built for specialty needs</h3>",
      "firstParagraph": "athenaOne works the way clinicians think with specialty-specific workflows and more complete patient charts.",
      "paragraphHtml": "<p>athenaOne works the way clinicians think with specialty-specific workflows and more complete patient charts.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Award-winning innovation",
      "headingHtml": "<h3 class=\"fe8nu l-head-sspro\">Award-winning innovation</h3>",
      "firstParagraph": "Our embedded ambient solution reduces physician documentation work – and was recently honored by Frost & Sullivan.",
      "paragraphHtml": "<p>Our embedded ambient solution reduces physician documentation work &#x2013; and was recently honored by Frost &amp; Sullivan.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Insights and news worth sharing",
      "headingHtml": "<h2 class=\"xl-head-sspro S_s74\" style=\"color:#160F41\">Insights and news worth sharing</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Level up your reporting with Data View",
      "headingHtml": "<h3 class=\"hkiWi\">Level up your reporting with Data View</h3>",
      "firstParagraph": "Improve practice efficiency with advanced software. See how Data View can transform your workflow.",
      "paragraphHtml": "<p>Improve practice efficiency with advanced software. See how Data View can transform your workflow.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "New athenaOne features arrive in Spring 2026 release",
      "headingHtml": "<h3 class=\"hkiWi\">New athenaOne features arrive in Spring 2026 release</h3>",
      "firstParagraph": "Discover what's new with athenaOne from Al workflows and interoperability to revenue cycle automation.",
      "paragraphHtml": "<p>Discover what&apos;s new with athenaOne from Al workflows and interoperability to revenue cycle automation.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Behind oncology's RCM challenges: Real patient stories",
      "headingHtml": "<h3 class=\"hkiWi\">Behind oncology&apos;s RCM challenges: Real patient stories</h3>",
      "firstParagraph": "Oncology revenue cycle management through patients' eyes. Real stories, real solutions.",
      "paragraphHtml": "<p>Oncology revenue cycle management through patients&apos; eyes. Real stories, real solutions.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Level up your reporting with Data View",
      "headingHtml": "<h3 class=\"hkiWi\">Level up your reporting with Data View</h3>",
      "firstParagraph": "Improve practice efficiency with advanced software. See how Data View can transform your workflow.",
      "paragraphHtml": "<p>Improve practice efficiency with advanced software. See how Data View can transform your workflow.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "New athenaOne features arrive in Spring 2026 release",
      "headingHtml": "<h3 class=\"hkiWi\">New athenaOne features arrive in Spring 2026 release</h3>",
      "firstParagraph": "Discover what's new with athenaOne from Al workflows and interoperability to revenue cycle automation.",
      "paragraphHtml": "<p>Discover what&apos;s new with athenaOne from Al workflows and interoperability to revenue cycle automation.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Behind oncology's RCM challenges: Real patient stories",
      "headingHtml": "<h3 class=\"hkiWi\">Behind oncology&apos;s RCM challenges: Real patient stories</h3>",
      "firstParagraph": "Oncology revenue cycle management through patients' eyes. Real stories, real solutions.",
      "paragraphHtml": "<p>Oncology revenue cycle management through patients&apos; eyes. Real stories, real solutions.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Level up your reporting with Data View",
      "headingHtml": "<h3 class=\"hkiWi\">Level up your reporting with Data View</h3>",
      "firstParagraph": "Improve practice efficiency with advanced software. See how Data View can transform your workflow.",
      "paragraphHtml": "<p>Improve practice efficiency with advanced software. See how Data View can transform your workflow.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "How customers feel about athenaOne",
      "headingHtml": "<h2 class=\"xl-head-sspro S_s74\" style=\"color:#160F41\">How customers feel about athenaOne</h2>",
      "firstParagraph": "Every aspect of athenaOne is superior, from the scheduling to billing to the reports we can pull.",
      "paragraphHtml": "<p><span style=\"color:#ffffff;\">Every aspect of athenaOne is superior, from the scheduling to billing to the reports we can pull.</span></p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Let us help you",
      "headingHtml": "<h2 class=\"lKfe2\">Let us help you</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Explore our AI-powered solution",
      "headingHtml": "<h3>Explore our AI-powered solution</h3>",
      "firstParagraph": "See how we combine the power of software, service, and our network",
      "paragraphHtml": "<p>See how we combine the power of software, service, and our network</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get a personalized athenaOne demo",
      "headingHtml": "<h3>Get a personalized athenaOne demo</h3>",
      "firstParagraph": "Submit a request, and we’ll schedule a brief call.",
      "paragraphHtml": "<p>Submit a request, and we&#x2019;ll schedule a brief call.</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

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

37 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": 15,
  "questionH2s": [
    {
      "index": 14,
      "text": "How customers feel about athenaOne",
      "isQuestion": true,
      "html": "<h2 class=\"xl-head-sspro S_s74\" style=\"color:#160F41\">How customers feel about athenaOne</h2>"
    }
  ],
  "hasFaq": false,
  "score": 70,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

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

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

85/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 85/100 and needs improvement.

Evidence
{
  "hasSummary": false,
  "tableCount": 0,
  "tablesWithHead": 0,
  "tablesMissingThead": [],
  "orderedLists": 0,
  "hasFaq": false,
  "definitionPatterns": 5,
  "schemaBlocks": 1,
  "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"
  ],
  "score": 85,
  "weight": 24
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

2 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

82 image(s) are missing width/height attributes.

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

80/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 80/100 and needs improvement.

Evidence
{
  "viewportContent": "width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0",
  "visibleWords": 1732,
  "htmlBytes": 396058,
  "imagesMissingDimensions": [
    {
      "src": "/resources_ahcom/0223d75b4d0e048c9d8e.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/0223d75b4d0e048c9d8e.svg\" alt=\"Athenahealth Logo\" class=\"ERK5A\">"
    },
    {
      "src": "/resources_ahcom/d1383a6342bf2685dcc8.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/d1383a6342bf2685dcc8.svg\">"
    },
    {
      "src": "/resources_ahcom/d1383a6342bf2685dcc8.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/d1383a6342bf2685dcc8.svg\">"
    },
    {
      "src": "/resources_ahcom/d1383a6342bf2685dcc8.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/d1383a6342bf2685dcc8.svg\">"
    },
    {
      "src": "https://assethub.athenahealth.com/asset/5da63a6a-7249-49ea-99de-690f779b2766/Facebook-Icon.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://assethub.athenahealth.com/asset/5da63a6a-7249-49ea-99de-690f779b2766/Facebook-Icon.png\" alt>"
    },
    {
      "src": "https://assethub.athenahealth.com/asset/da2bcda4-735d-42ba-9174-caf77885652c/X-Logo-Icon.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://assethub.athenahealth.com/asset/da2bcda4-735d-42ba-9174-caf77885652c/X-Logo-Icon.png\" alt>"
    },
    {
      "src": "https://assethub.athenahealth.com/asset/c46411d2-a132-42aa-a3c1-f4629014cd72/LinkedIn-Icon.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://assethub.athenahealth.com/asset/c46411d2-a132-42aa-a3c1-f4629014cd72/LinkedIn-Icon.png\" alt>"
    },
    {
      "src": "https://assethub.athenahealth.com/asset/701afb26-6cb4-49f7-bbc6-3c4e46783140/Play-Button-Icon.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://assethub.athenahealth.com/asset/701afb26-6cb4-49f7-bbc6-3c4e46783140/Play-Button-Icon.png\" alt>"
    },
    {
      "src": "/resources_ahcom/f476ce5a0067a22cdd22.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/f476ce5a0067a22cdd22.svg\" class=\"lPRZb\">"
    },
    {
      "src": "/resources_ahcom/b9b7325e0680ffbe933b.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/b9b7325e0680ffbe933b.svg\" class=\"MUfyR\">"
    },
    {
      "src": "/resources_ahcom/1f5de5cfd8fe7772fd17.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/1f5de5cfd8fe7772fd17.svg\" class=\"HIVFl\">"
    },
    {
      "src": "/resources_ahcom/1474ae40b228721eb4e7.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/1474ae40b228721eb4e7.svg\" class=\"P7vqx\">"
    },
    {
      "src": "/resources_ahcom/f476ce5a0067a22cdd22.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/f476ce5a0067a22cdd22.svg\" class=\"lPRZb\">"
    },
    {
      "src": "/resources_ahcom/b9b7325e0680ffbe933b.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/b9b7325e0680ffbe933b.svg\" class=\"MUfyR\">"
    },
    {
      "src": "/resources_ahcom/1f5de5cfd8fe7772fd17.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/1f5de5cfd8fe7772fd17.svg\" class=\"HIVFl\">"
    },
    {
      "src": "/resources_ahcom/1474ae40b228721eb4e7.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/1474ae40b228721eb4e7.svg\" class=\"P7vqx\">"
    },
    {
      "src": "/resources_ahcom/f476ce5a0067a22cdd22.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/f476ce5a0067a22cdd22.svg\" class=\"lPRZb\">"
    },
    {
      "src": "/resources_ahcom/b9b7325e0680ffbe933b.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/b9b7325e0680ffbe933b.svg\" class=\"MUfyR\">"
    },
    {
      "src": "/resources_ahcom/1f5de5cfd8fe7772fd17.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/1f5de5cfd8fe7772fd17.svg\" class=\"HIVFl\">"
    },
    {
      "src": "/resources_ahcom/1474ae40b228721eb4e7.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/1474ae40b228721eb4e7.svg\" class=\"P7vqx\">"
    },
    {
      "src": "/resources_ahcom/f476ce5a0067a22cdd22.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/f476ce5a0067a22cdd22.svg\" class=\"lPRZb\">"
    },
    {
      "src": "/resources_ahcom/b9b7325e0680ffbe933b.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/b9b7325e0680ffbe933b.svg\" class=\"MUfyR\">"
    },
    {
      "src": "/resources_ahcom/1f5de5cfd8fe7772fd17.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/1f5de5cfd8fe7772fd17.svg\" class=\"HIVFl\">"
    },
    {
      "src": "/resources_ahcom/1474ae40b228721eb4e7.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/1474ae40b228721eb4e7.svg\" class=\"P7vqx\">"
    },
    {
      "src": "/resources_ahcom/f476ce5a0067a22cdd22.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/f476ce5a0067a22cdd22.svg\" class=\"lPRZb\">"
    },
    {
      "src": "/resources_ahcom/b9b7325e0680ffbe933b.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/b9b7325e0680ffbe933b.svg\" class=\"MUfyR\">"
    },
    {
      "src": "/resources_ahcom/1f5de5cfd8fe7772fd17.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/1f5de5cfd8fe7772fd17.svg\" class=\"HIVFl\">"
    },
    {
      "src": "/resources_ahcom/1474ae40b228721eb4e7.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/1474ae40b228721eb4e7.svg\" class=\"P7vqx\">"
    },
    {
      "src": "/resources_ahcom/f476ce5a0067a22cdd22.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/f476ce5a0067a22cdd22.svg\" class=\"lPRZb\">"
    },
    {
      "src": "/resources_ahcom/b9b7325e0680ffbe933b.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/b9b7325e0680ffbe933b.svg\" class=\"MUfyR\">"
    },
    {
      "src": "/resources_ahcom/1f5de5cfd8fe7772fd17.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/1f5de5cfd8fe7772fd17.svg\" class=\"HIVFl\">"
    },
    {
      "src": "/resources_ahcom/1474ae40b228721eb4e7.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/1474ae40b228721eb4e7.svg\" class=\"P7vqx\">"
    },
    {
      "src": "/resources_ahcom/f476ce5a0067a22cdd22.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/f476ce5a0067a22cdd22.svg\" class=\"lPRZb\">"
    },
    {
      "src": "/resources_ahcom/b9b7325e0680ffbe933b.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/b9b7325e0680ffbe933b.svg\" class=\"MUfyR\">"
    },
    {
      "src": "/resources_ahcom/1f5de5cfd8fe7772fd17.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/1f5de5cfd8fe7772fd17.svg\" class=\"HIVFl\">"
    },
    {
      "src": "/resources_ahcom/1474ae40b228721eb4e7.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/1474ae40b228721eb4e7.svg\" class=\"P7vqx\">"
    },
    {
      "src": "/resources_ahcom/f476ce5a0067a22cdd22.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/f476ce5a0067a22cdd22.svg\" class=\"lPRZb\">"
    },
    {
      "src": "/resources_ahcom/b9b7325e0680ffbe933b.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/b9b7325e0680ffbe933b.svg\" class=\"MUfyR\">"
    },
    {
      "src": "/resources_ahcom/1f5de5cfd8fe7772fd17.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/1f5de5cfd8fe7772fd17.svg\" class=\"HIVFl\">"
    },
    {
      "src": "/resources_ahcom/1474ae40b228721eb4e7.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/1474ae40b228721eb4e7.svg\" class=\"P7vqx\">"
    },
    {
      "src": "/resources_ahcom/f476ce5a0067a22cdd22.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/f476ce5a0067a22cdd22.svg\" class=\"lPRZb\">"
    },
    {
      "src": "/resources_ahcom/b9b7325e0680ffbe933b.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/b9b7325e0680ffbe933b.svg\" class=\"MUfyR\">"
    },
    {
      "src": "/resources_ahcom/1f5de5cfd8fe7772fd17.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/1f5de5cfd8fe7772fd17.svg\" class=\"HIVFl\">"
    },
    {
      "src": "/resources_ahcom/1474ae40b228721eb4e7.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/1474ae40b228721eb4e7.svg\" class=\"P7vqx\">"
    },
    {
      "src": "https://assethub.athenahealth.com/asset/179be112-0ce7-4743-ab6c-70e68e77324f/KLAS-Awards-2026-Web-Value-Prop.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://assethub.athenahealth.com/asset/179be112-0ce7-4743-ab6c-70e68e77324f/KLAS-Awards-2026-Web-Value-Prop.jpg\" alt=\"2026 KLAS Awards - recognition badges\">"
    },
    {
      "src": "/resources_ahcom/f476ce5a0067a22cdd22.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/f476ce5a0067a22cdd22.svg\" class=\"lPRZb\">"
    },
    {
      "src": "/resources_ahcom/b9b7325e0680ffbe933b.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/b9b7325e0680ffbe933b.svg\" class=\"MUfyR\">"
    },
    {
      "src": "/resources_ahcom/1f5de5cfd8fe7772fd17.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/1f5de5cfd8fe7772fd17.svg\" class=\"HIVFl\">"
    },
    {
      "src": "/resources_ahcom/1474ae40b228721eb4e7.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/1474ae40b228721eb4e7.svg\" class=\"P7vqx\">"
    },
    {
      "src": "/resources_ahcom/f476ce5a0067a22cdd22.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/f476ce5a0067a22cdd22.svg\" class=\"lPRZb\">"
    },
    {
      "src": "/resources_ahcom/b9b7325e0680ffbe933b.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/b9b7325e0680ffbe933b.svg\" class=\"MUfyR\">"
    },
    {
      "src": "/resources_ahcom/1f5de5cfd8fe7772fd17.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/1f5de5cfd8fe7772fd17.svg\" class=\"HIVFl\">"
    },
    {
      "src": "/resources_ahcom/1474ae40b228721eb4e7.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/1474ae40b228721eb4e7.svg\" class=\"P7vqx\">"
    },
    {
      "src": "https://caas.athenahealth.com/sites/default/files/ValueProp_AwardWinning.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://caas.athenahealth.com/sites/default/files/ValueProp_AwardWinning.jpg\" alt=\"ValueProp_AwardWinning\">"
    },
    {
      "src": "https://assethub.athenahealth.com/transform/BlogThumbnail/dea4e3d4-3014-4b34-a401-4e839d3b0325/Physician-whitecoat-laptop",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://assethub.athenahealth.com/transform/BlogThumbnail/dea4e3d4-3014-4b34-a401-4e839d3b0325/Physician-whitecoat-laptop\" alt=\"Physician using a mobile device with an EHR app, illustrating AI features added to the electronic health record through integrated marketplace apps.\">"
    },
    {
      "src": "https://assethub.athenahealth.com/transform/BlogThumbnail/9e27a820-4adc-42f2-b4b6-745b896d9371/athenaOne-updates-with-AI-healthcare",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://assethub.athenahealth.com/transform/BlogThumbnail/9e27a820-4adc-42f2-b4b6-745b896d9371/athenaOne-updates-with-AI-healthcare\" alt=\"A professional exploring new athenaOne features for Spring 2026, including AI workflows and automation.\">"
    },
    {
      "src": "https://assethub.athenahealth.com/transform/BlogThumbnail/c1610910-9843-435d-96c1-3ef6dfa6d3e1/IDX-Oncology-aInst-Blog",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://assethub.athenahealth.com/transform/BlogThumbnail/c1610910-9843-435d-96c1-3ef6dfa6d3e1/IDX-Oncology-aInst-Blog\" alt=\"Oncology patient in headscarf during care consult, clinician places hand on shoulder in exam room.\">"
    },
    {
      "src": "https://assethub.athenahealth.com/transform/BlogThumbnail/dea4e3d4-3014-4b34-a401-4e839d3b0325/Physician-whitecoat-laptop",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://assethub.athenahealth.com/transform/BlogThumbnail/dea4e3d4-3014-4b34-a401-4e839d3b0325/Physician-whitecoat-laptop\" alt=\"Physician using a mobile device with an EHR app, illustrating AI features added to the electronic health record through integrated marketplace apps.\">"
    },
    {
      "src": "https://assethub.athenahealth.com/transform/BlogThumbnail/9e27a820-4adc-42f2-b4b6-745b896d9371/athenaOne-updates-with-AI-healthcare",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://assethub.athenahealth.com/transform/BlogThumbnail/9e27a820-4adc-42f2-b4b6-745b896d9371/athenaOne-updates-with-AI-healthcare\" alt=\"A professional exploring new athenaOne features for Spring 2026, including AI workflows and automation.\">"
    },
    {
      "src": "https://assethub.athenahealth.com/transform/BlogThumbnail/c1610910-9843-435d-96c1-3ef6dfa6d3e1/IDX-Oncology-aInst-Blog",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://assethub.athenahealth.com/transform/BlogThumbnail/c1610910-9843-435d-96c1-3ef6dfa6d3e1/IDX-Oncology-aInst-Blog\" alt=\"Oncology patient in headscarf during care consult, clinician places hand on shoulder in exam room.\">"
    },
    {
      "src": "https://assethub.athenahealth.com/transform/BlogThumbnail/dea4e3d4-3014-4b34-a401-4e839d3b0325/Physician-whitecoat-laptop",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://assethub.athenahealth.com/transform/BlogThumbnail/dea4e3d4-3014-4b34-a401-4e839d3b0325/Physician-whitecoat-laptop\" alt=\"Physician using a mobile device with an EHR app, illustrating AI features added to the electronic health record through integrated marketplace apps.\">"
    },
    {
      "src": "https://assethub.athenahealth.com/asset/edd2a3bd-dc86-40bc-884c-d2202de0d211/Joshua-Medical-Logo.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://assethub.athenahealth.com/asset/edd2a3bd-dc86-40bc-884c-d2202de0d211/Joshua-Medical-Logo.png\" alt=\"Logo for Joshua Medical.\">"
    },
    {
      "src": "https://assethub.athenahealth.com/asset/060bf569-061c-406a-a948-05a98ee0edda/Maxine-Whiteside-Testimonial-Portrait.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://assethub.athenahealth.com/asset/060bf569-061c-406a-a948-05a98ee0edda/Maxine-Whiteside-Testimonial-Portrait.jpg\" alt=\"Portrait of Maxine Whiteside for a testimonial.\">"
    },
    {
      "src": "https://assethub.athenahealth.com/asset/9000490e-2210-4d12-88c6-b9ff1efdee40/Hometown-Medical-Logo.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://assethub.athenahealth.com/asset/9000490e-2210-4d12-88c6-b9ff1efdee40/Hometown-Medical-Logo.png\" alt=\"Logo for Hometown Medical. (Retained Photography due to file type/context)\">"
    },
    {
      "src": "/resources_ahcom/f476ce5a0067a22cdd22.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/f476ce5a0067a22cdd22.svg\" class=\"lPRZb\">"
    },
    {
      "src": "/resources_ahcom/b9b7325e0680ffbe933b.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/b9b7325e0680ffbe933b.svg\" class=\"MUfyR\">"
    },
    {
      "src": "/resources_ahcom/1f5de5cfd8fe7772fd17.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/1f5de5cfd8fe7772fd17.svg\" class=\"HIVFl\">"
    },
    {
      "src": "/resources_ahcom/1474ae40b228721eb4e7.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/1474ae40b228721eb4e7.svg\" class=\"P7vqx\">"
    },
    {
      "src": "https://assethub.athenahealth.com/asset/edd2a3bd-dc86-40bc-884c-d2202de0d211/Joshua-Medical-Logo.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://assethub.athenahealth.com/asset/edd2a3bd-dc86-40bc-884c-d2202de0d211/Joshua-Medical-Logo.png\" alt=\"Logo for Joshua Medical.\">"
    },
    {
      "src": "https://assethub.athenahealth.com/asset/060bf569-061c-406a-a948-05a98ee0edda/Maxine-Whiteside-Testimonial-Portrait.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://assethub.athenahealth.com/asset/060bf569-061c-406a-a948-05a98ee0edda/Maxine-Whiteside-Testimonial-Portrait.jpg\" alt=\"Portrait of Maxine Whiteside for a testimonial.\">"
    },
    {
      "src": "https://assethub.athenahealth.com/asset/9000490e-2210-4d12-88c6-b9ff1efdee40/Hometown-Medical-Logo.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://assethub.athenahealth.com/asset/9000490e-2210-4d12-88c6-b9ff1efdee40/Hometown-Medical-Logo.png\" alt=\"Logo for Hometown Medical. (Retained Photography due to file type/context)\">"
    },
    {
      "src": "/resources_ahcom/f476ce5a0067a22cdd22.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/f476ce5a0067a22cdd22.svg\" class=\"lPRZb\">"
    },
    {
      "src": "/resources_ahcom/b9b7325e0680ffbe933b.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/b9b7325e0680ffbe933b.svg\" class=\"MUfyR\">"
    },
    {
      "src": "/resources_ahcom/1f5de5cfd8fe7772fd17.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/1f5de5cfd8fe7772fd17.svg\" class=\"HIVFl\">"
    },
    {
      "src": "/resources_ahcom/1474ae40b228721eb4e7.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/1474ae40b228721eb4e7.svg\" class=\"P7vqx\">"
    },
    {
      "src": "https://assethub.athenahealth.com/asset/edd2a3bd-dc86-40bc-884c-d2202de0d211/Joshua-Medical-Logo.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://assethub.athenahealth.com/asset/edd2a3bd-dc86-40bc-884c-d2202de0d211/Joshua-Medical-Logo.png\" alt=\"Logo for Joshua Medical.\">"
    },
    {
      "src": "https://assethub.athenahealth.com/asset/4e72efd1-eea2-489b-b96b-2093be000472/Computer-Icon.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://assethub.athenahealth.com/asset/4e72efd1-eea2-489b-b96b-2093be000472/Computer-Icon.png\" alt=\"A computer graphic icon, likely for a feature or link.\">"
    },
    {
      "src": "https://assethub.athenahealth.com/asset/98089041-98e6-4f5e-a815-946eae07e393/Schedule-Demo-Icon.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://assethub.athenahealth.com/asset/98089041-98e6-4f5e-a815-946eae07e393/Schedule-Demo-Icon.png\" alt=\"An icon encouraging users to schedule a product demonstration.\">"
    },
    {
      "src": "/resources_ahcom/f476ce5a0067a22cdd22.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/f476ce5a0067a22cdd22.svg\" class=\"lPRZb\">"
    },
    {
      "src": "/resources_ahcom/b9b7325e0680ffbe933b.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/b9b7325e0680ffbe933b.svg\" class=\"MUfyR\">"
    },
    {
      "src": "/resources_ahcom/1f5de5cfd8fe7772fd17.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/1f5de5cfd8fe7772fd17.svg\" class=\"HIVFl\">"
    },
    {
      "src": "/resources_ahcom/1474ae40b228721eb4e7.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/resources_ahcom/1474ae40b228721eb4e7.svg\" class=\"P7vqx\">"
    }
  ],
  "possibleDialogs": [],
  "score": 80,
  "weight": 10
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: products, services, ambulatory, care, athenahealth, native, solutions, make, simpler.

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

78/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 78/100 and needs improvement.

Evidence
{
  "title": "Healthcare Products & Services for Ambulatory Care | athenahealth",
  "h1": "AI-native solutions that make healthcare simpler",
  "description": "Join 170K+ clinicians on the largest connected network in healthcare. Find out about our mission to cure complexity and connect the healthcare ecosystem.",
  "topicOverlap": 0.1,
  "definitionCount": 5,
  "topicTerms": [
    "healthcare",
    "products",
    "services",
    "ambulatory",
    "care",
    "athenahealth",
    "native",
    "solutions",
    "make",
    "simpler"
  ],
  "descriptionTerms": [
    "join",
    "170k",
    "clinicians",
    "largest",
    "connected",
    "network",
    "healthcare",
    "find",
    "out",
    "about",
    "mission",
    "cure",
    "complexity",
    "connect",
    "ecosystem"
  ],
  "missingFromDescription": [
    "products",
    "services",
    "ambulatory",
    "care",
    "athenahealth",
    "native",
    "solutions",
    "make",
    "simpler"
  ],
  "score": 78,
  "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: 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": "The AI debate continues. We asked physicians what they think.",
      "html": "<h2 class=\"DkS5M pagetitle--DkS5M h2 xxxs-head-sspro\" style=\"color:#D0C1E9\">The AI debate continues. We asked physicians what they think.</h2>"
    },
    {
      "text": "EHR and more with",
      "html": "<h2 class=\"misc-ey-sspro xbEDM\">EHR and more with</h2>"
    },
    {
      "text": "Customer Support",
      "html": "<h2 class=\"_4hie\">Customer Support</h2>"
    },
    {
      "text": "EHR",
      "html": "<h2 class=\"_4hie\">EHR</h2>"
    },
    {
      "text": "Practice Management & Medical Billing",
      "html": "<h2 class=\"_4hie\">Practice Management &amp; Medical Billing</h2>"
    },
    {
      "text": "Patient Engagement",
      "html": "<h2 class=\"_4hie\">Patient Engagement</h2>"
    },
    {
      "text": "Customer Support",
      "html": "<h2 class=\"_4hie\">Customer Support</h2>"
    },
    {
      "text": "EHR",
      "html": "<h2 class=\"_4hie\">EHR</h2>"
    },
    {
      "text": "Practice Management & Medical Billing",
      "html": "<h2 class=\"_4hie\">Practice Management &amp; Medical Billing</h2>"
    },
    {
      "text": "Patient Engagement",
      "html": "<h2 class=\"_4hie\">Patient Engagement</h2>"
    },
    {
      "text": "Customer Support",
      "html": "<h2 class=\"_4hie\">Customer Support</h2>"
    },
    {
      "text": "See why thousands of practices choose athenaOne®",
      "html": "<h2 class=\"xl-head-sspro \" style=\"color:#FFFFFF\">See why thousands of practices choose athenaOne&#xae;</h2>"
    },
    {
      "text": "Insights and news worth sharing",
      "html": "<h2 class=\"xl-head-sspro S_s74\" style=\"color:#160F41\">Insights and news worth sharing</h2>"
    },
    {
      "text": "How customers feel about athenaOne",
      "html": "<h2 class=\"xl-head-sspro S_s74\" style=\"color:#160F41\">How customers feel about athenaOne</h2>"
    },
    {
      "text": "Let us help you",
      "html": "<h2 class=\"lKfe2\">Let us help you</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Healthcare Products & Services for Ambulatory...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Healthcare Products & Services for Ambulatory... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Healthcare Products & Services for Ambulatory...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Healthcare Products & Services for Ambulatory... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Healthcare Products & Services for Ambulatory... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "cost",
      "label": "Is Healthcare Products & Services for Ambulatory... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Healthcare Products & Services for Ambulatory... 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": 403,
            "contentType": "text/html",
            "length": 396
          },
          {
            "path": "/api/context",
            "statusCode": 403,
            "contentType": "text/html",
            "length": 389
          },
          {
            "path": "/context",
            "statusCode": 403,
            "contentType": "text/html",
            "length": 381
          }
        ]
      },
      "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: 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": "The AI debate continues. We asked physicians what they think.",
      "html": "<h2 class=\"DkS5M pagetitle--DkS5M h2 xxxs-head-sspro\" style=\"color:#D0C1E9\">The AI debate continues. We asked physicians what they think.</h2>"
    },
    {
      "text": "EHR and more with",
      "html": "<h2 class=\"misc-ey-sspro xbEDM\">EHR and more with</h2>"
    },
    {
      "text": "Customer Support",
      "html": "<h2 class=\"_4hie\">Customer Support</h2>"
    },
    {
      "text": "EHR",
      "html": "<h2 class=\"_4hie\">EHR</h2>"
    },
    {
      "text": "Practice Management & Medical Billing",
      "html": "<h2 class=\"_4hie\">Practice Management &amp; Medical Billing</h2>"
    },
    {
      "text": "Patient Engagement",
      "html": "<h2 class=\"_4hie\">Patient Engagement</h2>"
    },
    {
      "text": "Customer Support",
      "html": "<h2 class=\"_4hie\">Customer Support</h2>"
    },
    {
      "text": "EHR",
      "html": "<h2 class=\"_4hie\">EHR</h2>"
    },
    {
      "text": "Practice Management & Medical Billing",
      "html": "<h2 class=\"_4hie\">Practice Management &amp; Medical Billing</h2>"
    },
    {
      "text": "Patient Engagement",
      "html": "<h2 class=\"_4hie\">Patient Engagement</h2>"
    },
    {
      "text": "Customer Support",
      "html": "<h2 class=\"_4hie\">Customer Support</h2>"
    },
    {
      "text": "See why thousands of practices choose athenaOne®",
      "html": "<h2 class=\"xl-head-sspro \" style=\"color:#FFFFFF\">See why thousands of practices choose athenaOne&#xae;</h2>"
    },
    {
      "text": "Insights and news worth sharing",
      "html": "<h2 class=\"xl-head-sspro S_s74\" style=\"color:#160F41\">Insights and news worth sharing</h2>"
    },
    {
      "text": "How customers feel about athenaOne",
      "html": "<h2 class=\"xl-head-sspro S_s74\" style=\"color:#160F41\">How customers feel about athenaOne</h2>"
    },
    {
      "text": "Let us help you",
      "html": "<h2 class=\"lKfe2\">Let us help you</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Healthcare Products & Services for Ambulatory...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Healthcare Products & Services for Ambulatory... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Healthcare Products & Services for Ambulatory...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Healthcare Products & Services for Ambulatory... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Healthcare Products & Services for Ambulatory... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "cost",
      "label": "Is Healthcare Products & Services for Ambulatory... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Healthcare Products & Services for Ambulatory... compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

Agent Ease of UseAuthEmerging recommendation

Auth.md Agent Registration

Auth.md Agent Registration has an informational finding because the page appears to support authentication.

Informational

Needs attention

Auth.md Agent Registration

Informational
01

Issue

auth.md response did not match the expected agent registration shape. Content-Type "text/html" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.

02

Why it matters

Agent registration metadata lets automated clients find the registration path, supported identity types, credential types, and related claim or revocation endpoints without scraping human docs.

Check name

Auth.md Agent Registration

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

Publish Auth.md and agent_auth metadata so agents can discover registration and credential requirements.

Result

Auth.md Agent Registration has an informational finding because the page appears to support authentication.

Validation steps

  1. Fetch and validate /auth.md

    auth.md response did not match the expected agent registration shape. Content-Type "text/html" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.

  2. Publish protected resource metadata

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

  3. Validate agent_auth authorization metadata

    OAuth authorization server metadata could not be fetched.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": false,
        "statusCode": 403,
        "contentType": "text/html",
        "length": 385,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
          "compatibleContentType": false,
          "contentLength": 374,
          "hasRegisterInstructions": false,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": false,
          "links": [
            "/TITLE",
            "/HEAD",
            "/H1",
            "/P",
            "/BODY",
            "/HTML"
          ],
          "rawExcerpt": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http&#58;&#47;&#47;www&#46;athenahealth&#46;com&#47;auth&#46;md\" on this server.<P>\nReference&#32;&#35;18&#46;8cd70b17&#46;1780968129&#46;c6e18e62\n<P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;18&#46;8cd70b17&#46;1780968129&#46;c6e18e62</P>\n</BODY>\n</HTML>\n"
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 403,
        "contentType": "text/html",
        "length": 430,
        "text": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http&#58;&#47;&#47;www&#46;athenahealth&#46;com&#47;&#46;well&#45;known&#47;oauth&#45;protected&#45;resource\" on this server.<P>\nReference&#32;&#35;18&#46;97d70b17&#46;1780968129&#46;c2cecc1e\n<P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;18&#46;97d70b17&#46;1780968129&#46;c2cecc1e</P>\n</BODY>\n</HTML>\n"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
    },
    {
      "id": "agent-auth-block",
      "title": "Validate agent_auth authorization metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "issue": "OAuth authorization server metadata could not be fetched.",
        "fetch": {
          "ok": false,
          "statusCode": 403,
          "contentType": "text/html",
          "length": 432,
          "text": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http&#58;&#47;&#47;www&#46;athenahealth&#46;com&#47;&#46;well&#45;known&#47;oauth&#45;authorization&#45;server\" on this server.<P>\nReference&#32;&#35;18&#46;8cd70b17&#46;1780968129&#46;c6e18f15\n<P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;18&#46;8cd70b17&#46;1780968129&#46;c6e18f15</P>\n</BODY>\n</HTML>\n"
        }
      },
      "issue": "OAuth authorization server metadata could not be fetched.",
      "howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

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": 403,
            "contentType": "text/html",
            "length": 422
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 403,
            "contentType": "text/html",
            "length": 432
          }
        ]
      },
      "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": "login"
      }
    ]
  },
  "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": 403,
        "contentType": "text/html"
      },
      "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": "<HTML><HEAD>\n<TITLE>Access Denied</TITLE>\n</HEAD><BODY>\n<H1>Access Denied</H1>\n \nYou don't have permission to access \"http&#58;&#47;&#47;www&#46;athenahealth&#46;com&#47;&#46;well&#45;known&#47;oauth&#45;protected&#45;resource\" on this server.<P>\nReference&#32;&#35;18&#46;8cd70b17&#46;1780968129&#46;c6e18ce3\n<P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;18&#46;8cd70b17&#46;1780968129&#46;c6e18ce3</P>\n</BODY>\n</HTML>\n"
      },
      "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.athenahealth.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": 403,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.athenahealth.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 403,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.athenahealth.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 403,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.athenahealth.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": "login"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityBest PracticesBrowser audit

Issues were logged in the `Issues` panel in Chrome Devtools

50 Fail

Check name

Issues were logged in the `Issues` panel in Chrome Devtools

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Fix guidance

Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.

Evidence
{
  "description": "Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue."
}

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

3 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": "3 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/)."
}

SEOSEOBrowser audit

Image elements do not have `[alt]` attributes

33 Fail

Check name

Image elements do not have `[alt]` attributes

Score

0/100

Status

fail

Device

desktop

Category

SEO

Fix guidance

Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt).

Evidence
{
  "description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt)."
}

SEOSEOBrowser audit

Links are not crawlable

33 Fail

Check name

Links are not crawlable

Score

0/100

Status

fail

Device

desktop

Category

SEO

Fix guidance

Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)

Evidence
{
  "description": "Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)"
}

SEOSEOBrowser audit

Links do not have descriptive text

33 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 AccessibilityPerformanceBrowser audit

Forced reflow

13 Fail

Check name

Forced reflow

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations.

Evidence
{
  "description": "A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations."
}

Performance and AccessibilityPerformanceBrowser audit

Image optimization

13 Fail

Check name

Image optimization

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Review the grouped image optimization checks and improve the failing sub-checks listed in evidence.

Evidence
{
  "checks": [
    {
      "id": "image-aspect-ratio",
      "title": "Displays images with incorrect aspect ratio",
      "score": 0
    }
  ]
}

Performance and AccessibilityPerformanceBrowser audit

Layout shift culprits

13 Fail

Check name

Layout shift culprits

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Layout shifts occur when elements move absent any user interaction. [Investigate the causes of layout shifts](https://developer.chrome.com/docs/performance/insights/cls-culprit), such as elements being added, removed, or their fonts changing as the page loads.

Evidence
{
  "description": "Layout shifts occur when elements move absent any user interaction. [Investigate the causes of layout shifts](https://developer.chrome.com/docs/performance/insights/cls-culprit), such as elements being added, removed, or their fonts changing as the page loads."
}

Performance and AccessibilityPerformanceBrowser audit

Reduce JavaScript execution time

13 Fail

Check name

Reduce JavaScript execution time

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

2.8 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": "2.8 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": 2781.2939999999835
}

Performance and AccessibilityPerformanceBrowser audit

Reduce unused CSS

13 Fail

Check name

Reduce unused CSS

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 121 KiB

Fix guidance

Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).

Evidence
{
  "displayValue": "Est savings of 121 KiB",
  "description": "Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).",
  "numericValue": 40
}

Performance and AccessibilityPerformanceBrowser audit

Reduce unused JavaScript

13 Fail

Check name

Reduce unused JavaScript

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 1,831 KiB

Fix guidance

Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).

Evidence
{
  "displayValue": "Est savings of 1,831 KiB",
  "description": "Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).",
  "numericValue": 1120
}

Performance and AccessibilityPerformanceBrowser audit

Use efficient cache lifetimes

13 Fail

Check name

Use efficient cache lifetimes

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 8,118 KiB

Fix guidance

A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache).

Evidence
{
  "displayValue": "Est savings of 8,118 KiB",
  "description": "A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache)."
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

9 Fail

Check name

Loading performance

Score

28/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": "speed-index",
      "title": "Speed Index",
      "score": 2,
      "displayValue": "5.6 s",
      "numericValue": 5617.011604881023
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 0,
      "displayValue": "860 ms",
      "numericValue": 857.0000000000018
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 0,
      "displayValue": "4.3 s",
      "numericValue": 4296.056810692795
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 5,
      "displayValue": "980 ms",
      "numericValue": 981.0000000000009
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "120 ms",
      "numericValue": 123.33239999999998
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 6,
      "displayValue": "9.2 s",
      "numericValue": 9224.283676244619
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 290 ms",
      "numericValue": 288
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 7,
      "displayValue": "5.2 s",
      "numericValue": 5220.57050001636
    }
  ]
}

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
39/100Level 2, Agent-LimitedCurrent report
athenahealth.com AI SEO Report: 39/100 (Level 2, Agent-Limited)