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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability47%Agent Easeof Use10%Security& Trust20%GEO, AIO, AEO81%SEO100%Performance& Accessibility77%
  • AI Discoverability 47 out of 100
  • Agent Ease of Use 10 out of 100
  • Security & Trust 20 out of 100
  • GEO, AIO and AEO 81 out of 100
  • SEO 100 out of 100
  • Performance and Accessibility 77 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Online Business Banking Solutions | Novo favicon

Online Business Banking Solutions | Novo

Novo is an online business banking platform with no hidden fees built for small business owners. Apply for a free Novo checking account.

Next step

Turn this report into a fix workflow

26 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
47
Priority fix8141View details
Discoverability
83
Mostly ready630View details
Content Readiness
46
Priority fix271View details
Bot Access Control
0
Priority fix040View 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
81
Mostly ready6013
GEO Readiness
89
Mostly ready203
AIO Readiness
80
Mostly ready205
AEO Readiness
73
Needs work205
SEO
100
Strong1100
SEO
100
Strong1100
Security & Trust
20
Priority fix540View details
Security & Trust
20
Priority fix140View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
77
Mostly ready1453View details
Performance
67
Needs work1053View details
Accessibility
96
Strong400

Prioritized recommendations

Issues ranked by score impact

47 items need attention

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

100 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": []
      },
      "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."
    }
  ]
}

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": 404,
        "contentType": "text/html; charset=utf-8"
      },
      "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": "<!DOCTYPE html>\n<html>\n  <body>\n    <p>Invalid .well-known request</p>\n  </body>\n</html>"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

OpenAPI YAML document did not match the expected shape. Content-Type "application/xml" 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 "application/xml" 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": "application/xml",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"application/xml\" 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": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>EVJM8JXZ99REJRF1</RequestId><HostId>GYXajPF7vEDpsBoPaDy/U0cJ8EgV6gfHurNiOq3YIPiibk2gPjz4tB8V7UrwaDShizQWyMAdMnI=</HostId></Error>"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 403,
            "contentType": "application/xml",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"application/xml\" 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": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>EVJW71K96FCFB7KY</RequestId><HostId>ISHkFLtbZoULIE39bnhzb3D+kelHmJs2IKyiGTqxOiTBKroFvxRExn5BYxOu+VUoNbH16gjWX9k=</HostId></Error>"
          },
          {
            "path": "/swagger.json",
            "statusCode": 403,
            "contentType": "application/xml",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"application/xml\" 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": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>R504A58MPEDS4YV7</RequestId><HostId>xIHG9ZDL692M6+pDWmMy/z3OVhs3GQ5y+gbT50IcbEwUmWvIBDOtv8o/iD3LrWcwHeYMfvavkP8=</HostId></Error>"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 403,
            "contentType": "application/xml",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"application/xml\" 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": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>R505MGEEBNC10TY4</RequestId><HostId>9QiVHuOB+ul9nF2/pBDlbj6fPVn7T76dZhhzPj7IFgyjxGIa92DfEpex92zNqJigiSArFBZ2ec+6XwmhhwuSA7kpqkp4n0sT</HostId></Error>"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 403,
            "contentType": "application/xml",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"application/xml\" 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": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>R50A5942CJVYSDCP</RequestId><HostId>wFI3ra99XZTNGWAJP5JSgmYH/jByFBiWE98A3uJH3UfOrm1kQD49s8baWyYGlmzjHif7rJvcvig=</HostId></Error>"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 403,
            "contentType": "application/xml",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"application/xml\" 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": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>YFVRK5F1RK9R1NST</RequestId><HostId>N6SJ85vzMKoOoGB+t7/1N9kohq7hyfURRXS03PAyBH6OXlfVwJNF5ToI7Zm29mvj1W/KS3DmgB3jsxtNS2Xdzsm9+T7iQL5l</HostId></Error>"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 403,
            "contentType": "application/xml",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"application/xml\" 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": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>YFVP4D8RBZYDKRFK</RequestId><HostId>Y4tmZyEIQZmRKnc+GAbWIYuyT40vkfmucNqviicJ1B25ZacQabjrAuLuV/YMgmh14OYIBmqNZKi/TnTiRiFAlW9OfP11ztY8</HostId></Error>"
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"application/xml\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

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

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

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

02

Why it matters

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

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

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

Result

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

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

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

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

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

Content Signal is missing or incomplete.

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

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": "application/xml",
            "length": 263
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "statusCode": 403,
            "contentType": "application/xml",
            "length": 243
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 403,
            "contentType": "application/xml",
            "length": 243
          }
        ]
      },
      "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": "application/xml",
            "length": 263
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 403,
            "contentType": "application/xml",
            "length": 263
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 403,
            "contentType": "application/xml",
            "length": 263
          }
        ]
      },
      "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 DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

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

33 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

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

02

Why it matters

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

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/http-message-signatures-directory",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 88
          }
        ]
      },
      "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."
    }
  ]
}

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": "application/xml",
            "length": 263
          },
          {
            "path": "/webmcp.json",
            "statusCode": 403,
            "contentType": "application/xml",
            "length": 263
          },
          {
            "path": "/mcp.json",
            "statusCode": 403,
            "contentType": "application/xml",
            "length": 243
          }
        ]
      },
      "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."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

25 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
}

Security & TrustSecurity & TrustEstablished

HSTS header

HSTS header is missing or incomplete.

25 Fail

Needs attention

HSTS header

Failed check
01

Issue

HSTS header is missing or incomplete.

02

Why it matters

HSTS tells browsers to keep using HTTPS after the first secure visit, reducing downgrade and mixed-transport risk for repeat users.

Check name

HSTS header

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Require HTTPS for repeat visits with Strict-Transport-Security.

Result

HSTS header is missing or incomplete.

Evidence
{
  "header": "strict-transport-security",
  "value": null
}

AI DiscoverabilityContent ReadinessEmerging recommendation

llms.txt

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

25 Fail

Needs attention

llms.txt

Failed check
01

Issue

llms.txt was not found at the expected path.

02

Why it matters

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

Check name

llms.txt

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    llms.txt was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/llms.txt",
            "statusCode": 403,
            "contentType": "application/xml",
            "length": 263
          },
          {
            "path": "/llms-full.txt",
            "statusCode": 403,
            "contentType": "application/xml",
            "length": 243
          }
        ]
      },
      "issue": "llms.txt was not found at the expected path.",
      "howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

25 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

Content-Type "text/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": 200,
        "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": 13292,
        "excerpt": "<!DOCTYPE html><!-- Last Published: Fri May 29 2026 15:05:08 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.novo.co\" data-wf-page=\"64bfcb9477d242c996ed263f\" data-wf-site=\"60ca70f6cb7406afbf948a8e\" lang=\"en\"><head><meta c",
        "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."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

25 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 DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

25 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: 1 links missing accessible names.

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": true,
  "footer": true,
  "meaningfulH1": true,
  "headingOrder": true,
  "accessibleLinks": false,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [
      "<a href=\"/\" aria-current=\"page\" class=\"nav_logo-link w-inline-block w--current\"><img width=\"147\" loading=\"lazy\" alt src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/6702c8a8fd172cc3fc6f5246_new%20novo%20logo.svg\" class=\"nav_logo\"></a>"
    ],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 1,
    "headings": 17,
    "links": 83,
    "inaccessibleLinks": 1,
    "buttons": 0,
    "inaccessibleButtons": 0,
    "images": 69,
    "imagesWithAlt": 69,
    "autocompleteInputs": 0,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 0
  }
}

Security & TrustSecurity & TrustEstablished

X-Content-Type-Options

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

25 Fail

Needs attention

X-Content-Type-Options

Failed check
01

Issue

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

02

Why it matters

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

Check name

X-Content-Type-Options

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Prevent MIME sniffing for browser-loaded resources.

