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

OVERALL SCORE

Level 2, Agent-Limited

Priority improvements needed for AI agents
AIDiscoverability44%Agent Easeof Use9%Security& Trust0%GEO, AIO, AEO72%SEO100%Performance& Accessibility50%
  • AI Discoverability 44 out of 100
  • Agent Ease of Use 9 out of 100
  • Security & Trust 0 out of 100
  • GEO, AIO and AEO 72 out of 100
  • SEO 100 out of 100
  • Performance and Accessibility 50 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Forms & Automated Workflows, Powered by AI | Typeform favicon

Forms & Automated Workflows, Powered by AI | Typeform

Build AI-powered forms that get 3.5x more data — then trigger automated workflows to enrich leads, follow up, and grow revenue. No code. Start free.

Detailed report scores grouped by capability area
MetricScoreStatusPassedFailedWarningEvidence
AI Discoverability
44
Priority fix10131View details
Discoverability
67
Needs work540View details
Content Readiness
54
Needs work551View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
9
Priority fix5242View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable040View details
MCP
13
Priority fix062View details
Skill Discovery
13
Priority fix180View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
72
Needs work5213View details
GEO Readiness
83
Mostly ready204
AIO Readiness
67
Needs work214View details
AEO Readiness
65
Needs work115View details
SEO
100
Strong1100
SEO
100
Strong1100
Security & Trust
0
Priority fix450View details
Security & Trust
0
Priority fix050View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
50
Needs work2232View details
Performance
25
Priority fix1032View details
Accessibility
97
Strong1200

Prioritized recommendations

Issues ranked by score impact

46 items need attention

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 403,
        "contentType": "application/xml"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>K9HT2YWNN6ANPY9P</RequestId><HostId>fKT2/nwiIPcfRlcQmV5vP1P4WXgff9BSj3lN33XowdPTP/RxIE51D7zHvBSmt61vGGYerMSq2jpmZX9T1Go8SIbI0GwvKJX8</HostId></Error>"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

50 Fail

Needs attention

High-value schema types

Failed check
01

Issue

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

02

Why it matters

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

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

High-value schema types is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

50 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

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

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

02

Why it matters

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

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

    OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=utf-8" 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": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" 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": "<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Wed Jun 03 2026 16:26:28 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"webflow-prod.typeform.com\" data-wf-page=\"672b5e9dcb7793071babb291\" data-wf-site=\"66ffe2174aa8e8d5661c2708\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Page Error - Free Beautiful Online Survey &amp; Form Builder | Typeform</title><link rel=\"alternate\" hrefLang=\"x-default\" href=\"https://www.typeform.com/404\"/><link rel=\"alternate\" hrefLang=\"en\" href=\"https://www.typeform.com/404\"/><link rel=\"alternate\" hrefLang=\"es\" href=\"https://www.typeform.com/es/404\"/><link rel=\"alternate\" hrefLang=\"fr\" href=\"https://www.typeform."
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" 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": "<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Wed Jun 03 2026 16:26:28 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"webflow-prod.typeform.com\" data-wf-page=\"672b5e9dcb7793071babb291\" data-wf-site=\"66ffe2174aa8e8d5661c2708\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Page Error - Free Beautiful Online Survey &amp; Form Builder | Typeform</title><link rel=\"alternate\" hrefLang=\"x-default\" href=\"https://www.typeform.com/404\"/><link rel=\"alternate\" hrefLang=\"en\" href=\"https://www.typeform.com/404\"/><link rel=\"alternate\" hrefLang=\"es\" href=\"https://www.typeform.com/es/404\"/><link rel=\"alternate\" hrefLang=\"fr\" href=\"https://www.typeform."
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" 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": "<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Wed Jun 03 2026 16:26:28 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"webflow-prod.typeform.com\" data-wf-page=\"672b5e9dcb7793071babb291\" data-wf-site=\"66ffe2174aa8e8d5661c2708\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Page Error - Free Beautiful Online Survey &amp; Form Builder | Typeform</title><link rel=\"alternate\" hrefLang=\"x-default\" href=\"https://www.typeform.com/404\"/><link rel=\"alternate\" hrefLang=\"en\" href=\"https://www.typeform.com/404\"/><link rel=\"alternate\" hrefLang=\"es\" href=\"https://www.typeform.com/es/404\"/><link rel=\"alternate\" hrefLang=\"fr\" href=\"https://www.typeform."
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" 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": "<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Wed Jun 03 2026 16:26:28 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"webflow-prod.typeform.com\" data-wf-page=\"672b5e9dcb7793071babb291\" data-wf-site=\"66ffe2174aa8e8d5661c2708\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Page Error - Free Beautiful Online Survey &amp; Form Builder | Typeform</title><link rel=\"alternate\" hrefLang=\"x-default\" href=\"https://www.typeform.com/404\"/><link rel=\"alternate\" hrefLang=\"en\" href=\"https://www.typeform.com/404\"/><link rel=\"alternate\" hrefLang=\"es\" href=\"https://www.typeform.com/es/404\"/><link rel=\"alternate\" hrefLang=\"fr\" href=\"https://www.typeform."
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" 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": "<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Wed Jun 03 2026 16:26:28 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"webflow-prod.typeform.com\" data-wf-page=\"672b5e9dcb7793071babb291\" data-wf-site=\"66ffe2174aa8e8d5661c2708\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Page Error - Free Beautiful Online Survey &amp; Form Builder | Typeform</title><link rel=\"alternate\" hrefLang=\"x-default\" href=\"https://www.typeform.com/404\"/><link rel=\"alternate\" hrefLang=\"en\" href=\"https://www.typeform.com/404\"/><link rel=\"alternate\" hrefLang=\"es\" href=\"https://www.typeform.com/es/404\"/><link rel=\"alternate\" hrefLang=\"fr\" href=\"https://www.typeform."
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" 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": "<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Wed Jun 03 2026 16:26:28 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"webflow-prod.typeform.com\" data-wf-page=\"672b5e9dcb7793071babb291\" data-wf-site=\"66ffe2174aa8e8d5661c2708\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Page Error - Free Beautiful Online Survey &amp; Form Builder | Typeform</title><link rel=\"alternate\" hrefLang=\"x-default\" href=\"https://www.typeform.com/404\"/><link rel=\"alternate\" hrefLang=\"en\" href=\"https://www.typeform.com/404\"/><link rel=\"alternate\" hrefLang=\"es\" href=\"https://www.typeform.com/es/404\"/><link rel=\"alternate\" hrefLang=\"fr\" href=\"https://www.typeform."
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" 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": "<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Wed Jun 03 2026 16:26:28 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"webflow-prod.typeform.com\" data-wf-page=\"672b5e9dcb7793071babb291\" data-wf-site=\"66ffe2174aa8e8d5661c2708\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Page Error - Free Beautiful Online Survey &amp; Form Builder | Typeform</title><link rel=\"alternate\" hrefLang=\"x-default\" href=\"https://www.typeform.com/404\"/><link rel=\"alternate\" hrefLang=\"en\" href=\"https://www.typeform.com/404\"/><link rel=\"alternate\" hrefLang=\"es\" href=\"https://www.typeform.com/es/404\"/><link rel=\"alternate\" hrefLang=\"fr\" href=\"https://www.typeform."
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" 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
}

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

33 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

Content-Type "text/html; charset=utf-8" 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; charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.

  2. Vary: Accept header

    Markdown negotiation is missing Vary: Accept; current Vary header is "accept-encoding".

  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; charset=utf-8"
      },
      "issue": "Content-Type \"text/html; charset=utf-8\" 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": "accept-encoding"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"accept-encoding\".",
      "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": 32656,
        "excerpt": "<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Wed Jun 03 2026 16:26:28 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"webflow-prod.typeform.com\" data-wf-page=\"66ffe2174aa8e",
        "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."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

33 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: invalid h1 (found 0); 3 links missing accessible names; 0/1 applicable form inputs have autocomplete attributes (1 missing).

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": false,
  "headingOrder": true,
  "accessibleLinks": false,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": false,
  "details": {
    "inaccessibleLinks": [
      "<a href=\"/templates\" class=\"u-link-cover w-inline-block\"></a>",
      "<a href=\"/research-flow\" class=\"u-link-cover w-inline-block\"></a>",
      "<a href=\"/blog\" class=\"u-link-cover w-inline-block\"></a>"
    ],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [
      "<input id=\"vendor-search-handler\" type=\"text\" name=\"vendor-search-handler\" placeholder=\"Search&#x2026;\" aria-label=\"Cookie list search\">"
    ],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 0,
    "headings": 46,
    "links": 147,
    "inaccessibleLinks": 3,
    "buttons": 14,
    "inaccessibleButtons": 0,
    "images": 210,
    "imagesWithAlt": 210,
    "autocompleteInputs": 1,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 1
  }
}

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": 403,
            "contentType": "application/xml",
            "length": 263
          }
        ]
      },
      "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 UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

25 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

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

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

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

25 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

Why it matters

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

Check name

Agent Skills index

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

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

Validation steps

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent-skills/index.json",
            "statusCode": 403,
            "contentType": "application/xml",
            "length": 263
          },
          {
            "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".

25 Fail

Needs attention

agent.json

Failed check
01

Issue

agent.json was not found at the expected path.

02

Why it matters

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

Check name

agent.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agent.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent.json",
            "statusCode": 403,
            "contentType": "application/xml",
            "length": 263
          },
          {
            "path": "/agent.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 173369
          }
        ]
      },
      "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 UseMCPEmerging recommendation

MCP Server Card

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

25 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 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".

25 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

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

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 173369
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 403,
            "contentType": "application/xml",
            "length": 243
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 403,
            "contentType": "application/xml",
            "length": 243
          }
        ]
      },
      "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."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

25 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/webmcp.json",
            "statusCode": 403,
            "contentType": "application/xml",
            "length": 243
          },
          {
            "path": "/webmcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 173369
          },
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 173369
          }
        ]
      },
      "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."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

25 Warning

Needs attention

Content freshness signals

Warning
01

Issue

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

02

Why it matters

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

Check name

Content freshness signals

Score

25/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": "Wed, 03 Jun 2026 16:32:13 GMT",
  "schemaDates": [],
  "metaDateCount": 0,
  "timeDateCount": 0
}

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

20 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

Frame protection

Frame protection is missing or incomplete.

20 Fail

Needs attention

Frame protection

Failed check
01

Issue

Frame protection is missing or incomplete.

02

Why it matters

Frame protection blocks hostile sites from embedding pages in deceptive frames, reducing clickjacking risk.

Check name

Frame protection

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Prevent unwanted framing with X-Frame-Options or CSP frame-ancestors.

Result

Frame protection is missing or incomplete.

Evidence
{
  "xFrameOptions": null,
  "validXFrame": false,
  "contentSecurityPolicy": null,
  "cspFrameAncestors": false
}

Security & TrustSecurity & TrustEstablished

HSTS header

HSTS header is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

X-Content-Type-Options

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

20 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 DiscoveryInformational

agents.json

agents.json failed at "Validate resource body".

13 Fail

Needs attention

agents.json

Failed check
01

Issue

Response is not valid JSON.

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

50/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 "Validate resource body".

Validation steps

  1. Validate resource body

    Response is not valid JSON.