Result

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

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

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": "application/xml",
            "length": 263
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 403,
            "contentType": "application/xml",
            "length": 263
          },
          {
            "path": "/agent-card.json",
            "statusCode": 403,
            "contentType": "application/xml",
            "length": 263
          }
        ]
      },
      "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": "application/xml",
            "length": 243
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 403,
            "contentType": "application/xml",
            "length": 263
          }
        ]
      },
      "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": "application/xml",
            "length": 263
          },
          {
            "path": "/agent.json",
            "statusCode": 403,
            "contentType": "application/xml",
            "length": 243
          }
        ]
      },
      "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": "application/xml",
            "length": 263
          },
          {
            "path": "/agents.json",
            "statusCode": 403,
            "contentType": "application/xml",
            "length": 243
          }
        ]
      },
      "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.novo.co",
        "probes": [
          {
            "name": "_index._agents.www.novo.co",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.www.novo.co",
            "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.novo.co",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          },
          {
            "name": "novo.co",
            "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."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

6 Warning

Needs attention

Content freshness signals

Warning
01

Issue

Content freshness signals are incomplete: 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

75/100

Status

warning

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is partially implemented.

Evidence
{
  "lastModified": "Mon, 08 Jun 2026 16:46:57 GMT",
  "schemaDates": [
    "2022-11-03T21:16:03+00:00",
    "2017-04-17T21:00:50+00:00"
  ],
  "metaDateCount": 0,
  "timeDateCount": 0
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

AIO: Visible structured data match scored 53/100 and needs improvement.

5 Warning

Needs attention

AIO: Visible structured data match

Warning
01

Issue

19 structured-data value(s) were not found in visible page text.

Details

02

Why it matters

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

Check name

AIO: Visible structured data match

Score

53/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: Visible structured data match scored 53/100 and needs improvement.

Evidence
{
  "schemaCount": 7,
  "checkedFields": [
    {
      "path": "$[0].name",
      "value": "Novo"
    },
    {
      "path": "$[1].name",
      "value": "Powerfully Simple Business Banking | Novo Business Banking"
    },
    {
      "path": "$[1].description",
      "value": "Novo is a powerfully simple business banking platform with no hidden fees built for small business owners. Simplify your business finances with Novo."
    },
    {
      "path": "$[2].description",
      "value": "Novo is a business banking platform built for today’s business owners. Since launching our invite-only release, freelancers, startup founders, and small business owners alike have been opening business checking accounts in minutes, securely and easily with no minimum balance requirements."
    },
    {
      "path": "$[2].name",
      "value": "Novo"
    },
    {
      "path": "$[3].alternateName",
      "value": "Digital Banking"
    },
    {
      "path": "$[3].name",
      "value": "Online Banking"
    },
    {
      "path": "$[3].description",
      "value": "Novo is a powerfully simple business banking platform with no hidden fees built for small business owners. Simplify your business finances with Novo."
    },
    {
      "path": "$[3].provider.name",
      "value": "Novo"
    },
    {
      "path": "$[3].hasOfferCatalog.name",
      "value": "Business Banking Platform"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[0].name",
      "value": "Business Checking Account"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[0].itemListElement[0].itemOffered.name",
      "value": "Deposit & send checks"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[0].itemListElement[1].itemOffered.name",
      "value": "Smart insights"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[0].itemListElement[2].itemOffered.name",
      "value": "Virtual debit card"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[0].itemListElement[3].itemOffered.name",
      "value": "Unlimited transactions"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[0].itemListElement[4].itemOffered.name",
      "value": "Fast & easy transfers"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[0].itemListElement[5].itemOffered.name",
      "value": "Expert customer support"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[1].name",
      "value": "Business Debit Card"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[2].name",
      "value": "Funding"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[2].itemListElement[0].itemOffered.name",
      "value": "Immediate Availability"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[2].itemListElement[1].itemOffered.name",
      "value": "Revolving Access"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[2].itemListElement[2].itemOffered.name",
      "value": "Clear Repayment Plan"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[3].name",
      "value": "Invoicing"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[3].itemListElement[0].itemOffered.name",
      "value": "Faster Invoicing"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[3].itemListElement[1].itemOffered.name",
      "value": "Invoice Management"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[3].itemListElement[2].itemOffered.name",
      "value": "Customize Invoices"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[4].name",
      "value": "Integrations"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[4].itemListElement[0].itemOffered.name",
      "value": "Gusto"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[4].itemListElement[1].itemOffered.name",
      "value": "Stripe"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[4].itemListElement[2].itemOffered.name",
      "value": "Square"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[4].itemListElement[3].itemOffered.name",
      "value": "Shopify"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[4].itemListElement[4].itemOffered.name",
      "value": "Slack"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[4].itemListElement[5].itemOffered.name",
      "value": "Wise"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[4].itemListElement[6].itemOffered.name",
      "value": "Xero"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[4].itemListElement[7].itemOffered.name",
      "value": "Quickbooks"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[4].itemListElement[8].itemOffered.name",
      "value": "Zapier"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[4].itemListElement[9].itemOffered.name",
      "value": "Ebay"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[4].itemListElement[10].itemOffered.name",
      "value": "Etsy"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[5].name",
      "value": "Partner Perks"
    },
    {
      "path": "$[4].@graph[0].name",
      "value": "Novo"
    }
  ],
  "mismatches": [
    {
      "path": "$[1].name",
      "value": "Powerfully Simple Business Banking | Novo Business Banking"
    },
    {
      "path": "$[2].description",
      "value": "Novo is a business banking platform built for today’s business owners. Since launching our invite-only release, freelancers, startup founders, and small business owners alike have been opening business checking accounts in minutes, securely and easily with no minimum balance requirements."
    },
    {
      "path": "$[3].alternateName",
      "value": "Digital Banking"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[0].itemListElement[3].itemOffered.name",
      "value": "Unlimited transactions"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[2].itemListElement[0].itemOffered.name",
      "value": "Immediate Availability"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[2].itemListElement[1].itemOffered.name",
      "value": "Revolving Access"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[2].itemListElement[2].itemOffered.name",
      "value": "Clear Repayment Plan"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[3].itemListElement[1].itemOffered.name",
      "value": "Invoice Management"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[4].itemListElement[0].itemOffered.name",
      "value": "Gusto"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[4].itemListElement[1].itemOffered.name",
      "value": "Stripe"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[4].itemListElement[2].itemOffered.name",
      "value": "Square"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[4].itemListElement[3].itemOffered.name",
      "value": "Shopify"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[4].itemListElement[4].itemOffered.name",
      "value": "Slack"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[4].itemListElement[5].itemOffered.name",
      "value": "Wise"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[4].itemListElement[6].itemOffered.name",
      "value": "Xero"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[4].itemListElement[7].itemOffered.name",
      "value": "Quickbooks"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[4].itemListElement[8].itemOffered.name",
      "value": "Zapier"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[4].itemListElement[9].itemOffered.name",
      "value": "Ebay"
    },
    {
      "path": "$[3].hasOfferCatalog.itemListElement[4].itemListElement[10].itemOffered.name",
      "value": "Etsy"
    }
  ],
  "score": 53,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

5 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

16 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": 16,
  "passing": 0,
  "failing": [
    {
      "heading": "Grow your business, without all the growing pains",
      "headingHtml": "<h2 class=\"recoleta-57 text-color-new-navy\">Grow your business, without all the growing pains</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Your business is in good hands",
      "headingHtml": "<h2 class=\"recoleta-57 text-color-new-navy\">Your business is in good hands</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "FDIC insured",
      "headingHtml": "<h3 class=\"ginto-23 text-weight-bold text-color-new-navy\">FDIC insured</h3>",
      "firstParagraph": "Deposits are insured for up to $250,000 through our partner bank, Middlesex Federal Savings, Member FDIC.",
      "paragraphHtml": "<p class=\"ginto-16 text-color-new-navy no-reduce\">Deposits are insured for up to &#x24;250,000 through our partner bank, Middlesex Federal Savings, Member FDIC.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Bank-level encryption",
      "headingHtml": "<h3 class=\"ginto-23 text-weight-bold text-color-new-navy\">Bank-level encryption</h3>",
      "firstParagraph": "Your data stays safe with industry-leading encryption.",
      "paragraphHtml": "<p class=\"ginto-16 text-color-new-navy no-reduce\">Your data stays safe with industry-leading encryption.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Real-time fraud alerts",
      "headingHtml": "<h3 class=\"ginto-23 text-weight-bold text-color-new-navy\">Real-time fraud alerts</h3>",
      "firstParagraph": "Track purchases and freeze your card with just a few taps.",
      "paragraphHtml": "<p class=\"ginto-16 text-color-new-navy no-reduce\">Track purchases and freeze your card with just a few taps.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Banking for you, you, and yes, you",
      "headingHtml": "<h2 class=\"recoleta-57 text-color-new-navy\">Banking for you, you, and yes, <span class=\"text-color-new-novo-blue\">you</span></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Building a business doesn't mean going at it alone",
      "headingHtml": "<h2 class=\"recoleta-57 text-color-new-navy\">Building a business doesn&apos;t mean going at it alone</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Join our trusted partners",
      "headingHtml": "<h3 class=\"ginto-28 text-weight-bold text-color-new-navy\">Join our trusted partners</h3>",
      "firstParagraph": "Leverage exclusive deals and perks from industry-leading partners to help your business succeed.",
      "paragraphHtml": "<p class=\"ginto-16 text-color-new-navy width-80\">Leverage exclusive deals and perks from industry-leading partners to help your business succeed.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Learn, connect, and grow",
      "headingHtml": "<h3 class=\"ginto-28 text-weight-bold text-color-new-navy\">Learn, connect, and grow</h3>",
      "firstParagraph": "Join webinars and events that give you the insights and tools to grow your business confidently.",
      "paragraphHtml": "<p class=\"ginto-16 text-color-new-navy width-80\">Join webinars and events that give you the insights and tools to grow your business confidently.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "“Novo has truly changed how we work as a completely virtual team and made things a lot easier for us.”",
      "headingHtml": "<h2 class=\"recoleta-48 is-regular text-color-new-navy is-quote\">&#x201c;Novo has truly changed how we work as a completely virtual team and made things a lot easier for us.&#x201d;</h2>",
      "firstParagraph": "Ilana Griffo, Goodtype",
      "paragraphHtml": "<p class=\"ginto-20 text-color-new-novo-blue is-quote\">Ilana Griffo, Goodtype</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "“Choosing Novo and hiring an accountant were honestly the best decisions I made for my business.”",
      "headingHtml": "<h2 class=\"recoleta-48 is-regular text-color-new-navy is-quote\">&#x201c;Choosing Novo and hiring an accountant were honestly the best decisions I made for my business.&#x201d;</h2>",
      "firstParagraph": "Emma McGoldrick, ESM Creative Studio",
      "paragraphHtml": "<p class=\"ginto-20 text-color-new-novo-blue is-quote\">Emma McGoldrick, ESM Creative Studio</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "“The ease of setting up an account without having to visit a branch to verify your identity has been seamless.\"",
      "headingHtml": "<h2 class=\"recoleta-48 is-regular text-color-new-navy is-quote\">&#x201c;The ease of setting up an account without having to visit a branch to verify your identity has been seamless.&quot;</h2>",
      "firstParagraph": "Vincent Battaglia, CFO of Host and Keep",
      "paragraphHtml": "<p class=\"ginto-20 text-color-new-novo-blue is-quote\">Vincent Battaglia, CFO of Host and Keep</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "\"No fees are a big deal to me—I don’t want to feel like the bank is taking my money.\"",
      "headingHtml": "<h2 class=\"recoleta-48 is-regular text-color-new-navy is-quote\">&quot;No fees are a big deal to me&#x2014;I don&#x2019;t want to feel like the bank is taking my money.&quot;</h2>",
      "firstParagraph": "Issac Carter, Coaching Imperative",
      "paragraphHtml": "<p class=\"ginto-20 text-color-new-novo-blue is-quote\">Issac Carter, Coaching Imperative</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "“I’m a designer, so it’s important that I can customize my invoices with my logo. I can do that in Novo.\"",
      "headingHtml": "<h2 class=\"recoleta-48 is-regular text-color-new-navy is-quote\">&#x201c;I&#x2019;m a designer, so it&#x2019;s important that I can customize my invoices with my logo. I can do that in Novo.&quot;</h2>",
      "firstParagraph": "Daniela Pinaud, Idea Studio Co.",
      "paragraphHtml": "<p class=\"ginto-20 text-color-new-novo-blue is-quote\">Daniela Pinaud, Idea Studio Co.</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "“Novo has been a great tool that I wish I took advantage of in the beginning.”",
      "headingHtml": "<h2 class=\"recoleta-48 is-regular text-color-new-navy is-quote\">&#x201c;Novo has been a great tool that I wish I took advantage of in the beginning.&#x201d;</h2>",
      "firstParagraph": "Gabby Ianniello, Corporate Quitter",
      "paragraphHtml": "<p class=\"ginto-20 text-color-new-novo-blue is-quote\">Gabby Ianniello, Corporate Quitter</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Join over 250,000 small businesses today",
      "headingHtml": "<h2 class=\"recoleta-48 text-color-off-black\">Join over 250,000 small businesses today</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

4 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

No question-led h2 sections or FAQ pattern was detected.

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: Question-led structure

Score

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

Evidence
{
  "h2Count": 11,
  "questionH2s": [],
  "hasFaq": false,
  "score": 50,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

4 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

No substantial explanatory paragraphs were found.

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": [],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

3 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": 10,
  "schemaBlocks": 5,
  "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: Source and trust signals

AIO: Source and trust signals scored 80/100 and needs improvement.

2 Warning

Needs attention

AIO: Source and trust signals

Warning
01

Issue

Missing AIO trust signals: author.

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

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: Source and trust signals scored 80/100 and needs improvement.

Evidence
{
  "signals": {
    "author": false,
    "publisher": true,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [
    "Novo"
  ],
  "schemaDates": [
    "2017-04-17T21:00:50+00:00",
    "2022-11-03T21:16:03+00:00"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://www.linkedin.com/company/novo-hq/",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/novo-hq/\" target=\"_blank\" class=\"novo-footer_social-link w-inline-block\"><img src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/66fc117aad6cae9e2c464bfd_li%20icon.svg\" loading=\"lazy\" alt=\"linkedin icon\" class=\"novo-footer_social-icon\"></a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/customer-spotlight",
      "text": "Customer SpotlightsGet inspired by the stories of Novo customers, and learn how we can help support your business as well.",
      "html": "<a href=\"/customer-spotlight\" class=\"nav-menu_dropdown-link w-inline-block\"><div class=\"nav-menu_dropdown-link-header\"><img loading=\"lazy\" src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/67eae436f337659706f4368b_Light-bulb-on.png\" alt class=\"nav-menu_dropdown-header-link-icon\"><div class=\"nav-menu_dropdown-header-link-text\">Customer Spotlights</div></div><div class=\"nav-menu_dropdown-link-body\"><div class=\"nav-menu_dropdown-link-body-text\">Get inspired by the stories of Novo customers, and..."
    },
    {
      "href": "/small-business-resources",
      "text": "Small Business ResourcesExplore a wealth of useful tools, tips and advice, curated to help your business reach the next level.",
      "html": "<a href=\"/small-business-resources\" class=\"nav-menu_dropdown-link w-inline-block\"><div class=\"nav-menu_dropdown-link-header\"><img loading=\"lazy\" src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/67eae436494bfa8dfe955d71_Rocket.png\" alt class=\"nav-menu_dropdown-header-link-icon\"><div class=\"nav-menu_dropdown-header-link-text\">Small Business Resources</div></div><div class=\"nav-menu_dropdown-link-body\"><div class=\"nav-menu_dropdown-link-body-text\">Explore a wealth of useful tools, tips and advi..."
    },
    {
      "href": "https://novo.zendesk.com/hc/en-us",
      "text": "Help Center",
      "html": "<a href=\"https://novo.zendesk.com/hc/en-us\" target=\"_blank\" class=\"nav-menu_link w-inline-block\"><div class=\"nav-menu_link-text\">Help Center</div></a>"
    },
    {
      "href": "/contact",
      "text": "Contact Us",
      "html": "<a href=\"/contact\" class=\"novo-footer_link\">Contact Us</a>"
    },
    {
      "href": "https://novo.zendesk.com/hc/en-us",
      "text": "Help Center",
      "html": "<a href=\"https://novo.zendesk.com/hc/en-us\" target=\"_blank\" class=\"novo-footer_link\">Help Center</a>"
    },
    {
      "href": "/contact",
      "text": "Contact Us",
      "html": "<a href=\"/contact\" class=\"novo-footer_link\">Contact Us</a>"
    },
    {
      "href": "https://novo.zendesk.com/hc/en-us",
      "text": "Help Center",
      "html": "<a href=\"https://novo.zendesk.com/hc/en-us\" target=\"_blank\" class=\"novo-footer_link\">Help Center</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://www.novo.co/legal/privacy",
      "text": "Privacy Policy",
      "html": "<a href=\"https://www.novo.co/legal/privacy\" class=\"novo-footer_link is-legal\">Privacy Policy</a>"
    }
  ],
  "score": 80,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

AEO: Answer evidence and trust scored 80/100 and needs improvement.

2 Warning

Needs attention

AEO: Answer evidence and trust

Warning
01

Issue

Missing AIO trust signals: author.

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

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": true,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [
    "Novo"
  ],
  "schemaDates": [
    "2017-04-17T21:00:50+00:00",
    "2022-11-03T21:16:03+00:00"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://www.linkedin.com/company/novo-hq/",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/novo-hq/\" target=\"_blank\" class=\"novo-footer_social-link w-inline-block\"><img src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/66fc117aad6cae9e2c464bfd_li%20icon.svg\" loading=\"lazy\" alt=\"linkedin icon\" class=\"novo-footer_social-icon\"></a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/customer-spotlight",
      "text": "Customer SpotlightsGet inspired by the stories of Novo customers, and learn how we can help support your business as well.",
      "html": "<a href=\"/customer-spotlight\" class=\"nav-menu_dropdown-link w-inline-block\"><div class=\"nav-menu_dropdown-link-header\"><img loading=\"lazy\" src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/67eae436f337659706f4368b_Light-bulb-on.png\" alt class=\"nav-menu_dropdown-header-link-icon\"><div class=\"nav-menu_dropdown-header-link-text\">Customer Spotlights</div></div><div class=\"nav-menu_dropdown-link-body\"><div class=\"nav-menu_dropdown-link-body-text\">Get inspired by the stories of Novo customers, and..."
    },
    {
      "href": "/small-business-resources",
      "text": "Small Business ResourcesExplore a wealth of useful tools, tips and advice, curated to help your business reach the next level.",
      "html": "<a href=\"/small-business-resources\" class=\"nav-menu_dropdown-link w-inline-block\"><div class=\"nav-menu_dropdown-link-header\"><img loading=\"lazy\" src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/67eae436494bfa8dfe955d71_Rocket.png\" alt class=\"nav-menu_dropdown-header-link-icon\"><div class=\"nav-menu_dropdown-header-link-text\">Small Business Resources</div></div><div class=\"nav-menu_dropdown-link-body\"><div class=\"nav-menu_dropdown-link-body-text\">Explore a wealth of useful tools, tips and advi..."
    },
    {
      "href": "https://novo.zendesk.com/hc/en-us",
      "text": "Help Center",
      "html": "<a href=\"https://novo.zendesk.com/hc/en-us\" target=\"_blank\" class=\"nav-menu_link w-inline-block\"><div class=\"nav-menu_link-text\">Help Center</div></a>"
    },
    {
      "href": "/contact",
      "text": "Contact Us",
      "html": "<a href=\"/contact\" class=\"novo-footer_link\">Contact Us</a>"
    },
    {
      "href": "https://novo.zendesk.com/hc/en-us",
      "text": "Help Center",
      "html": "<a href=\"https://novo.zendesk.com/hc/en-us\" target=\"_blank\" class=\"novo-footer_link\">Help Center</a>"
    },
    {
      "href": "/contact",
      "text": "Contact Us",
      "html": "<a href=\"/contact\" class=\"novo-footer_link\">Contact Us</a>"
    },
    {
      "href": "https://novo.zendesk.com/hc/en-us",
      "text": "Help Center",
      "html": "<a href=\"https://novo.zendesk.com/hc/en-us\" target=\"_blank\" class=\"novo-footer_link\">Help Center</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://www.novo.co/legal/privacy",
      "text": "Privacy Policy",
      "html": "<a href=\"https://www.novo.co/legal/privacy\" class=\"novo-footer_link is-legal\">Privacy Policy</a>"
    }
  ],
  "score": 80,
  "weight": 22
}

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

16 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": 16,
  "passing": 0,
  "failing": [
    {
      "heading": "Grow your business, without all the growing pains",
      "headingHtml": "<h2 class=\"recoleta-57 text-color-new-navy\">Grow your business, without all the growing pains</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Your business is in good hands",
      "headingHtml": "<h2 class=\"recoleta-57 text-color-new-navy\">Your business is in good hands</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "FDIC insured",
      "headingHtml": "<h3 class=\"ginto-23 text-weight-bold text-color-new-navy\">FDIC insured</h3>",
      "firstParagraph": "Deposits are insured for up to $250,000 through our partner bank, Middlesex Federal Savings, Member FDIC.",
      "paragraphHtml": "<p class=\"ginto-16 text-color-new-navy no-reduce\">Deposits are insured for up to &#x24;250,000 through our partner bank, Middlesex Federal Savings, Member FDIC.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Bank-level encryption",
      "headingHtml": "<h3 class=\"ginto-23 text-weight-bold text-color-new-navy\">Bank-level encryption</h3>",
      "firstParagraph": "Your data stays safe with industry-leading encryption.",
      "paragraphHtml": "<p class=\"ginto-16 text-color-new-navy no-reduce\">Your data stays safe with industry-leading encryption.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Real-time fraud alerts",
      "headingHtml": "<h3 class=\"ginto-23 text-weight-bold text-color-new-navy\">Real-time fraud alerts</h3>",
      "firstParagraph": "Track purchases and freeze your card with just a few taps.",
      "paragraphHtml": "<p class=\"ginto-16 text-color-new-navy no-reduce\">Track purchases and freeze your card with just a few taps.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Banking for you, you, and yes, you",
      "headingHtml": "<h2 class=\"recoleta-57 text-color-new-navy\">Banking for you, you, and yes, <span class=\"text-color-new-novo-blue\">you</span></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Building a business doesn't mean going at it alone",
      "headingHtml": "<h2 class=\"recoleta-57 text-color-new-navy\">Building a business doesn&apos;t mean going at it alone</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Join our trusted partners",
      "headingHtml": "<h3 class=\"ginto-28 text-weight-bold text-color-new-navy\">Join our trusted partners</h3>",
      "firstParagraph": "Leverage exclusive deals and perks from industry-leading partners to help your business succeed.",
      "paragraphHtml": "<p class=\"ginto-16 text-color-new-navy width-80\">Leverage exclusive deals and perks from industry-leading partners to help your business succeed.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Learn, connect, and grow",
      "headingHtml": "<h3 class=\"ginto-28 text-weight-bold text-color-new-navy\">Learn, connect, and grow</h3>",
      "firstParagraph": "Join webinars and events that give you the insights and tools to grow your business confidently.",
      "paragraphHtml": "<p class=\"ginto-16 text-color-new-navy width-80\">Join webinars and events that give you the insights and tools to grow your business confidently.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "“Novo has truly changed how we work as a completely virtual team and made things a lot easier for us.”",
      "headingHtml": "<h2 class=\"recoleta-48 is-regular text-color-new-navy is-quote\">&#x201c;Novo has truly changed how we work as a completely virtual team and made things a lot easier for us.&#x201d;</h2>",
      "firstParagraph": "Ilana Griffo, Goodtype",
      "paragraphHtml": "<p class=\"ginto-20 text-color-new-novo-blue is-quote\">Ilana Griffo, Goodtype</p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "“Choosing Novo and hiring an accountant were honestly the best decisions I made for my business.”",
      "headingHtml": "<h2 class=\"recoleta-48 is-regular text-color-new-navy is-quote\">&#x201c;Choosing Novo and hiring an accountant were honestly the best decisions I made for my business.&#x201d;</h2>",
      "firstParagraph": "Emma McGoldrick, ESM Creative Studio",
      "paragraphHtml": "<p class=\"ginto-20 text-color-new-novo-blue is-quote\">Emma McGoldrick, ESM Creative Studio</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "“The ease of setting up an account without having to visit a branch to verify your identity has been seamless.\"",
      "headingHtml": "<h2 class=\"recoleta-48 is-regular text-color-new-navy is-quote\">&#x201c;The ease of setting up an account without having to visit a branch to verify your identity has been seamless.&quot;</h2>",
      "firstParagraph": "Vincent Battaglia, CFO of Host and Keep",
      "paragraphHtml": "<p class=\"ginto-20 text-color-new-novo-blue is-quote\">Vincent Battaglia, CFO of Host and Keep</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "\"No fees are a big deal to me—I don’t want to feel like the bank is taking my money.\"",
      "headingHtml": "<h2 class=\"recoleta-48 is-regular text-color-new-navy is-quote\">&quot;No fees are a big deal to me&#x2014;I don&#x2019;t want to feel like the bank is taking my money.&quot;</h2>",
      "firstParagraph": "Issac Carter, Coaching Imperative",
      "paragraphHtml": "<p class=\"ginto-20 text-color-new-novo-blue is-quote\">Issac Carter, Coaching Imperative</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "“I’m a designer, so it’s important that I can customize my invoices with my logo. I can do that in Novo.\"",
      "headingHtml": "<h2 class=\"recoleta-48 is-regular text-color-new-navy is-quote\">&#x201c;I&#x2019;m a designer, so it&#x2019;s important that I can customize my invoices with my logo. I can do that in Novo.&quot;</h2>",
      "firstParagraph": "Daniela Pinaud, Idea Studio Co.",
      "paragraphHtml": "<p class=\"ginto-20 text-color-new-novo-blue is-quote\">Daniela Pinaud, Idea Studio Co.</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "“Novo has been a great tool that I wish I took advantage of in the beginning.”",
      "headingHtml": "<h2 class=\"recoleta-48 is-regular text-color-new-navy is-quote\">&#x201c;Novo has been a great tool that I wish I took advantage of in the beginning.&#x201d;</h2>",
      "firstParagraph": "Gabby Ianniello, Corporate Quitter",
      "paragraphHtml": "<p class=\"ginto-20 text-color-new-novo-blue is-quote\">Gabby Ianniello, Corporate Quitter</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Join over 250,000 small businesses today",
      "headingHtml": "<h2 class=\"recoleta-48 text-color-off-black\">Join over 250,000 small businesses today</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

Missing likely AI Overview intent sections: what, 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": "Grow your business, without all the growing pains",
      "html": "<h2 class=\"recoleta-57 text-color-new-navy\">Grow your business, without all the growing pains</h2>"
    },
    {
      "text": "Your business is in good hands",
      "html": "<h2 class=\"recoleta-57 text-color-new-navy\">Your business is in good hands</h2>"
    },
    {
      "text": "Banking for you, you, and yes, you",
      "html": "<h2 class=\"recoleta-57 text-color-new-navy\">Banking for you, you, and yes, <span class=\"text-color-new-novo-blue\">you</span></h2>"
    },
    {
      "text": "Building a business doesn't mean going at it alone",
      "html": "<h2 class=\"recoleta-57 text-color-new-navy\">Building a business doesn&apos;t mean going at it alone</h2>"
    },
    {
      "text": "“Novo has truly changed how we work as a completely virtual team and made things a lot easier for us.”",
      "html": "<h2 class=\"recoleta-48 is-regular text-color-new-navy is-quote\">&#x201c;Novo has truly changed how we work as a completely virtual team and made things a lot easier for us.&#x201d;</h2>"
    },
    {
      "text": "“Choosing Novo and hiring an accountant were honestly the best decisions I made for my business.”",
      "html": "<h2 class=\"recoleta-48 is-regular text-color-new-navy is-quote\">&#x201c;Choosing Novo and hiring an accountant were honestly the best decisions I made for my business.&#x201d;</h2>"
    },
    {
      "text": "“The ease of setting up an account without having to visit a branch to verify your identity has been seamless.\"",
      "html": "<h2 class=\"recoleta-48 is-regular text-color-new-navy is-quote\">&#x201c;The ease of setting up an account without having to visit a branch to verify your identity has been seamless.&quot;</h2>"
    },
    {
      "text": "\"No fees are a big deal to me—I don’t want to feel like the bank is taking my money.\"",
      "html": "<h2 class=\"recoleta-48 is-regular text-color-new-navy is-quote\">&quot;No fees are a big deal to me&#x2014;I don&#x2019;t want to feel like the bank is taking my money.&quot;</h2>"
    },
    {
      "text": "“I’m a designer, so it’s important that I can customize my invoices with my logo. I can do that in Novo.\"",
      "html": "<h2 class=\"recoleta-48 is-regular text-color-new-navy is-quote\">&#x201c;I&#x2019;m a designer, so it&#x2019;s important that I can customize my invoices with my logo. I can do that in Novo.&quot;</h2>"
    },
    {
      "text": "“Novo has been a great tool that I wish I took advantage of in the beginning.”",
      "html": "<h2 class=\"recoleta-48 is-regular text-color-new-navy is-quote\">&#x201c;Novo has been a great tool that I wish I took advantage of in the beginning.&#x201d;</h2>"
    },
    {
      "text": "Join over 250,000 small businesses today",
      "html": "<h2 class=\"recoleta-48 text-color-off-black\">Join over 250,000 small businesses today</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Online Business Banking Solutions?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Online Business Banking Solutions work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Online Business Banking Solutions?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Online Business Banking Solutions free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Online Business Banking Solutions compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Online Business Banking Solutions?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Online Business Banking Solutions free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Online Business Banking Solutions compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

1 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

49 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, initial-scale=1",
  "visibleWords": 879,
  "htmlBytes": 112635,
  "imagesMissingDimensions": [
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/6702c8a8fd172cc3fc6f5246_new%20novo%20logo.svg",
      "width": "147",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"147\" loading=\"lazy\" alt src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/6702c8a8fd172cc3fc6f5246_new%20novo%20logo.svg\" class=\"nav_logo\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/6707fde4ea2cf3aea491549a_blue%20dropdown%20icon.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/6707fde4ea2cf3aea491549a_blue%20dropdown%20icon.svg\" alt class=\"nav-menu_dropdown-toggle-icon\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/67040dd467f6253fcadab361_bank%20icon.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/67040dd467f6253fcadab361_bank%20icon.svg\" alt class=\"nav-menu_dropdown-header-link-icon\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/67040dd422451ec05101f8d1_debit%20card%20icon.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/67040dd422451ec05101f8d1_debit%20card%20icon.svg\" alt class=\"nav-menu_dropdown-header-link-icon\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/67040da222451ec05101c5bf_dollar%20icon.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/67040da222451ec05101c5bf_dollar%20icon.svg\" alt class=\"nav-menu_dropdown-header-link-icon\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/6707fde4ea2cf3aea491549a_blue%20dropdown%20icon.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/6707fde4ea2cf3aea491549a_blue%20dropdown%20icon.svg\" alt class=\"nav-menu_dropdown-toggle-icon\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/67201781e2f4044a506cb0ac_bookkeeping%20icon.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/67201781e2f4044a506cb0ac_bookkeeping%20icon.svg\" alt class=\"nav-menu_dropdown-header-link-icon\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/672017a9cf1a96786395288c_reserves%20icon.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/672017a9cf1a96786395288c_reserves%20icon.svg\" alt class=\"nav-menu_dropdown-header-link-icon\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/67030eecb2b47bea8e335835_printer%20icon.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/67030eecb2b47bea8e335835_printer%20icon.svg\" alt class=\"nav-menu_dropdown-header-link-icon\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/67040da22704bc0c57219181_integrations%20icon.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/67040da22704bc0c57219181_integrations%20icon.svg\" alt class=\"nav-menu_dropdown-header-link-icon\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/6707fde4ea2cf3aea491549a_blue%20dropdown%20icon.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/6707fde4ea2cf3aea491549a_blue%20dropdown%20icon.svg\" alt class=\"nav-menu_dropdown-toggle-icon\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/67040da2877f0e3c1d91b71f_store%20icon.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/67040da2877f0e3c1d91b71f_store%20icon.svg\" alt class=\"nav-menu_dropdown-header-link-icon\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/67040da209cdc82708e30252_briefcase%20icon.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/67040da209cdc82708e30252_briefcase%20icon.svg\" alt class=\"nav-menu_dropdown-header-link-icon\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/67040da28d9be6dd4d999229_computer%20icon.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/67040da28d9be6dd4d999229_computer%20icon.svg\" alt class=\"nav-menu_dropdown-header-link-icon\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/67040da2ca7c1cb299408a93_report%20icon.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/67040da2ca7c1cb299408a93_report%20icon.svg\" alt class=\"nav-menu_dropdown-header-link-icon\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/6707fde4ea2cf3aea491549a_blue%20dropdown%20icon.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/6707fde4ea2cf3aea491549a_blue%20dropdown%20icon.svg\" alt class=\"nav-menu_dropdown-toggle-icon\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/67eae43730643cb4ee082ffb_People.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/67eae43730643cb4ee082ffb_People.png\" alt class=\"nav-menu_dropdown-header-link-icon\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/67eae437e989c4cf86026458_Calendar.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/67eae437e989c4cf86026458_Calendar.png\" alt class=\"nav-menu_dropdown-header-link-icon\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/67eae436f337659706f4368b_Light-bulb-on.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/67eae436f337659706f4368b_Light-bulb-on.png\" alt class=\"nav-menu_dropdown-header-link-icon\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/67eae436494bfa8dfe955d71_Rocket.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/67eae436494bfa8dfe955d71_Rocket.png\" alt class=\"nav-menu_dropdown-header-link-icon\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/6702c16d37e52c66c0b06bcf_property%20managers.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/6702c16d37e52c66c0b06bcf_property%20managers.avif\" loading=\"lazy\" sizes=\"(max-width: 767px) 100vw, 530px\" srcset=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/6702c16d37e52c66c0b06bcf_property%20managers-p-500.avif 500w, https://www.novo.co/60ca70f6cb7406afbf948a8e/6702c16d37e52c66c0b06bcf_property%20managers.avif 1105w\" alt class=\"novo-kodak_img-insert\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/67055886062d6df644c3bb7b_brand%20designer.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/67055886062d6df644c3bb7b_brand%20designer.avif\" loading=\"lazy\" sizes=\"(max-width: 1104px) 100vw, 1104px\" srcset=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/67055886062d6df644c3bb7b_brand%20designer-p-500.avif 500w, https://www.novo.co/60ca70f6cb7406afbf948a8e/67055886062d6df644c3bb7b_brand%20designer.avif 1104w\" alt class=\"novo-kodak_img-insert\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/6702c16ddbcaa6c6e8269b93_web%20developers.avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/6702c16ddbcaa6c6e8269b93_web%20developers.avif\" loading=\"eager\" sizes=\"(max-width: 1105px) 100vw, 1105px\" srcset=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/6702c16ddbcaa6c6e8269b93_web%20developers-p-500.avif 500w, https://www.novo.co/60ca70f6cb7406afbf948a8e/6702c16ddbcaa6c6e8269b93_web%20developers.avif 1105w\" alt class=\"novo-kodak_img-insert\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/6705588536c88451e4fa5986_marketing%20advisor.avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/6705588536c88451e4fa5986_marketing%20advisor.avif\" loading=\"eager\" sizes=\"(max-width: 1104px) 100vw, 1104px\" srcset=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/6705588536c88451e4fa5986_marketing%20advisor-p-500.avif 500w, https://www.novo.co/60ca70f6cb7406afbf948a8e/6705588536c88451e4fa5986_marketing%20advisor.avif 1104w\" alt class=\"novo-kodak_img-insert\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/6702c16d1cd620f26638f656_online%20retailers.avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/6702c16d1cd620f26638f656_online%20retailers.avif\" loading=\"eager\" sizes=\"(max-width: 1105px) 100vw, 1105px\" srcset=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/6702c16d1cd620f26638f656_online%20retailers-p-500.avif 500w, https://www.novo.co/60ca70f6cb7406afbf948a8e/6702c16d1cd620f26638f656_online%20retailers.avif 1105w\" alt class=\"novo-kodak_img-insert\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/6702c16d9de9795a1aba2044_photographers.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/6702c16d9de9795a1aba2044_photographers.avif\" loading=\"lazy\" sizes=\"(max-width: 1105px) 100vw, 1105px\" srcset=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/6702c16d9de9795a1aba2044_photographers-p-500.avif 500w, https://www.novo.co/60ca70f6cb7406afbf948a8e/6702c16d9de9795a1aba2044_photographers.avif 1105w\" alt class=\"novo-kodak_img-insert\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/6707f1cda6ea0345276c2e32_full%20UI.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/6707f1cda6ea0345276c2e32_full%20UI.avif\" loading=\"lazy\" sizes=\"(max-width: 1520px) 100vw, 1520px\" srcset=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/6707f1cda6ea0345276c2e32_full%20UI-p-500.avif 500w, https://www.novo.co/60ca70f6cb7406afbf948a8e/6707f1cda6ea0345276c2e32_full%20UI-p-800.avif 800w, https://www.novo.co/60ca70f6cb7406afbf948a8e/6707f1cda6ea0345276c2e32_full%20UI.avif 1520w\" alt class=\"bento-box_full-img is-desktop\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/6707f1cff8c6cfa7fc125505_mobile%20dashboard.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/6707f1cff8c6cfa7fc125505_mobile%20dashboard.avif\" loading=\"lazy\" alt class=\"bento-box_full-img is-mobile\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/66fb06f672937b0685dee33d_hassle%20free%20funding%20bg%20color.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/66fb06f672937b0685dee33d_hassle%20free%20funding%20bg%20color.avif\" loading=\"lazy\" alt class=\"bento-box_full-img-bg\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/66faf4eb99d28f1e673e4c1a_fdic%20icon.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/66faf4eb99d28f1e673e4c1a_fdic%20icon.svg\" loading=\"lazy\" alt=\"FDIC insured\" class=\"novo-large-icon align-center\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/66faf4eb26b1d2dad892085b_bank%20encryption%20icon.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/66faf4eb26b1d2dad892085b_bank%20encryption%20icon.svg\" loading=\"lazy\" alt=\"Bank-level encryption\" class=\"novo-large-icon align-center\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/66faf4eb2db16607add11a16_fraud%20alerts%20icon.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/66faf4eb2db16607add11a16_fraud%20alerts%20icon.svg\" loading=\"lazy\" alt=\"Real-time fraud alerts\" class=\"novo-large-icon align-center\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/6706a7e54891df38d5fb2cb0_new%20isaac.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/6706a7e54891df38d5fb2cb0_new%20isaac.avif\" loading=\"lazy\" sizes=\"(max-width: 767px) 100vw, 530px\" srcset=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/6706a7e54891df38d5fb2cb0_new%20isaac-p-500.avif 500w, https://www.novo.co/60ca70f6cb7406afbf948a8e/6706a7e54891df38d5fb2cb0_new%20isaac.avif 1104w\" alt class=\"novo-kodak_img-insert\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/6702c3d737e52c66c0b295ea_vincent.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/6702c3d737e52c66c0b295ea_vincent.avif\" loading=\"lazy\" sizes=\"(max-width: 767px) 100vw, 530px\" srcset=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/6702c3d737e52c66c0b295ea_vincent-p-500.avif 500w, https://www.novo.co/60ca70f6cb7406afbf948a8e/6702c3d737e52c66c0b295ea_vincent.avif 1104w\" alt class=\"novo-kodak_img-insert\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/6702c3d78df43a42a5d6f8b4_emma.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/6702c3d78df43a42a5d6f8b4_emma.avif\" loading=\"lazy\" sizes=\"(max-width: 767px) 100vw, 530px\" srcset=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/6702c3d78df43a42a5d6f8b4_emma-p-500.avif 500w, https://www.novo.co/60ca70f6cb7406afbf948a8e/6702c3d78df43a42a5d6f8b4_emma.avif 1104w\" alt class=\"novo-kodak_img-insert\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/6702c3d7000d95f005daf3f1_ilana.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/6702c3d7000d95f005daf3f1_ilana.avif\" loading=\"lazy\" sizes=\"(max-width: 767px) 100vw, 530px\" srcset=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/6702c3d7000d95f005daf3f1_ilana-p-500.avif 500w, https://www.novo.co/60ca70f6cb7406afbf948a8e/6702c3d7000d95f005daf3f1_ilana.avif 1104w\" alt class=\"novo-kodak_img-insert is-one\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/6702c3d79eee002effd85d80_gabby.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/6702c3d79eee002effd85d80_gabby.avif\" loading=\"lazy\" sizes=\"(max-width: 767px) 100vw, 530px\" srcset=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/6702c3d79eee002effd85d80_gabby-p-500.avif 500w, https://www.novo.co/60ca70f6cb7406afbf948a8e/6702c3d79eee002effd85d80_gabby.avif 1104w\" alt class=\"novo-kodak_img-insert is-one\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/6706a7e54456f823d9dccb6c_new%20daniela.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/6706a7e54456f823d9dccb6c_new%20daniela.avif\" loading=\"lazy\" sizes=\"(max-width: 767px) 100vw, 530px\" srcset=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/6706a7e54456f823d9dccb6c_new%20daniela-p-500.avif 500w, https://www.novo.co/60ca70f6cb7406afbf948a8e/6706a7e54456f823d9dccb6c_new%20daniela.avif 1104w\" alt class=\"novo-kodak_img-insert is-one\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/682628b42f569308929f313c_Group%201000003744.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"(max-width: 1243px) 100vw, 1243px\" srcset=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/682628b42f569308929f313c_Group%201000003744-p-500.png 500w, https://www.novo.co/60ca70f6cb7406afbf948a8e/682628b42f569308929f313c_Group%201000003744-p-800.png 800w, https://www.novo.co/60ca70f6cb7406afbf948a8e/682628b42f569308929f313c_Group%201000003744-p-1080.png 1080w, https://www.novo.co/60ca70f6cb7406afbf948a8e/682628b42f569308929f313c_Group%201000003744.png 1243w\" alt src=\"https://www.novo..."
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/670c31d0f934b0815105da1c_962833815a008ecac466c90637e16161_mobile%20cta%20svg%20base.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"(max-width: 662px) 100vw, 662px\" srcset=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/670c31d0f934b0815105da1c_962833815a008ecac466c90637e16161_mobile%20cta%20svg%20base-p-500.png 500w, https://www.novo.co/60ca70f6cb7406afbf948a8e/670c31d0f934b0815105da1c_962833815a008ecac466c90637e16161_mobile%20cta%20svg%20base.png 662w\" alt src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/670c31d0f934b0815105da1c_962833815a008ecac466c90637e16161_mobile%20cta%20svg%20base.png\" loading=\"lazy\" cl..."
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/66fef23e06d28c117aef45b1_dropdown.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/66fef23e06d28c117aef45b1_dropdown.svg\" loading=\"lazy\" alt class=\"novo-footer-dropdown_icon\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/66fef23e06d28c117aef45b1_dropdown.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/66fef23e06d28c117aef45b1_dropdown.svg\" loading=\"lazy\" alt class=\"novo-footer-dropdown_icon\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/66fef23e06d28c117aef45b1_dropdown.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/66fef23e06d28c117aef45b1_dropdown.svg\" loading=\"lazy\" alt class=\"novo-footer-dropdown_icon\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/66fef23e06d28c117aef45b1_dropdown.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/66fef23e06d28c117aef45b1_dropdown.svg\" loading=\"lazy\" alt class=\"novo-footer-dropdown_icon\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/66fc11166c01d6b3846bc92e_novo%20white%20logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/66fc11166c01d6b3846bc92e_novo%20white%20logo.svg\" loading=\"lazy\" alt=\"white novo logo\" class=\"novo-footer_logo\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/66fc11795a5eebc3f1cd6045_x%20icon.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/66fc11795a5eebc3f1cd6045_x%20icon.svg\" loading=\"lazy\" alt=\"x icon\" class=\"novo-footer_social-icon\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/66fc117aad6cae9e2c464bfd_li%20icon.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/66fc117aad6cae9e2c464bfd_li%20icon.svg\" loading=\"lazy\" alt=\"linkedin icon\" class=\"novo-footer_social-icon\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/66fc1179b21964630732c497_fb%20icon.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/66fc1179b21964630732c497_fb%20icon.svg\" loading=\"lazy\" alt=\"facebook icon\" class=\"novo-footer_social-icon\">"
    },
    {
      "src": "https://www.novo.co/60ca70f6cb7406afbf948a8e/66fc117a27e16cc9111b820b_insta%20icon.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.novo.co/60ca70f6cb7406afbf948a8e/66fc117a27e16cc9111b820b_insta%20icon.svg\" loading=\"lazy\" alt=\"instagram icon\" class=\"novo-footer_social-icon\">"
    }
  ],
  "possibleDialogs": [],
  "score": 80,
  "weight": 10
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

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

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

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

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Query intent coverage

AIO: Query intent coverage is informational for this page.

Informational

Needs attention

AIO: Query intent coverage

Informational
01

Issue

Missing likely AI Overview intent sections: what, 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": "Grow your business, without all the growing pains",
      "html": "<h2 class=\"recoleta-57 text-color-new-navy\">Grow your business, without all the growing pains</h2>"
    },
    {
      "text": "Your business is in good hands",
      "html": "<h2 class=\"recoleta-57 text-color-new-navy\">Your business is in good hands</h2>"
    },
    {
      "text": "Banking for you, you, and yes, you",
      "html": "<h2 class=\"recoleta-57 text-color-new-navy\">Banking for you, you, and yes, <span class=\"text-color-new-novo-blue\">you</span></h2>"
    },
    {
      "text": "Building a business doesn't mean going at it alone",
      "html": "<h2 class=\"recoleta-57 text-color-new-navy\">Building a business doesn&apos;t mean going at it alone</h2>"
    },
    {
      "text": "“Novo has truly changed how we work as a completely virtual team and made things a lot easier for us.”",
      "html": "<h2 class=\"recoleta-48 is-regular text-color-new-navy is-quote\">&#x201c;Novo has truly changed how we work as a completely virtual team and made things a lot easier for us.&#x201d;</h2>"
    },
    {
      "text": "“Choosing Novo and hiring an accountant were honestly the best decisions I made for my business.”",
      "html": "<h2 class=\"recoleta-48 is-regular text-color-new-navy is-quote\">&#x201c;Choosing Novo and hiring an accountant were honestly the best decisions I made for my business.&#x201d;</h2>"
    },
    {
      "text": "“The ease of setting up an account without having to visit a branch to verify your identity has been seamless.\"",
      "html": "<h2 class=\"recoleta-48 is-regular text-color-new-navy is-quote\">&#x201c;The ease of setting up an account without having to visit a branch to verify your identity has been seamless.&quot;</h2>"
    },
    {
      "text": "\"No fees are a big deal to me—I don’t want to feel like the bank is taking my money.\"",
      "html": "<h2 class=\"recoleta-48 is-regular text-color-new-navy is-quote\">&quot;No fees are a big deal to me&#x2014;I don&#x2019;t want to feel like the bank is taking my money.&quot;</h2>"
    },
    {
      "text": "“I’m a designer, so it’s important that I can customize my invoices with my logo. I can do that in Novo.\"",
      "html": "<h2 class=\"recoleta-48 is-regular text-color-new-navy is-quote\">&#x201c;I&#x2019;m a designer, so it&#x2019;s important that I can customize my invoices with my logo. I can do that in Novo.&quot;</h2>"
    },
    {
      "text": "“Novo has been a great tool that I wish I took advantage of in the beginning.”",
      "html": "<h2 class=\"recoleta-48 is-regular text-color-new-navy is-quote\">&#x201c;Novo has been a great tool that I wish I took advantage of in the beginning.&#x201d;</h2>"
    },
    {
      "text": "Join over 250,000 small businesses today",
      "html": "<h2 class=\"recoleta-48 text-color-off-black\">Join over 250,000 small businesses today</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Online Business Banking Solutions?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Online Business Banking Solutions work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Online Business Banking Solutions?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Online Business Banking Solutions free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Online Business Banking Solutions compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Online Business Banking Solutions?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Online Business Banking Solutions free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Online Business Banking Solutions 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 "application/xml" 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 "application/xml" 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": "application/xml",
        "length": 243,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"application/xml\" 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": 241,
          "hasRegisterInstructions": false,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": false,
          "links": [
            "/Code",
            "/Message",
            "/RequestId",
            "//zDnSxYnhUJx/eyQ=",
            "/HostId",
            "/Error"
          ],
          "rawExcerpt": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>260M184Z8WGCJWVT</RequestId><HostId>xi9263GBfnr8mxN9tVNP92zRLHeX+NipGCBnJaARyIbP0BsgD8WXGXTVXL//zDnSxYnhUJx/eyQ=</HostId></Error>"
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"application/xml\" 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": 404,
        "contentType": "text/html; charset=utf-8",
        "length": 88,
        "text": "<!DOCTYPE html>\n<html>\n  <body>\n    <p>Invalid .well-known request</p>\n  </body>\n</html>"
      },
      "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": 404,
          "contentType": "text/html; charset=utf-8",
          "length": 88,
          "text": "<!DOCTYPE html>\n<html>\n  <body>\n    <p>Invalid .well-known request</p>\n  </body>\n</html>"
        }
      },
      "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": 9,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Q&A and FAQ opportunities

GEO: Q&A and FAQ opportunities is informational for this page.

Informational

Needs attention

GEO: Q&A and FAQ opportunities

Informational
01

Issue

11 h2 heading(s) are not phrased as questions; this is optional and only useful where Q&A wording is natural. No visible FAQ or FAQPage schema was detected; this is optional unless the page answers common questions.

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: Q&A and FAQ opportunities

Score

75/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

GEO: Q&A and FAQ opportunities is informational for this page.

Evidence
{
  "h2Count": 11,
  "questionH2s": 0,
  "hasFaq": false,
  "nonQuestionH2s": [
    {
      "index": 1,
      "text": "Grow your business, without all the growing pains",
      "isQuestion": false,
      "html": "<h2 class=\"recoleta-57 text-color-new-navy\">Grow your business, without all the growing pains</h2>"
    },
    {
      "index": 2,
      "text": "Your business is in good hands",
      "isQuestion": false,
      "html": "<h2 class=\"recoleta-57 text-color-new-navy\">Your business is in good hands</h2>"
    },
    {
      "index": 3,
      "text": "Banking for you, you, and yes, you",
      "isQuestion": false,
      "html": "<h2 class=\"recoleta-57 text-color-new-navy\">Banking for you, you, and yes, <span class=\"text-color-new-novo-blue\">you</span></h2>"
    },
    {
      "index": 4,
      "text": "Building a business doesn't mean going at it alone",
      "isQuestion": false,
      "html": "<h2 class=\"recoleta-57 text-color-new-navy\">Building a business doesn&apos;t mean going at it alone</h2>"
    },
    {
      "index": 5,
      "text": "“Novo has truly changed how we work as a completely virtual team and made things a lot easier for us.”",
      "isQuestion": false,
      "html": "<h2 class=\"recoleta-48 is-regular text-color-new-navy is-quote\">&#x201c;Novo has truly changed how we work as a completely virtual team and made things a lot easier for us.&#x201d;</h2>"
    },
    {
      "index": 6,
      "text": "“Choosing Novo and hiring an accountant were honestly the best decisions I made for my business.”",
      "isQuestion": false,
      "html": "<h2 class=\"recoleta-48 is-regular text-color-new-navy is-quote\">&#x201c;Choosing Novo and hiring an accountant were honestly the best decisions I made for my business.&#x201d;</h2>"
    },
    {
      "index": 7,
      "text": "“The ease of setting up an account without having to visit a branch to verify your identity has been seamless.\"",
      "isQuestion": false,
      "html": "<h2 class=\"recoleta-48 is-regular text-color-new-navy is-quote\">&#x201c;The ease of setting up an account without having to visit a branch to verify your identity has been seamless.&quot;</h2>"
    },
    {
      "index": 8,
      "text": "\"No fees are a big deal to me—I don’t want to feel like the bank is taking my money.\"",
      "isQuestion": false,
      "html": "<h2 class=\"recoleta-48 is-regular text-color-new-navy is-quote\">&quot;No fees are a big deal to me&#x2014;I don&#x2019;t want to feel like the bank is taking my money.&quot;</h2>"
    },
    {
      "index": 9,
      "text": "“I’m a designer, so it’s important that I can customize my invoices with my logo. I can do that in Novo.\"",
      "isQuestion": false,
      "html": "<h2 class=\"recoleta-48 is-regular text-color-new-navy is-quote\">&#x201c;I&#x2019;m a designer, so it&#x2019;s important that I can customize my invoices with my logo. I can do that in Novo.&quot;</h2>"
    },
    {
      "index": 10,
      "text": "“Novo has been a great tool that I wish I took advantage of in the beginning.”",
      "isQuestion": false,
      "html": "<h2 class=\"recoleta-48 is-regular text-color-new-navy is-quote\">&#x201c;Novo has been a great tool that I wish I took advantage of in the beginning.&#x201d;</h2>"
    },
    {
      "index": 11,
      "text": "Join over 250,000 small businesses today",
      "isQuestion": false,
      "html": "<h2 class=\"recoleta-48 text-color-off-black\">Join over 250,000 small businesses today</h2>"
    }
  ],
  "score": 75,
  "weight": 4
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

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

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/openid-configuration",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 88
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 88
          }
        ]
      },
      "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": 9,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      }
    ]
  },
  "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": 404,
        "contentType": "text/html; charset=utf-8"
      },
      "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": "<!DOCTYPE html>\n<html>\n  <body>\n    <p>Invalid .well-known request</p>\n  </body>\n</html>"
      },
      "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.novo.co"
      },
      "issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
      "howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
    },
    {
      "id": "protected-route-challenge",
      "title": "Probe protected API Bearer challenge",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/admin/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.novo.co/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.novo.co/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.novo.co/.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": 9,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

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

Reduce JavaScript execution time

13 Fail

Check name

Reduce JavaScript execution time

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

2.7 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.7 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": 2668.0449999999746
}

Performance and AccessibilityPerformanceBrowser audit

Render-blocking requests

13 Fail

Check name

Render-blocking requests

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 750 ms

Fix guidance

Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path.

Evidence
{
  "displayValue": "Est savings of 750 ms",
  "description": "Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path."
}

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 1,186 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 1,186 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

Duplicated JavaScript

6 Warning

Check name

Duplicated JavaScript

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 11 KiB

Fix guidance

Remove large, [duplicate JavaScript modules](https://developer.chrome.com/docs/performance/insights/duplicated-javascript) from bundles to reduce unnecessary bytes consumed by network activity.

Evidence
{
  "displayValue": "Est savings of 11 KiB",
  "description": "Remove large, [duplicate JavaScript modules](https://developer.chrome.com/docs/performance/insights/duplicated-javascript) from bundles to reduce unnecessary bytes consumed by network activity."
}

Performance and AccessibilityPerformanceBrowser audit

Image elements do not have explicit `width` and `height`

6 Warning

Check name

Image elements do not have explicit `width` and `height`

Score

50/100

Status

warning

Device

desktop

Category

Performance

Fix guidance

Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)

Evidence
{
  "description": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)"
}

Performance and AccessibilityPerformanceBrowser audit

Legacy JavaScript

6 Warning

Check name

Legacy JavaScript

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 36 KiB

Fix guidance

Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)

Evidence
{
  "displayValue": "Est savings of 36 KiB",
  "description": "Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)"
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

4 Fail

Check name

Loading performance

Score

70/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": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 79,
      "displayValue": "160 ms",
      "numericValue": 163.9999999999991
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 30,
      "displayValue": "2.9 s",
      "numericValue": 2892.83551698045
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 81,
      "displayValue": "1.5 s",
      "numericValue": 1465.0907891371326
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 83,
      "displayValue": "1.1 s",
      "numericValue": 1060.4122472921792
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 10 ms",
      "numericValue": 7
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 35,
      "displayValue": "450 ms",
      "numericValue": 447.99999999999955
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 50,
      "displayValue": "4.5 s",
      "numericValue": 4450.87422306289
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "40 ms",
      "numericValue": 36.63593999999999
    }
  ]
}

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
56/100Level 3, Bot-AwareCurrent report
Report ID 30ccd25e-d837-4366-b090-a1bccbe75c99. Scanned Jun 9, 2026, 12:17 AM.
novo.co AI SEO Report: 56/100 (Level 3, Bot-Aware)