Evidence
{
  "failedStep": "validate",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch discovery resource",
      "status": "pass",
      "evidence": {
        "path": "/agents.json",
        "statusCode": 200,
        "contentType": "application/json"
      }
    },
    {
      "id": "validate",
      "title": "Validate resource body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "validJson": false,
        "compatibleContentType": true,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "\u001f�\b\u0000\u0000\u0000\u0000\u0000\u0000\u0003ܽi�#G� �W\u0002���v�*�\u000f}\u001aI}i�5-H}`g� ��͓�E2�\u0011�,�\u0006��\u001f,\u000e��Y)\u0015���OR%����0����n\u0003\u000fx�����t��q�\bg,*� ���0\u001c�����5B��O�/�\u0004\u0013z��L�?s�%�_*��������\u001ep�5��C��}��.��w\u000b\u0004����]���m�o�?�-�`s�e[o���z�\r6������jSb����\n\u001e��������ݿ�j\u001al���v>ƌ�\t�\\�7Z��{.�%�\u001f��q��Mմ_W�\u0007��f�L�4߶�����G�\u001f:�F‡�}�\r��\u0016\\n\u001f�lòl\u0016�f�z��\u0003\u001c\u000f�r6�\u001f�����\u001f\u000f�s�\u001ck\u0010� 4�rӖպ\u0007:���\u0004�Ͽ��ۥ�/3,��_\u0007��_��05��u��`��G��2\u001d�9���\u000f�\u001f����`5����\u0006sU���\u001ep�6ş:\u0002`Y�\u000e����\u0010x���A��ߵ�c���m����4�W�u�.#,�R����M��c�1.p\u0005=6�*²�\u0019ӏض�����c,w\t4�l��\u001e2C�\fw�[�!��B����X�\u0002\b!lbA�l���(1\u0005꼴Y\u0006.�B�\u0014WR���\u0019�?�yה��%69��V\u00018tI\u001bã�̝_bE��)�����\u0017�u�8A\u000b\u0001\u001aZ�I�t���᱌պ[��E�n�/߿�i�Ŧ��\u0017\u001f1\u0010Z�\\.��\"V�����޸`2\u0013�0�\u0019X�JB�0\u001ff���\u0015�>4�����\t03ffL���/��R�/\u0018S�>��e���\u0013@��=��\u0000װ\"*��\u001f�G,\u0006��{1\u001e\u0017�V\u0018a��\u0005���ؖ5}o�\u001656�jݔ�82�����\n�����n�j���X�Sw�\u001f�n��ȥ�����e����1�9\u0006)c�>X+�����\u0015�\u0013�;c�U_l�\u000f\u001d\u0017nq�,W���\u001bh�j��Hw�k\b�\u0003\n�\u0005���k��\bO��"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP

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

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

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

Check name

WebMCP

Score

50/100

Status

warning

Category

MCP

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Detect data-mcp-tool annotations

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

  2. Detect WebMCP declarative tags

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

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

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

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

  5. Detect WebMCP browser navigator injection

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

  6. Interactive surface coverage

    Only 0% of interactive surfaces are annotated.

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

6 Fail

Needs attention

AIO: Source and trust signals

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/about-us",
      "text": "About us",
      "html": "<a href=\"/about-us\" class=\"footer_menu-item w-inline-block\"><div>About us</div></a>"
    },
    {
      "href": "https://www.linkedin.com/company/typeform-com/",
      "text": "LinkedIn",
      "html": "<a rel=\"nofollow noreferrer noopener\" aria-label=\"Open Typeform&apos;s Linkedin account\" href=\"https://www.linkedin.com/company/typeform-com/\" target=\"_blank\" class=\"footer_social-link w-inline-block\"><div class=\"footer_social-icon w-embed\"><svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"https://www.w3.org/2000/svg\" role=\"img\" aria-labelledby=\"footer_social-link-linkedin-title\"> <title id=\"footer_social-link-linkedin-title\">LinkedIn</title> <path fill-rule=\"evenodd\" clip-ru..."
    },
    {
      "href": "https://admin.typeform.com/to/dwk6gt/",
      "text": "More information about your privacy",
      "html": "<a href=\"https://admin.typeform.com/to/dwk6gt/\" class=\"privacy-notice-link\" rel=\"noopener\" target=\"_blank\" aria-label=\", opens in a new tab\">More information about your privacy</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/contacts-and-automations",
      "text": "Contacts & AutomationsAutomated workflows to grow your business",
      "html": "<a href=\"/contacts-and-automations\" class=\"nav_dropdown-item w-inline-block\"><div class=\"nav_dropdown-item-top\"><div cc-t-id=\"nav_submenu_item\">Contacts &amp;&#xa0;Automations</div></div><div class=\"nav_dropdown-item-subtext\">Automated workflows to grow your business</div></a>"
    },
    {
      "href": "https://help.typeform.com/hc/en-us",
      "text": "Help centerFind quick answers",
      "html": "<a href=\"https://help.typeform.com/hc/en-us\" class=\"nav_dropdown-item w-inline-block\"><div class=\"nav_dropdown-item-top\"><div cc-t-id=\"nav_submenu_item\">Help center</div></div><div class=\"nav_dropdown-item-subtext\">Find quick answers</div></a>"
    },
    {
      "href": "https://help.typeform.com/hc/en-us/requests/new",
      "text": "Contact usSpeak to our team",
      "html": "<a href=\"https://help.typeform.com/hc/en-us/requests/new\" class=\"nav_dropdown-item w-inline-block\"><div class=\"nav_dropdown-item-top\"><div cc-t-id=\"nav_submenu_item\">Contact us</div></div><div class=\"nav_dropdown-item-subtext\">Speak to our team</div></a>"
    },
    {
      "href": "/connect-category/customer-support",
      "text": "Customer Support integration",
      "html": "<a href=\"/connect-category/customer-support\" class=\"footer_menu-item w-dropdown-link\">Customer Support integration</a>"
    },
    {
      "href": "https://help.typeform.com/hc/en-us",
      "text": "Help center",
      "html": "<a href=\"https://help.typeform.com/hc/en-us\" class=\"footer_menu-item w-inline-block\"><div>Help&#xa0;center</div></a>"
    },
    {
      "href": "https://help.typeform.com/hc/en-us/categories/33840731976596-Videos",
      "text": "Tutorials",
      "html": "<a href=\"https://help.typeform.com/hc/en-us/categories/33840731976596-Videos\" class=\"footer_menu-item w-inline-block\"><div>Tutorials</div></a>"
    },
    {
      "href": "https://help.typeform.com/hc/en-us/articles/360029423551-FAQ",
      "text": "FAQs",
      "html": "<a href=\"https://help.typeform.com/hc/en-us/articles/360029423551-FAQ\" class=\"footer_menu-item w-inline-block\"><div>FAQs</div></a>"
    },
    {
      "href": "https://tfsales.typeform.com/to/PxcVKQGb?source=Website&source2=Contact%20Us",
      "text": "Contact sales",
      "html": "<a cc-t-global-skip=\"self\" href=\"https://tfsales.typeform.com/to/PxcVKQGb?source=Website&amp;source2=Contact%20Us\" class=\"footer_menu-item w-inline-block\"><div>Contact&#xa0;sales</div></a>"
    },
    {
      "href": "https://www.typeform.com/help/a/report-abuse-360034113252/",
      "text": "Report abuse",
      "html": "<a href=\"https://www.typeform.com/help/a/report-abuse-360034113252/\" class=\"w-inline-block\"><div>Report abuse</div></a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://admin.typeform.com/to/dwk6gt/",
      "text": "Terms and conditions",
      "html": "<a href=\"https://admin.typeform.com/to/dwk6gt/\" class=\"footer_menu-item w-dropdown-link\">Terms and conditions</a>"
    },
    {
      "href": "https://admin.typeform.com/to/dwk6gt/",
      "text": "More information about your privacy",
      "html": "<a href=\"https://admin.typeform.com/to/dwk6gt/\" class=\"privacy-notice-link\" rel=\"noopener\" target=\"_blank\" aria-label=\", opens in a new tab\">More information about your privacy</a>"
    }
  ],
  "score": 40,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

5 Fail

Needs attention

AEO: Answer evidence and trust

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/about-us",
      "text": "About us",
      "html": "<a href=\"/about-us\" class=\"footer_menu-item w-inline-block\"><div>About us</div></a>"
    },
    {
      "href": "https://www.linkedin.com/company/typeform-com/",
      "text": "LinkedIn",
      "html": "<a rel=\"nofollow noreferrer noopener\" aria-label=\"Open Typeform&apos;s Linkedin account\" href=\"https://www.linkedin.com/company/typeform-com/\" target=\"_blank\" class=\"footer_social-link w-inline-block\"><div class=\"footer_social-icon w-embed\"><svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"https://www.w3.org/2000/svg\" role=\"img\" aria-labelledby=\"footer_social-link-linkedin-title\"> <title id=\"footer_social-link-linkedin-title\">LinkedIn</title> <path fill-rule=\"evenodd\" clip-ru..."
    },
    {
      "href": "https://admin.typeform.com/to/dwk6gt/",
      "text": "More information about your privacy",
      "html": "<a href=\"https://admin.typeform.com/to/dwk6gt/\" class=\"privacy-notice-link\" rel=\"noopener\" target=\"_blank\" aria-label=\", opens in a new tab\">More information about your privacy</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/contacts-and-automations",
      "text": "Contacts & AutomationsAutomated workflows to grow your business",
      "html": "<a href=\"/contacts-and-automations\" class=\"nav_dropdown-item w-inline-block\"><div class=\"nav_dropdown-item-top\"><div cc-t-id=\"nav_submenu_item\">Contacts &amp;&#xa0;Automations</div></div><div class=\"nav_dropdown-item-subtext\">Automated workflows to grow your business</div></a>"
    },
    {
      "href": "https://help.typeform.com/hc/en-us",
      "text": "Help centerFind quick answers",
      "html": "<a href=\"https://help.typeform.com/hc/en-us\" class=\"nav_dropdown-item w-inline-block\"><div class=\"nav_dropdown-item-top\"><div cc-t-id=\"nav_submenu_item\">Help center</div></div><div class=\"nav_dropdown-item-subtext\">Find quick answers</div></a>"
    },
    {
      "href": "https://help.typeform.com/hc/en-us/requests/new",
      "text": "Contact usSpeak to our team",
      "html": "<a href=\"https://help.typeform.com/hc/en-us/requests/new\" class=\"nav_dropdown-item w-inline-block\"><div class=\"nav_dropdown-item-top\"><div cc-t-id=\"nav_submenu_item\">Contact us</div></div><div class=\"nav_dropdown-item-subtext\">Speak to our team</div></a>"
    },
    {
      "href": "/connect-category/customer-support",
      "text": "Customer Support integration",
      "html": "<a href=\"/connect-category/customer-support\" class=\"footer_menu-item w-dropdown-link\">Customer Support integration</a>"
    },
    {
      "href": "https://help.typeform.com/hc/en-us",
      "text": "Help center",
      "html": "<a href=\"https://help.typeform.com/hc/en-us\" class=\"footer_menu-item w-inline-block\"><div>Help&#xa0;center</div></a>"
    },
    {
      "href": "https://help.typeform.com/hc/en-us/categories/33840731976596-Videos",
      "text": "Tutorials",
      "html": "<a href=\"https://help.typeform.com/hc/en-us/categories/33840731976596-Videos\" class=\"footer_menu-item w-inline-block\"><div>Tutorials</div></a>"
    },
    {
      "href": "https://help.typeform.com/hc/en-us/articles/360029423551-FAQ",
      "text": "FAQs",
      "html": "<a href=\"https://help.typeform.com/hc/en-us/articles/360029423551-FAQ\" class=\"footer_menu-item w-inline-block\"><div>FAQs</div></a>"
    },
    {
      "href": "https://tfsales.typeform.com/to/PxcVKQGb?source=Website&source2=Contact%20Us",
      "text": "Contact sales",
      "html": "<a cc-t-global-skip=\"self\" href=\"https://tfsales.typeform.com/to/PxcVKQGb?source=Website&amp;source2=Contact%20Us\" class=\"footer_menu-item w-inline-block\"><div>Contact&#xa0;sales</div></a>"
    },
    {
      "href": "https://www.typeform.com/help/a/report-abuse-360034113252/",
      "text": "Report abuse",
      "html": "<a href=\"https://www.typeform.com/help/a/report-abuse-360034113252/\" class=\"w-inline-block\"><div>Report abuse</div></a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://admin.typeform.com/to/dwk6gt/",
      "text": "Terms and conditions",
      "html": "<a href=\"https://admin.typeform.com/to/dwk6gt/\" class=\"footer_menu-item w-dropdown-link\">Terms and conditions</a>"
    },
    {
      "href": "https://admin.typeform.com/to/dwk6gt/",
      "text": "More information about your privacy",
      "html": "<a href=\"https://admin.typeform.com/to/dwk6gt/\" class=\"privacy-notice-link\" rel=\"noopener\" target=\"_blank\" aria-label=\", opens in a new tab\">More information about your privacy</a>"
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

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

5 Warning

Needs attention

AIO: Visible structured data match

Warning
01

Issue

2 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

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

Evidence
{
  "schemaCount": 1,
  "checkedFields": [
    {
      "path": "$[0].name",
      "value": "Typeform"
    },
    {
      "path": "$[0].description",
      "value": "Build beautiful, interactive forms — get more responses. No coding needed. Templates for quizzes, research, feedback, lead generation, and more. Sign up FREE."
    },
    {
      "path": "$[0].founder[0].name",
      "value": "Robert Muñoz"
    },
    {
      "path": "$[0].founder[1].name",
      "value": "David Okuniev"
    }
  ],
  "mismatches": [
    {
      "path": "$[0].founder[0].name",
      "value": "Robert Muñoz"
    },
    {
      "path": "$[0].founder[1].name",
      "value": "David Okuniev"
    }
  ],
  "score": 50,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

4 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: typeform.

Details

02

Why it matters

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

Check name

GEO: Entity clarity

Score

69/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "Forms & Automated Workflows, Powered by AI | Typeform",
  "h1": "",
  "description": "Build AI-powered forms that get 3.5x more data — then trigger automated workflows to enrich leads, follow up, and grow revenue. No code. Start free.",
  "topicOverlap": 0.8,
  "topicTerms": [
    "forms",
    "automated",
    "workflows",
    "powered",
    "typeform"
  ],
  "descriptionTerms": [
    "build",
    "powered",
    "forms",
    "get",
    "more",
    "data",
    "then",
    "trigger",
    "automated",
    "workflows",
    "enrich",
    "leads",
    "follow",
    "grow",
    "revenue",
    "code",
    "start",
    "free"
  ],
  "missingFromDescription": [
    "typeform"
  ],
  "score": 69,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

4 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

41 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": 41,
  "passing": 0,
  "failing": [
    {
      "heading": "Platform",
      "headingHtml": "<h3 class=\"text-xs u-lh-none\">Platform</h3>",
      "firstParagraph": "New",
      "paragraphHtml": "<p class=\"h2-tag w-variant-1559ac84-7f91-874d-01bc-28ceb6b74e90\">New</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Tools",
      "headingHtml": "<h3 class=\"text-xs u-lh-none\">Tools</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "TEMPLATES",
      "headingHtml": "<h3 class=\"text-xs u-lh-none\">TEMPLATES</h3>",
      "firstParagraph": "Free form, survey, and quiz templates",
      "paragraphHtml": "<p class=\"text-xs tablet-hide\">Free form, survey, and quiz templates</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Research Flow",
      "headingHtml": "<h3 class=\"text-xs u-lh-none\">Research Flow</h3>",
      "firstParagraph": "Run in-depth AI-moderated studies in hours",
      "paragraphHtml": "<p class=\"text-xs tablet-hide\">Run in-depth AI-moderated studies in hours</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "TEAMS",
      "headingHtml": "<h3 class=\"text-xs u-lh-none\">TEAMS</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "USE CASES",
      "headingHtml": "<h3 class=\"text-xs u-lh-none\">USE CASES</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Plans",
      "headingHtml": "<h3 class=\"text-xs u-lh-none\">Plans</h3>",
      "firstParagraph": "New",
      "paragraphHtml": "<p class=\"h2-tag w-variant-1559ac84-7f91-874d-01bc-28ceb6b74e90\">New</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "SUPPORT",
      "headingHtml": "<h3 class=\"text-xs u-lh-none\">SUPPORT</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "COMPANY",
      "headingHtml": "<h3 class=\"text-xs u-lh-none\">COMPANY</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "BLOG",
      "headingHtml": "<h3 class=\"text-xs\">BLOG</h3>",
      "firstParagraph": "Our guides, latest news, and more.",
      "paragraphHtml": "<p class=\"text-xs tablet-hide\">Our guides, latest news, and more.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Your favorite forms.Now with AI automation.",
      "headingHtml": "<h2 cc-number=\"17\" class=\"u-heading w-variant-ff6eb04b-9877-631b-a88e-843aac8e324a\">Your favorite forms.<br>Now with AI automation.</h2>",
      "firstParagraph": "Combine AI forms and automated workflows to drive revenue growth. Run in-depth research and manage the entire customer lifecycle. All in Typeform.",
      "paragraphHtml": "<p>Combine AI forms and automated workflows to drive revenue growth. Run in-depth research and manage the entire customer lifecycle. All in Typeform.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Build forms at the drop of a prompt",
      "headingHtml": "<h2 cc-number=\"20\" class=\"u-heading w-variant-0fed4bb2-14a6-fafe-e406-dba258cfa283\">Build forms at the drop of a prompt</h2>",
      "firstParagraph": "With over 48 million responses collected monthly, Typeform AI builds best-in-class forms proven to get 3.5x more data. Brand easily, customize everything.",
      "paragraphHtml": "<p>With over 48 million responses collected monthly, Typeform AI builds best-in-class forms proven to get 3.5x more data. Brand easily, customize everything.</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "High Response Rate",
      "headingHtml": "<h2 data-line-clamp=\"none\" class=\"card-content_heading u-heading-xxs\">High Response Rate</h2>",
      "firstParagraph": "Build forms people actually fill out with beautiful design and conversational logic that adapts to every response, doubling the completion rate vs. traditional forms.",
      "paragraphHtml": "<p data-line-clamp class=\"card-content_body text-sm\">Build forms people actually fill out with beautiful design and conversational logic that adapts to every response, doubling the completion rate vs. traditional forms. </p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "Deeper Insights",
      "headingHtml": "<h2 data-line-clamp=\"none\" class=\"card-content_heading u-heading-xxs\">Deeper Insights</h2>",
      "firstParagraph": "Get rich answers with video and audio responses, plus extra context from AI-generated follow-up questions that adapt as people complete your form.",
      "paragraphHtml": "<p data-line-clamp class=\"card-content_body text-sm\">Get rich answers with video and audio responses, plus extra context from AI-generated follow-up questions that adapt as people complete your form.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Advanced Analytics",
      "headingHtml": "<h2 data-line-clamp=\"none\" class=\"card-content_heading u-heading-xxs\">Advanced Analytics</h2>",
      "firstParagraph": "Dig into both qualitative and quantitative data with topic and sentiment analysis, respondent comparison, and form drop-off analysis.",
      "paragraphHtml": "<p data-line-clamp class=\"card-content_body text-sm\">Dig into both qualitative and quantitative data with topic and sentiment analysis, respondent comparison, and form drop-off analysis.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "When the form ends, the flow begins...",
      "headingHtml": "<h2 cc-number=\"15\" class=\"u-heading w-variant-2856ca8c-1473-14d3-651a-8ba7f9573f52\">When the form ends,&#x2028;the flow begins...</h2>",
      "firstParagraph": "Growth FLOW",
      "paragraphHtml": "<p class=\"u-text-eyebrow\">Growth FLOW</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Be proactive with customer data",
      "headingHtml": "<h2 cc-number=\"20\" class=\"u-heading w-variant-0fed4bb2-14a6-fafe-e406-dba258cfa283\">Be proactive with customer data</h2>",
      "firstParagraph": "Set up automations that convert and keep customers for you. As opportunities arise, Growth Flow steps in to enrich leads, create segments, and send personalized messages.",
      "paragraphHtml": "<p>Set up automations that convert and keep customers for you. As opportunities arise, Growth Flow steps in to enrich leads, create segments, and send personalized messages.</p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "Instant Lead Capture",
      "headingHtml": "<h2 data-line-clamp=\"none\" class=\"card-content_heading u-heading-xxs\">Instant Lead Capture</h2>",
      "firstParagraph": "Close deals directly in your forms. Capture e-signatures, schedule meetings with Google Calendar and Calendly, and accept payments with Stripe and Paypal.",
      "paragraphHtml": "<p data-line-clamp class=\"card-content_body text-sm\">Close deals directly in your forms. Capture e-signatures, schedule meetings with Google Calendar and Calendly, and accept payments with Stripe and Paypal.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Data Enrichment",
      "headingHtml": "<h2 data-line-clamp=\"none\" class=\"card-content_heading u-heading-xxs\">Data Enrichment</h2>",
      "firstParagraph": "Enrich data to complete customer profiles, with industry-leading match rates of up to 92% for B2B companies and 71% for B2C companies.",
      "paragraphHtml": "<p data-line-clamp class=\"card-content_body text-sm\">Enrich data to complete customer profiles, with industry-leading match rates of up to 92% for B2B companies and 71% for B2C companies.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Customer Engagement",
      "headingHtml": "<h2 data-line-clamp=\"none\" class=\"card-content_heading u-heading-xxs\">Customer Engagement</h2>",
      "firstParagraph": "Follow up instantly across email, SMS, and your favorite tools. Trigger personalized workflows from any form submission or contact update.",
      "paragraphHtml": "<p data-line-clamp class=\"card-content_body text-sm\">Follow up instantly across email, SMS, and your favorite tools. Trigger personalized workflows from any form submission or contact update.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Run fast research, moderated by AI",
      "headingHtml": "<h2 cc-number=\"20\" class=\"u-heading w-variant-0fed4bb2-14a6-fafe-e406-dba258cfa283\">Run fast research, moderated by AI</h2>",
      "firstParagraph": "Make data-backed business decisions with Research Flow. It builds your research study, conducts 1000s of AI-moderated interviews at once, and analyzes the findings. Fast.",
      "paragraphHtml": "<p>Make data-backed business decisions with Research Flow. It builds your research study, conducts 1000s of AI-moderated interviews at once, and analyzes the findings. Fast.</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "Fast Insights",
      "headingHtml": "<h2 data-line-clamp=\"none\" class=\"card-content_heading u-heading-xxs\">Fast Insights</h2>",
      "firstParagraph": "Get insights in hours, not weeks. AI handles recruiting, moderating, and synthesizing research studies from start to finish, so you uncover deep insights at light speed.",
      "paragraphHtml": "<p data-line-clamp class=\"card-content_body text-sm\">Get insights in hours, not weeks. AI handles recruiting, moderating, and synthesizing research studies from start to finish, so you uncover deep insights at light speed. </p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "Qualitative & Quantitative",
      "headingHtml": "<h2 data-line-clamp=\"none\" class=\"card-content_heading u-heading-xxs\">Qualitative &amp; Quantitative</h2>",
      "firstParagraph": "Run AI-moderated text, video, and voice interviews at survey scale and in one platform. Capture tone, hesitation, and the reasoning behind every answer.",
      "paragraphHtml": "<p data-line-clamp class=\"card-content_body text-sm\">Run AI-moderated text, video, and voice interviews at survey scale and in one platform. Capture tone, hesitation, and the reasoning behind every answer.</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Verified Panel Recruitment",
      "headingHtml": "<h2 data-line-clamp=\"none\" class=\"card-content_heading u-heading-xxs\">Verified Panel Recruitment</h2>",
      "firstParagraph": "Get the best possible insights. Use 400+ targeting criteria to reach the right audience, with built-in incentive management so you need fewer tools.",
      "paragraphHtml": "<p data-line-clamp class=\"card-content_body text-sm\">Get the best possible insights. Use 400+ targeting criteria to reach the right audience, with built-in incentive management so you need fewer tools.</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Join 150,000+ businesses driving revenue with Typeform",
      "headingHtml": "<h2 class=\"section_heading u-heading-md text-wrap-normal\">Join 150,000+ businesses driving revenue with Typeform</h2>",
      "firstParagraph": "SmartBug Media increased sales leads by 40% with one form",
      "paragraphHtml": "<p class=\"slide_social-title u-font-serif\">SmartBug Media increased sales leads by 40% with one form</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Integrate with your tech stack",
      "headingHtml": "<h2 cc-number=\"20\" class=\"u-heading w-variant-eddd2aa7-5d8f-ed27-cce3-39ebdc30fef7\">Integrate with your tech stack</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "AI forms and automation.All in Typeform.",
      "headingHtml": "<h2 cc-number=\"20\" class=\"u-heading w-variant-ff6eb04b-9877-631b-a88e-843aac8e324a\">AI forms and automation.<br>All in Typeform.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "PRODUCT",
      "headingHtml": "<h3 class=\"footer_col-heading\">PRODUCT</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Templates",
      "headingHtml": "<h3 class=\"footer_col-heading\">Templates</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Integrations",
      "headingHtml": "<h3 class=\"footer_col-heading\">Integrations</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Resources",
      "headingHtml": "<h3 class=\"footer_col-heading\">Resources</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Get to know us",
      "headingHtml": "<h3 class=\"footer_col-heading\">Get to know us</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Cookie consent",
      "headingHtml": "<h2 id=\"onetrust-policy-title\">Cookie consent</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Cookie Preference Centre",
      "headingHtml": "<h2 id=\"ot-pc-title\" aria-hidden=\"false\">Cookie Preference Centre</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Cookie Preference Centre",
      "headingHtml": "<h2 id=\"ot-pc-title-mobile\" aria-hidden=\"true\">Cookie Preference Centre</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Your Privacy",
      "headingHtml": "<h3 id=\"ot-pvcy-txt\">Your Privacy</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Strictly Necessary Cookies",
      "headingHtml": "<h3 id=\"ot-header-id-1\">Strictly Necessary Cookies</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Analytics Cookies",
      "headingHtml": "<h3 id=\"ot-header-id-2\">Analytics Cookies</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Advertising and profiling cookies",
      "headingHtml": "<h3 id=\"ot-header-id-4\">Advertising and profiling cookies</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Functional Cookies",
      "headingHtml": "<h3 id=\"ot-header-id-3\">Functional Cookies</h3>",
      "firstParagraph": "When you visit any web site, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give...",
      "paragraphHtml": "<p id=\"ot-pc-desc\" class=\"ot-grp-desc\">When you visit any web site, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalised web experience. <br> <br> Because we respect your right to privacy, you can choose not to allow some types of cookies...",
      "words": 122,
      "direct": false,
      "issue": "First paragraph is 122 words and does not look like a concise direct answer."
    },
    {
      "heading": "Cookie List",
      "headingHtml": "<h3>Cookie List</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p role=\"status\" class=\"ot-scrn-rdr\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Explanatory content depth

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "candidatePassages": 4,
  "citablePassages": 0,
  "failingCandidateParagraphs": [
    {
      "index": 41,
      "heading": "H4: Your Privacy",
      "text": "When you visit any web site, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalised web experience. Because we respect your right to privacy, you can choose not...",
      "words": 122,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p id=\"ot-pc-desc\" class=\"ot-grp-desc\">When you visit any web site, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalised web experience. <br> <br> Because we respect your right to privacy, you can choose not to allow some types of cookies..."
    },
    {
      "index": 42,
      "heading": "H4: Strictly Necessary Cookies",
      "text": "Are those cookies needed to ensure you can access our website, and browse it securely. These cookies are strictly necessary, as the use and access to the site and the services provided through the site require them. They also protect us from any fraudulent use of the site or our services, to verify that anyone using your account is actually you, and protect your data from any unauthorized users.",
      "words": 69,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (69 words; target 80-220)."
      ],
      "html": "<p class=\"ot-grp-desc ot-category-desc\">Are those cookies needed to ensure you can access our website, and browse it securely. These cookies are strictly necessary, as the use and access to the site and the services provided through the site require them. They also protect us from any fraudulent use of the site or our services, to verify that anyone using your account is actually you, and protect your data from any unauthorized users.</p>"
    },
    {
      "index": 43,
      "heading": "H4: Analytics Cookies",
      "text": "Are those cookies used for tracking, monitoring, and analyzing how you browse and interact with the site and our services. They reveal usage trends as well as which users upgrade the services rendered by us and how this is done. You can opt to block or limit the installation and use of these cookies as explained on this banner and in our Cookie Policy, and this shall not impact the usability or functionalities of...",
      "words": 80,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"ot-grp-desc ot-category-desc\">Are those cookies used for tracking, monitoring, and analyzing how you browse and interact with the site and our services. They reveal usage trends as well as which users upgrade the services rendered by us and how this is done. You can opt to block or limit the installation and use of these cookies as explained on this banner and in our Cookie Policy, and this shall not impact the usability or functionalities of the site and/or the services.</p>"
    },
    {
      "index": 44,
      "heading": "H4: Advertising and profiling cookies",
      "text": "Are those cookies aimed at tracking, monitoring, and analyzing how you browse and interact with the site and our services, as well as segment our users based on their behavior and how they browse the site, and to build audiences. They reveal usage trends as well as which users upgrade the services rendered by us and how is this done. All those actions are aimed at better understanding our users for improved commun...",
      "words": 116,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"ot-grp-desc ot-category-desc\">Are those cookies aimed at tracking, monitoring, and analyzing how you browse and interact with the site and our services, as well as segment our users based on their behavior and how they browse the site, and to build audiences. They reveal usage trends as well as which users upgrade the services rendered by us and how is this done. All those actions are aimed at better understanding our users for improved communications and marketing strategies. You c..."
    }
  ],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

2 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

02

Why it matters

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

Check name

AEO: Question-led structure

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "h2Count": 20,
  "questionH2s": [
    {
      "index": 6,
      "text": "When the form ends, the flow begins...",
      "isQuestion": true,
      "html": "<h2 cc-number=\"15\" class=\"u-heading w-variant-2856ca8c-1473-14d3-651a-8ba7f9573f52\">When the form ends,&#x2028;the flow begins...</h2>"
    }
  ],
  "hasFaq": false,
  "score": 70,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

2 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Extraction-friendly structure

Score

85/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

2 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: typeform.

Details

02

Why it matters

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

Check name

AEO: Entity and definition clarity

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "Forms & Automated Workflows, Powered by AI | Typeform",
  "h1": "",
  "description": "Build AI-powered forms that get 3.5x more data — then trigger automated workflows to enrich leads, follow up, and grow revenue. No code. Start free.",
  "topicOverlap": 0.8,
  "definitionCount": 3,
  "topicTerms": [
    "forms",
    "automated",
    "workflows",
    "powered",
    "typeform"
  ],
  "descriptionTerms": [
    "build",
    "powered",
    "forms",
    "get",
    "more",
    "data",
    "then",
    "trigger",
    "automated",
    "workflows",
    "enrich",
    "leads",
    "follow",
    "grow",
    "revenue",
    "code",
    "start",
    "free"
  ],
  "missingFromDescription": [
    "typeform"
  ],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

2 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Page experience for AIO

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1",
  "visibleWords": 1566,
  "htmlBytes": 448178,
  "imagesMissingDimensions": [
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/67375ab42c8930413657d9c4_by-workflow.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/67375ab42c8930413657d9c4_by-workflow.svg\" loading=\"eager\" alt=\"By workflow icon\" class=\"nav_dropdown-heading-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/67375a5cdafef0ffc3a91a30_tools.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/67375a5cdafef0ffc3a91a30_tools.svg\" loading=\"eager\" alt=\"Tools icon\" class=\"nav_dropdown-heading-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/67375a6cf9a63e7d3979771f_templates.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/67375a6cf9a63e7d3979771f_templates.svg\" loading=\"eager\" alt=\"Templates icon\" class=\"nav_dropdown-heading-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/6728980930be4e4c95cb4a17_templates-image.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/6728980930be4e4c95cb4a17_templates-image.webp\" loading=\"lazy\" alt=\"ZoDigital branded web form mockup asking for email with creative collage illustrations\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/6728980930be4e4c95cb4a17_templates-image-p-500.webp 500w, https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/6728980930be4e4c95cb4a17_templates-image.webp 564w\" class=\"nav-dropdown_..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/6932f169e61db9651f6ac1db_Star.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/6932f169e61db9651f6ac1db_Star.svg\" loading=\"eager\" alt=\"Star icon\" class=\"nav_dropdown-heading-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdd20b567b702dcc4f2c1e_d3643b1ac0dde821cc4b3cf33ae935ad_RESEARCH%20FLOW.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdd20b567b702dcc4f2c1e_d3643b1ac0dde821cc4b3cf33ae935ad_RESEARCH%20FLOW.avif\" loading=\"lazy\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdd20b567b702dcc4f2c1e_d3643b1ac0dde821cc4b3cf33ae935ad_RESEARCH%20FLOW-p-500.avif 500w, https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdd20b567b702dcc4f2c1e_d3643b1ac0dde821cc4b3cf33ae935ad_RESEARCH%20FLOW-p-800.avif 800w, http..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/67375aa8a110d47d7acfb9c7_by-team.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/67375aa8a110d47d7acfb9c7_by-team.svg\" loading=\"eager\" alt=\"By team icon\" class=\"nav_dropdown-heading-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/67375aaecd165310a5548a98_by-goal.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/67375aaecd165310a5548a98_by-goal.svg\" loading=\"eager\" alt=\"By goal icon\" class=\"nav_dropdown-heading-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/67375ab42c8930413657d9c4_by-workflow.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/67375ab42c8930413657d9c4_by-workflow.svg\" loading=\"eager\" alt=\"By workflow icon\" class=\"nav_dropdown-heading-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/67375ac0a6e0ef84250e5219_support.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/67375ac0a6e0ef84250e5219_support.svg\" loading=\"eager\" alt=\"Support icon\" class=\"nav_dropdown-heading-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/67375ac624e6fdcc9b2b3576_company.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/67375ac624e6fdcc9b2b3576_company.svg\" loading=\"eager\" alt=\"Company icon\" class=\"nav_dropdown-heading-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/67375acdf40b29fce17611bf_blog.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/67375acdf40b29fce17611bf_blog.svg\" loading=\"eager\" alt=\"Blog icon\" class=\"nav_dropdown-heading-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/6728984348319096fff227cb_blog-image.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/6728984348319096fff227cb_blog-image.webp\" loading=\"lazy\" alt=\"Illustration of a web page layout with a hand reaching for an envelope and purple geometric shapes\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/6728984348319096fff227cb_blog-image-p-500.webp 500w, https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/6728984348319096fff227cb_blog-image.webp 564w\" class=\"nav-dropdown_fea..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/6a032c9536ed4c55a8c2fc8c_Transition.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/6a032c9536ed4c55a8c2fc8c_Transition.png\" loading=\"lazy\" sizes=\"(max-width: 2880px) 100vw, 2880px\" srcset=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/6a032c9536ed4c55a8c2fc8c_Transition-p-500.png 500w, https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/6a032c9536ed4c55a8c2fc8c_Transition-p-800.png 800w, https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/6a032c9536ed4c55a8c2fc8c_Transition-p..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdd20b7849d1edf2c790f2_INTELLIGENT%20forms.avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdd20b7849d1edf2c790f2_INTELLIGENT%20forms.avif\" loading=\"eager\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdd20b7849d1edf2c790f2_INTELLIGENT%20forms-p-500.avif 500w, https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdd20b7849d1edf2c790f2_INTELLIGENT%20forms-p-800.avif 800w, https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdd20b7849d1edf2c790f2_INTEL..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fc834d25dca9f26a7de418_Chart-Line.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fc834d25dca9f26a7de418_Chart-Line.svg\" loading=\"lazy\" alt class=\"icon-24\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fc834d080dfdec7c2be792_Video.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fc834d080dfdec7c2be792_Video.svg\" loading=\"lazy\" alt class=\"icon-24\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fc834d52930ad151d0b763_Chart-Bar-Vertical.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fc834d52930ad151d0b763_Chart-Bar-Vertical.svg\" loading=\"lazy\" alt class=\"icon-24\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdd20bf615dbbe71a60f87_f473b127a36072867cb0ab6ee1b76734_Growth%20FLOW.avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdd20bf615dbbe71a60f87_f473b127a36072867cb0ab6ee1b76734_Growth%20FLOW.avif\" loading=\"eager\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdd20bf615dbbe71a60f87_f473b127a36072867cb0ab6ee1b76734_Growth%20FLOW-p-500.avif 500w, https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdd20bf615dbbe71a60f87_f473b127a36072867cb0ab6ee1b76734_Growth%20FLOW-p-800.avif 800w, https://c..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdcbde1e118e4eb7863fc4_User-Add.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdcbde1e118e4eb7863fc4_User-Add.svg\" loading=\"lazy\" alt class=\"icon-24\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdcbde60a51e1c2f0b33e5_Multi-Contact.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdcbde60a51e1c2f0b33e5_Multi-Contact.svg\" loading=\"lazy\" alt class=\"icon-24\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdcbdead19668aae42046b_Envelope-Notification.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdcbdead19668aae42046b_Envelope-Notification.svg\" loading=\"lazy\" alt class=\"icon-24\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fcfa48521afc194630b581_ac15a2cad93f52d9cd9b8a7228360907_shine.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fcfa48521afc194630b581_ac15a2cad93f52d9cd9b8a7228360907_shine.avif\" loading=\"lazy\" sizes=\"(max-width: 1338px) 100vw, 1338px\" srcset=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fcfa48521afc194630b581_ac15a2cad93f52d9cd9b8a7228360907_shine-p-500.avif 500w, https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fcfa48521afc194630b581_ac15a2cad93f52d9cd9b8a7228360907_shine-p-800.avif 800w, https://cd..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdd20b567b702dcc4f2c1e_d3643b1ac0dde821cc4b3cf33ae935ad_RESEARCH%20FLOW.avif",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdd20b567b702dcc4f2c1e_d3643b1ac0dde821cc4b3cf33ae935ad_RESEARCH%20FLOW.avif\" loading=\"eager\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdd20b567b702dcc4f2c1e_d3643b1ac0dde821cc4b3cf33ae935ad_RESEARCH%20FLOW-p-500.avif 500w, https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdd20b567b702dcc4f2c1e_d3643b1ac0dde821cc4b3cf33ae935ad_RESEARCH%20FLOW-p-800.avif 800w, htt..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fcfc1ed9e31de4b1215c71_Lightbulb.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fcfc1ed9e31de4b1215c71_Lightbulb.svg\" loading=\"lazy\" alt class=\"icon-24\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fc834d080dfdec7c2be792_Video.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fc834d080dfdec7c2be792_Video.svg\" loading=\"lazy\" alt class=\"icon-24\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fcfc0b22b4523e3a7c91a7_badge%2C%20verified%2C%20award.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fcfc0b22b4523e3a7c91a7_badge%2C%20verified%2C%20award.svg\" loading=\"lazy\" alt class=\"icon-24\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6728923eb22e7ee7c15e8396_calendly.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6728923eb22e7ee7c15e8396_calendly.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6728910a1c16455593c27afa_citizen_m%201.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6728910a1c16455593c27afa_citizen_m%201.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/672890fcdec577bb01f7b5f8_loccitane.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/672890fcdec577bb01f7b5f8_loccitane.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/672890ec4a4f53e7ce97a439_wetransfer.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/672890ec4a4f53e7ce97a439_wetransfer.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/672890d44ff06c03b9169b96_slack.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/672890d44ff06c03b9169b96_slack.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/672890ca58ffc8edfb664691_webflow.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/672890ca58ffc8edfb664691_webflow.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/672890be48319096ffeb6bfe_zapier.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/672890be48319096ffeb6bfe_zapier.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/672890b1d5a69d1620412cf7_barrys.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/672890b1d5a69d1620412cf7_barrys.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/672890a3d27752eaed89aa47_hubspot.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/672890a3d27752eaed89aa47_hubspot.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/67289096a54485774b102f83_hermes.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/67289096a54485774b102f83_hermes.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69c678da1301aa27e0fe8725_Vector.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69c678da1301aa27e0fe8725_Vector.png\" loading=\"lazy\" alt=\"SmartBug. wordmark logo in bold black text\" class=\"img-content\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine.avif\" loading=\"lazy\" sizes=\"(max-width: 1314px) 100vw, 1314px\" srcset=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine-p-500.png 500w, https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine-p-800.png 800w, htt..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine.avif\" loading=\"lazy\" sizes=\"(max-width: 1314px) 100vw, 1314px\" srcset=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine-p-500.png 500w, https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine-p-800.png 800w, htt..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69c678da8cbc8f07cd146c9d_DD%20marketing%20logo%202.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69c678da8cbc8f07cd146c9d_DD%20marketing%20logo%202.png\" loading=\"lazy\" alt=\"Double Denim Marketing circular logo with brand name in black and white\" class=\"img-content\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine.avif\" loading=\"lazy\" sizes=\"(max-width: 1314px) 100vw, 1314px\" srcset=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine-p-500.png 500w, https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine-p-800.png 800w, htt..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine.avif\" loading=\"lazy\" sizes=\"(max-width: 1314px) 100vw, 1314px\" srcset=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine-p-500.png 500w, https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine-p-800.png 800w, htt..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69c678da01874a831ba8a143_Group%201982250952.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69c678da01874a831ba8a143_Group%201982250952.png\" loading=\"lazy\" alt=\"Abstract dark logo mark featuring two overlapping slash shapes\" class=\"img-content\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine.avif\" loading=\"lazy\" sizes=\"(max-width: 1314px) 100vw, 1314px\" srcset=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine-p-500.png 500w, https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine-p-800.png 800w, htt..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine.avif\" loading=\"lazy\" sizes=\"(max-width: 1314px) 100vw, 1314px\" srcset=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine-p-500.png 500w, https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine-p-800.png 800w, htt..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69c678da1301aa27e0fe8725_Vector.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69c678da1301aa27e0fe8725_Vector.png\" loading=\"lazy\" alt=\"SmartBug. wordmark logo in bold black text\" class=\"img-content\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine.avif\" loading=\"lazy\" sizes=\"(max-width: 1314px) 100vw, 1314px\" srcset=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine-p-500.png 500w, https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine-p-800.png 800w, htt..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine.avif\" loading=\"lazy\" sizes=\"(max-width: 1314px) 100vw, 1314px\" srcset=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine-p-500.png 500w, https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine-p-800.png 800w, htt..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69c678da8cbc8f07cd146c9d_DD%20marketing%20logo%202.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69c678da8cbc8f07cd146c9d_DD%20marketing%20logo%202.png\" loading=\"lazy\" alt=\"Double Denim Marketing circular logo with brand name in black and white\" class=\"img-content\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine.avif\" loading=\"lazy\" sizes=\"(max-width: 1314px) 100vw, 1314px\" srcset=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine-p-500.png 500w, https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine-p-800.png 800w, htt..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine.avif\" loading=\"lazy\" sizes=\"(max-width: 1314px) 100vw, 1314px\" srcset=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine-p-500.png 500w, https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine-p-800.png 800w, htt..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69c678da01874a831ba8a143_Group%201982250952.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69c678da01874a831ba8a143_Group%201982250952.png\" loading=\"lazy\" alt=\"Abstract dark logo mark featuring two overlapping slash shapes\" class=\"img-content\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine.avif\" loading=\"lazy\" sizes=\"(max-width: 1314px) 100vw, 1314px\" srcset=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine-p-500.png 500w, https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine-p-800.png 800w, htt..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine.avif\" loading=\"lazy\" sizes=\"(max-width: 1314px) 100vw, 1314px\" srcset=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine-p-500.png 500w, https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine-p-800.png 800w, htt..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69c678da1301aa27e0fe8725_Vector.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69c678da1301aa27e0fe8725_Vector.png\" loading=\"lazy\" alt=\"SmartBug. wordmark logo in bold black text\" class=\"img-content\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine.avif\" loading=\"lazy\" sizes=\"(max-width: 1314px) 100vw, 1314px\" srcset=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine-p-500.png 500w, https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine-p-800.png 800w, htt..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine.avif\" loading=\"lazy\" sizes=\"(max-width: 1314px) 100vw, 1314px\" srcset=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine-p-500.png 500w, https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine-p-800.png 800w, htt..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69c678da8cbc8f07cd146c9d_DD%20marketing%20logo%202.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69c678da8cbc8f07cd146c9d_DD%20marketing%20logo%202.png\" loading=\"lazy\" alt=\"Double Denim Marketing circular logo with brand name in black and white\" class=\"img-content\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine.avif\" loading=\"lazy\" sizes=\"(max-width: 1314px) 100vw, 1314px\" srcset=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine-p-500.png 500w, https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine-p-800.png 800w, htt..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine.avif\" loading=\"lazy\" sizes=\"(max-width: 1314px) 100vw, 1314px\" srcset=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine-p-500.png 500w, https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine-p-800.png 800w, htt..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69c678da01874a831ba8a143_Group%201982250952.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69c678da01874a831ba8a143_Group%201982250952.png\" loading=\"lazy\" alt=\"Abstract dark logo mark featuring two overlapping slash shapes\" class=\"img-content\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine.avif\" loading=\"lazy\" sizes=\"(max-width: 1314px) 100vw, 1314px\" srcset=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine-p-500.png 500w, https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine-p-800.png 800w, htt..."
    },
    {
      "src": "https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine.avif\" loading=\"lazy\" sizes=\"(max-width: 1314px) 100vw, 1314px\" srcset=\"https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine-p-500.png 500w, https://cdn.prod.website-files.com/66ffe2174aa8e8d5661c2708/69fdaa09a6268fabbe841f8e_27e784d2035076a6dcab738148a0daa2_bg-shine-p-800.png 800w, htt..."
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a023dbd1531d1328a466c_activecampaigndark.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a023dbd1531d1328a466c_activecampaigndark.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a0255573085768e439eee_activecampaignlgiht.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a0255573085768e439eee_activecampaignlgiht.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo is-hover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b203cb3f5157ce55f682_calendlydark.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b203cb3f5157ce55f682_calendlydark.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b2088ccd9b57fca640e1_calendlylight.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b2088ccd9b57fca640e1_calendlylight.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo is-hover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a01eab77805c8a4046aaa_callraildark.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a01eab77805c8a4046aaa_callraildark.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a01ed903618d391695aea_callraillight.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a01ed903618d391695aea_callraillight.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo is-hover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a02ecc4952b0831340301_intercomdark.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a02ecc4952b0831340301_intercomdark.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a02c47f253faed3b8b600_intercomlight.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a02c47f253faed3b8b600_intercomlight.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo is-hover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a02795d666769d55c9451_klayviyodark.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a02795d666769d55c9451_klayviyodark.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a0276903618d39169da00_klaviyolight.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a0276903618d39169da00_klaviyolight.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo is-hover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b1bd903b3aa363dc3917_slackdark.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b1bd903b3aa363dc3917_slackdark.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b1b9d3f6ec6e706f976e_slacklight.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b1b9d3f6ec6e706f976e_slacklight.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo is-hover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a0305902567017b1cb89b_stripedark.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a0305902567017b1cb89b_stripedark.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a0308c3afe7b2e2126521_stripelight.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a0308c3afe7b2e2126521_stripelight.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo is-hover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b173d10e0295e5ffbf02_webflowdark.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b173d10e0295e5ffbf02_webflowdark.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b179c16aaedc568a76c6_webflowlight.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b179c16aaedc568a76c6_webflowlight.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo is-hover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b1c86d36244841815048_zapierdark.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b1c86d36244841815048_zapierdark.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b1cd27a34b18f08a6ebe_zapierlight.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b1cd27a34b18f08a6ebe_zapierlight.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo is-hover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a023dbd1531d1328a466c_activecampaigndark.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a023dbd1531d1328a466c_activecampaigndark.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a0255573085768e439eee_activecampaignlgiht.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a0255573085768e439eee_activecampaignlgiht.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo is-hover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b203cb3f5157ce55f682_calendlydark.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b203cb3f5157ce55f682_calendlydark.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b2088ccd9b57fca640e1_calendlylight.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b2088ccd9b57fca640e1_calendlylight.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo is-hover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a01eab77805c8a4046aaa_callraildark.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a01eab77805c8a4046aaa_callraildark.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a01ed903618d391695aea_callraillight.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a01ed903618d391695aea_callraillight.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo is-hover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a02ecc4952b0831340301_intercomdark.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a02ecc4952b0831340301_intercomdark.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a02c47f253faed3b8b600_intercomlight.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a02c47f253faed3b8b600_intercomlight.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo is-hover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a02795d666769d55c9451_klayviyodark.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a02795d666769d55c9451_klayviyodark.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a0276903618d39169da00_klaviyolight.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a0276903618d39169da00_klaviyolight.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo is-hover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b1bd903b3aa363dc3917_slackdark.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b1bd903b3aa363dc3917_slackdark.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b1b9d3f6ec6e706f976e_slacklight.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b1b9d3f6ec6e706f976e_slacklight.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo is-hover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a0305902567017b1cb89b_stripedark.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a0305902567017b1cb89b_stripedark.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a0308c3afe7b2e2126521_stripelight.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a0308c3afe7b2e2126521_stripelight.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo is-hover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b173d10e0295e5ffbf02_webflowdark.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b173d10e0295e5ffbf02_webflowdark.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b179c16aaedc568a76c6_webflowlight.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b179c16aaedc568a76c6_webflowlight.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo is-hover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b1c86d36244841815048_zapierdark.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b1c86d36244841815048_zapierdark.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b1cd27a34b18f08a6ebe_zapierlight.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b1cd27a34b18f08a6ebe_zapierlight.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo is-hover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a023dbd1531d1328a466c_activecampaigndark.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a023dbd1531d1328a466c_activecampaigndark.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a0255573085768e439eee_activecampaignlgiht.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a0255573085768e439eee_activecampaignlgiht.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo is-hover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b203cb3f5157ce55f682_calendlydark.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b203cb3f5157ce55f682_calendlydark.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b2088ccd9b57fca640e1_calendlylight.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b2088ccd9b57fca640e1_calendlylight.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo is-hover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a01eab77805c8a4046aaa_callraildark.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a01eab77805c8a4046aaa_callraildark.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a01ed903618d391695aea_callraillight.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a01ed903618d391695aea_callraillight.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo is-hover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a02ecc4952b0831340301_intercomdark.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a02ecc4952b0831340301_intercomdark.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a02c47f253faed3b8b600_intercomlight.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a02c47f253faed3b8b600_intercomlight.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo is-hover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a02795d666769d55c9451_klayviyodark.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a02795d666769d55c9451_klayviyodark.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a0276903618d39169da00_klaviyolight.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a0276903618d39169da00_klaviyolight.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo is-hover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b1bd903b3aa363dc3917_slackdark.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b1bd903b3aa363dc3917_slackdark.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b1b9d3f6ec6e706f976e_slacklight.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b1b9d3f6ec6e706f976e_slacklight.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo is-hover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a0305902567017b1cb89b_stripedark.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a0305902567017b1cb89b_stripedark.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a0308c3afe7b2e2126521_stripelight.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/674a0308c3afe7b2e2126521_stripelight.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo is-hover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b173d10e0295e5ffbf02_webflowdark.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b173d10e0295e5ffbf02_webflowdark.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b179c16aaedc568a76c6_webflowlight.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b179c16aaedc568a76c6_webflowlight.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo is-hover\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b1c86d36244841815048_zapierdark.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b1c86d36244841815048_zapierdark.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b1cd27a34b18f08a6ebe_zapierlight.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6718da5ecf694c9af0e8d5d7/6740b1cd27a34b18f08a6ebe_zapierlight.svg\" loading=\"lazy\" alt class=\"integrations_carousel-item-logo is-hover\">"
    },
    {
      "src": "https://cdn.cookielaw.org/logos/9bdba331-590b-4b7d-bf44-0ddef18060e9/0193b54e-2069-7ee0-8958-25b1fbf2ad91/12c97ba0-2158-4c24-802e-e396f0bf8775/logo.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Typeform Logo\" src=\"https://cdn.cookielaw.org/logos/9bdba331-590b-4b7d-bf44-0ddef18060e9/0193b54e-2069-7ee0-8958-25b1fbf2ad91/12c97ba0-2158-4c24-802e-e396f0bf8775/logo.png\">"
    },
    {
      "src": "https://cdn.cookielaw.org/logos/static/powered_by_logo.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Powered by Onetrust\" src=\"https://cdn.cookielaw.org/logos/static/powered_by_logo.svg\" title=\"Powered by OneTrust Opens in a new Tab\">"
    }
  ],
  "possibleDialogs": [
    "<div role=\"dialog\" aria-label=\"Cookie consent\"><div class=\"ot-sdk-container\"><div class=\"ot-sdk-row\"><div id=\"onetrust-group-container\" class=\"ot-sdk-eight ot-sdk-columns\"><div class=\"banner_logo\"></div><div id=\"onetrust-policy\"><h2 id=\"onetrust-policy-title\">Cookie consent</h2><div id=\"onetrust-policy-text\">We use our own and third-party cookies to show you more relevant content based on your browsing and navigation history. Please accept or manage your cookie settings below. Here&apos;s our...",
    "<div role=\"dialog\" aria-modal=\"true\" style=\"height: 100%;\" aria-label=\"Cookie Preference Centre\"><!-- pc header --><div class=\"ot-pc-header\" role=\"presentation\"><!-- Header logo --><div class=\"ot-pc-logo\" role=\"img\" aria-label=\"Typeform Logo\"><img alt=\"Typeform Logo\" src=\"https://cdn.cookielaw.org/logos/9bdba331-590b-4b7d-bf44-0ddef18060e9/0193b54e-2069-7ee0-8958-25b1fbf2ad91/12c97ba0-2158-4c24-802e-e396f0bf8775/logo.png\"></div><div class=\"ot-title-cntr\"><h2 id=\"ot-pc-title\" aria-hidden=\"fals...",
    "<section id=\"ot-fltr-modal\"><div id=\"ot-fltr-cnt\"><div id=\"ot-filter-list-header\"></div><button id=\"clear-filters-handler\">Clear</button><div class=\"ot-fltr-scrlcnt ot-pc-scrollbar\"><ul class=\"ot-fltr-opts\"><li class=\"ot-fltr-opt\"><div class=\"ot-chkbox\"><input id=\"chkbox-id\" type=\"checkbox\" class=\"category-filter-handler\"> <label for=\"chkbox-id\"><span class=\"ot-label-txt\">checkbox label</span></label> <span class=\"ot-label-status\">label</span></div></li></ul><div class=\"ot-fltr-btns\"><button..."
  ],
  "score": 70,
  "weight": 10
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

41 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": 41,
  "passing": 0,
  "failing": [
    {
      "heading": "Platform",
      "headingHtml": "<h3 class=\"text-xs u-lh-none\">Platform</h3>",
      "firstParagraph": "New",
      "paragraphHtml": "<p class=\"h2-tag w-variant-1559ac84-7f91-874d-01bc-28ceb6b74e90\">New</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Tools",
      "headingHtml": "<h3 class=\"text-xs u-lh-none\">Tools</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "TEMPLATES",
      "headingHtml": "<h3 class=\"text-xs u-lh-none\">TEMPLATES</h3>",
      "firstParagraph": "Free form, survey, and quiz templates",
      "paragraphHtml": "<p class=\"text-xs tablet-hide\">Free form, survey, and quiz templates</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Research Flow",
      "headingHtml": "<h3 class=\"text-xs u-lh-none\">Research Flow</h3>",
      "firstParagraph": "Run in-depth AI-moderated studies in hours",
      "paragraphHtml": "<p class=\"text-xs tablet-hide\">Run in-depth AI-moderated studies in hours</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "TEAMS",
      "headingHtml": "<h3 class=\"text-xs u-lh-none\">TEAMS</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "USE CASES",
      "headingHtml": "<h3 class=\"text-xs u-lh-none\">USE CASES</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Plans",
      "headingHtml": "<h3 class=\"text-xs u-lh-none\">Plans</h3>",
      "firstParagraph": "New",
      "paragraphHtml": "<p class=\"h2-tag w-variant-1559ac84-7f91-874d-01bc-28ceb6b74e90\">New</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "SUPPORT",
      "headingHtml": "<h3 class=\"text-xs u-lh-none\">SUPPORT</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "COMPANY",
      "headingHtml": "<h3 class=\"text-xs u-lh-none\">COMPANY</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "BLOG",
      "headingHtml": "<h3 class=\"text-xs\">BLOG</h3>",
      "firstParagraph": "Our guides, latest news, and more.",
      "paragraphHtml": "<p class=\"text-xs tablet-hide\">Our guides, latest news, and more.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Your favorite forms.Now with AI automation.",
      "headingHtml": "<h2 cc-number=\"17\" class=\"u-heading w-variant-ff6eb04b-9877-631b-a88e-843aac8e324a\">Your favorite forms.<br>Now with AI automation.</h2>",
      "firstParagraph": "Combine AI forms and automated workflows to drive revenue growth. Run in-depth research and manage the entire customer lifecycle. All in Typeform.",
      "paragraphHtml": "<p>Combine AI forms and automated workflows to drive revenue growth. Run in-depth research and manage the entire customer lifecycle. All in Typeform.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Build forms at the drop of a prompt",
      "headingHtml": "<h2 cc-number=\"20\" class=\"u-heading w-variant-0fed4bb2-14a6-fafe-e406-dba258cfa283\">Build forms at the drop of a prompt</h2>",
      "firstParagraph": "With over 48 million responses collected monthly, Typeform AI builds best-in-class forms proven to get 3.5x more data. Brand easily, customize everything.",
      "paragraphHtml": "<p>With over 48 million responses collected monthly, Typeform AI builds best-in-class forms proven to get 3.5x more data. Brand easily, customize everything.</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "High Response Rate",
      "headingHtml": "<h2 data-line-clamp=\"none\" class=\"card-content_heading u-heading-xxs\">High Response Rate</h2>",
      "firstParagraph": "Build forms people actually fill out with beautiful design and conversational logic that adapts to every response, doubling the completion rate vs. traditional forms.",
      "paragraphHtml": "<p data-line-clamp class=\"card-content_body text-sm\">Build forms people actually fill out with beautiful design and conversational logic that adapts to every response, doubling the completion rate vs. traditional forms. </p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "Deeper Insights",
      "headingHtml": "<h2 data-line-clamp=\"none\" class=\"card-content_heading u-heading-xxs\">Deeper Insights</h2>",
      "firstParagraph": "Get rich answers with video and audio responses, plus extra context from AI-generated follow-up questions that adapt as people complete your form.",
      "paragraphHtml": "<p data-line-clamp class=\"card-content_body text-sm\">Get rich answers with video and audio responses, plus extra context from AI-generated follow-up questions that adapt as people complete your form.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Advanced Analytics",
      "headingHtml": "<h2 data-line-clamp=\"none\" class=\"card-content_heading u-heading-xxs\">Advanced Analytics</h2>",
      "firstParagraph": "Dig into both qualitative and quantitative data with topic and sentiment analysis, respondent comparison, and form drop-off analysis.",
      "paragraphHtml": "<p data-line-clamp class=\"card-content_body text-sm\">Dig into both qualitative and quantitative data with topic and sentiment analysis, respondent comparison, and form drop-off analysis.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "When the form ends, the flow begins...",
      "headingHtml": "<h2 cc-number=\"15\" class=\"u-heading w-variant-2856ca8c-1473-14d3-651a-8ba7f9573f52\">When the form ends,&#x2028;the flow begins...</h2>",
      "firstParagraph": "Growth FLOW",
      "paragraphHtml": "<p class=\"u-text-eyebrow\">Growth FLOW</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Be proactive with customer data",
      "headingHtml": "<h2 cc-number=\"20\" class=\"u-heading w-variant-0fed4bb2-14a6-fafe-e406-dba258cfa283\">Be proactive with customer data</h2>",
      "firstParagraph": "Set up automations that convert and keep customers for you. As opportunities arise, Growth Flow steps in to enrich leads, create segments, and send personalized messages.",
      "paragraphHtml": "<p>Set up automations that convert and keep customers for you. As opportunities arise, Growth Flow steps in to enrich leads, create segments, and send personalized messages.</p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "Instant Lead Capture",
      "headingHtml": "<h2 data-line-clamp=\"none\" class=\"card-content_heading u-heading-xxs\">Instant Lead Capture</h2>",
      "firstParagraph": "Close deals directly in your forms. Capture e-signatures, schedule meetings with Google Calendar and Calendly, and accept payments with Stripe and Paypal.",
      "paragraphHtml": "<p data-line-clamp class=\"card-content_body text-sm\">Close deals directly in your forms. Capture e-signatures, schedule meetings with Google Calendar and Calendly, and accept payments with Stripe and Paypal.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Data Enrichment",
      "headingHtml": "<h2 data-line-clamp=\"none\" class=\"card-content_heading u-heading-xxs\">Data Enrichment</h2>",
      "firstParagraph": "Enrich data to complete customer profiles, with industry-leading match rates of up to 92% for B2B companies and 71% for B2C companies.",
      "paragraphHtml": "<p data-line-clamp class=\"card-content_body text-sm\">Enrich data to complete customer profiles, with industry-leading match rates of up to 92% for B2B companies and 71% for B2C companies.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Customer Engagement",
      "headingHtml": "<h2 data-line-clamp=\"none\" class=\"card-content_heading u-heading-xxs\">Customer Engagement</h2>",
      "firstParagraph": "Follow up instantly across email, SMS, and your favorite tools. Trigger personalized workflows from any form submission or contact update.",
      "paragraphHtml": "<p data-line-clamp class=\"card-content_body text-sm\">Follow up instantly across email, SMS, and your favorite tools. Trigger personalized workflows from any form submission or contact update.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Run fast research, moderated by AI",
      "headingHtml": "<h2 cc-number=\"20\" class=\"u-heading w-variant-0fed4bb2-14a6-fafe-e406-dba258cfa283\">Run fast research, moderated by AI</h2>",
      "firstParagraph": "Make data-backed business decisions with Research Flow. It builds your research study, conducts 1000s of AI-moderated interviews at once, and analyzes the findings. Fast.",
      "paragraphHtml": "<p>Make data-backed business decisions with Research Flow. It builds your research study, conducts 1000s of AI-moderated interviews at once, and analyzes the findings. Fast.</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "Fast Insights",
      "headingHtml": "<h2 data-line-clamp=\"none\" class=\"card-content_heading u-heading-xxs\">Fast Insights</h2>",
      "firstParagraph": "Get insights in hours, not weeks. AI handles recruiting, moderating, and synthesizing research studies from start to finish, so you uncover deep insights at light speed.",
      "paragraphHtml": "<p data-line-clamp class=\"card-content_body text-sm\">Get insights in hours, not weeks. AI handles recruiting, moderating, and synthesizing research studies from start to finish, so you uncover deep insights at light speed. </p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "Qualitative & Quantitative",
      "headingHtml": "<h2 data-line-clamp=\"none\" class=\"card-content_heading u-heading-xxs\">Qualitative &amp; Quantitative</h2>",
      "firstParagraph": "Run AI-moderated text, video, and voice interviews at survey scale and in one platform. Capture tone, hesitation, and the reasoning behind every answer.",
      "paragraphHtml": "<p data-line-clamp class=\"card-content_body text-sm\">Run AI-moderated text, video, and voice interviews at survey scale and in one platform. Capture tone, hesitation, and the reasoning behind every answer.</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Verified Panel Recruitment",
      "headingHtml": "<h2 data-line-clamp=\"none\" class=\"card-content_heading u-heading-xxs\">Verified Panel Recruitment</h2>",
      "firstParagraph": "Get the best possible insights. Use 400+ targeting criteria to reach the right audience, with built-in incentive management so you need fewer tools.",
      "paragraphHtml": "<p data-line-clamp class=\"card-content_body text-sm\">Get the best possible insights. Use 400+ targeting criteria to reach the right audience, with built-in incentive management so you need fewer tools.</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Join 150,000+ businesses driving revenue with Typeform",
      "headingHtml": "<h2 class=\"section_heading u-heading-md text-wrap-normal\">Join 150,000+ businesses driving revenue with Typeform</h2>",
      "firstParagraph": "SmartBug Media increased sales leads by 40% with one form",
      "paragraphHtml": "<p class=\"slide_social-title u-font-serif\">SmartBug Media increased sales leads by 40% with one form</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Integrate with your tech stack",
      "headingHtml": "<h2 cc-number=\"20\" class=\"u-heading w-variant-eddd2aa7-5d8f-ed27-cce3-39ebdc30fef7\">Integrate with your tech stack</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "AI forms and automation.All in Typeform.",
      "headingHtml": "<h2 cc-number=\"20\" class=\"u-heading w-variant-ff6eb04b-9877-631b-a88e-843aac8e324a\">AI forms and automation.<br>All in Typeform.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "PRODUCT",
      "headingHtml": "<h3 class=\"footer_col-heading\">PRODUCT</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Templates",
      "headingHtml": "<h3 class=\"footer_col-heading\">Templates</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Integrations",
      "headingHtml": "<h3 class=\"footer_col-heading\">Integrations</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Resources",
      "headingHtml": "<h3 class=\"footer_col-heading\">Resources</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Get to know us",
      "headingHtml": "<h3 class=\"footer_col-heading\">Get to know us</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Cookie consent",
      "headingHtml": "<h2 id=\"onetrust-policy-title\">Cookie consent</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Cookie Preference Centre",
      "headingHtml": "<h2 id=\"ot-pc-title\" aria-hidden=\"false\">Cookie Preference Centre</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Cookie Preference Centre",
      "headingHtml": "<h2 id=\"ot-pc-title-mobile\" aria-hidden=\"true\">Cookie Preference Centre</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Your Privacy",
      "headingHtml": "<h3 id=\"ot-pvcy-txt\">Your Privacy</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Strictly Necessary Cookies",
      "headingHtml": "<h3 id=\"ot-header-id-1\">Strictly Necessary Cookies</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Analytics Cookies",
      "headingHtml": "<h3 id=\"ot-header-id-2\">Analytics Cookies</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Advertising and profiling cookies",
      "headingHtml": "<h3 id=\"ot-header-id-4\">Advertising and profiling cookies</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Functional Cookies",
      "headingHtml": "<h3 id=\"ot-header-id-3\">Functional Cookies</h3>",
      "firstParagraph": "When you visit any web site, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give...",
      "paragraphHtml": "<p id=\"ot-pc-desc\" class=\"ot-grp-desc\">When you visit any web site, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalised web experience. <br> <br> Because we respect your right to privacy, you can choose not to allow some types of cookies...",
      "words": 122,
      "direct": false,
      "issue": "First paragraph is 122 words and does not look like a concise direct answer."
    },
    {
      "heading": "Cookie List",
      "headingHtml": "<h3>Cookie List</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p role=\"status\" class=\"ot-scrn-rdr\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: 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, how, benefits, cost, compare.

Details

02

Why it matters

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

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "headings": [
    {
      "text": "Your favorite forms.Now with AI automation.",
      "html": "<h2 cc-number=\"17\" class=\"u-heading w-variant-ff6eb04b-9877-631b-a88e-843aac8e324a\">Your favorite forms.<br>Now with AI automation.</h2>"
    },
    {
      "text": "Build forms at the drop of a prompt",
      "html": "<h2 cc-number=\"20\" class=\"u-heading w-variant-0fed4bb2-14a6-fafe-e406-dba258cfa283\">Build forms at the drop of a prompt</h2>"
    },
    {
      "text": "High Response Rate",
      "html": "<h2 data-line-clamp=\"none\" class=\"card-content_heading u-heading-xxs\">High Response Rate</h2>"
    },
    {
      "text": "Deeper Insights",
      "html": "<h2 data-line-clamp=\"none\" class=\"card-content_heading u-heading-xxs\">Deeper Insights</h2>"
    },
    {
      "text": "Advanced Analytics",
      "html": "<h2 data-line-clamp=\"none\" class=\"card-content_heading u-heading-xxs\">Advanced Analytics</h2>"
    },
    {
      "text": "When the form ends, the flow begins...",
      "html": "<h2 cc-number=\"15\" class=\"u-heading w-variant-2856ca8c-1473-14d3-651a-8ba7f9573f52\">When the form ends,&#x2028;the flow begins...</h2>"
    },
    {
      "text": "Be proactive with customer data",
      "html": "<h2 cc-number=\"20\" class=\"u-heading w-variant-0fed4bb2-14a6-fafe-e406-dba258cfa283\">Be proactive with customer data</h2>"
    },
    {
      "text": "Instant Lead Capture",
      "html": "<h2 data-line-clamp=\"none\" class=\"card-content_heading u-heading-xxs\">Instant Lead Capture</h2>"
    },
    {
      "text": "Data Enrichment",
      "html": "<h2 data-line-clamp=\"none\" class=\"card-content_heading u-heading-xxs\">Data Enrichment</h2>"
    },
    {
      "text": "Customer Engagement",
      "html": "<h2 data-line-clamp=\"none\" class=\"card-content_heading u-heading-xxs\">Customer Engagement</h2>"
    },
    {
      "text": "Run fast research, moderated by AI",
      "html": "<h2 cc-number=\"20\" class=\"u-heading w-variant-0fed4bb2-14a6-fafe-e406-dba258cfa283\">Run fast research, moderated by AI</h2>"
    },
    {
      "text": "Fast Insights",
      "html": "<h2 data-line-clamp=\"none\" class=\"card-content_heading u-heading-xxs\">Fast Insights</h2>"
    },
    {
      "text": "Qualitative & Quantitative",
      "html": "<h2 data-line-clamp=\"none\" class=\"card-content_heading u-heading-xxs\">Qualitative &amp; Quantitative</h2>"
    },
    {
      "text": "Verified Panel Recruitment",
      "html": "<h2 data-line-clamp=\"none\" class=\"card-content_heading u-heading-xxs\">Verified Panel Recruitment</h2>"
    },
    {
      "text": "Join 150,000+ businesses driving revenue with Typeform",
      "html": "<h2 class=\"section_heading u-heading-md text-wrap-normal\">Join 150,000+ businesses driving revenue with Typeform</h2>"
    },
    {
      "text": "Integrate with your tech stack",
      "html": "<h2 cc-number=\"20\" class=\"u-heading w-variant-eddd2aa7-5d8f-ed27-cce3-39ebdc30fef7\">Integrate with your tech stack</h2>"
    },
    {
      "text": "AI forms and automation.All in Typeform.",
      "html": "<h2 cc-number=\"20\" class=\"u-heading w-variant-ff6eb04b-9877-631b-a88e-843aac8e324a\">AI forms and automation.<br>All in Typeform.</h2>"
    },
    {
      "text": "Cookie consent",
      "html": "<h2 id=\"onetrust-policy-title\">Cookie consent</h2>"
    },
    {
      "text": "Cookie Preference Centre",
      "html": "<h2 id=\"ot-pc-title\" aria-hidden=\"false\">Cookie Preference Centre</h2>"
    },
    {
      "text": "Cookie Preference Centre",
      "html": "<h2 id=\"ot-pc-title-mobile\" aria-hidden=\"true\">Cookie Preference Centre</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Forms & Automated Workflows, Powered by AI?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Forms & Automated Workflows, Powered by AI work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Forms & Automated Workflows, Powered by AI?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Forms & Automated Workflows, Powered by AI free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Forms & Automated Workflows, Powered by AI compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Forms & Automated Workflows, Powered by AI?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Forms & Automated Workflows, Powered by AI work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Forms & Automated Workflows, Powered by AI?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Forms & Automated Workflows, Powered by AI free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Forms & Automated Workflows, Powered by AI compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

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

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

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

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

Evidence
{
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/ai/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 173369
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 173369
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 173369
          }
        ]
      },
      "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, how, benefits, cost, compare.

Details

02

Why it matters

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

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "Your favorite forms.Now with AI automation.",
      "html": "<h2 cc-number=\"17\" class=\"u-heading w-variant-ff6eb04b-9877-631b-a88e-843aac8e324a\">Your favorite forms.<br>Now with AI automation.</h2>"
    },
    {
      "text": "Build forms at the drop of a prompt",
      "html": "<h2 cc-number=\"20\" class=\"u-heading w-variant-0fed4bb2-14a6-fafe-e406-dba258cfa283\">Build forms at the drop of a prompt</h2>"
    },
    {
      "text": "High Response Rate",
      "html": "<h2 data-line-clamp=\"none\" class=\"card-content_heading u-heading-xxs\">High Response Rate</h2>"
    },
    {
      "text": "Deeper Insights",
      "html": "<h2 data-line-clamp=\"none\" class=\"card-content_heading u-heading-xxs\">Deeper Insights</h2>"
    },
    {
      "text": "Advanced Analytics",
      "html": "<h2 data-line-clamp=\"none\" class=\"card-content_heading u-heading-xxs\">Advanced Analytics</h2>"
    },
    {
      "text": "When the form ends, the flow begins...",
      "html": "<h2 cc-number=\"15\" class=\"u-heading w-variant-2856ca8c-1473-14d3-651a-8ba7f9573f52\">When the form ends,&#x2028;the flow begins...</h2>"
    },
    {
      "text": "Be proactive with customer data",
      "html": "<h2 cc-number=\"20\" class=\"u-heading w-variant-0fed4bb2-14a6-fafe-e406-dba258cfa283\">Be proactive with customer data</h2>"
    },
    {
      "text": "Instant Lead Capture",
      "html": "<h2 data-line-clamp=\"none\" class=\"card-content_heading u-heading-xxs\">Instant Lead Capture</h2>"
    },
    {
      "text": "Data Enrichment",
      "html": "<h2 data-line-clamp=\"none\" class=\"card-content_heading u-heading-xxs\">Data Enrichment</h2>"
    },
    {
      "text": "Customer Engagement",
      "html": "<h2 data-line-clamp=\"none\" class=\"card-content_heading u-heading-xxs\">Customer Engagement</h2>"
    },
    {
      "text": "Run fast research, moderated by AI",
      "html": "<h2 cc-number=\"20\" class=\"u-heading w-variant-0fed4bb2-14a6-fafe-e406-dba258cfa283\">Run fast research, moderated by AI</h2>"
    },
    {
      "text": "Fast Insights",
      "html": "<h2 data-line-clamp=\"none\" class=\"card-content_heading u-heading-xxs\">Fast Insights</h2>"
    },
    {
      "text": "Qualitative & Quantitative",
      "html": "<h2 data-line-clamp=\"none\" class=\"card-content_heading u-heading-xxs\">Qualitative &amp; Quantitative</h2>"
    },
    {
      "text": "Verified Panel Recruitment",
      "html": "<h2 data-line-clamp=\"none\" class=\"card-content_heading u-heading-xxs\">Verified Panel Recruitment</h2>"
    },
    {
      "text": "Join 150,000+ businesses driving revenue with Typeform",
      "html": "<h2 class=\"section_heading u-heading-md text-wrap-normal\">Join 150,000+ businesses driving revenue with Typeform</h2>"
    },
    {
      "text": "Integrate with your tech stack",
      "html": "<h2 cc-number=\"20\" class=\"u-heading w-variant-eddd2aa7-5d8f-ed27-cce3-39ebdc30fef7\">Integrate with your tech stack</h2>"
    },
    {
      "text": "AI forms and automation.All in Typeform.",
      "html": "<h2 cc-number=\"20\" class=\"u-heading w-variant-ff6eb04b-9877-631b-a88e-843aac8e324a\">AI forms and automation.<br>All in Typeform.</h2>"
    },
    {
      "text": "Cookie consent",
      "html": "<h2 id=\"onetrust-policy-title\">Cookie consent</h2>"
    },
    {
      "text": "Cookie Preference Centre",
      "html": "<h2 id=\"ot-pc-title\" aria-hidden=\"false\">Cookie Preference Centre</h2>"
    },
    {
      "text": "Cookie Preference Centre",
      "html": "<h2 id=\"ot-pc-title-mobile\" aria-hidden=\"true\">Cookie Preference Centre</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Forms & Automated Workflows, Powered by AI?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Forms & Automated Workflows, Powered by AI work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Forms & Automated Workflows, Powered by AI?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Forms & Automated Workflows, Powered by AI free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Forms & Automated Workflows, Powered by AI compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Forms & Automated Workflows, Powered by AI?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Forms & Automated Workflows, Powered by AI work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Forms & Automated Workflows, Powered by AI?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Forms & Automated Workflows, Powered by AI free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Forms & Automated Workflows, Powered by AI compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

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

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/openid-configuration",
            "statusCode": 403,
            "contentType": "application/xml",
            "length": 243
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 403,
            "contentType": "application/xml",
            "length": 263
          }
        ]
      },
      "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": 12,
    "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"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "register"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

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

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch protected resource metadata

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

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

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

  4. Probe protected API Bearer challenge

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 403,
        "contentType": "application/xml"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    },
    {
      "id": "metadata",
      "title": "Validate protected resource metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>8FN4Q4DTBQH2STXY</RequestId><HostId>zjlR61NzHOEP2lt2ZGwqkwlr7eqv6B+kMJlcMBmzTJkv89AmxrLARGmfDkoCri+Ysb8EPeJYTPo=</HostId></Error>"
      },
      "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.typeform.com"
      },
      "issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
      "howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
    },
    {
      "id": "protected-route-challenge",
      "title": "Probe protected API Bearer challenge",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/admin/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.typeform.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.typeform.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.typeform.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          }
        ]
      },
      "issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
      "howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 12,
    "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"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "register"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityBest PracticesBrowser audit

Browser errors were logged to the console

100 Fail

Check name

Browser errors were logged to the console

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Reduce JavaScript execution time

20 Fail

Check name

Reduce JavaScript execution time

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

44.1 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": "44.1 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": 44113.94800000008
}

Performance and AccessibilityPerformanceBrowser audit

Image optimization

15 Fail

Check name

Image optimization

Score

25/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
    },
    {
      "id": "uses-responsive-images",
      "title": "Properly size images",
      "score": 50,
      "displayValue": "Est savings of 37 KiB",
      "numericValue": 0
    }
  ]
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

15 Fail

Check name

Loading performance

Score

27/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

Evidence
{
  "checks": [
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 0,
      "displayValue": "6.9 s",
      "numericValue": 6897.879900000001
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 0,
      "displayValue": "28.3 s",
      "numericValue": 28255.425209999998
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 0,
      "displayValue": "17.2 s",
      "numericValue": 17203.26095523988
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 0,
      "displayValue": "32,500 ms",
      "numericValue": 32497.5
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 0,
      "displayValue": "2,420 ms",
      "numericValue": 2418.999999999998
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 80 ms",
      "numericValue": 77.667
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 0,
      "displayValue": "74.9 s",
      "numericValue": 74894.13680000001
    },
    {
      "id": "uses-rel-preconnect",
      "title": "Preconnect to required origins",
      "score": 100
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "40 ms",
      "numericValue": 42.815000000000005
    },
    {
      "id": "third-party-summary",
      "title": "Reduce the impact of third-party code",
      "score": 0,
      "displayValue": "Third-party code blocked the main thread for 34,540 ms"
    },
    {
      "id": "largest-contentful-paint-element",
      "title": "Largest Contentful Paint element",
      "score": 0,
      "displayValue": "28,260 ms"
    }
  ]
}

Performance and AccessibilityPerformanceBrowser audit

Ensure text remains visible during webfont load

10 Warning

Check name

Ensure text remains visible during webfont load

Score

50/100

Status

warning

Device

desktop

Category

Performance

Fix guidance

Leverage the `font-display` CSS feature to ensure text is user-visible while webfonts are loading. [Learn more about `font-display`](https://developer.chrome.com/docs/lighthouse/performance/font-display/).

Evidence
{
  "description": "Leverage the `font-display` CSS feature to ensure text is user-visible while webfonts are loading. [Learn more about `font-display`](https://developer.chrome.com/docs/lighthouse/performance/font-display/)."
}

Performance and AccessibilityPerformanceBrowser audit

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

10 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)"
}

Improve Your Score

Send the scan details to a professional with the required report context attached.

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
42/100Level 2, Agent-LimitedCurrent report
Report ID 95fda30f-b73c-4a3c-8099-5dac386a0c8f. Scanned Jun 4, 2026, 12:58 PM.
typeform.com AI SEO Report: 42/100 (Level 2, Agent-Limited)