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

OVERALL SCORE

Level 1, Not Agent-Ready

Priority improvements needed for AI agents
AIDiscoverability17%Agent Easeof Use8%Security& Trust80%GEO, AIO, AEO67%SEO0%Performance& Accessibility0%
  • AI Discoverability 17 out of 100
  • Agent Ease of Use 8 out of 100
  • Security & Trust 80 out of 100
  • GEO, AIO and AEO 67 out of 100
  • SEO 0 out of 100
  • Performance and Accessibility 0 out of 100

CAPTURED SCREENSHOT

Screenshot unavailable

What AI sees of your website

AI Innovation Workspace | Miro favicon

AI Innovation Workspace | Miro

Speed up product development from ideation to launch. Align teams, break tool silos, and ship what customers need in one AI-powered visual platform.

Detailed report scores grouped by capability area
MetricScoreStatusPassedFailedWarningEvidence
AI Discoverability
17
Priority fix4181View details
Discoverability
14
Priority fix180View details
Content Readiness
32
Priority fix361View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
8
Priority fix6240View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable040View details
MCP
25
Priority fix260View details
Skill Discovery
0
Priority fix080View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
67
Needs work5312View details
GEO Readiness
75
Mostly ready204
AIO Readiness
60
Needs work223View details
AEO Readiness
65
Needs work115View details
SEO
0
Priority fix000
SEO
0
Priority fix000
Security & Trust
80
Mostly ready810View details
Security & Trust
80
Mostly ready410View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
0
Priority fix001
Performance
0
Priority fix001
Accessibility
0
Priority fix000

Prioritized recommendations

Issues ranked by score impact

42 items need attention

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

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

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 404,
        "contentType": "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>NoSuchKey</Code><Message>The specified key does not exist.</Message><Key>static-root/.well-known/api-catalog</Key><RequestId>32YB2EP4FJBGHK2K</RequestId><HostId>1sxx8ZKqZ98O0Huz8tOoc3+Se+q5u+Tg3xORm8kYj0hNkHlTSUhd5gttZPy0H6mRLGJ7uI9oO5o=</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."
    }
  ]
}

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><html lang=\"en\" dir=\"ltr\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><title data-next-head=\"\">404 | Miro</title><meta name=\"description\" content=\"Miro is an online collaboration software created as a team collaboration and online brainstorming tool. It&#x27;s super easy to use &amp; free!\" data-next-head=\"\"/><meta name=\"robots\" content=\"noindex\" data-next-head=\"\"/><link rel=\"canonical\" href=\"https://miro.com/404/\" data-next-head=\"\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/><meta name=\"norton-safeweb-site-verification\" content=\"w9ld7s6-k1sgt064fgtd0onubirhhz5agmkbckiwizt-7qgsjt8za6wrfsby5kucji2vigd377lzy1i3q-3m5307wjol1jorj"
          },
          {
            "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><html lang=\"en\" dir=\"ltr\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><title data-next-head=\"\">404 | Miro</title><meta name=\"description\" content=\"Miro is an online collaboration software created as a team collaboration and online brainstorming tool. It&#x27;s super easy to use &amp; free!\" data-next-head=\"\"/><meta name=\"robots\" content=\"noindex\" data-next-head=\"\"/><link rel=\"canonical\" href=\"https://miro.com/404/\" data-next-head=\"\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/><meta name=\"norton-safeweb-site-verification\" content=\"w9ld7s6-k1sgt064fgtd0onubirhhz5agmkbckiwizt-7qgsjt8za6wrfsby5kucji2vigd377lzy1i3q-3m5307wjol1jorj"
          },
          {
            "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><html lang=\"en\" dir=\"ltr\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><title data-next-head=\"\">404 | Miro</title><meta name=\"description\" content=\"Miro is an online collaboration software created as a team collaboration and online brainstorming tool. It&#x27;s super easy to use &amp; free!\" data-next-head=\"\"/><meta name=\"robots\" content=\"noindex\" data-next-head=\"\"/><link rel=\"canonical\" href=\"https://miro.com/404/\" data-next-head=\"\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/><meta name=\"norton-safeweb-site-verification\" content=\"w9ld7s6-k1sgt064fgtd0onubirhhz5agmkbckiwizt-7qgsjt8za6wrfsby5kucji2vigd377lzy1i3q-3m5307wjol1jorj"
          },
          {
            "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><html lang=\"en\" dir=\"ltr\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><title data-next-head=\"\">404 | Miro</title><meta name=\"description\" content=\"Miro is an online collaboration software created as a team collaboration and online brainstorming tool. It&#x27;s super easy to use &amp; free!\" data-next-head=\"\"/><meta name=\"robots\" content=\"noindex\" data-next-head=\"\"/><link rel=\"canonical\" href=\"https://miro.com/404/\" data-next-head=\"\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/><meta name=\"norton-safeweb-site-verification\" content=\"w9ld7s6-k1sgt064fgtd0onubirhhz5agmkbckiwizt-7qgsjt8za6wrfsby5kucji2vigd377lzy1i3q-3m5307wjol1jorj"
          },
          {
            "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><html lang=\"en\" dir=\"ltr\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><title data-next-head=\"\">404 | Miro</title><meta name=\"description\" content=\"Miro is an online collaboration software created as a team collaboration and online brainstorming tool. It&#x27;s super easy to use &amp; free!\" data-next-head=\"\"/><meta name=\"robots\" content=\"noindex\" data-next-head=\"\"/><link rel=\"canonical\" href=\"https://miro.com/404/\" data-next-head=\"\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/><meta name=\"norton-safeweb-site-verification\" content=\"w9ld7s6-k1sgt064fgtd0onubirhhz5agmkbckiwizt-7qgsjt8za6wrfsby5kucji2vigd377lzy1i3q-3m5307wjol1jorj"
          },
          {
            "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><html lang=\"en\" dir=\"ltr\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><title data-next-head=\"\">404 | Miro</title><meta name=\"description\" content=\"Miro is an online collaboration software created as a team collaboration and online brainstorming tool. It&#x27;s super easy to use &amp; free!\" data-next-head=\"\"/><meta name=\"robots\" content=\"noindex\" data-next-head=\"\"/><link rel=\"canonical\" href=\"https://miro.com/404/\" data-next-head=\"\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/><meta name=\"norton-safeweb-site-verification\" content=\"w9ld7s6-k1sgt064fgtd0onubirhhz5agmkbckiwizt-7qgsjt8za6wrfsby5kucji2vigd377lzy1i3q-3m5307wjol1jorj"
          },
          {
            "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><html lang=\"en\" dir=\"ltr\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><title data-next-head=\"\">404 | Miro</title><meta name=\"description\" content=\"Miro is an online collaboration software created as a team collaboration and online brainstorming tool. It&#x27;s super easy to use &amp; free!\" data-next-head=\"\"/><meta name=\"robots\" content=\"noindex\" data-next-head=\"\"/><link rel=\"canonical\" href=\"https://miro.com/404/\" data-next-head=\"\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/><meta name=\"norton-safeweb-site-verification\" content=\"w9ld7s6-k1sgt064fgtd0onubirhhz5agmkbckiwizt-7qgsjt8za6wrfsby5kucji2vigd377lzy1i3q-3m5307wjol1jorj"
          }
        ]
      },
      "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
}

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

33 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

Agent Ease of UseMCPEmerging recommendation

mcp.json

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

33 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

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

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

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

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

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

33 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

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

02

Why it matters

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

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

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

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

33 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

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": 404,
            "contentType": "application/xml",
            "length": 330
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 404,
            "contentType": "application/xml",
            "length": 334
          },
          {
            "path": "/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 178906
          }
        ]
      },
      "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": 404,
            "contentType": "application/xml",
            "length": 318
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 404,
            "contentType": "application/xml",
            "length": 332
          }
        ]
      },
      "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": 404,
            "contentType": "application/xml",
            "length": 325
          },
          {
            "path": "/agent.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 178906
          }
        ]
      },
      "issue": "agent.json was not found at the expected path.",
      "howToFix": "Publish agent.json with awp_version, domain, intent, and typed actions that point to real same-origin API or protocol endpoints."
    }
  ]
}

Agent Ease of UseSkill DiscoveryInformational

agents.json

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

25 Fail

Needs attention

agents.json

Failed check
01

Issue

agents.json was not found at the expected path.

02

Why it matters

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

Check name

agents.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agents.json was not found at the expected path.

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

AI DiscoverabilityContent ReadinessEstablished

Author attribution

Author attribution is missing or incomplete.

20 Fail

Needs attention

Author attribution

Failed check
01

Issue

Author attribution is missing: no schema.org author/publisher; no author meta tags; no rel=author links; no visible byline detected.

02

Why it matters

Author attribution helps agents cite content responsibly, assess source credibility, and distinguish editorial pages from anonymous marketing copy.

Check name

Author attribution

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Identify content authors or publishers for trust and attribution.

Result

Author attribution is missing or incomplete.

Evidence
{
  "editorial": true,
  "schemaAuthor": false,
  "metaAuthor": false,
  "relAuthor": false,
  "visibleByline": false
}

AI DiscoverabilityContent ReadinessEmerging recommendation

llms.txt

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

20 Fail

Needs attention

llms.txt

Failed check
01

Issue

llms.txt was not found at the expected path.

02

Why it matters

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

Check name

llms.txt

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    llms.txt was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/llms.txt",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 178906
          },
          {
            "path": "/llms-full.txt",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 178906
          }
        ]
      },
      "issue": "llms.txt was not found at the expected path.",
      "howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

20 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: missing <main> landmark; invalid h1 (found 13); skipped heading levels.

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": false,
  "nav": true,
  "footer": true,
  "meaningfulH1": false,
  "headingOrder": false,
  "accessibleLinks": true,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [
      "<img decoding=\"async\" src=\"https://i.ytimg.com/vi_webp/3ODE5xkD7Uo/maxresdefault.webp\" style=\"position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover\">",
      "<img decoding=\"async\" src=\"https://i.ytimg.com/vi_webp/3ODE5xkD7Uo/maxresdefault.webp\" style=\"position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover\">",
      "<img decoding=\"async\" src=\"https://i.ytimg.com/vi_webp/3ODE5xkD7Uo/maxresdefault.webp\" style=\"position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover\">",
      "<img decoding=\"async\" src=\"https://i.ytimg.com/vi_webp/3ODE5xkD7Uo/maxresdefault.webp\" style=\"position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover\">"
    ],
    "skippedHeadingLevels": [
      "h1: The collaboration layer your AI tools are missing.",
      "h1: Research",
      "h1: Roadmaps",
      "h1: Diagrams",
      "h1: Workshops",
      "h3: Turn research into a shared direction",
      "h1: Research",
      "h1: Roadmaps",
      "h1: Diagrams",
      "h1: Workshops",
      "h3: Turn research into a shared direction",
      "h1: Research",
      "h1: Roadmaps",
      "h1: Diagrams",
      "h1: Workshops",
      "h3: Turn research into a shared direction",
      "h2: The only thing more important than moving fast is moving the needle",
      "h2: 100M+",
      "h2: 250+",
      "h2: 6,000+",
      "h2: The only thing more important than moving fast is moving the needle",
      "h2: 100M+",
      "h2: 250+",
      "h2: 6,000+",
      "h2: The only thing more important than moving fast is moving the needle",
      "h2: 100M+",
      "h2: 250+",
      "h2: 6,000+",
      "h2: Flow from idea to outcome in seconds",
      "h2: Flow from idea to outcome in seconds",
      "h2: Experience the Innovation Workspace",
      "h3: AI",
      "h3: Intelligent Canvas",
      "h3: Formats",
      "h3: Blueprints",
      "h3: Enterprise Security & Scale",
      "h3: Integrations",
      "h2: Experience the Innovation Workspace",
      "h3: AI",
      "h3: Intelligent Canvas",
      "h3: Formats",
      "h3: Blueprints",
      "h3: Enterprise Security & Scale",
      "h3: Integrations",
      "h2: Experience the Innovation Workspace",
      "h3: AI",
      "h3: Intelligent Canvas",
      "h3: Formats",
      "h3: Blueprints",
      "h3: Enterprise Security & Scale",
      "h3: Integrations",
      "h2: The AI platform for teamwork",
      "h2: The AI platform for teamwork",
      "h2: The AI platform for teamwork",
      "h2: The AI platform for teamwork",
      "h2: Need help getting started?",
      "h3: Select a plan",
      "h3: Get started fast",
      "h3: Explore the network",
      "h3: Connect with Miro users",
      "h3: Dive in to ways of working",
      "h3: Get started with Miro",
      "h2: Need help getting started?",
      "h3: Select a plan",
      "h3: Get started fast",
      "h3: Explore the network",
      "h3: Connect with Miro users",
      "h3: Dive in to ways of working",
      "h3: Get started with Miro",
      "h2: Need help getting started?",
      "h3: Select a plan",
      "h3: Get started fast",
      "h3: Explore the network",
      "h3: Connect with Miro users",
      "h3: Dive in to ways of working",
      "h3: Get started with Miro"
    ]
  },
  "counts": {
    "h1": 13,
    "headings": 76,
    "links": 330,
    "inaccessibleLinks": 0,
    "buttons": 38,
    "inaccessibleButtons": 0,
    "images": 140,
    "imagesWithAlt": 136,
    "autocompleteInputs": 0,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 0
  }
}

AI DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

17 Fail

Needs attention

FAQPage schema

Failed check
01

Issue

FAQ content was detected but no FAQPage schema was found.

02

Why it matters

FAQPage schema lets agents extract visible question-and-answer content cleanly and avoid guessing which text is an answer.

Check name

FAQPage schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Expose question-and-answer content in FAQPage structured data when FAQs are present.

Result

FAQPage schema is missing or incomplete.

Evidence
{
  "found": false,
  "visibleFaq": true,
  "allTypes": []
}

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

17 Fail

Needs attention

High-value schema types

Failed check
01

Issue

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

02

Why it matters

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

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

High-value schema types is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

JSON-LD present

JSON-LD present is missing or incomplete.

17 Fail

Needs attention

JSON-LD present

Failed check
01

Issue

No JSON-LD blocks found.

02

Why it matters

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

Check name

JSON-LD present

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

JSON-LD present is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

17 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

Evidence
{
  "failedStep": "presence",
  "steps": [
    {
      "id": "presence",
      "title": "Find useful Link headers",
      "status": "fail",
      "evidence": {
        "links": [
          {
            "url": "https://framerusercontent.com",
            "rel": "preconnect"
          },
          {
            "url": "https://framerusercontent.com",
            "rel": "preconnect"
          }
        ]
      },
      "issue": "No useful agent discovery Link headers were found.",
      "howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
    },
    {
      "id": "target-validation",
      "title": "Fetch same-origin Link header targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin Link header targets were available to fetch."
          }
        ]
      },
      "issue": "Link headers did not expose any same-origin targets to validate.",
      "howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
    }
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

Organization / WebSite schema

Organization / WebSite schema is missing or incomplete.

17 Fail

Needs attention

Organization / WebSite schema

Failed check
01

Issue

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

02

Why it matters

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

Check name

Organization / WebSite schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Identify the site owner and website entity in structured data.

Result

Organization / WebSite schema is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

Sitemap

Sitemap is missing or incomplete.

17 Fail

Needs attention

Sitemap

Failed check
01

Issue

No valid XML sitemap found at checked locations: https://a230405.sitemaphosting5.com/4194015/sitemap.xml, https://miro.com/sitemap.xml, https://miro.com/sitemap_index.xml, https://miro.com/sitemap-index.xml.

02

Why it matters

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

Check name

Sitemap

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Publish a sitemap and reference it from robots.txt.

Result

Sitemap is missing or incomplete.

Evidence
{
  "checked": [
    "https://a230405.sitemaphosting5.com/4194015/sitemap.xml",
    "https://miro.com/sitemap.xml",
    "https://miro.com/sitemap_index.xml",
    "https://miro.com/sitemap-index.xml"
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

15 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": "Mon, 01 Jun 2026 09:12:25 GMT",
  "schemaDates": [],
  "metaDateCount": 0,
  "timeDateCount": 0
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

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

10 Fail

Needs attention

AIO: Visible structured data match

Failed check
01

Issue

No JSON-LD structured data was detected.

Details

02

Why it matters

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

Check name

AIO: Visible structured data match

Score

0/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Vary: Accept header".

7 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

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

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

67/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Return HTML responses as markdown when agents request it.

Result

Markdown negotiation failed at "Vary: Accept header".

Validation steps

  1. Vary: Accept header

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

Evidence
{
  "failedStep": "vary-accept",
  "steps": [
    {
      "id": "content-type",
      "title": "Markdown content type",
      "status": "pass",
      "evidence": {
        "statusCode": 200,
        "contentType": "text/markdown; charset=utf-8"
      },
      "issue": "Content-Type \"text/markdown; 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": "pass",
      "evidence": {
        "valid": true,
        "hasHeading": true,
        "wordCount": 825,
        "excerpt": "---\ntitle: \"AI Innovation Workspace | Miro\"\ndescription: Speed up product development from ideation to launch. Align teams, break tool silos, and ship what customers need in one AI-powered visual platform.\npublished: \"Jun 1, 2026, 9:12 AM U"
      },
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

6 Fail

Needs attention

AIO: Source and trust signals

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://miro.com/solutions/product-acceleration/",
      "text": "About Product Acceleration",
      "html": "<a href=\"https://miro.com/solutions/product-acceleration/\" tabindex=\"-1\">About Product Acceleration</a>"
    },
    {
      "href": "https://miro.com/solutions/business-acceleration/",
      "text": "About Business Acceleration",
      "html": "<a href=\"https://miro.com/solutions/business-acceleration/\" tabindex=\"-1\">About Business Acceleration</a>"
    },
    {
      "href": "https://miro.com/about/",
      "text": "About Us",
      "html": "<a href=\"https://miro.com/about/\" class=\"tw:w-full tw:gap-1 tw:ps-2 tw:py-2 tw:lg:p-0 tw:font-family-noto tw:font-medium tw:text-sm tw:text-white tw:inline-flex tw:items-center tw:underline-offset-4 tw:cursor-pointer tw:no-underline tw:hover:underline tw:hover:text-white/80\">About Us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/mirohq",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/mirohq\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"tw:w-6 tw:h-6\"><img class=\"tw:align-middle\" src=\"//images.ctfassets.net/x3tur5ylnyf2/4otvnm6zLR7ji9eVZY69Zf/c2c9e910c14e8fcdeee302ccfa45c341/icon-social-linkedin.svg\" alt=\"Miro LinkedIn\" width=\"24\" height=\"24\"></a>"
    },
    {
      "href": "https://miro.com/about/",
      "text": "About Us",
      "html": "<a href=\"https://miro.com/about/\" class=\"tw:w-full tw:gap-1 tw:ps-2 tw:py-2 tw:lg:p-0 tw:font-family-noto tw:font-medium tw:text-sm tw:text-white tw:inline-flex tw:items-center tw:underline-offset-4 tw:cursor-pointer tw:no-underline tw:hover:underline tw:hover:text-white/80\">About Us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/mirohq",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/mirohq\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"tw:w-6 tw:h-6\"><img class=\"tw:align-middle\" src=\"//images.ctfassets.net/x3tur5ylnyf2/4otvnm6zLR7ji9eVZY69Zf/c2c9e910c14e8fcdeee302ccfa45c341/icon-social-linkedin.svg\" alt=\"Miro LinkedIn\" width=\"24\" height=\"24\"></a>"
    },
    {
      "href": "https://miro.com/about/",
      "text": "About Us",
      "html": "<a href=\"https://miro.com/about/\" class=\"tw:w-full tw:gap-1 tw:ps-2 tw:py-2 tw:lg:p-0 tw:font-family-noto tw:font-medium tw:text-sm tw:text-white tw:inline-flex tw:items-center tw:underline-offset-4 tw:cursor-pointer tw:no-underline tw:hover:underline tw:hover:text-white/80\">About Us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/mirohq",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/mirohq\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"tw:w-6 tw:h-6\"><img class=\"tw:align-middle\" src=\"//images.ctfassets.net/x3tur5ylnyf2/4otvnm6zLR7ji9eVZY69Zf/c2c9e910c14e8fcdeee302ccfa45c341/icon-social-linkedin.svg\" alt=\"Miro LinkedIn\" width=\"24\" height=\"24\"></a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://help.miro.com/hc/en-us",
      "text": "Help Center",
      "html": "<a href=\"https://help.miro.com/hc/en-us\" tabindex=\"-1\">Help Center</a>"
    },
    {
      "href": "https://miro.com/contact/sales/",
      "text": "Contact sales",
      "html": "<a data-tracking-id=\"top-navigation:contact-sales\" class=\"tw:inline-flex tw:bg-transparent tw:border-none tw:flex-grow-1 tw:lg:w-auto tw:lg:justify-center tw:items-center tw:gap-2 tw:whitespace-nowrap tw:rounded-md tw:text-base/6 tw:transition-all tw:shrink-0 tw:outline-none tw:font-family-pro tw:font-medium tw:focus-ring tw:p-2 tw:no-underline tw:hover:bg-gray tw:active:bg-gray tw:text-black tw:cursor-pointer tw:text-left tw:justify-center tw:w-auto\" type=\"button\" href=\"https://miro.com/cont..."
    },
    {
      "href": "https://help.miro.com/hc/en-us",
      "text": "Help Center",
      "html": "<a href=\"https://help.miro.com/hc/en-us\" class=\"tw:w-full tw:gap-1 tw:ps-2 tw:py-2 tw:lg:p-0 tw:font-family-noto tw:font-medium tw:text-sm tw:text-white tw:inline-flex tw:items-center tw:underline-offset-4 tw:cursor-pointer tw:no-underline tw:hover:underline tw:hover:text-white/80\">Help Center</a>"
    },
    {
      "href": "https://miro.com/contact/sales/",
      "text": "Contact sales",
      "html": "<a href=\"https://miro.com/contact/sales/\" class=\"tw:w-full tw:gap-1 tw:ps-2 tw:py-2 tw:lg:p-0 tw:font-family-noto tw:font-medium tw:text-sm tw:text-white tw:inline-flex tw:items-center tw:underline-offset-4 tw:cursor-pointer tw:no-underline tw:hover:underline tw:hover:text-white/80\">Contact sales<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucid..."
    },
    {
      "href": "https://help.miro.com/hc/en-us",
      "text": "Help Center",
      "html": "<a href=\"https://help.miro.com/hc/en-us\" class=\"tw:w-full tw:gap-1 tw:ps-2 tw:py-2 tw:lg:p-0 tw:font-family-noto tw:font-medium tw:text-sm tw:text-white tw:inline-flex tw:items-center tw:underline-offset-4 tw:cursor-pointer tw:no-underline tw:hover:underline tw:hover:text-white/80\">Help Center</a>"
    },
    {
      "href": "https://miro.com/contact/sales/",
      "text": "Contact sales",
      "html": "<a href=\"https://miro.com/contact/sales/\" class=\"tw:w-full tw:gap-1 tw:ps-2 tw:py-2 tw:lg:p-0 tw:font-family-noto tw:font-medium tw:text-sm tw:text-white tw:inline-flex tw:items-center tw:underline-offset-4 tw:cursor-pointer tw:no-underline tw:hover:underline tw:hover:text-white/80\">Contact sales<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucid..."
    },
    {
      "href": "https://help.miro.com/hc/en-us",
      "text": "Help Center",
      "html": "<a href=\"https://help.miro.com/hc/en-us\" class=\"tw:w-full tw:gap-1 tw:ps-2 tw:py-2 tw:lg:p-0 tw:font-family-noto tw:font-medium tw:text-sm tw:text-white tw:inline-flex tw:items-center tw:underline-offset-4 tw:cursor-pointer tw:no-underline tw:hover:underline tw:hover:text-white/80\">Help Center</a>"
    },
    {
      "href": "https://miro.com/contact/sales/",
      "text": "Contact sales",
      "html": "<a href=\"https://miro.com/contact/sales/\" class=\"tw:w-full tw:gap-1 tw:ps-2 tw:py-2 tw:lg:p-0 tw:font-family-noto tw:font-medium tw:text-sm tw:text-white tw:inline-flex tw:items-center tw:underline-offset-4 tw:cursor-pointer tw:no-underline tw:hover:underline tw:hover:text-white/80\">Contact sales<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucid..."
    }
  ],
  "privacyLinks": [
    {
      "href": "https://miro.com/legal/terms-of-service/",
      "text": "Terms of Service",
      "html": "<a class=\"tw:font-family-pro tw:text-base tw:text-white tw:no-underline tw:hover:text-white/80\" href=\"https://miro.com/legal/terms-of-service/\" rel=\"noopener noreferrer\">Terms of Service</a>"
    },
    {
      "href": "https://miro.com/legal/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a class=\"tw:font-family-pro tw:text-base tw:text-white tw:no-underline tw:hover:text-white/80\" href=\"https://miro.com/legal/privacy-policy/\" rel=\"noopener noreferrer\">Privacy Policy</a>"
    },
    {
      "href": "http://miro.com/legal/privacy-policy/?ccpa=true",
      "text": "Do Not Sell or Share My Personal Information",
      "html": "<a class=\"tw:font-family-pro tw:text-base tw:text-white tw:no-underline tw:hover:text-white/80\" href=\"http://miro.com/legal/privacy-policy/?ccpa=true\" rel=\"noopener noreferrer\">Do Not Sell or Share My Personal Information</a>"
    },
    {
      "href": "https://miro.com/legal/terms-of-service/",
      "text": "Terms of Service",
      "html": "<a class=\"tw:font-family-pro tw:text-base tw:text-white tw:no-underline tw:hover:text-white/80\" href=\"https://miro.com/legal/terms-of-service/\" rel=\"noopener noreferrer\">Terms of Service</a>"
    },
    {
      "href": "https://miro.com/legal/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a class=\"tw:font-family-pro tw:text-base tw:text-white tw:no-underline tw:hover:text-white/80\" href=\"https://miro.com/legal/privacy-policy/\" rel=\"noopener noreferrer\">Privacy Policy</a>"
    },
    {
      "href": "http://miro.com/legal/privacy-policy/?ccpa=true",
      "text": "Do Not Sell or Share My Personal Information",
      "html": "<a class=\"tw:font-family-pro tw:text-base tw:text-white tw:no-underline tw:hover:text-white/80\" href=\"http://miro.com/legal/privacy-policy/?ccpa=true\" rel=\"noopener noreferrer\">Do Not Sell or Share My Personal Information</a>"
    },
    {
      "href": "https://miro.com/legal/terms-of-service/",
      "text": "Terms of Service",
      "html": "<a class=\"tw:font-family-pro tw:text-base tw:text-white tw:no-underline tw:hover:text-white/80\" href=\"https://miro.com/legal/terms-of-service/\" rel=\"noopener noreferrer\">Terms of Service</a>"
    },
    {
      "href": "https://miro.com/legal/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a class=\"tw:font-family-pro tw:text-base tw:text-white tw:no-underline tw:hover:text-white/80\" href=\"https://miro.com/legal/privacy-policy/\" rel=\"noopener noreferrer\">Privacy Policy</a>"
    },
    {
      "href": "http://miro.com/legal/privacy-policy/?ccpa=true",
      "text": "Do Not Sell or Share My Personal Information",
      "html": "<a class=\"tw:font-family-pro tw:text-base tw:text-white tw:no-underline tw:hover:text-white/80\" href=\"http://miro.com/legal/privacy-policy/?ccpa=true\" rel=\"noopener noreferrer\">Do Not Sell or Share My Personal Information</a>"
    }
  ],
  "score": 40,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

5 Fail

Needs attention

AEO: Answer evidence and trust

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://miro.com/solutions/product-acceleration/",
      "text": "About Product Acceleration",
      "html": "<a href=\"https://miro.com/solutions/product-acceleration/\" tabindex=\"-1\">About Product Acceleration</a>"
    },
    {
      "href": "https://miro.com/solutions/business-acceleration/",
      "text": "About Business Acceleration",
      "html": "<a href=\"https://miro.com/solutions/business-acceleration/\" tabindex=\"-1\">About Business Acceleration</a>"
    },
    {
      "href": "https://miro.com/about/",
      "text": "About Us",
      "html": "<a href=\"https://miro.com/about/\" class=\"tw:w-full tw:gap-1 tw:ps-2 tw:py-2 tw:lg:p-0 tw:font-family-noto tw:font-medium tw:text-sm tw:text-white tw:inline-flex tw:items-center tw:underline-offset-4 tw:cursor-pointer tw:no-underline tw:hover:underline tw:hover:text-white/80\">About Us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/mirohq",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/mirohq\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"tw:w-6 tw:h-6\"><img class=\"tw:align-middle\" src=\"//images.ctfassets.net/x3tur5ylnyf2/4otvnm6zLR7ji9eVZY69Zf/c2c9e910c14e8fcdeee302ccfa45c341/icon-social-linkedin.svg\" alt=\"Miro LinkedIn\" width=\"24\" height=\"24\"></a>"
    },
    {
      "href": "https://miro.com/about/",
      "text": "About Us",
      "html": "<a href=\"https://miro.com/about/\" class=\"tw:w-full tw:gap-1 tw:ps-2 tw:py-2 tw:lg:p-0 tw:font-family-noto tw:font-medium tw:text-sm tw:text-white tw:inline-flex tw:items-center tw:underline-offset-4 tw:cursor-pointer tw:no-underline tw:hover:underline tw:hover:text-white/80\">About Us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/mirohq",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/mirohq\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"tw:w-6 tw:h-6\"><img class=\"tw:align-middle\" src=\"//images.ctfassets.net/x3tur5ylnyf2/4otvnm6zLR7ji9eVZY69Zf/c2c9e910c14e8fcdeee302ccfa45c341/icon-social-linkedin.svg\" alt=\"Miro LinkedIn\" width=\"24\" height=\"24\"></a>"
    },
    {
      "href": "https://miro.com/about/",
      "text": "About Us",
      "html": "<a href=\"https://miro.com/about/\" class=\"tw:w-full tw:gap-1 tw:ps-2 tw:py-2 tw:lg:p-0 tw:font-family-noto tw:font-medium tw:text-sm tw:text-white tw:inline-flex tw:items-center tw:underline-offset-4 tw:cursor-pointer tw:no-underline tw:hover:underline tw:hover:text-white/80\">About Us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/mirohq",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/mirohq\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"tw:w-6 tw:h-6\"><img class=\"tw:align-middle\" src=\"//images.ctfassets.net/x3tur5ylnyf2/4otvnm6zLR7ji9eVZY69Zf/c2c9e910c14e8fcdeee302ccfa45c341/icon-social-linkedin.svg\" alt=\"Miro LinkedIn\" width=\"24\" height=\"24\"></a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://help.miro.com/hc/en-us",
      "text": "Help Center",
      "html": "<a href=\"https://help.miro.com/hc/en-us\" tabindex=\"-1\">Help Center</a>"
    },
    {
      "href": "https://miro.com/contact/sales/",
      "text": "Contact sales",
      "html": "<a data-tracking-id=\"top-navigation:contact-sales\" class=\"tw:inline-flex tw:bg-transparent tw:border-none tw:flex-grow-1 tw:lg:w-auto tw:lg:justify-center tw:items-center tw:gap-2 tw:whitespace-nowrap tw:rounded-md tw:text-base/6 tw:transition-all tw:shrink-0 tw:outline-none tw:font-family-pro tw:font-medium tw:focus-ring tw:p-2 tw:no-underline tw:hover:bg-gray tw:active:bg-gray tw:text-black tw:cursor-pointer tw:text-left tw:justify-center tw:w-auto\" type=\"button\" href=\"https://miro.com/cont..."
    },
    {
      "href": "https://help.miro.com/hc/en-us",
      "text": "Help Center",
      "html": "<a href=\"https://help.miro.com/hc/en-us\" class=\"tw:w-full tw:gap-1 tw:ps-2 tw:py-2 tw:lg:p-0 tw:font-family-noto tw:font-medium tw:text-sm tw:text-white tw:inline-flex tw:items-center tw:underline-offset-4 tw:cursor-pointer tw:no-underline tw:hover:underline tw:hover:text-white/80\">Help Center</a>"
    },
    {
      "href": "https://miro.com/contact/sales/",
      "text": "Contact sales",
      "html": "<a href=\"https://miro.com/contact/sales/\" class=\"tw:w-full tw:gap-1 tw:ps-2 tw:py-2 tw:lg:p-0 tw:font-family-noto tw:font-medium tw:text-sm tw:text-white tw:inline-flex tw:items-center tw:underline-offset-4 tw:cursor-pointer tw:no-underline tw:hover:underline tw:hover:text-white/80\">Contact sales<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucid..."
    },
    {
      "href": "https://help.miro.com/hc/en-us",
      "text": "Help Center",
      "html": "<a href=\"https://help.miro.com/hc/en-us\" class=\"tw:w-full tw:gap-1 tw:ps-2 tw:py-2 tw:lg:p-0 tw:font-family-noto tw:font-medium tw:text-sm tw:text-white tw:inline-flex tw:items-center tw:underline-offset-4 tw:cursor-pointer tw:no-underline tw:hover:underline tw:hover:text-white/80\">Help Center</a>"
    },
    {
      "href": "https://miro.com/contact/sales/",
      "text": "Contact sales",
      "html": "<a href=\"https://miro.com/contact/sales/\" class=\"tw:w-full tw:gap-1 tw:ps-2 tw:py-2 tw:lg:p-0 tw:font-family-noto tw:font-medium tw:text-sm tw:text-white tw:inline-flex tw:items-center tw:underline-offset-4 tw:cursor-pointer tw:no-underline tw:hover:underline tw:hover:text-white/80\">Contact sales<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucid..."
    },
    {
      "href": "https://help.miro.com/hc/en-us",
      "text": "Help Center",
      "html": "<a href=\"https://help.miro.com/hc/en-us\" class=\"tw:w-full tw:gap-1 tw:ps-2 tw:py-2 tw:lg:p-0 tw:font-family-noto tw:font-medium tw:text-sm tw:text-white tw:inline-flex tw:items-center tw:underline-offset-4 tw:cursor-pointer tw:no-underline tw:hover:underline tw:hover:text-white/80\">Help Center</a>"
    },
    {
      "href": "https://miro.com/contact/sales/",
      "text": "Contact sales",
      "html": "<a href=\"https://miro.com/contact/sales/\" class=\"tw:w-full tw:gap-1 tw:ps-2 tw:py-2 tw:lg:p-0 tw:font-family-noto tw:font-medium tw:text-sm tw:text-white tw:inline-flex tw:items-center tw:underline-offset-4 tw:cursor-pointer tw:no-underline tw:hover:underline tw:hover:text-white/80\">Contact sales<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucid..."
    }
  ],
  "privacyLinks": [
    {
      "href": "https://miro.com/legal/terms-of-service/",
      "text": "Terms of Service",
      "html": "<a class=\"tw:font-family-pro tw:text-base tw:text-white tw:no-underline tw:hover:text-white/80\" href=\"https://miro.com/legal/terms-of-service/\" rel=\"noopener noreferrer\">Terms of Service</a>"
    },
    {
      "href": "https://miro.com/legal/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a class=\"tw:font-family-pro tw:text-base tw:text-white tw:no-underline tw:hover:text-white/80\" href=\"https://miro.com/legal/privacy-policy/\" rel=\"noopener noreferrer\">Privacy Policy</a>"
    },
    {
      "href": "http://miro.com/legal/privacy-policy/?ccpa=true",
      "text": "Do Not Sell or Share My Personal Information",
      "html": "<a class=\"tw:font-family-pro tw:text-base tw:text-white tw:no-underline tw:hover:text-white/80\" href=\"http://miro.com/legal/privacy-policy/?ccpa=true\" rel=\"noopener noreferrer\">Do Not Sell or Share My Personal Information</a>"
    },
    {
      "href": "https://miro.com/legal/terms-of-service/",
      "text": "Terms of Service",
      "html": "<a class=\"tw:font-family-pro tw:text-base tw:text-white tw:no-underline tw:hover:text-white/80\" href=\"https://miro.com/legal/terms-of-service/\" rel=\"noopener noreferrer\">Terms of Service</a>"
    },
    {
      "href": "https://miro.com/legal/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a class=\"tw:font-family-pro tw:text-base tw:text-white tw:no-underline tw:hover:text-white/80\" href=\"https://miro.com/legal/privacy-policy/\" rel=\"noopener noreferrer\">Privacy Policy</a>"
    },
    {
      "href": "http://miro.com/legal/privacy-policy/?ccpa=true",
      "text": "Do Not Sell or Share My Personal Information",
      "html": "<a class=\"tw:font-family-pro tw:text-base tw:text-white tw:no-underline tw:hover:text-white/80\" href=\"http://miro.com/legal/privacy-policy/?ccpa=true\" rel=\"noopener noreferrer\">Do Not Sell or Share My Personal Information</a>"
    },
    {
      "href": "https://miro.com/legal/terms-of-service/",
      "text": "Terms of Service",
      "html": "<a class=\"tw:font-family-pro tw:text-base tw:text-white tw:no-underline tw:hover:text-white/80\" href=\"https://miro.com/legal/terms-of-service/\" rel=\"noopener noreferrer\">Terms of Service</a>"
    },
    {
      "href": "https://miro.com/legal/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a class=\"tw:font-family-pro tw:text-base tw:text-white tw:no-underline tw:hover:text-white/80\" href=\"https://miro.com/legal/privacy-policy/\" rel=\"noopener noreferrer\">Privacy Policy</a>"
    },
    {
      "href": "http://miro.com/legal/privacy-policy/?ccpa=true",
      "text": "Do Not Sell or Share My Personal Information",
      "html": "<a class=\"tw:font-family-pro tw:text-base tw:text-white tw:no-underline tw:hover:text-white/80\" href=\"http://miro.com/legal/privacy-policy/?ccpa=true\" rel=\"noopener noreferrer\">Do Not Sell or Share My Personal Information</a>"
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

5 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Extraction-friendly structure

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

4 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: innovation, workspace, miro, collaboration, layer, tools, missing.

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

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

Evidence
{
  "title": "AI Innovation Workspace | Miro",
  "h1": "The collaboration layer your AI tools are missing.",
  "description": "Speed up product development from ideation to launch. Align teams, break tool silos, and ship what customers need in one AI-powered visual platform.",
  "topicOverlap": 0,
  "topicTerms": [
    "innovation",
    "workspace",
    "miro",
    "collaboration",
    "layer",
    "tools",
    "missing"
  ],
  "descriptionTerms": [
    "speed",
    "product",
    "development",
    "ideation",
    "launch",
    "align",
    "teams",
    "break",
    "tool",
    "silos",
    "ship",
    "customers",
    "need",
    "one",
    "powered",
    "visual",
    "platform"
  ],
  "missingFromDescription": [
    "innovation",
    "workspace",
    "miro",
    "collaboration",
    "layer",
    "tools",
    "missing"
  ],
  "score": 70,
  "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

60 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": 63,
  "passing": 3,
  "failing": [
    {
      "heading": "Turn research into a shared direction",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-15hz82k\" data-styles-preset=\"Mb0X7xAMZ\" dir=\"auto\">Turn research into a shared direction</h3>",
      "firstParagraph": "Pull outputs from Claude, NotebookLM, or any research tool into one canvas. Your team reviews the findings together, surfaces what matters, and commits to a direction — then flow the insights back out to your roadmap, specs, or next AI prompt.",
      "paragraphHtml": "<p dir=\"auto\" class=\"framer-text framer-styles-preset-1idlws7\">Pull outputs from Claude, NotebookLM, or any research tool into one canvas. Your team reviews the findings together, surfaces what matters, and commits to a direction &#x2014; then flow the insights back out to your roadmap, specs, or next AI prompt.</p>",
      "words": 40,
      "direct": false,
      "issue": "First paragraph is 40 words and does not look like a concise direct answer."
    },
    {
      "heading": "Turn research into a shared direction",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-15hz82k\" data-styles-preset=\"Mb0X7xAMZ\" dir=\"auto\">Turn research into a shared direction</h3>",
      "firstParagraph": "Pull outputs from Claude, NotebookLM, or any research tool into one canvas. Your team reviews the findings together, surfaces what matters, and commits to a direction — then flow the insights back out to your roadmap, specs, or next AI prompt.",
      "paragraphHtml": "<p dir=\"auto\" class=\"framer-text framer-styles-preset-1idlws7\">Pull outputs from Claude, NotebookLM, or any research tool into one canvas. Your team reviews the findings together, surfaces what matters, and commits to a direction &#x2014; then flow the insights back out to your roadmap, specs, or next AI prompt.</p>",
      "words": 40,
      "direct": false,
      "issue": "First paragraph is 40 words and does not look like a concise direct answer."
    },
    {
      "heading": "Turn research into a shared direction",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-15hz82k\" data-styles-preset=\"Mb0X7xAMZ\" dir=\"auto\">Turn research into a shared direction</h3>",
      "firstParagraph": "Pull outputs from Claude, NotebookLM, or any research tool into one canvas. Your team reviews the findings together, surfaces what matters, and commits to a direction — then flow the insights back out to your roadmap, specs, or next AI prompt.",
      "paragraphHtml": "<p dir=\"auto\" class=\"framer-text framer-styles-preset-1idlws7\">Pull outputs from Claude, NotebookLM, or any research tool into one canvas. Your team reviews the findings together, surfaces what matters, and commits to a direction &#x2014; then flow the insights back out to your roadmap, specs, or next AI prompt.</p>",
      "words": 40,
      "direct": false,
      "issue": "First paragraph is 40 words and does not look like a concise direct answer."
    },
    {
      "heading": "The only thing more important than moving fast is moving the needle",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:center\">The only thing more important <br class=\"framer-text\">than moving fast is moving the needle</h2>",
      "firstParagraph": "See how over 250,000 companies are getting great done in Miro",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1l9rn1p\" data-styles-preset=\"Hi36M4SLp\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--token-54639d21-a059-47b7-90b9-f02977a02c28, rgb(85, 90, 106)))\">See how over 250,000 companies are getting great done in Miro</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "100M+",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-115fim4\" data-styles-preset=\"nzTZxWrY2\" style=\"--framer-text-alignment:center\">100M+</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "250+",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-115fim4\" data-styles-preset=\"nzTZxWrY2\" style=\"--framer-text-alignment:center\">250+</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The only thing more important than moving fast is moving the needle",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:center\">The only thing more important <br class=\"framer-text\">than moving fast is moving the needle</h2>",
      "firstParagraph": "See how over 250,000 companies are getting great done in Miro",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1l9rn1p\" data-styles-preset=\"Hi36M4SLp\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--token-54639d21-a059-47b7-90b9-f02977a02c28, rgb(85, 90, 106)))\">See how over 250,000 companies are getting great done in Miro</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "100M+",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-115fim4\" data-styles-preset=\"nzTZxWrY2\" style=\"--framer-text-alignment:center\">100M+</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "250+",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-115fim4\" data-styles-preset=\"nzTZxWrY2\" style=\"--framer-text-alignment:center\">250+</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The only thing more important than moving fast is moving the needle",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:center\">The only thing more important <br class=\"framer-text\">than moving fast is moving the needle</h2>",
      "firstParagraph": "See how over 250,000 companies are getting great done in Miro",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1l9rn1p\" data-styles-preset=\"Hi36M4SLp\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--token-54639d21-a059-47b7-90b9-f02977a02c28, rgb(85, 90, 106)))\">See how over 250,000 companies are getting great done in Miro</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "100M+",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-115fim4\" data-styles-preset=\"nzTZxWrY2\" style=\"--framer-text-alignment:center\">100M+</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "250+",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-115fim4\" data-styles-preset=\"nzTZxWrY2\" style=\"--framer-text-alignment:center\">250+</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Flow from idea to outcome in seconds",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:center\"><span style=\"white-space:nowrap\"><span style=\"display:inline-block;opacity:0.001;transform:translateX(0px) translateY(16px) scale(1) rotate(0deg) skewX(0deg) skewY(0deg)\">F</span><span style=\"display:inline-block;opacity:0.001;transform:translateX(0px) translateY(16px) scale(1) rotate(0deg) skewX(0deg) skewY(0deg)\">l</span><span style=\"display:inline-block;opacity:0.001;t...",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Flow from idea to outcome in seconds",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:center\"><span style=\"white-space:nowrap\"><span style=\"display:inline-block;opacity:0.001;transform:translateX(0px) translateY(16px) scale(1) rotate(0deg) skewX(0deg) skewY(0deg)\">F</span><span style=\"display:inline-block;opacity:0.001;transform:translateX(0px) translateY(16px) scale(1) rotate(0deg) skewX(0deg) skewY(0deg)\">l</span><span style=\"display:inline-block;opacity:0.001;t...",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Experience the Innovation Workspace",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:left\">Experience the Innovation Workspace</h2>",
      "firstParagraph": "Slides",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:14px;--framer-letter-spacing:0px;--framer-line-height:24px;--framer-text-color:var(--extracted-r6o4lv, var(--token-7b247924-2f88-4d3a-84c5-974c03703c99, rgb(28, 28, 30)))\">Slides</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1t5jnpn\" data-styles-preset=\"a0PbjsGLA\">AI</h3>",
      "firstParagraph": "Accelerate your team with collaborative AI workflows",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" style=\"--framer-text-alignment:left\">Accelerate your team with collaborative AI workflows</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Intelligent Canvas",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1t5jnpn\" data-styles-preset=\"a0PbjsGLA\">Intelligent Canvas</h3>",
      "firstParagraph": "Empower teamwork on one, infinite, multiplayer canvas",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" style=\"--framer-text-alignment:left\">Empower teamwork on one, infinite, multiplayer canvas</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Formats",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1t5jnpn\" data-styles-preset=\"a0PbjsGLA\">Formats</h3>",
      "firstParagraph": "Move quickly from ideas to structured plans and work with Docs, Tables, Slides, Diagrams and more",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" style=\"--framer-text-alignment:left\">Move quickly from ideas to structured plans and work with Docs, Tables, Slides, Diagrams and more</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Blueprints",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1t5jnpn\" data-styles-preset=\"a0PbjsGLA\">Blueprints</h3>",
      "firstParagraph": "Automate key processes and ensure your workflows are scalable, repeatable, and efficient",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" style=\"--framer-text-alignment:left\">Automate key processes and ensure your workflows are scalable, repeatable, and efficient</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Enterprise Security & Scale",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1t5jnpn\" data-styles-preset=\"a0PbjsGLA\">Enterprise Security &amp; Scale</h3>",
      "firstParagraph": "Secure and scalable collaboration on an enterprise-grade platform you can trust",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" style=\"--framer-text-alignment:left\">Secure and scalable collaboration on an enterprise-grade platform you can trust</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Integrations",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1t5jnpn\" data-styles-preset=\"a0PbjsGLA\">Integrations</h3>",
      "firstParagraph": "Connects with 250+ apps so teams stay aligned and productive in one scalable, secure workspace.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" style=\"--framer-text-alignment:left\">Connects with 250+ apps so teams stay aligned and productive in one scalable, secure workspace.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Experience the Innovation Workspace",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:center\">Experience the Innovation Workspace</h2>",
      "firstParagraph": "Slides",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:14px;--framer-letter-spacing:0px;--framer-line-height:24px;--framer-text-color:var(--extracted-r6o4lv, var(--token-7b247924-2f88-4d3a-84c5-974c03703c99, rgb(28, 28, 30)))\">Slides</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1t5jnpn\" data-styles-preset=\"a0PbjsGLA\">AI</h3>",
      "firstParagraph": "Accelerate your team with collaborative AI workflows",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" style=\"--framer-text-alignment:left\">Accelerate your team with collaborative AI workflows</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Intelligent Canvas",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1t5jnpn\" data-styles-preset=\"a0PbjsGLA\">Intelligent Canvas</h3>",
      "firstParagraph": "Empower teamwork on one, infinite, multiplayer canvas",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" style=\"--framer-text-alignment:left\">Empower teamwork on one, infinite, multiplayer canvas</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Formats",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1t5jnpn\" data-styles-preset=\"a0PbjsGLA\">Formats</h3>",
      "firstParagraph": "Move quickly from ideas to structured plans and work with Docs, Tables, Slides, Diagrams and more",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" style=\"--framer-text-alignment:left\">Move quickly from ideas to structured plans and work with Docs, Tables, Slides, Diagrams and more</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Blueprints",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1t5jnpn\" data-styles-preset=\"a0PbjsGLA\">Blueprints</h3>",
      "firstParagraph": "Automate key processes and ensure your workflows are scalable, repeatable, and efficient",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" style=\"--framer-text-alignment:left\">Automate key processes and ensure your workflows are scalable, repeatable, and efficient</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Enterprise Security & Scale",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1t5jnpn\" data-styles-preset=\"a0PbjsGLA\">Enterprise Security &amp; Scale</h3>",
      "firstParagraph": "Secure and scalable collaboration on an enterprise-grade platform you can trust",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" style=\"--framer-text-alignment:left\">Secure and scalable collaboration on an enterprise-grade platform you can trust</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Integrations",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1t5jnpn\" data-styles-preset=\"a0PbjsGLA\">Integrations</h3>",
      "firstParagraph": "Connects with 250+ apps so teams stay aligned and productive in one scalable, secure workspace.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" style=\"--framer-text-alignment:left\">Connects with 250+ apps so teams stay aligned and productive in one scalable, secure workspace.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Experience the Innovation Workspace",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:center\">Experience the Innovation Workspace</h2>",
      "firstParagraph": "Slides",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:14px;--framer-letter-spacing:0px;--framer-line-height:24px;--framer-text-color:var(--extracted-r6o4lv, var(--token-7b247924-2f88-4d3a-84c5-974c03703c99, rgb(28, 28, 30)))\">Slides</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1t5jnpn\" data-styles-preset=\"a0PbjsGLA\">AI</h3>",
      "firstParagraph": "Accelerate your team with collaborative AI workflows",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" style=\"--framer-text-alignment:left\">Accelerate your team with collaborative AI workflows</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Intelligent Canvas",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1t5jnpn\" data-styles-preset=\"a0PbjsGLA\">Intelligent Canvas</h3>",
      "firstParagraph": "Empower teamwork on one, infinite, multiplayer canvas",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" style=\"--framer-text-alignment:left\">Empower teamwork on one, infinite, multiplayer canvas</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Formats",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1t5jnpn\" data-styles-preset=\"a0PbjsGLA\">Formats</h3>",
      "firstParagraph": "Move quickly from ideas to structured plans and work with Docs, Tables, Slides, Diagrams and more",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" style=\"--framer-text-alignment:left\">Move quickly from ideas to structured plans and work with Docs, Tables, Slides, Diagrams and more</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Blueprints",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1t5jnpn\" data-styles-preset=\"a0PbjsGLA\">Blueprints</h3>",
      "firstParagraph": "Automate key processes and ensure your workflows are scalable, repeatable, and efficient",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" style=\"--framer-text-alignment:left\">Automate key processes and ensure your workflows are scalable, repeatable, and efficient</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Enterprise Security & Scale",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1t5jnpn\" data-styles-preset=\"a0PbjsGLA\">Enterprise Security &amp; Scale</h3>",
      "firstParagraph": "Secure and scalable collaboration on an enterprise-grade platform you can trust",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" style=\"--framer-text-alignment:left\">Secure and scalable collaboration on an enterprise-grade platform you can trust</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Integrations",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1t5jnpn\" data-styles-preset=\"a0PbjsGLA\">Integrations</h3>",
      "firstParagraph": "Connects with 250+ apps so teams stay aligned and productive in one scalable, secure workspace.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" style=\"--framer-text-alignment:left\">Connects with 250+ apps so teams stay aligned and productive in one scalable, secure workspace.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "The AI platform for teamwork",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" dir=\"auto\" style=\"--framer-text-alignment:center\">The AI platform for teamwork</h2>",
      "firstParagraph": "Move beyond individual AI productivity to team and cross-team collaboration with AI.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" dir=\"auto\" style=\"--framer-text-alignment:center\">Move beyond individual AI productivity to team and cross-team collaboration with AI.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "The AI platform for teamwork",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" dir=\"auto\" style=\"--framer-text-alignment:center\">The AI platform for teamwork</h2>",
      "firstParagraph": "Move beyond individual AI productivity to team and cross-team collaboration with AI.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" dir=\"auto\" style=\"--framer-text-alignment:center\">Move beyond individual AI productivity to team and cross-team collaboration with AI.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "The AI platform for teamwork",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" dir=\"auto\" style=\"--framer-text-alignment:center\">The AI platform for teamwork</h2>",
      "firstParagraph": "Move beyond individual AI productivity to team and cross-team collaboration with AI.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" dir=\"auto\" style=\"--framer-text-alignment:center\">Move beyond individual AI productivity to team and cross-team collaboration with AI.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "The AI platform for teamwork",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" dir=\"auto\" style=\"--framer-text-alignment:center\">The AI platform for teamwork</h2>",
      "firstParagraph": "Move beyond individual AI productivity to team and cross-team collaboration with AI.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" dir=\"auto\" style=\"--framer-text-alignment:center\">Move beyond individual AI productivity to team and cross-team collaboration with AI.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Need help getting started?",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:left\">Need help getting started?</h2>",
      "firstParagraph": "Pricing",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7Tm90byBTYW5zLTYwMA==;--framer-font-family:&quot;Noto Sans&quot;, &quot;Noto Sans Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:600;--framer-line-height:145%;--framer-text-color:var(--extracted-r6o4lv, rgb(10, 174, 58))\">Pricing</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Select a plan",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:24px;--framer-letter-spacing:-0.03em;--framer-line-height:115%;--framer-text-color:var(--extracted-a0htzi, var(--token-b661b310-e5d7-4530-b157-7f2879548198, rgb(28, 28, 30)))\">Select a plan</h3>",
      "firstParagraph": "Templates",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7Tm90byBTYW5zLTYwMA==;--framer-font-family:&quot;Noto Sans&quot;, &quot;Noto Sans Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:600;--framer-line-height:145%;--framer-text-color:var(--extracted-r6o4lv, rgb(24, 117, 116))\">Templates</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get started fast",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:24px;--framer-letter-spacing:-0.03em;--framer-line-height:115%;--framer-text-color:var(--extracted-a0htzi, var(--token-b661b310-e5d7-4530-b157-7f2879548198, rgb(28, 28, 30)))\">Get started fast</h3>",
      "firstParagraph": "Solution Partners",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7Tm90byBTYW5zLTYwMA==;--framer-font-family:&quot;Noto Sans&quot;, &quot;Noto Sans Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:600;--framer-line-height:145%;--framer-text-color:var(--extracted-r6o4lv, rgb(215, 176, 41))\">Solution Partners</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Explore the network",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:24px;--framer-letter-spacing:-0.03em;--framer-line-height:115%;--framer-text-color:var(--extracted-a0htzi, var(--token-b661b310-e5d7-4530-b157-7f2879548198, rgb(28, 28, 30)))\">Explore the network</h3>",
      "firstParagraph": "Community",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7Tm90byBTYW5zLTYwMA==;--framer-font-family:&quot;Noto Sans&quot;, &quot;Noto Sans Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:600;--framer-line-height:145%;--framer-text-color:var(--extracted-r6o4lv, rgb(6, 116, 41))\">Community</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect with Miro users",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:24px;--framer-letter-spacing:-0.03em;--framer-line-height:115%;--framer-text-color:var(--extracted-a0htzi, var(--token-b661b310-e5d7-4530-b157-7f2879548198, rgb(28, 28, 30)))\">Connect with <br class=\"framer-text\">Miro users</h3>",
      "firstParagraph": "Blog",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7Tm90byBTYW5zLTYwMA==;--framer-font-family:&quot;Noto Sans&quot;, &quot;Noto Sans Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:600;--framer-line-height:145%;--framer-text-color:var(--extracted-r6o4lv, rgb(219, 134, 65))\">Blog</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Dive in to ways of working",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:24px;--framer-letter-spacing:-0.03em;--framer-line-height:115%;--framer-text-color:var(--extracted-a0htzi, var(--token-b661b310-e5d7-4530-b157-7f2879548198, rgb(28, 28, 30)))\">Dive in to ways of working</h3>",
      "firstParagraph": "Academy",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7Tm90byBTYW5zLTYwMA==;--framer-font-family:&quot;Noto Sans&quot;, &quot;Noto Sans Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:600;--framer-line-height:145%;--framer-text-color:var(--extracted-r6o4lv, rgb(101, 91, 230))\">Academy</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get started with Miro",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:24px;--framer-letter-spacing:-0.03em;--framer-line-height:115%;--framer-text-color:var(--extracted-a0htzi, var(--token-b661b310-e5d7-4530-b157-7f2879548198, rgb(28, 28, 30)))\">Get started <br class=\"framer-text\">with Miro </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Need help getting started?",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:left\">Need help getting started?</h2>",
      "firstParagraph": "Pricing",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7Tm90byBTYW5zLTYwMA==;--framer-font-family:&quot;Noto Sans&quot;, &quot;Noto Sans Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:600;--framer-line-height:145%;--framer-text-color:var(--extracted-r6o4lv, rgb(10, 174, 58))\">Pricing</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Select a plan",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:24px;--framer-letter-spacing:-0.03em;--framer-line-height:115%;--framer-text-color:var(--extracted-a0htzi, var(--token-b661b310-e5d7-4530-b157-7f2879548198, rgb(28, 28, 30)))\">Select a plan</h3>",
      "firstParagraph": "Templates",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7Tm90byBTYW5zLTYwMA==;--framer-font-family:&quot;Noto Sans&quot;, &quot;Noto Sans Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:600;--framer-line-height:145%;--framer-text-color:var(--extracted-r6o4lv, rgb(24, 117, 116))\">Templates</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get started fast",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:24px;--framer-letter-spacing:-0.03em;--framer-line-height:115%;--framer-text-color:var(--extracted-a0htzi, var(--token-b661b310-e5d7-4530-b157-7f2879548198, rgb(28, 28, 30)))\">Get started fast</h3>",
      "firstParagraph": "Solution Partners",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7Tm90byBTYW5zLTYwMA==;--framer-font-family:&quot;Noto Sans&quot;, &quot;Noto Sans Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:600;--framer-line-height:145%;--framer-text-color:var(--extracted-r6o4lv, rgb(215, 176, 41))\">Solution Partners</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Explore the network",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:24px;--framer-letter-spacing:-0.03em;--framer-line-height:115%;--framer-text-color:var(--extracted-a0htzi, var(--token-b661b310-e5d7-4530-b157-7f2879548198, rgb(28, 28, 30)))\">Explore the network</h3>",
      "firstParagraph": "Community",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7Tm90byBTYW5zLTYwMA==;--framer-font-family:&quot;Noto Sans&quot;, &quot;Noto Sans Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:600;--framer-line-height:145%;--framer-text-color:var(--extracted-r6o4lv, rgb(6, 116, 41))\">Community</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect with Miro users",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:24px;--framer-letter-spacing:-0.03em;--framer-line-height:115%;--framer-text-color:var(--extracted-a0htzi, var(--token-b661b310-e5d7-4530-b157-7f2879548198, rgb(28, 28, 30)))\">Connect with <br class=\"framer-text\">Miro users</h3>",
      "firstParagraph": "Blog",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7Tm90byBTYW5zLTYwMA==;--framer-font-family:&quot;Noto Sans&quot;, &quot;Noto Sans Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:600;--framer-line-height:145%;--framer-text-color:var(--extracted-r6o4lv, rgb(219, 134, 65))\">Blog</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Dive in to ways of working",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:24px;--framer-letter-spacing:-0.03em;--framer-line-height:115%;--framer-text-color:var(--extracted-a0htzi, var(--token-b661b310-e5d7-4530-b157-7f2879548198, rgb(28, 28, 30)))\">Dive in to ways of working</h3>",
      "firstParagraph": "Academy",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7Tm90byBTYW5zLTYwMA==;--framer-font-family:&quot;Noto Sans&quot;, &quot;Noto Sans Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:600;--framer-line-height:145%;--framer-text-color:var(--extracted-r6o4lv, rgb(101, 91, 230))\">Academy</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get started with Miro",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:24px;--framer-letter-spacing:-0.03em;--framer-line-height:115%;--framer-text-color:var(--extracted-a0htzi, var(--token-b661b310-e5d7-4530-b157-7f2879548198, rgb(28, 28, 30)))\">Get started <br class=\"framer-text\">with Miro </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Need help getting started?",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:left\">Need help getting started?</h2>",
      "firstParagraph": "Pricing",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7Tm90byBTYW5zLTYwMA==;--framer-font-family:&quot;Noto Sans&quot;, &quot;Noto Sans Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:600;--framer-line-height:145%;--framer-text-color:var(--extracted-r6o4lv, rgb(10, 174, 58))\">Pricing</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Select a plan",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:24px;--framer-letter-spacing:-0.03em;--framer-line-height:115%;--framer-text-color:var(--extracted-a0htzi, var(--token-b661b310-e5d7-4530-b157-7f2879548198, rgb(28, 28, 30)))\">Select a plan</h3>",
      "firstParagraph": "Templates",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7Tm90byBTYW5zLTYwMA==;--framer-font-family:&quot;Noto Sans&quot;, &quot;Noto Sans Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:600;--framer-line-height:145%;--framer-text-color:var(--extracted-r6o4lv, rgb(24, 117, 116))\">Templates</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get started fast",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:24px;--framer-letter-spacing:-0.03em;--framer-line-height:115%;--framer-text-color:var(--extracted-a0htzi, var(--token-b661b310-e5d7-4530-b157-7f2879548198, rgb(28, 28, 30)))\">Get started fast</h3>",
      "firstParagraph": "Solution Partners",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7Tm90byBTYW5zLTYwMA==;--framer-font-family:&quot;Noto Sans&quot;, &quot;Noto Sans Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:600;--framer-line-height:145%;--framer-text-color:var(--extracted-r6o4lv, rgb(215, 176, 41))\">Solution Partners</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Explore the network",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:24px;--framer-letter-spacing:-0.03em;--framer-line-height:115%;--framer-text-color:var(--extracted-a0htzi, var(--token-b661b310-e5d7-4530-b157-7f2879548198, rgb(28, 28, 30)))\">Explore the network</h3>",
      "firstParagraph": "Community",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7Tm90byBTYW5zLTYwMA==;--framer-font-family:&quot;Noto Sans&quot;, &quot;Noto Sans Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:600;--framer-line-height:145%;--framer-text-color:var(--extracted-r6o4lv, rgb(6, 116, 41))\">Community</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect with Miro users",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:24px;--framer-letter-spacing:-0.03em;--framer-line-height:115%;--framer-text-color:var(--extracted-a0htzi, var(--token-b661b310-e5d7-4530-b157-7f2879548198, rgb(28, 28, 30)))\">Connect with <br class=\"framer-text\">Miro users</h3>",
      "firstParagraph": "Blog",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7Tm90byBTYW5zLTYwMA==;--framer-font-family:&quot;Noto Sans&quot;, &quot;Noto Sans Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:600;--framer-line-height:145%;--framer-text-color:var(--extracted-r6o4lv, rgb(219, 134, 65))\">Blog</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Dive in to ways of working",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:24px;--framer-letter-spacing:-0.03em;--framer-line-height:115%;--framer-text-color:var(--extracted-a0htzi, var(--token-b661b310-e5d7-4530-b157-7f2879548198, rgb(28, 28, 30)))\">Dive in to ways of working</h3>",
      "firstParagraph": "Academy",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7Tm90byBTYW5zLTYwMA==;--framer-font-family:&quot;Noto Sans&quot;, &quot;Noto Sans Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:600;--framer-line-height:145%;--framer-text-color:var(--extracted-r6o4lv, rgb(101, 91, 230))\">Academy</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get started with Miro",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:24px;--framer-letter-spacing:-0.03em;--framer-line-height:115%;--framer-text-color:var(--extracted-a0htzi, var(--token-b661b310-e5d7-4530-b157-7f2879548198, rgb(28, 28, 30)))\">Get started <br class=\"framer-text\">with Miro </h3>",
      "firstParagraph": "Product",
      "paragraphHtml": "<p class=\"tw:font-family-pro tw:font-bold tw:tracking-wide tw:mb-4 tw:text-lg\">Product</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 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

3 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": 3,
  "citablePassages": 0,
  "failingCandidateParagraphs": [
    {
      "index": 3,
      "heading": "H3: Turn research into a shared direction",
      "text": "Pull outputs from Claude, NotebookLM, or any research tool into one canvas. Your team reviews the findings together, surfaces what matters, and commits to a direction — then flow the insights back out to your roadmap, specs, or next AI prompt.",
      "words": 40,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (40 words; target 80-220)."
      ],
      "html": "<p dir=\"auto\" class=\"framer-text framer-styles-preset-1idlws7\">Pull outputs from Claude, NotebookLM, or any research tool into one canvas. Your team reviews the findings together, surfaces what matters, and commits to a direction &#x2014; then flow the insights back out to your roadmap, specs, or next AI prompt.</p>"
    },
    {
      "index": 5,
      "heading": "H3: Turn research into a shared direction",
      "text": "Pull outputs from Claude, NotebookLM, or any research tool into one canvas. Your team reviews the findings together, surfaces what matters, and commits to a direction — then flow the insights back out to your roadmap, specs, or next AI prompt.",
      "words": 40,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (40 words; target 80-220)."
      ],
      "html": "<p dir=\"auto\" class=\"framer-text framer-styles-preset-1idlws7\">Pull outputs from Claude, NotebookLM, or any research tool into one canvas. Your team reviews the findings together, surfaces what matters, and commits to a direction &#x2014; then flow the insights back out to your roadmap, specs, or next AI prompt.</p>"
    },
    {
      "index": 7,
      "heading": "H3: Turn research into a shared direction",
      "text": "Pull outputs from Claude, NotebookLM, or any research tool into one canvas. Your team reviews the findings together, surfaces what matters, and commits to a direction — then flow the insights back out to your roadmap, specs, or next AI prompt.",
      "words": 40,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (40 words; target 80-220)."
      ],
      "html": "<p dir=\"auto\" class=\"framer-text framer-styles-preset-1idlws7\">Pull outputs from Claude, NotebookLM, or any research tool into one canvas. Your team reviews the findings together, surfaces what matters, and commits to a direction &#x2014; then flow the insights back out to your roadmap, specs, or next AI prompt.</p>"
    }
  ],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

2 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

60 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": 24,
  "questionH2s": [
    {
      "index": 22,
      "text": "Need help getting started?",
      "isQuestion": true,
      "html": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:left\">Need help getting started?</h2>"
    },
    {
      "index": 23,
      "text": "Need help getting started?",
      "isQuestion": true,
      "html": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:left\">Need help getting started?</h2>"
    },
    {
      "index": 24,
      "text": "Need help getting started?",
      "isQuestion": true,
      "html": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:left\">Need help getting started?</h2>"
    }
  ],
  "hasFaq": false,
  "score": 70,
  "weight": 18
}

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: innovation, workspace, miro, collaboration, layer, tools, missing.

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": "AI Innovation Workspace | Miro",
  "h1": "The collaboration layer your AI tools are missing.",
  "description": "Speed up product development from ideation to launch. Align teams, break tool silos, and ship what customers need in one AI-powered visual platform.",
  "topicOverlap": 0,
  "definitionCount": 4,
  "topicTerms": [
    "innovation",
    "workspace",
    "miro",
    "collaboration",
    "layer",
    "tools",
    "missing"
  ],
  "descriptionTerms": [
    "speed",
    "product",
    "development",
    "ideation",
    "launch",
    "align",
    "teams",
    "break",
    "tool",
    "silos",
    "ship",
    "customers",
    "need",
    "one",
    "powered",
    "visual",
    "platform"
  ],
  "missingFromDescription": [
    "innovation",
    "workspace",
    "miro",
    "collaboration",
    "layer",
    "tools",
    "missing"
  ],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

60 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": 63,
  "passing": 3,
  "failing": [
    {
      "heading": "Turn research into a shared direction",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-15hz82k\" data-styles-preset=\"Mb0X7xAMZ\" dir=\"auto\">Turn research into a shared direction</h3>",
      "firstParagraph": "Pull outputs from Claude, NotebookLM, or any research tool into one canvas. Your team reviews the findings together, surfaces what matters, and commits to a direction — then flow the insights back out to your roadmap, specs, or next AI prompt.",
      "paragraphHtml": "<p dir=\"auto\" class=\"framer-text framer-styles-preset-1idlws7\">Pull outputs from Claude, NotebookLM, or any research tool into one canvas. Your team reviews the findings together, surfaces what matters, and commits to a direction &#x2014; then flow the insights back out to your roadmap, specs, or next AI prompt.</p>",
      "words": 40,
      "direct": false,
      "issue": "First paragraph is 40 words and does not look like a concise direct answer."
    },
    {
      "heading": "Turn research into a shared direction",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-15hz82k\" data-styles-preset=\"Mb0X7xAMZ\" dir=\"auto\">Turn research into a shared direction</h3>",
      "firstParagraph": "Pull outputs from Claude, NotebookLM, or any research tool into one canvas. Your team reviews the findings together, surfaces what matters, and commits to a direction — then flow the insights back out to your roadmap, specs, or next AI prompt.",
      "paragraphHtml": "<p dir=\"auto\" class=\"framer-text framer-styles-preset-1idlws7\">Pull outputs from Claude, NotebookLM, or any research tool into one canvas. Your team reviews the findings together, surfaces what matters, and commits to a direction &#x2014; then flow the insights back out to your roadmap, specs, or next AI prompt.</p>",
      "words": 40,
      "direct": false,
      "issue": "First paragraph is 40 words and does not look like a concise direct answer."
    },
    {
      "heading": "Turn research into a shared direction",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-15hz82k\" data-styles-preset=\"Mb0X7xAMZ\" dir=\"auto\">Turn research into a shared direction</h3>",
      "firstParagraph": "Pull outputs from Claude, NotebookLM, or any research tool into one canvas. Your team reviews the findings together, surfaces what matters, and commits to a direction — then flow the insights back out to your roadmap, specs, or next AI prompt.",
      "paragraphHtml": "<p dir=\"auto\" class=\"framer-text framer-styles-preset-1idlws7\">Pull outputs from Claude, NotebookLM, or any research tool into one canvas. Your team reviews the findings together, surfaces what matters, and commits to a direction &#x2014; then flow the insights back out to your roadmap, specs, or next AI prompt.</p>",
      "words": 40,
      "direct": false,
      "issue": "First paragraph is 40 words and does not look like a concise direct answer."
    },
    {
      "heading": "The only thing more important than moving fast is moving the needle",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:center\">The only thing more important <br class=\"framer-text\">than moving fast is moving the needle</h2>",
      "firstParagraph": "See how over 250,000 companies are getting great done in Miro",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1l9rn1p\" data-styles-preset=\"Hi36M4SLp\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--token-54639d21-a059-47b7-90b9-f02977a02c28, rgb(85, 90, 106)))\">See how over 250,000 companies are getting great done in Miro</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "100M+",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-115fim4\" data-styles-preset=\"nzTZxWrY2\" style=\"--framer-text-alignment:center\">100M+</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "250+",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-115fim4\" data-styles-preset=\"nzTZxWrY2\" style=\"--framer-text-alignment:center\">250+</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The only thing more important than moving fast is moving the needle",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:center\">The only thing more important <br class=\"framer-text\">than moving fast is moving the needle</h2>",
      "firstParagraph": "See how over 250,000 companies are getting great done in Miro",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1l9rn1p\" data-styles-preset=\"Hi36M4SLp\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--token-54639d21-a059-47b7-90b9-f02977a02c28, rgb(85, 90, 106)))\">See how over 250,000 companies are getting great done in Miro</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "100M+",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-115fim4\" data-styles-preset=\"nzTZxWrY2\" style=\"--framer-text-alignment:center\">100M+</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "250+",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-115fim4\" data-styles-preset=\"nzTZxWrY2\" style=\"--framer-text-alignment:center\">250+</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The only thing more important than moving fast is moving the needle",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:center\">The only thing more important <br class=\"framer-text\">than moving fast is moving the needle</h2>",
      "firstParagraph": "See how over 250,000 companies are getting great done in Miro",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1l9rn1p\" data-styles-preset=\"Hi36M4SLp\" style=\"--framer-text-color:var(--extracted-r6o4lv, var(--token-54639d21-a059-47b7-90b9-f02977a02c28, rgb(85, 90, 106)))\">See how over 250,000 companies are getting great done in Miro</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "100M+",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-115fim4\" data-styles-preset=\"nzTZxWrY2\" style=\"--framer-text-alignment:center\">100M+</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "250+",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-115fim4\" data-styles-preset=\"nzTZxWrY2\" style=\"--framer-text-alignment:center\">250+</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Flow from idea to outcome in seconds",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:center\"><span style=\"white-space:nowrap\"><span style=\"display:inline-block;opacity:0.001;transform:translateX(0px) translateY(16px) scale(1) rotate(0deg) skewX(0deg) skewY(0deg)\">F</span><span style=\"display:inline-block;opacity:0.001;transform:translateX(0px) translateY(16px) scale(1) rotate(0deg) skewX(0deg) skewY(0deg)\">l</span><span style=\"display:inline-block;opacity:0.001;t...",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Flow from idea to outcome in seconds",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:center\"><span style=\"white-space:nowrap\"><span style=\"display:inline-block;opacity:0.001;transform:translateX(0px) translateY(16px) scale(1) rotate(0deg) skewX(0deg) skewY(0deg)\">F</span><span style=\"display:inline-block;opacity:0.001;transform:translateX(0px) translateY(16px) scale(1) rotate(0deg) skewX(0deg) skewY(0deg)\">l</span><span style=\"display:inline-block;opacity:0.001;t...",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Experience the Innovation Workspace",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:left\">Experience the Innovation Workspace</h2>",
      "firstParagraph": "Slides",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:14px;--framer-letter-spacing:0px;--framer-line-height:24px;--framer-text-color:var(--extracted-r6o4lv, var(--token-7b247924-2f88-4d3a-84c5-974c03703c99, rgb(28, 28, 30)))\">Slides</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1t5jnpn\" data-styles-preset=\"a0PbjsGLA\">AI</h3>",
      "firstParagraph": "Accelerate your team with collaborative AI workflows",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" style=\"--framer-text-alignment:left\">Accelerate your team with collaborative AI workflows</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Intelligent Canvas",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1t5jnpn\" data-styles-preset=\"a0PbjsGLA\">Intelligent Canvas</h3>",
      "firstParagraph": "Empower teamwork on one, infinite, multiplayer canvas",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" style=\"--framer-text-alignment:left\">Empower teamwork on one, infinite, multiplayer canvas</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Formats",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1t5jnpn\" data-styles-preset=\"a0PbjsGLA\">Formats</h3>",
      "firstParagraph": "Move quickly from ideas to structured plans and work with Docs, Tables, Slides, Diagrams and more",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" style=\"--framer-text-alignment:left\">Move quickly from ideas to structured plans and work with Docs, Tables, Slides, Diagrams and more</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Blueprints",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1t5jnpn\" data-styles-preset=\"a0PbjsGLA\">Blueprints</h3>",
      "firstParagraph": "Automate key processes and ensure your workflows are scalable, repeatable, and efficient",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" style=\"--framer-text-alignment:left\">Automate key processes and ensure your workflows are scalable, repeatable, and efficient</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Enterprise Security & Scale",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1t5jnpn\" data-styles-preset=\"a0PbjsGLA\">Enterprise Security &amp; Scale</h3>",
      "firstParagraph": "Secure and scalable collaboration on an enterprise-grade platform you can trust",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" style=\"--framer-text-alignment:left\">Secure and scalable collaboration on an enterprise-grade platform you can trust</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Integrations",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1t5jnpn\" data-styles-preset=\"a0PbjsGLA\">Integrations</h3>",
      "firstParagraph": "Connects with 250+ apps so teams stay aligned and productive in one scalable, secure workspace.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" style=\"--framer-text-alignment:left\">Connects with 250+ apps so teams stay aligned and productive in one scalable, secure workspace.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Experience the Innovation Workspace",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:center\">Experience the Innovation Workspace</h2>",
      "firstParagraph": "Slides",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:14px;--framer-letter-spacing:0px;--framer-line-height:24px;--framer-text-color:var(--extracted-r6o4lv, var(--token-7b247924-2f88-4d3a-84c5-974c03703c99, rgb(28, 28, 30)))\">Slides</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1t5jnpn\" data-styles-preset=\"a0PbjsGLA\">AI</h3>",
      "firstParagraph": "Accelerate your team with collaborative AI workflows",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" style=\"--framer-text-alignment:left\">Accelerate your team with collaborative AI workflows</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Intelligent Canvas",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1t5jnpn\" data-styles-preset=\"a0PbjsGLA\">Intelligent Canvas</h3>",
      "firstParagraph": "Empower teamwork on one, infinite, multiplayer canvas",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" style=\"--framer-text-alignment:left\">Empower teamwork on one, infinite, multiplayer canvas</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Formats",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1t5jnpn\" data-styles-preset=\"a0PbjsGLA\">Formats</h3>",
      "firstParagraph": "Move quickly from ideas to structured plans and work with Docs, Tables, Slides, Diagrams and more",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" style=\"--framer-text-alignment:left\">Move quickly from ideas to structured plans and work with Docs, Tables, Slides, Diagrams and more</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Blueprints",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1t5jnpn\" data-styles-preset=\"a0PbjsGLA\">Blueprints</h3>",
      "firstParagraph": "Automate key processes and ensure your workflows are scalable, repeatable, and efficient",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" style=\"--framer-text-alignment:left\">Automate key processes and ensure your workflows are scalable, repeatable, and efficient</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Enterprise Security & Scale",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1t5jnpn\" data-styles-preset=\"a0PbjsGLA\">Enterprise Security &amp; Scale</h3>",
      "firstParagraph": "Secure and scalable collaboration on an enterprise-grade platform you can trust",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" style=\"--framer-text-alignment:left\">Secure and scalable collaboration on an enterprise-grade platform you can trust</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Integrations",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1t5jnpn\" data-styles-preset=\"a0PbjsGLA\">Integrations</h3>",
      "firstParagraph": "Connects with 250+ apps so teams stay aligned and productive in one scalable, secure workspace.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" style=\"--framer-text-alignment:left\">Connects with 250+ apps so teams stay aligned and productive in one scalable, secure workspace.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Experience the Innovation Workspace",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:center\">Experience the Innovation Workspace</h2>",
      "firstParagraph": "Slides",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:14px;--framer-letter-spacing:0px;--framer-line-height:24px;--framer-text-color:var(--extracted-r6o4lv, var(--token-7b247924-2f88-4d3a-84c5-974c03703c99, rgb(28, 28, 30)))\">Slides</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1t5jnpn\" data-styles-preset=\"a0PbjsGLA\">AI</h3>",
      "firstParagraph": "Accelerate your team with collaborative AI workflows",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" style=\"--framer-text-alignment:left\">Accelerate your team with collaborative AI workflows</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Intelligent Canvas",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1t5jnpn\" data-styles-preset=\"a0PbjsGLA\">Intelligent Canvas</h3>",
      "firstParagraph": "Empower teamwork on one, infinite, multiplayer canvas",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" style=\"--framer-text-alignment:left\">Empower teamwork on one, infinite, multiplayer canvas</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Formats",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1t5jnpn\" data-styles-preset=\"a0PbjsGLA\">Formats</h3>",
      "firstParagraph": "Move quickly from ideas to structured plans and work with Docs, Tables, Slides, Diagrams and more",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" style=\"--framer-text-alignment:left\">Move quickly from ideas to structured plans and work with Docs, Tables, Slides, Diagrams and more</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Blueprints",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1t5jnpn\" data-styles-preset=\"a0PbjsGLA\">Blueprints</h3>",
      "firstParagraph": "Automate key processes and ensure your workflows are scalable, repeatable, and efficient",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" style=\"--framer-text-alignment:left\">Automate key processes and ensure your workflows are scalable, repeatable, and efficient</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Enterprise Security & Scale",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1t5jnpn\" data-styles-preset=\"a0PbjsGLA\">Enterprise Security &amp; Scale</h3>",
      "firstParagraph": "Secure and scalable collaboration on an enterprise-grade platform you can trust",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" style=\"--framer-text-alignment:left\">Secure and scalable collaboration on an enterprise-grade platform you can trust</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Integrations",
      "headingHtml": "<h3 class=\"framer-text framer-styles-preset-1t5jnpn\" data-styles-preset=\"a0PbjsGLA\">Integrations</h3>",
      "firstParagraph": "Connects with 250+ apps so teams stay aligned and productive in one scalable, secure workspace.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" style=\"--framer-text-alignment:left\">Connects with 250+ apps so teams stay aligned and productive in one scalable, secure workspace.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "The AI platform for teamwork",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" dir=\"auto\" style=\"--framer-text-alignment:center\">The AI platform for teamwork</h2>",
      "firstParagraph": "Move beyond individual AI productivity to team and cross-team collaboration with AI.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" dir=\"auto\" style=\"--framer-text-alignment:center\">Move beyond individual AI productivity to team and cross-team collaboration with AI.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "The AI platform for teamwork",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" dir=\"auto\" style=\"--framer-text-alignment:center\">The AI platform for teamwork</h2>",
      "firstParagraph": "Move beyond individual AI productivity to team and cross-team collaboration with AI.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" dir=\"auto\" style=\"--framer-text-alignment:center\">Move beyond individual AI productivity to team and cross-team collaboration with AI.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "The AI platform for teamwork",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" dir=\"auto\" style=\"--framer-text-alignment:center\">The AI platform for teamwork</h2>",
      "firstParagraph": "Move beyond individual AI productivity to team and cross-team collaboration with AI.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" dir=\"auto\" style=\"--framer-text-alignment:center\">Move beyond individual AI productivity to team and cross-team collaboration with AI.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "The AI platform for teamwork",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" dir=\"auto\" style=\"--framer-text-alignment:center\">The AI platform for teamwork</h2>",
      "firstParagraph": "Move beyond individual AI productivity to team and cross-team collaboration with AI.",
      "paragraphHtml": "<p class=\"framer-text framer-styles-preset-1idlws7\" data-styles-preset=\"A5nvI44OA\" dir=\"auto\" style=\"--framer-text-alignment:center\">Move beyond individual AI productivity to team and cross-team collaboration with AI.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Need help getting started?",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:left\">Need help getting started?</h2>",
      "firstParagraph": "Pricing",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7Tm90byBTYW5zLTYwMA==;--framer-font-family:&quot;Noto Sans&quot;, &quot;Noto Sans Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:600;--framer-line-height:145%;--framer-text-color:var(--extracted-r6o4lv, rgb(10, 174, 58))\">Pricing</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Select a plan",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:24px;--framer-letter-spacing:-0.03em;--framer-line-height:115%;--framer-text-color:var(--extracted-a0htzi, var(--token-b661b310-e5d7-4530-b157-7f2879548198, rgb(28, 28, 30)))\">Select a plan</h3>",
      "firstParagraph": "Templates",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7Tm90byBTYW5zLTYwMA==;--framer-font-family:&quot;Noto Sans&quot;, &quot;Noto Sans Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:600;--framer-line-height:145%;--framer-text-color:var(--extracted-r6o4lv, rgb(24, 117, 116))\">Templates</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get started fast",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:24px;--framer-letter-spacing:-0.03em;--framer-line-height:115%;--framer-text-color:var(--extracted-a0htzi, var(--token-b661b310-e5d7-4530-b157-7f2879548198, rgb(28, 28, 30)))\">Get started fast</h3>",
      "firstParagraph": "Solution Partners",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7Tm90byBTYW5zLTYwMA==;--framer-font-family:&quot;Noto Sans&quot;, &quot;Noto Sans Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:600;--framer-line-height:145%;--framer-text-color:var(--extracted-r6o4lv, rgb(215, 176, 41))\">Solution Partners</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Explore the network",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:24px;--framer-letter-spacing:-0.03em;--framer-line-height:115%;--framer-text-color:var(--extracted-a0htzi, var(--token-b661b310-e5d7-4530-b157-7f2879548198, rgb(28, 28, 30)))\">Explore the network</h3>",
      "firstParagraph": "Community",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7Tm90byBTYW5zLTYwMA==;--framer-font-family:&quot;Noto Sans&quot;, &quot;Noto Sans Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:600;--framer-line-height:145%;--framer-text-color:var(--extracted-r6o4lv, rgb(6, 116, 41))\">Community</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect with Miro users",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:24px;--framer-letter-spacing:-0.03em;--framer-line-height:115%;--framer-text-color:var(--extracted-a0htzi, var(--token-b661b310-e5d7-4530-b157-7f2879548198, rgb(28, 28, 30)))\">Connect with <br class=\"framer-text\">Miro users</h3>",
      "firstParagraph": "Blog",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7Tm90byBTYW5zLTYwMA==;--framer-font-family:&quot;Noto Sans&quot;, &quot;Noto Sans Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:600;--framer-line-height:145%;--framer-text-color:var(--extracted-r6o4lv, rgb(219, 134, 65))\">Blog</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Dive in to ways of working",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:24px;--framer-letter-spacing:-0.03em;--framer-line-height:115%;--framer-text-color:var(--extracted-a0htzi, var(--token-b661b310-e5d7-4530-b157-7f2879548198, rgb(28, 28, 30)))\">Dive in to ways of working</h3>",
      "firstParagraph": "Academy",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7Tm90byBTYW5zLTYwMA==;--framer-font-family:&quot;Noto Sans&quot;, &quot;Noto Sans Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:600;--framer-line-height:145%;--framer-text-color:var(--extracted-r6o4lv, rgb(101, 91, 230))\">Academy</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get started with Miro",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:24px;--framer-letter-spacing:-0.03em;--framer-line-height:115%;--framer-text-color:var(--extracted-a0htzi, var(--token-b661b310-e5d7-4530-b157-7f2879548198, rgb(28, 28, 30)))\">Get started <br class=\"framer-text\">with Miro </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Need help getting started?",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:left\">Need help getting started?</h2>",
      "firstParagraph": "Pricing",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7Tm90byBTYW5zLTYwMA==;--framer-font-family:&quot;Noto Sans&quot;, &quot;Noto Sans Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:600;--framer-line-height:145%;--framer-text-color:var(--extracted-r6o4lv, rgb(10, 174, 58))\">Pricing</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Select a plan",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:24px;--framer-letter-spacing:-0.03em;--framer-line-height:115%;--framer-text-color:var(--extracted-a0htzi, var(--token-b661b310-e5d7-4530-b157-7f2879548198, rgb(28, 28, 30)))\">Select a plan</h3>",
      "firstParagraph": "Templates",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7Tm90byBTYW5zLTYwMA==;--framer-font-family:&quot;Noto Sans&quot;, &quot;Noto Sans Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:600;--framer-line-height:145%;--framer-text-color:var(--extracted-r6o4lv, rgb(24, 117, 116))\">Templates</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get started fast",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:24px;--framer-letter-spacing:-0.03em;--framer-line-height:115%;--framer-text-color:var(--extracted-a0htzi, var(--token-b661b310-e5d7-4530-b157-7f2879548198, rgb(28, 28, 30)))\">Get started fast</h3>",
      "firstParagraph": "Solution Partners",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7Tm90byBTYW5zLTYwMA==;--framer-font-family:&quot;Noto Sans&quot;, &quot;Noto Sans Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:600;--framer-line-height:145%;--framer-text-color:var(--extracted-r6o4lv, rgb(215, 176, 41))\">Solution Partners</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Explore the network",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:24px;--framer-letter-spacing:-0.03em;--framer-line-height:115%;--framer-text-color:var(--extracted-a0htzi, var(--token-b661b310-e5d7-4530-b157-7f2879548198, rgb(28, 28, 30)))\">Explore the network</h3>",
      "firstParagraph": "Community",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7Tm90byBTYW5zLTYwMA==;--framer-font-family:&quot;Noto Sans&quot;, &quot;Noto Sans Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:600;--framer-line-height:145%;--framer-text-color:var(--extracted-r6o4lv, rgb(6, 116, 41))\">Community</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect with Miro users",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:24px;--framer-letter-spacing:-0.03em;--framer-line-height:115%;--framer-text-color:var(--extracted-a0htzi, var(--token-b661b310-e5d7-4530-b157-7f2879548198, rgb(28, 28, 30)))\">Connect with <br class=\"framer-text\">Miro users</h3>",
      "firstParagraph": "Blog",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7Tm90byBTYW5zLTYwMA==;--framer-font-family:&quot;Noto Sans&quot;, &quot;Noto Sans Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:600;--framer-line-height:145%;--framer-text-color:var(--extracted-r6o4lv, rgb(219, 134, 65))\">Blog</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Dive in to ways of working",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:24px;--framer-letter-spacing:-0.03em;--framer-line-height:115%;--framer-text-color:var(--extracted-a0htzi, var(--token-b661b310-e5d7-4530-b157-7f2879548198, rgb(28, 28, 30)))\">Dive in to ways of working</h3>",
      "firstParagraph": "Academy",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7Tm90byBTYW5zLTYwMA==;--framer-font-family:&quot;Noto Sans&quot;, &quot;Noto Sans Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:600;--framer-line-height:145%;--framer-text-color:var(--extracted-r6o4lv, rgb(101, 91, 230))\">Academy</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get started with Miro",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:24px;--framer-letter-spacing:-0.03em;--framer-line-height:115%;--framer-text-color:var(--extracted-a0htzi, var(--token-b661b310-e5d7-4530-b157-7f2879548198, rgb(28, 28, 30)))\">Get started <br class=\"framer-text\">with Miro </h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Need help getting started?",
      "headingHtml": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:left\">Need help getting started?</h2>",
      "firstParagraph": "Pricing",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7Tm90byBTYW5zLTYwMA==;--framer-font-family:&quot;Noto Sans&quot;, &quot;Noto Sans Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:600;--framer-line-height:145%;--framer-text-color:var(--extracted-r6o4lv, rgb(10, 174, 58))\">Pricing</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Select a plan",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:24px;--framer-letter-spacing:-0.03em;--framer-line-height:115%;--framer-text-color:var(--extracted-a0htzi, var(--token-b661b310-e5d7-4530-b157-7f2879548198, rgb(28, 28, 30)))\">Select a plan</h3>",
      "firstParagraph": "Templates",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7Tm90byBTYW5zLTYwMA==;--framer-font-family:&quot;Noto Sans&quot;, &quot;Noto Sans Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:600;--framer-line-height:145%;--framer-text-color:var(--extracted-r6o4lv, rgb(24, 117, 116))\">Templates</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get started fast",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:24px;--framer-letter-spacing:-0.03em;--framer-line-height:115%;--framer-text-color:var(--extracted-a0htzi, var(--token-b661b310-e5d7-4530-b157-7f2879548198, rgb(28, 28, 30)))\">Get started fast</h3>",
      "firstParagraph": "Solution Partners",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7Tm90byBTYW5zLTYwMA==;--framer-font-family:&quot;Noto Sans&quot;, &quot;Noto Sans Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:600;--framer-line-height:145%;--framer-text-color:var(--extracted-r6o4lv, rgb(215, 176, 41))\">Solution Partners</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Explore the network",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:24px;--framer-letter-spacing:-0.03em;--framer-line-height:115%;--framer-text-color:var(--extracted-a0htzi, var(--token-b661b310-e5d7-4530-b157-7f2879548198, rgb(28, 28, 30)))\">Explore the network</h3>",
      "firstParagraph": "Community",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7Tm90byBTYW5zLTYwMA==;--framer-font-family:&quot;Noto Sans&quot;, &quot;Noto Sans Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:600;--framer-line-height:145%;--framer-text-color:var(--extracted-r6o4lv, rgb(6, 116, 41))\">Community</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Connect with Miro users",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:24px;--framer-letter-spacing:-0.03em;--framer-line-height:115%;--framer-text-color:var(--extracted-a0htzi, var(--token-b661b310-e5d7-4530-b157-7f2879548198, rgb(28, 28, 30)))\">Connect with <br class=\"framer-text\">Miro users</h3>",
      "firstParagraph": "Blog",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7Tm90byBTYW5zLTYwMA==;--framer-font-family:&quot;Noto Sans&quot;, &quot;Noto Sans Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:600;--framer-line-height:145%;--framer-text-color:var(--extracted-r6o4lv, rgb(219, 134, 65))\">Blog</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Dive in to ways of working",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:24px;--framer-letter-spacing:-0.03em;--framer-line-height:115%;--framer-text-color:var(--extracted-a0htzi, var(--token-b661b310-e5d7-4530-b157-7f2879548198, rgb(28, 28, 30)))\">Dive in to ways of working</h3>",
      "firstParagraph": "Academy",
      "paragraphHtml": "<p class=\"framer-text\" style=\"--font-selector:R0Y7Tm90byBTYW5zLTYwMA==;--framer-font-family:&quot;Noto Sans&quot;, &quot;Noto Sans Placeholder&quot;, sans-serif;--framer-font-size:14px;--framer-font-weight:600;--framer-line-height:145%;--framer-text-color:var(--extracted-r6o4lv, rgb(101, 91, 230))\">Academy</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get started with Miro",
      "headingHtml": "<h3 class=\"framer-text\" style=\"--font-selector:Q1VTVE9NO1Jvb2JlcnQgUFJPIE1lZGl1bQ==;--framer-font-family:&quot;Roobert PRO Medium&quot;, sans-serif;--framer-font-size:24px;--framer-letter-spacing:-0.03em;--framer-line-height:115%;--framer-text-color:var(--extracted-a0htzi, var(--token-b661b310-e5d7-4530-b157-7f2879548198, rgb(28, 28, 30)))\">Get started <br class=\"framer-text\">with Miro </h3>",
      "firstParagraph": "Product",
      "paragraphHtml": "<p class=\"tw:font-family-pro tw:font-bold tw:tracking-wide tw:mb-4 tw:text-lg\">Product</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

1 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Page experience for AIO

Score

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "viewportContent": "width=device-width",
  "visibleWords": 1621,
  "htmlBytes": 999884,
  "imagesMissingDimensions": [
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 170 30\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 60.554 30 C 54.4 30 48.688 28.159 44.88 24.716 C 42.126 22.227 40.562 18.682 40.596 14.966 C 40.596 11.284 42.126 7.739 44.88 5.25 C 48.416 2.045 54.672 0 60.554 0 C 67.082 0 72.284 1.636 76.262 5.284 C 78.982 7.773 80.512 11.318 80.478 15 C 80.444 18.682 78.948 22.193 76.262 24.75 C 72.556 28.193 66.742 30 60.554 30 L 60.554 26.045 C 63.818 26.045 66.844 24.92 68.986 22.807 C 71.128 20.693 72.08 18.136 72.08 14.966 C 72.08 11.932 71.026 9.136 68.986 7.125 C 66.912 5.045 63.784 3.886 60.554 3.886 C 57.324 3.886 54.23 5.045 52.122 7.125 C 50.116 9.136 49.062 11.966 49.062 14.966 C 48.994 17.898 50.116 20.693 52.122 22.807 C 54.196 24.886 57.324 26.045 60.554 26.045 Z M 15.572 0 C 12.274 0 8.534 0.614 5.372 2.045 C 2.414 3.375 0 5.489 0 9 C 0 10.841 0.68 12.648 1.972 13.977 C 2.822 14.761 4.216 16.125 7.786 16.909 C 9.384 17.25 12.818 17.795 16.252 18.17 C 19.686 18.545 22.984 18.852 24.344 19.227 C 25.432 19.5 27.234 19.875 27.234 21.92 C 27.234 23.966 25.33 24.58 24.99 24.716 C 24.65 24.852 22.372 25.909 18.224 25.909 C 15.504 25.841 12.784 25.364 10.166 24.511 C 8.636 23.966 7.004 23.216 5.508 21.375 C 4.896 20.523 4.556 19.466 4.522 18.409 L 0.782 18.409 L 0.782 28.909 L 4.93 28.909 L 4.93 27.477 C 4.93 27.136 5.202 26.898 5.508 26.864 C 5.61 26.864 5.712 26.898 5.814 26.966 C 7.786 27.818 9.792 28.466 11.9 28.943 C 14.076 29.386 15.504 29.727 18.19 29.727 C 21.046 29.795 23.902 29.386 26.656 28.534 C 28.458 28.023 30.192 27.205 31.688 26.045 C 33.388 24.716 34.408 22.67 34.374 20.523 C 34.374 18.511 33.592 16.534 32.198 15.102 C 31.416 14.352 30.498 13.705 29.512 13.261 C 28.458 12.784 27.336 12.375 26.214 12.102 C 24.072 11.557 19.21 10.909 16.898 10.67 C 14.484 10.432 10.268 10.057 8.568 9.545 C 8.058 9.375 7.004 8.898 7.004 7.67 C 7.004 6.818 7.48 6.068 8.432 5.489 C 9.928 4.534 12.954 3.955 16.082 3.955 C 19.108 3.92 22.134 4.5 24.956 5.693 C 25.704 6.034 26.418 6.443 27.064 6.955 C 28.118 7.841 28.832 9.068 29.138 10.432 L 32.504 10.432 L 32.504 1.33 L 28.764 1.33 L 28.764 2.386 C 28.764 2.727 28.424 3.17 27.744 2.795 C 26.112 1.943 21.352 0.034 15.572 0 Z M 97.648 1.67 L 115.94 18.205 L 115.77 7.057 C 115.736 5.591 115.498 4.977 113.9 4.977 L 110.466 4.977 L 110.466 1.67 L 126.106 1.67 L 126.106 5.011 L 122.74 5.011 C 121.142 5.011 121.04 5.523 121.006 7.091 L 121.278 28.364 L 115.94 28.364 L 94.894 9.511 L 94.894 22.875 C 94.894 24.341 94.962 25.023 96.458 25.023 L 100.198 25.023 L 100.198 28.364 L 84.864 28.364 L 84.864 25.023 L 88.468 25.023 C 89.794 25.023 89.76 23.727 89.76 22.807 L 89.76 7.193 C 89.76 6.17 89.624 5.011 87.516 5.011 L 84.592 5.011 L 84.592 1.67 Z M 143.956 25.023 C 144.262 25.023 144.568 24.989 144.874 24.955 C 145.18 24.852 145.452 24.614 145.588 24.307 C 145.622 24.068 145.656 23.83 145.656 23.591 L 145.656 18.341 C 145.656 18.17 145.656 18.17 145.418 17.898 C 145.18 17.625 135.83 6.989 135.422 6.511 C 134.878 5.932 133.96 5.045 132.532 5.045 L 129.302 5.045 L 129.302 1.67 L 147.628 1.67 L 147.628 5.011 L 145.418 5.011 C 144.908 5.011 144.568 5.489 145.01 6.034 C 145.01 6.034 151.164 13.432 151.232 13.5 C 151.3 13.568 151.334 13.602 151.402 13.534 C 151.47 13.466 157.726 6.102 157.76 6.034 C 157.964 5.761 157.93 5.352 157.624 5.148 C 157.488 5.045 157.352 5.011 157.216 5.011 L 154.938 5.011 L 154.938 1.67 L 170 1.67 L 170 5.011 L 166.634 5.011 C 165.41 5.011 164.934 5.25 164.016 6.273 L 153.884 17.83 C 153.782 17.966 153.748 18.136 153.748 18.307 L 153.748 23.557 C 153.748 23.795 153.782 24.034 153.816 24.273 C 153.952 24.58 154.224 24.818 154.53 24.92 C 154.836 24.955 155.142 24.989 155.448 24.989 L 158.882 24.989 L 158.882 28.33 L 140.658 28.33 L 140.658 24.989 Z\" fill=\"rgb(28, 28, 30)\" height=\"30px\" id=\"FEsc_kdJo\" width=\"170.00000294672873px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-lqwTj framer-1bgbdbl\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 170 30&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 60.554 30 C 54.4 30 48.688 28.159 44.88 24.716 C 42.126 22.227 40.562 18.682 40.596 14.966 C 40.596 11.284 42.126 7.739 44.88 5.25 C 48.416 2.045 54.672 0 60.554 0 C 67.082 0 72.284 1.636 76.262 5.284 C 78.982 7.773 80.512 11.318 80.478 15 C 80.444 18.682 78.948 22...."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 89 30\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 89 0.004 L 89 22.409 L 83.926 22.409 L 83.926 0.004 Z M 82.054 7.559 L 82.054 22.441 L 77.543 22.441 L 77.543 21.16 C 76.982 21.708 76.322 22.143 75.597 22.441 C 74.87 22.757 74.083 22.917 73.238 22.917 C 72.175 22.917 71.193 22.719 70.289 22.323 C 69.401 21.917 68.599 21.341 67.93 20.628 C 67.26 19.914 66.729 19.079 66.336 18.129 C 65.964 17.157 65.777 16.113 65.777 15.003 C 65.777 13.893 65.964 12.859 66.336 11.909 C 66.729 10.938 67.26 10.093 67.93 9.379 C 68.595 8.668 69.398 8.101 70.289 7.712 C 71.193 7.294 72.175 7.085 73.238 7.085 C 74.083 7.085 74.87 7.246 75.597 7.562 C 76.322 7.858 76.983 8.293 77.543 8.843 L 77.543 7.563 L 82.054 7.563 Z M 74.059 18.393 C 74.983 18.393 75.738 18.077 76.328 17.44 C 76.939 16.806 77.242 15.992 77.242 15 C 77.242 14.008 76.939 13.194 76.328 12.56 C 75.738 11.927 74.98 11.607 74.059 11.607 C 73.138 11.607 72.369 11.923 71.758 12.56 C 71.169 13.194 70.872 14.008 70.872 15 C 70.872 15.992 71.169 16.806 71.758 17.44 C 72.369 18.073 73.134 18.393 74.059 18.393 Z M 58.543 0 C 59.881 0 61.019 0.188 61.964 0.564 C 62.909 0.94 63.706 1.465 64.355 2.14 C 65.019 2.829 65.549 3.636 65.917 4.521 C 66.289 5.416 66.476 6.376 66.476 7.409 C 66.476 8.443 66.289 9.404 65.917 10.298 C 65.55 11.184 65.02 11.991 64.355 12.679 C 63.706 13.354 62.909 13.879 61.964 14.255 C 61.019 14.631 59.881 14.819 58.543 14.819 L 56.094 14.819 L 56.094 22.437 L 50.93 22.437 L 50.93 0 Z M 57.805 10.208 C 58.495 10.208 59.022 10.138 59.398 9.999 C 59.791 9.839 60.115 9.64 60.371 9.404 C 60.902 8.906 61.168 8.241 61.168 7.409 C 61.168 6.578 60.902 5.913 60.371 5.416 C 60.115 5.179 59.791 4.987 59.398 4.851 C 59.026 4.691 58.495 4.615 57.805 4.615 L 56.094 4.615 L 56.094 10.211 L 57.805 10.211 Z M 31.914 7.559 L 37.519 7.559 L 41.323 14.701 L 41.382 14.701 L 44.773 7.559 L 49.964 7.559 L 38.844 30 L 33.68 30 L 38.754 19.733 L 31.911 7.559 Z M 30.909 7.559 L 30.909 22.441 L 26.397 22.441 L 26.397 21.16 C 25.837 21.708 25.177 22.143 24.452 22.441 C 23.724 22.757 22.938 22.917 22.093 22.917 C 21.031 22.917 20.048 22.719 19.144 22.323 C 18.256 21.917 17.454 21.341 16.785 20.628 C 16.116 19.914 15.585 19.079 15.191 18.129 C 14.819 17.157 14.633 16.113 14.633 15.003 C 14.633 13.893 14.819 12.859 15.191 11.909 C 15.585 10.938 16.116 10.093 16.785 9.379 C 17.45 8.668 18.253 8.101 19.144 7.712 C 20.048 7.294 21.031 7.085 22.093 7.085 C 22.938 7.085 23.725 7.246 24.452 7.562 C 25.177 7.858 25.838 8.293 26.398 8.843 L 26.398 7.563 L 30.91 7.563 L 30.91 7.559 Z M 22.914 18.393 C 23.839 18.393 24.594 18.077 25.187 17.44 C 25.797 16.806 26.101 15.992 26.101 15 C 26.101 14.008 25.797 13.194 25.187 12.56 C 24.597 11.927 23.839 11.607 22.914 11.607 C 21.99 11.607 21.224 11.923 20.613 12.56 C 20.023 13.194 19.727 14.008 19.727 15 C 19.727 15.992 20.023 16.806 20.613 17.44 C 21.224 18.073 21.99 18.393 22.914 18.393 Z M 7.609 0 C 8.948 0 10.085 0.188 11.031 0.564 C 11.976 0.94 12.773 1.465 13.421 2.14 C 14.085 2.829 14.615 3.636 14.984 4.521 C 15.356 5.416 15.542 6.376 15.542 7.409 C 15.542 8.443 15.356 9.404 14.984 10.298 C 14.617 11.184 14.087 11.991 13.421 12.679 C 12.773 13.354 11.976 13.879 11.031 14.255 C 10.085 14.631 8.947 14.819 7.609 14.819 L 5.16 14.819 L 5.16 22.437 L 0 22.437 L 0 0 Z M 6.874 10.208 C 7.564 10.208 8.092 10.138 8.468 9.999 C 8.861 9.839 9.185 9.64 9.441 9.404 C 9.972 8.906 10.237 8.241 10.237 7.409 C 10.237 6.578 9.972 5.913 9.441 5.416 C 9.185 5.179 8.861 4.987 8.468 4.851 C 8.096 4.691 7.564 4.615 6.874 4.615 L 5.163 4.615 L 5.163 10.211 L 6.874 10.211 Z\" fill=\"rgb(28, 28, 30)\" height=\"30px\" id=\"zcVR3eWPD\" width=\"88.99999956595593px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-Qrjgq framer-1ol6knx\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 89 30&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 89 0.004 L 89 22.409 L 83.926 22.409 L 83.926 0.004 Z M 82.054 7.559 L 82.054 22.441 L 77.543 22.441 L 77.543 21.16 C 76.982 21.708 76.322 22.143 75.597 22.441 C 74.87 22.757 74.083 22.917 73.238 22.917 C 72.175 22.917 71.193 22.719 70.289 22.323 C 69.401 21.917 68.5..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 100 28\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 0.249 7.777 C 0.249 7.777 4.02 0 12.757 0 C 19.661 0 27.21 4.918 27.21 14.653 C 27.21 22.117 21.093 28.144 13.688 28.144 C 5.538 28.144 0.001 21.591 0.001 14.635 C -0.038 11.228 1.359 8.571 1.359 8.571 Z M 3.532 7.284 L 3.765 7.494 C 5.257 6.332 7.855 5.016 10.915 5.016 C 16.449 5.016 21.047 9.439 21.047 14.648 C 21.047 19.125 18.032 22.981 13.511 22.981 C 9.962 22.981 7.145 20.493 7.145 16.901 C 7.145 14.966 8.37 12.997 8.8 12.661 L 8.57 12.412 C 7 13.391 5.598 15.23 5.598 17.867 C 5.598 22.432 9.543 25.762 13.916 25.762 C 19.857 25.762 24.955 21.048 24.955 14.269 C 24.955 7.874 19.658 2.373 12.832 2.373 C 8.867 2.373 5.485 4.273 3.532 7.284 Z M 2.357 15.758 C 2.357 17.348 2.965 18.688 2.965 18.688 L 3.289 18.57 C 2.865 14.394 5.754 9.396 11.255 9.396 C 14.245 9.396 16.776 11.086 18.322 13.127 L 18.635 13.008 C 17.774 9.692 14.326 7.356 10.796 7.356 C 6.138 7.356 2.357 11.154 2.357 15.758 Z M 16.138 16.098 C 16.138 14.489 14.801 13.134 13.129 13.134 C 11.435 13.134 9.55 14.6 9.55 16.792 C 9.55 18.919 11.283 20.501 13.243 20.501 C 15.292 20.501 16.296 18.925 16.296 18.925 L 15.283 18.218 C 15.283 18.218 16.138 17.429 16.138 16.098 Z\" fill=\"rgb(28, 28, 30)\" height=\"28.14361501217514px\" id=\"fKe6hOc8x\" transform=\"translate(0 -0.071)\" width=\"27.21043802753836px\"/><path d=\"M 0 7.436 L 0 0 L 2.669 0 L 2.669 7.232 C 2.669 8.638 3.408 9.85 5.084 9.85 C 6.613 9.85 7.47 8.796 7.47 7.096 L 7.47 0 L 10.138 0 L 10.138 7.232 C 10.138 10.35 8.208 12.379 5.056 12.379 C 2.058 12.379 0 10.455 0 7.436 Z\" fill=\"rgb(28, 28, 30)\" height=\"12.37910153846155px\" id=\"rJqURhCZv\" transform=\"translate(33.169 8.088)\" width=\"10.138153846153834px\"/><path d=\"M 0 12.155 L 0 0 L 4.25 0 C 6.005 0 8.041 0.837 8.041 2.962 C 8.041 5.089 6.43 5.536 6.43 5.536 C 6.43 5.536 8.605 6.087 8.605 8.573 C 8.605 10.954 6.605 12.155 4.25 12.155 Z M 3.979 2.309 L 2.689 2.309 L 2.689 4.889 L 4.047 4.889 C 4.961 4.889 5.447 4.335 5.447 3.601 C 5.447 2.78 4.874 2.309 3.979 2.309 Z M 4.115 6.79 L 2.689 6.79 L 2.689 9.819 L 4.25 9.819 C 5.319 9.819 5.92 9.258 5.92 8.301 C 5.92 7.479 5.456 6.79 4.115 6.79 Z\" fill=\"rgb(28, 28, 30)\" height=\"12.155015338765704px\" id=\"QiKOvVLWQ\" transform=\"translate(44.605 8.191)\" width=\"8.60495999999997px\"/><path d=\"M 2.682 0 L 0 0 L 0 12.155 L 2.682 12.155 Z\" fill=\"rgb(28, 28, 30)\" height=\"12.155015384615426px\" id=\"T9YipDeBa\" transform=\"translate(54.22 8.19)\" width=\"2.6821415384615435px\"/><path d=\"M 0 12.155 L 2.682 12.155 L 2.682 7.334 L 7.911 7.334 L 7.911 5.297 L 2.682 5.297 L 2.682 2.513 L 8.421 2.513 L 8.421 0 L 0 0 Z\" fill=\"rgb(28, 28, 30)\" height=\"12.155015384615426px\" id=\"P4O3yJJzP\" transform=\"translate(80.804 8.19)\" width=\"8.420763076923052px\"/><path d=\"M 0 2.513 L 0 0 L 9.575 0 L 9.575 2.513 L 6.18 2.513 L 6.18 12.155 L 3.463 12.155 L 3.463 2.513 Z\" fill=\"rgb(28, 28, 30)\" height=\"12.155015384615426px\" id=\"F8JBE5dON\" transform=\"translate(90.209 8.19)\" width=\"9.575138461538486px\"/><path d=\"M 0 9.886 L 2.13 8.328 C 2.13 8.328 2.75 10.101 4.534 10.101 C 5.434 10.107 6.013 9.568 6.013 8.835 C 6.013 7.922 5.039 7.551 3.91 7.121 C 2.35 6.527 0.495 5.82 0.495 3.418 C 0.495 1.682 1.888 0 4.51 0 C 7.701 0 8.534 2.219 8.534 2.219 L 6.402 3.715 C 6.402 3.715 5.852 2.294 4.403 2.294 C 3.5 2.294 3.011 2.78 3.011 3.33 C 3.011 4.203 4.003 4.561 5.157 4.978 C 6.767 5.559 8.694 6.255 8.694 8.622 C 8.694 11.144 6.885 12.579 4.427 12.579 C 0.736 12.579 0 9.886 0 9.886 Z\" fill=\"rgb(28, 28, 30)\" height=\"12.578633846153824px\" id=\"UtLwKHwqt\" transform=\"translate(57.833 7.976)\" width=\"8.69421538461539px\"/><path d=\"M 1.636 1.715 C 1.636 1.715 3.044 0 6.203 0 C 9.906 0 12.503 2.749 12.503 6.296 C 12.503 9.623 10.228 12.582 6.218 12.582 C 2.767 12.582 0 10.278 0 6.691 C 0 3.574 2.044 2.122 2.044 2.122 Z M 9.791 6.285 C 9.791 4.16 8.402 2.523 6.26 2.523 C 4.443 2.523 3.504 3.582 3.504 3.582 L 3.945 4.023 C 3.945 4.023 2.727 4.807 2.727 6.606 C 2.727 8.582 4.128 10.071 6.26 10.071 C 8.418 10.071 9.791 8.389 9.791 6.285 Z\" fill=\"rgb(28, 28, 30)\" height=\"12.581528591542774px\" id=\"VC_4U4S3D\" transform=\"translate(67.251 7.97)\" width=\"12.503249260113051px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-aFqiq framer-d9592u\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 100 28&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 0.249 7.777 C 0.249 7.777 4.02 0 12.757 0 C 19.661 0 27.21 4.918 27.21 14.653 C 27.21 22.117 21.093 28.144 13.688 28.144 C 5.538 28.144 0.001 21.591 0.001 14.635 C -0.038 11.228 1.359 8.571 1.359 8.571 Z M 3.532 7.284 L 3.765 7.494 C 5.257 6.332 7.855 5.016 10.915 5...."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 92 41\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 0 0 L 92 0 L 92 37 L 0 37 Z M 26.609 16.988 C 30.151 8.68 38.393 2.855 47.997 2.855 C 57.599 2.855 65.844 8.68 69.383 16.991 L 69.386 16.991 C 69.591 17.554 70.13 17.956 70.763 17.956 C 71.571 17.956 72.226 17.299 72.226 16.493 C 72.226 16.297 72.194 16.113 72.124 15.94 C 68.123 6.567 58.825 0 47.995 0 C 37.165 0 27.869 6.564 23.873 15.93 C 23.798 16.1 23.769 16.294 23.769 16.491 C 23.769 17.299 24.423 17.953 25.232 17.953 C 25.864 17.953 26.388 17.557 26.609 16.988 Z M 13.431 32.118 C 13.351 32.365 13.165 32.522 12.817 32.522 L 10.865 32.522 C 10.546 32.522 10.384 32.431 10.304 32.118 L 8.462 25.229 C 8.276 24.533 8.196 23.722 8.087 22.911 C 8.007 23.722 7.901 24.554 7.714 25.229 L 5.872 32.118 C 5.819 32.365 5.606 32.522 5.258 32.522 L 3.279 32.522 C 2.96 32.522 2.798 32.431 2.718 32.118 L 0.017 22.212 C -0.063 21.874 0.15 21.67 0.445 21.67 L 1.7 21.67 C 2.046 21.67 2.234 21.784 2.314 22.122 L 4.027 29.191 C 4.21 30.001 4.266 30.833 4.346 31.599 C 4.479 30.855 4.585 29.98 4.8 29.214 L 6.699 22.1 C 6.779 21.808 7.021 21.672 7.342 21.672 L 8.89 21.672 C 9.209 21.672 9.477 21.832 9.557 22.124 L 11.482 29.217 C 11.698 29.983 11.804 30.839 11.91 31.602 C 12.017 30.857 12.126 29.983 12.285 29.217 L 13.862 22.103 C 13.915 21.81 14.181 21.675 14.503 21.675 L 15.678 21.675 C 15.973 21.675 16.186 21.856 16.106 22.193 Z M 23.886 32.625 C 20.788 32.625 18.754 30.496 18.754 27.026 C 18.754 23.581 20.786 21.486 23.886 21.486 C 26.989 21.486 28.965 23.581 28.965 27.026 C 28.962 30.493 26.986 32.625 23.886 32.625 Z M 23.833 22.996 C 21.99 22.996 20.975 24.323 20.975 27.026 C 20.975 29.797 21.99 31.137 23.833 31.137 C 25.676 31.137 26.691 29.797 26.691 27.026 C 26.691 24.323 25.678 22.996 23.833 22.996 Z M 38.938 23.201 C 38.859 23.517 38.619 23.717 38.162 23.605 C 37.787 23.517 37.175 23.358 36.668 23.358 C 35.891 23.358 34.849 24.24 34.849 26.197 L 34.849 32.075 C 34.849 32.322 34.583 32.524 34.288 32.524 L 33.272 32.524 C 32.98 32.524 32.711 32.322 32.711 32.075 L 32.711 22.122 C 32.711 21.853 32.98 21.67 33.272 21.67 L 33.889 21.67 C 34.158 21.67 34.37 21.784 34.45 22.01 L 34.825 23.225 C 35.575 22.167 36.588 21.486 37.819 21.486 C 38.672 21.486 39.342 21.826 39.207 22.276 Z M 63.353 32.429 L 62.792 32.429 C 62.39 32.429 62.177 32.293 62.098 31.977 L 61.882 31.075 C 61.109 32.176 60.146 32.607 58.758 32.607 C 56.006 32.607 54.562 30.727 54.562 27.082 C 54.562 24.852 54.937 23.749 55.847 22.714 C 56.54 21.925 57.692 21.497 58.838 21.497 C 60.149 21.497 61.135 22.036 61.832 23.094 L 61.832 16.972 C 61.832 16.701 62.1 16.52 62.393 16.52 L 63.355 16.52 C 63.65 16.52 63.916 16.701 63.916 16.972 L 63.916 31.977 C 63.914 32.226 63.645 32.429 63.353 32.429 Z M 59.29 22.983 C 58.487 22.983 57.873 23.275 57.5 23.86 C 57.125 24.448 56.83 25.415 56.83 27.058 C 56.83 29.94 57.58 31.121 59.263 31.121 C 61 31.121 61.88 29.807 61.88 27.104 C 61.88 24.421 60.917 22.983 59.29 22.983 Z M 51.204 32.53 L 49.574 32.53 C 49.306 32.53 49.093 32.373 48.933 32.147 L 44.817 26.923 L 44.817 32.08 C 44.817 32.327 44.549 32.532 44.254 32.532 L 43.291 32.532 C 42.999 32.532 42.73 32.327 42.73 32.08 L 42.73 17.038 C 42.73 16.77 42.996 16.589 43.291 16.589 L 44.254 16.589 C 44.549 16.589 44.817 16.77 44.817 17.038 L 44.817 26.718 L 49.058 22.015 C 49.191 21.834 49.404 21.678 49.752 21.678 L 51.193 21.678 C 51.568 21.678 51.701 21.994 51.489 22.217 L 46.982 26.742 L 51.496 31.987 C 51.685 32.213 51.579 32.53 51.204 32.53 Z M 79.647 22.122 C 79.535 21.877 79.817 21.678 80.128 21.678 L 81.386 21.678 C 81.721 21.678 81.976 21.834 82.09 22.122 L 84.576 28.68 C 84.69 28.991 84.802 29.456 84.858 29.813 C 84.943 29.48 85.111 28.834 85.308 28.279 L 87.307 22.098 C 87.392 21.808 87.647 21.675 87.985 21.675 L 89.197 21.675 C 89.506 21.675 89.761 21.874 89.676 22.119 L 85.531 34.029 C 85.108 35.249 84.289 36.206 82.88 36.741 L 82.287 36.961 C 82.034 37.052 81.697 36.983 81.553 36.765 L 81.159 36.143 C 81.045 35.964 81.186 35.611 81.442 35.518 L 81.862 35.361 C 82.917 34.978 83.691 33.827 84.026 32.357 Z M 72.491 21.494 C 69.389 21.494 67.572 23.594 67.572 27.042 C 67.572 30.517 69.434 32.596 72.335 32.596 L 72.337 32.596 C 73.582 32.596 74.387 32.165 75.161 31.059 L 75.371 31.99 C 75.451 32.306 75.666 32.442 76.068 32.442 L 76.629 32.442 C 76.924 32.442 77.193 32.24 77.193 31.99 L 77.198 27.016 L 77.198 27.013 C 77.2 23.562 75.6 21.494 72.491 21.494 Z M 72.441 31.102 C 70.593 31.102 69.798 29.815 69.798 27.042 C 69.798 24.336 70.595 23.007 72.441 23.007 C 74.286 23.007 75.158 24.336 75.158 27.042 C 75.156 29.815 74.286 31.102 72.441 31.102 Z M 91.109 29.648 C 91.288 29.722 91.447 29.831 91.585 29.972 C 91.717 30.105 91.821 30.264 91.891 30.437 C 91.963 30.615 92 30.804 92 30.996 C 92 31.195 91.963 31.378 91.888 31.557 C 91.817 31.737 91.71 31.889 91.572 32.024 C 91.431 32.16 91.271 32.266 91.096 32.341 C 90.92 32.413 90.733 32.45 90.543 32.45 C 90.349 32.45 90.163 32.41 89.985 32.338 C 89.807 32.26 89.645 32.148 89.509 32.009 C 89.373 31.873 89.272 31.716 89.2 31.543 C 89.126 31.365 89.091 31.187 89.091 30.993 C 89.091 30.86 89.113 30.732 89.144 30.602 C 89.182 30.473 89.236 30.349 89.304 30.233 C 89.437 30.012 89.61 29.839 89.825 29.717 C 90.043 29.592 90.282 29.533 90.543 29.533 C 90.74 29.533 90.931 29.571 91.109 29.648 Z M 90.083 29.863 C 89.936 29.919 89.811 30.007 89.697 30.118 C 89.575 30.235 89.49 30.371 89.423 30.522 C 89.36 30.669 89.328 30.828 89.328 30.988 C 89.328 31.147 89.357 31.304 89.415 31.448 C 89.477 31.592 89.565 31.724 89.676 31.836 C 89.793 31.953 89.926 32.046 90.072 32.11 C 90.219 32.173 90.378 32.206 90.538 32.205 C 90.695 32.205 90.846 32.173 90.995 32.115 C 91.145 32.053 91.282 31.964 91.399 31.852 C 91.512 31.742 91.601 31.611 91.662 31.466 C 91.724 31.323 91.755 31.168 91.755 31.012 C 91.755 30.839 91.726 30.679 91.667 30.53 C 91.612 30.384 91.522 30.251 91.41 30.137 C 91.29 30.017 91.16 29.924 91.014 29.863 C 90.867 29.802 90.708 29.77 90.54 29.77 C 90.378 29.773 90.224 29.805 90.083 29.863 Z M 90.572 30.156 C 90.798 30.156 90.974 30.195 91.088 30.273 C 91.205 30.352 91.261 30.464 91.261 30.623 C 91.261 30.732 91.229 30.82 91.168 30.895 C 91.104 30.972 91.016 31.025 90.907 31.051 L 91.269 31.775 L 90.83 31.775 L 90.522 31.113 L 90.33 31.113 L 90.33 31.775 L 89.936 31.775 L 89.936 30.158 L 90.572 30.158 Z M 90.333 30.873 L 90.524 30.873 C 90.641 30.873 90.724 30.852 90.777 30.818 C 90.83 30.78 90.856 30.727 90.856 30.645 C 90.856 30.565 90.828 30.504 90.772 30.464 C 90.71 30.424 90.623 30.403 90.503 30.403 L 90.33 30.403 L 90.33 30.873 Z\" fill=\"transparent\" height=\"37px\" id=\"vPJcPhwK0\" transform=\"translate(0 2)\" width=\"91.99999795633313px\"><path d=\"M 0 0 L 92 0 L 92 37 L 0 37 Z\" fill=\"transparent\" height=\"37px\" id=\"pwKt04w8_\" transform=\"translate(0 0)\" width=\"91.99999066989449px\"/><path d=\"M 26.609 16.988 C 30.151 8.68 38.393 2.855 47.997 2.855 C 57.599 2.855 65.844 8.68 69.383 16.991 L 69.386 16.991 C 69.591 17.554 70.13 17.956 70.763 17.956 C 71.571 17.956 72.226 17.299 72.226 16.493 C 72.226 16.297 72.194 16.113 72.124 15.94 C 68.123 6.567 58.825 0 47.995 0 C 37.165 0 27.869 6.564 23.873 15.93 C 23.798 16.1 23.769 16.294 23.769 16.491 C 23.769 17.299 24.423 17.953 25.232 17.953 C 25.864 17.953 26.388 17.557 26.609 16.988 Z M 13.431 32.118 C 13.351 32.365 13.165 32.522 12.817 32.522 L 10.865 32.522 C 10.546 32.522 10.384 32.431 10.304 32.118 L 8.462 25.229 C 8.276 24.533 8.196 23.722 8.087 22.911 C 8.007 23.722 7.901 24.554 7.714 25.229 L 5.872 32.118 C 5.819 32.365 5.606 32.522 5.258 32.522 L 3.279 32.522 C 2.96 32.522 2.798 32.431 2.718 32.118 L 0.017 22.212 C -0.063 21.874 0.15 21.67 0.445 21.67 L 1.7 21.67 C 2.046 21.67 2.234 21.784 2.314 22.122 L 4.027 29.191 C 4.21 30.001 4.266 30.833 4.346 31.599 C 4.479 30.855 4.585 29.98 4.8 29.214 L 6.699 22.1 C 6.779 21.808 7.021 21.672 7.342 21.672 L 8.89 21.672 C 9.209 21.672 9.477 21.832 9.557 22.124 L 11.482 29.217 C 11.698 29.983 11.804 30.839 11.91 31.602 C 12.017 30.857 12.126 29.983 12.285 29.217 L 13.862 22.103 C 13.915 21.81 14.181 21.675 14.503 21.675 L 15.678 21.675 C 15.973 21.675 16.186 21.856 16.106 22.193 Z M 23.886 32.625 C 20.788 32.625 18.754 30.496 18.754 27.026 C 18.754 23.581 20.786 21.486 23.886 21.486 C 26.989 21.486 28.965 23.581 28.965 27.026 C 28.962 30.493 26.986 32.625 23.886 32.625 Z M 23.833 22.996 C 21.99 22.996 20.975 24.323 20.975 27.026 C 20.975 29.797 21.99 31.137 23.833 31.137 C 25.676 31.137 26.691 29.797 26.691 27.026 C 26.691 24.323 25.678 22.996 23.833 22.996 Z M 38.938 23.201 C 38.859 23.517 38.619 23.717 38.162 23.605 C 37.787 23.517 37.175 23.358 36.668 23.358 C 35.891 23.358 34.849 24.24 34.849 26.197 L 34.849 32.075 C 34.849 32.322 34.583 32.524 34.288 32.524 L 33.272 32.524 C 32.98 32.524 32.711 32.322 32.711 32.075 L 32.711 22.122 C 32.711 21.853 32.98 21.67 33.272 21.67 L 33.889 21.67 C 34.158 21.67 34.37 21.784 34.45 22.01 L 34.825 23.225 C 35.575 22.167 36.588 21.486 37.819 21.486 C 38.672 21.486 39.342 21.826 39.207 22.276 Z\" fill=\"rgb(28, 28, 30)\" height=\"32.62533960291853px\" id=\"AzehCQCDO\" transform=\"translate(0 0)\" width=\"72.22573349262711px\"/><path d=\"M 20.623 15.909 L 20.062 15.909 C 19.66 15.909 19.447 15.773 19.368 15.457 L 19.152 14.555 C 18.379 15.656 17.416 16.087 16.028 16.087 C 13.276 16.087 11.832 14.207 11.832 10.562 C 11.832 8.332 12.207 7.229 13.117 6.194 C 13.811 5.405 14.962 4.977 16.108 4.977 C 17.419 4.977 18.405 5.516 19.102 6.575 L 19.102 0.452 C 19.102 0.181 19.37 0 19.663 0 L 20.625 0 C 20.921 0 21.186 0.181 21.186 0.452 L 21.186 15.457 C 21.184 15.707 20.915 15.909 20.623 15.909 Z M 16.56 6.463 C 15.757 6.463 15.143 6.755 14.77 7.34 C 14.395 7.928 14.1 8.895 14.1 10.538 C 14.1 13.42 14.85 14.601 16.533 14.601 C 18.27 14.601 19.15 13.287 19.15 10.584 C 19.15 7.901 18.187 6.463 16.56 6.463 Z M 8.474 16.01 L 6.844 16.01 C 6.576 16.01 6.363 15.853 6.203 15.627 L 2.087 10.403 L 2.087 15.56 C 2.087 15.808 1.819 16.012 1.524 16.012 L 0.561 16.012 C 0.269 16.012 0 15.808 0 15.56 L 0 0.518 C 0 0.25 0.266 0.069 0.561 0.069 L 1.524 0.069 C 1.819 0.069 2.087 0.25 2.087 0.518 L 2.087 10.198 L 6.328 5.495 C 6.461 5.314 6.674 5.158 7.022 5.158 L 8.463 5.158 C 8.838 5.158 8.971 5.474 8.759 5.697 L 4.252 10.222 L 8.767 15.467 C 8.955 15.693 8.849 16.01 8.474 16.01 Z M 36.917 5.602 C 36.805 5.357 37.087 5.158 37.398 5.158 L 38.656 5.158 C 38.991 5.158 39.246 5.314 39.36 5.602 L 41.846 12.16 C 41.96 12.471 42.072 12.936 42.128 13.293 C 42.213 12.96 42.381 12.314 42.578 11.759 L 44.577 5.578 C 44.662 5.288 44.917 5.155 45.255 5.155 L 46.467 5.155 C 46.776 5.155 47.031 5.354 46.946 5.599 L 42.801 17.509 C 42.378 18.729 41.559 19.686 40.15 20.221 L 39.557 20.441 C 39.304 20.532 38.967 20.463 38.823 20.245 L 38.429 19.623 C 38.315 19.444 38.456 19.091 38.712 18.998 L 39.132 18.841 C 40.187 18.458 40.961 17.307 41.296 15.837 Z M 29.761 4.974 C 26.659 4.974 24.842 7.074 24.842 10.523 C 24.842 13.997 26.704 16.076 29.605 16.076 L 29.607 16.076 C 30.852 16.076 31.657 15.645 32.431 14.54 L 32.641 15.47 C 32.721 15.786 32.936 15.922 33.338 15.922 L 33.899 15.922 C 34.194 15.922 34.463 15.72 34.463 15.47 L 34.468 10.496 L 34.468 10.493 C 34.47 7.042 32.87 4.974 29.761 4.974 Z M 29.711 14.582 C 27.863 14.582 27.068 13.295 27.068 10.523 C 27.068 7.816 27.865 6.487 29.711 6.487 C 31.556 6.487 32.428 7.816 32.428 10.523 C 32.426 13.295 31.556 14.582 29.711 14.582 Z M 48.379 13.128 C 48.558 13.202 48.717 13.311 48.855 13.452 C 48.987 13.585 49.091 13.744 49.161 13.917 C 49.233 14.095 49.27 14.284 49.27 14.476 C 49.27 14.675 49.233 14.859 49.159 15.037 C 49.087 15.217 48.98 15.369 48.842 15.505 C 48.701 15.64 48.541 15.746 48.366 15.821 C 48.19 15.893 48.003 15.93 47.813 15.93 C 47.619 15.93 47.433 15.89 47.255 15.818 C 47.077 15.74 46.915 15.628 46.779 15.489 C 46.643 15.353 46.542 15.196 46.47 15.023 C 46.396 14.845 46.361 14.667 46.361 14.473 C 46.361 14.34 46.383 14.213 46.414 14.082 C 46.452 13.953 46.506 13.829 46.574 13.713 C 46.707 13.492 46.88 13.319 47.095 13.197 C 47.313 13.072 47.552 13.013 47.813 13.013 C 48.01 13.013 48.201 13.051 48.379 13.128 Z M 47.353 13.343 C 47.206 13.399 47.082 13.487 46.967 13.598 C 46.845 13.715 46.76 13.851 46.694 14.002 C 46.63 14.149 46.598 14.308 46.598 14.468 C 46.598 14.627 46.627 14.784 46.685 14.928 C 46.747 15.072 46.835 15.204 46.946 15.316 C 47.063 15.433 47.196 15.526 47.342 15.59 C 47.489 15.653 47.648 15.686 47.808 15.685 C 47.965 15.685 48.116 15.653 48.265 15.595 C 48.415 15.533 48.552 15.444 48.669 15.332 C 48.782 15.222 48.871 15.091 48.932 14.946 C 48.994 14.803 49.025 14.648 49.025 14.492 C 49.025 14.319 48.996 14.159 48.937 14.01 C 48.882 13.864 48.792 13.731 48.68 13.617 C 48.56 13.497 48.43 13.404 48.284 13.343 C 48.137 13.282 47.978 13.25 47.81 13.25 C 47.648 13.253 47.494 13.285 47.353 13.343 Z M 47.842 13.636 C 48.068 13.636 48.244 13.675 48.358 13.753 C 48.475 13.832 48.531 13.944 48.531 14.103 C 48.531 14.213 48.499 14.3 48.438 14.375 C 48.374 14.452 48.286 14.505 48.177 14.532 L 48.539 15.255 L 48.1 15.255 L 47.792 14.593 L 47.6 14.593 L 47.6 15.255 L 47.206 15.255 L 47.206 13.638 L 47.842 13.638 Z M 47.603 14.353 L 47.794 14.353 C 47.911 14.353 47.994 14.332 48.047 14.298 C 48.1 14.26 48.126 14.207 48.126 14.125 C 48.126 14.045 48.098 13.984 48.042 13.944 C 47.98 13.904 47.893 13.883 47.773 13.883 L 47.6 13.883 L 47.6 14.353 Z\" fill=\"rgb(28, 28, 30)\" height=\"20.480037449508536px\" id=\"uHBDC8_rI\" transform=\"translate(42.73 16.52)\" width=\"49.2700098581886px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-lx1pr framer-h3qeec\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 92 41&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 0 0 L 92 0 L 92 37 L 0 37 Z M 26.609 16.988 C 30.151 8.68 38.393 2.855 47.997 2.855 C 57.599 2.855 65.844 8.68 69.383 16.991 L 69.386 16.991 C 69.591 17.554 70.13 17.956 70.763 17.956 C 71.571 17.956 72.226 17.299 72.226 16.493 C 72.226 16.297 72.194 16.113 72.124 15.94..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 124 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 7.107 22.498 L 0 22.498 L 0 0 L 7.603 0 C 11.13 0 13.853 0.924 15.771 2.77 C 17.689 4.617 18.648 7.283 18.648 10.772 C 18.648 14.527 17.639 17.42 15.621 19.45 C 13.602 21.482 10.765 22.498 7.107 22.498 Z M 7.663 4.909 L 5.936 4.909 L 5.936 17.511 L 7.258 17.511 C 9.062 17.511 10.383 16.976 11.225 15.903 C 12.066 14.832 12.487 13.192 12.487 10.987 C 12.487 8.926 12.089 7.397 11.293 6.401 C 10.495 5.406 9.288 4.909 7.663 4.909 Z\" fill=\"rgb(28, 28, 30)\" height=\"22.497615757065788px\" id=\"VAZdCvqVi\" transform=\"translate(0.546 0.622)\" width=\"18.648281414412757px\"/><path d=\"M 5.655 22.592 L 0 22.592 L 0 0 L 5.655 0 Z\" fill=\"rgb(28, 28, 30)\" height=\"22.592017845132762px\" id=\"PkaTI44ZV\" transform=\"translate(38.881 0.527)\" width=\"5.655207079646004px\"/><path d=\"M 8.144 17.374 C 5.656 17.374 3.676 16.589 2.207 15.019 C 0.735 13.449 0 11.327 0 8.651 C 0 5.915 0.72 3.789 2.163 2.274 C 3.605 0.758 5.627 0 8.231 0 C 9.84 0 11.264 0.351 12.497 1.053 C 13.731 1.754 14.684 2.758 15.353 4.067 C 16.024 5.374 16.358 6.903 16.358 8.651 C 16.358 11.395 15.638 13.536 14.196 15.071 C 12.755 16.606 10.737 17.374 8.144 17.374 Z M 8.201 13.079 C 9.078 13.079 9.699 12.701 10.06 11.945 C 10.422 11.19 10.602 10.091 10.602 8.651 C 10.602 7.218 10.419 6.137 10.053 5.408 C 9.686 4.676 9.06 4.31 8.172 4.31 C 7.304 4.31 6.683 4.674 6.307 5.399 C 5.931 6.125 5.743 7.209 5.743 8.651 C 5.743 10.091 5.931 11.19 6.307 11.945 C 6.683 12.701 7.314 13.079 8.201 13.079 Z\" fill=\"rgb(28, 28, 30)\" height=\"17.374395312899303px\" id=\"okbsFUXSf\" transform=\"translate(46.738 6.041)\" width=\"16.35762970509488px\"/><path d=\"M 5.656 16.781 L 0 16.781 L 0 0 L 5.656 0 Z\" fill=\"rgb(28, 28, 30)\" height=\"16.78132207964598px\" id=\"XGIeU7Obl\" transform=\"translate(65.342 6.338)\" width=\"5.656190707964598px\"/><path d=\"M 5.656 3.782 L 0 3.782 L 0 0 L 5.656 0 Z\" fill=\"rgb(28, 28, 30)\" height=\"3.7815918584070234px\" id=\"iISvDLCyt\" transform=\"translate(65.342 0.526)\" width=\"5.656299999999973px\"/><path d=\"M 11.946 17.197 C 10.885 17.582 9.976 17.776 9.212 17.776 C 8.192 17.776 7.68 17.233 7.68 16.147 L 7.68 9.615 L 11.289 9.615 L 11.289 5.277 L 7.68 5.277 L 7.68 0 L 1.981 0.991 L 1.981 5.277 L 0 5.277 L 0 9.615 L 1.981 9.615 L 1.981 16.533 C 1.981 18.507 2.401 19.97 3.238 20.923 C 4.078 21.875 5.447 22.353 7.346 22.353 C 8.272 22.353 9.08 22.281 9.769 22.137 C 10.458 21.995 11.183 21.755 11.946 21.42 Z\" fill=\"rgb(28, 28, 30)\" height=\"22.352752442477872px\" id=\"klc9jxW6L\" transform=\"translate(73.245 1.063)\" width=\"11.946056637168098px\"/><path d=\"M 11.947 17.197 C 10.886 17.582 9.977 17.776 9.213 17.776 C 8.191 17.776 7.68 17.233 7.68 16.147 L 7.68 9.615 L 11.291 9.615 L 11.291 5.277 L 7.68 5.277 L 7.68 0 L 1.982 0.926 L 1.982 5.277 L 0 5.277 L 0 9.615 L 1.982 9.615 L 1.982 16.533 C 1.982 18.507 2.402 19.97 3.24 20.923 C 4.079 21.875 5.448 22.353 7.347 22.353 C 8.274 22.353 9.08 22.281 9.77 22.137 C 10.459 21.995 11.185 21.755 11.947 21.42 Z\" fill=\"rgb(28, 28, 30)\" height=\"22.352752442477872px\" id=\"JpOOZKqkV\" transform=\"translate(86.335 1.063)\" width=\"11.946930973451316px\"/><path d=\"M 8.086 0 C 10.553 0 12.461 0.66 13.806 1.978 C 15.151 3.295 15.823 5.194 15.823 7.673 L 15.823 10.25 L 5.714 10.25 C 5.752 11.187 6.088 11.923 6.719 12.457 C 7.35 12.99 8.21 13.257 9.301 13.257 C 10.295 13.257 11.208 13.16 12.041 12.966 C 12.617 12.834 13.227 12.632 13.868 12.371 L 14.737 16.152 C 13.854 16.612 12.945 16.93 12.006 17.106 C 11.06 17.284 9.932 17.373 8.622 17.373 C 5.892 17.373 3.773 16.63 2.264 15.144 C 0.756 13.658 0 11.542 0 8.798 C 0 5.964 0.699 3.789 2.097 2.274 C 3.496 0.758 5.492 0 8.086 0 Z M 6.617 4.584 C 6.169 5.014 5.907 5.687 5.829 6.606 L 10.689 6.606 C 10.67 5.797 10.446 5.15 10.017 4.667 C 9.589 4.181 9.013 3.94 8.288 3.94 C 7.623 3.94 7.068 4.155 6.617 4.584 Z\" fill=\"rgb(28, 28, 30)\" height=\"17.373433538240597px\" id=\"mbT9spKoB\" transform=\"translate(99.589 6.042)\" width=\"15.8233008849557px\"/><path d=\"M 8.086 0 C 10.554 0 12.461 0.66 13.806 1.978 C 15.151 3.295 15.823 5.194 15.823 7.673 L 15.823 10.25 L 5.714 10.25 C 5.752 11.187 6.087 11.923 6.719 12.457 C 7.35 12.99 8.211 13.257 9.3 13.257 C 10.295 13.257 11.207 13.16 12.041 12.966 C 12.616 12.834 13.226 12.632 13.868 12.371 L 14.737 16.152 C 13.854 16.612 12.945 16.93 12.005 17.106 C 11.06 17.284 9.932 17.373 8.622 17.373 C 5.892 17.373 3.773 16.63 2.265 15.144 C 0.755 13.658 0 11.542 0 8.798 C 0 5.964 0.7 3.789 2.098 2.274 C 3.497 0.758 5.491 0 8.086 0 Z M 6.617 4.584 C 6.169 5.014 5.907 5.687 5.829 6.606 L 10.689 6.606 C 10.669 5.797 10.446 5.15 10.016 4.667 C 9.588 4.181 9.011 3.94 8.288 3.94 C 7.623 3.94 7.066 4.155 6.617 4.584 Z\" fill=\"rgb(28, 28, 30)\" height=\"17.373433538240597px\" id=\"YxNGdoTUS\" transform=\"translate(20.871 6.042)\" width=\"15.822863760067147px\"/><path d=\"M 3.254 0 C 1.459 0 0 1.457 0 3.254 C 0 5.05 1.459 6.506 3.254 6.506 C 5.05 6.506 6.507 5.05 6.507 3.254 C 6.507 1.457 5.05 0 3.254 0 Z\" fill=\"rgb(28, 28, 30)\" height=\"6.506373451327477px\" id=\"GYEAunaBS\" transform=\"translate(116.799 16.971)\" width=\"6.5072477876105665px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-QUlI6 framer-uxxaiv\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 124 24&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 7.107 22.498 L 0 22.498 L 0 0 L 7.603 0 C 11.13 0 13.853 0.924 15.771 2.77 C 17.689 4.617 18.648 7.283 18.648 10.772 C 18.648 14.527 17.639 17.42 15.621 19.45 C 13.602 21.482 10.765 22.498 7.107 22.498 Z M 7.663 4.909 L 5.936 4.909 L 5.936 17.511 L 7.258 17.511 C 9.0..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 52 36\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 1.989 2.804 C 2.177 2.52 2.272 2.117 2.272 1.607 C 2.272 1.097 2.177 0.695 1.99 0.414 C 1.804 0.136 1.523 0 1.132 0 C 0.74 0 0.461 0.136 0.278 0.414 C 0.094 0.695 0 1.097 0 1.607 C 0 2.117 0.094 2.52 0.278 2.804 C 0.461 3.086 0.74 3.222 1.132 3.222 C 1.523 3.222 1.804 3.085 1.989 2.804 Z\" fill=\"rgb(28, 28, 30)\" height=\"3.222200000000001px\" id=\"D_UybyUyd\" transform=\"translate(31.167 15.293)\" width=\"2.2719000000000023px\"/><path d=\"M 0.241 0.432 C 0.12 0.616 0.042 0.852 0 1.136 L 2.126 1.136 C 2.105 0.862 2.052 0.616 1.928 0.432 C 1.743 0.154 1.484 0 1.093 0 C 0.702 0 0.424 0.153 0.241 0.432 Z\" fill=\"rgb(28, 28, 30)\" height=\"1.1356000000000002px\" id=\"Oc384M454\" transform=\"translate(43.092 15.275)\" width=\"2.1262000000000043px\"/><path d=\"M 0 1.136 C 0.043 0.852 0.12 0.616 0.241 0.432 C 0.423 0.153 0.702 0 1.093 0 C 1.484 0 1.743 0.154 1.929 0.432 C 2.051 0.616 2.105 0.862 2.126 1.136 Z\" fill=\"rgb(28, 28, 30)\" height=\"1.1356000000000002px\" id=\"DBJhAkohQ\" transform=\"translate(19.217 15.275)\" width=\"2.126100000000001px\"/><path d=\"M 0.089 1.181 C 0.128 1.241 0.144 1.264 0.261 1.357 C 0.259 1.356 0.528 1.568 1.135 1.531 C 1.561 1.506 1.94 1.425 1.94 1.425 L 1.939 0.069 C 1.939 0.069 1.558 0.006 1.13 0 C 0.522 -0.008 0.264 0.216 0.266 0.216 C 0.087 0.342 0 0.531 0 0.793 C 0 0.959 0.03 1.089 0.089 1.181 Z\" fill=\"rgb(28, 28, 30)\" height=\"1.5356837986352438px\" id=\"LefV2wlIG\" transform=\"translate(12.512 17.005)\" width=\"1.940100000000001px\"/><path d=\"M 35.86 5.83 C 37.231 5.217 38.748 4.877 40.345 4.877 C 46.468 4.877 51.433 9.884 51.433 16.061 C 51.433 22.239 46.468 27.247 40.345 27.247 C 39.611 27.247 38.88 27.174 38.161 27.029 C 36.772 29.507 34.124 31.181 31.086 31.181 C 29.814 31.181 28.611 30.887 27.54 30.365 C 26.132 33.678 22.851 36 19.027 36 C 15.045 36 11.652 33.48 10.349 29.947 C 9.78 30.068 9.19 30.131 8.585 30.131 C 3.844 30.131 0 26.248 0 21.457 C 0 18.246 1.727 15.443 4.293 13.943 C 3.764 12.728 3.471 11.386 3.471 9.976 C 3.471 4.466 7.944 0 13.46 0 C 16.7 0 19.578 1.54 21.403 3.926 C 23.062 2.198 25.371 1.126 27.925 1.126 C 31.321 1.126 34.283 3.019 35.86 5.83 Z M 30.653 12.671 C 30.557 12.641 30.471 12.622 30.358 12.6 C 30.244 12.58 30.107 12.57 29.953 12.57 C 29.414 12.57 28.989 12.722 28.69 13.022 C 28.394 13.321 28.192 13.776 28.091 14.375 L 28.054 14.576 L 27.378 14.576 C 27.378 14.576 27.295 14.573 27.278 14.663 L 27.167 15.283 C 27.159 15.342 27.185 15.379 27.264 15.379 L 27.923 15.379 L 27.254 19.11 C 27.202 19.411 27.142 19.657 27.076 19.845 C 27.01 20.03 26.947 20.168 26.868 20.269 C 26.791 20.366 26.72 20.438 26.595 20.479 C 26.492 20.514 26.374 20.53 26.244 20.53 C 26.172 20.53 26.076 20.518 26.005 20.504 C 25.935 20.49 25.898 20.474 25.844 20.452 C 25.844 20.452 25.767 20.422 25.736 20.499 C 25.712 20.563 25.536 21.046 25.515 21.105 C 25.495 21.164 25.524 21.211 25.561 21.225 C 25.649 21.255 25.714 21.276 25.834 21.304 C 25.999 21.343 26.139 21.345 26.27 21.345 C 26.544 21.345 26.795 21.307 27.002 21.232 C 27.21 21.156 27.392 21.025 27.553 20.848 C 27.727 20.656 27.836 20.455 27.94 20.181 C 28.043 19.909 28.132 19.572 28.202 19.18 L 28.874 15.379 L 29.856 15.379 C 29.856 15.379 29.939 15.382 29.956 15.292 L 30.067 14.672 C 30.074 14.613 30.049 14.576 29.97 14.576 L 29.016 14.576 C 29.017 14.573 29.019 14.563 29.021 14.548 C 29.036 14.456 29.081 14.173 29.174 13.904 C 29.221 13.77 29.309 13.661 29.383 13.586 C 29.456 13.513 29.54 13.461 29.633 13.431 C 29.727 13.4 29.835 13.385 29.953 13.385 C 30.042 13.385 30.131 13.395 30.197 13.409 C 30.29 13.429 30.326 13.439 30.35 13.447 C 30.447 13.476 30.461 13.447 30.48 13.401 L 30.707 12.775 C 30.731 12.707 30.673 12.679 30.653 12.671 Z M 17.335 12.756 C 17.335 12.706 17.299 12.666 17.249 12.666 L 16.458 12.666 C 16.408 12.666 16.373 12.706 16.373 12.756 L 16.373 19.118 C 16.373 19.168 16.408 19.208 16.458 19.208 L 17.249 19.208 C 17.299 19.208 17.335 19.168 17.335 19.118 Z M 7.471 18.786 C 7.548 18.841 7.626 18.885 7.704 18.928 C 7.724 18.94 7.745 18.951 7.765 18.963 C 8.29 19.241 8.785 19.323 9.303 19.323 C 10.358 19.323 11.013 18.761 11.013 17.858 L 11.013 17.84 C 11.013 17.005 10.274 16.702 9.58 16.483 L 9.489 16.453 C 8.966 16.283 8.516 16.137 8.516 15.793 L 8.516 15.774 C 8.516 15.48 8.779 15.263 9.188 15.263 C 9.642 15.263 10.182 15.414 10.529 15.606 C 10.529 15.606 10.631 15.672 10.668 15.573 C 10.689 15.52 10.865 15.047 10.883 14.995 C 10.903 14.94 10.867 14.899 10.832 14.877 C 10.435 14.636 9.887 14.471 9.32 14.471 L 9.215 14.472 C 8.249 14.472 7.575 15.055 7.575 15.891 L 7.575 15.908 C 7.575 16.79 8.319 17.075 9.015 17.275 L 9.129 17.31 C 9.636 17.466 10.073 17.6 10.073 17.957 L 10.073 17.974 C 10.073 18.301 9.788 18.544 9.33 18.544 C 9.152 18.544 8.584 18.541 7.971 18.153 C 7.928 18.128 7.895 18.107 7.865 18.087 C 7.842 18.073 7.82 18.059 7.796 18.044 C 7.766 18.025 7.691 17.992 7.658 18.092 L 7.45 18.669 C 7.423 18.739 7.448 18.763 7.464 18.777 C 7.467 18.78 7.47 18.783 7.471 18.786 Z M 22.895 18.669 C 22.868 18.739 22.894 18.763 22.909 18.777 C 22.912 18.78 22.915 18.783 22.917 18.786 C 22.993 18.841 23.071 18.885 23.149 18.928 C 23.169 18.94 23.19 18.951 23.21 18.963 C 23.735 19.241 24.23 19.323 24.748 19.323 C 25.803 19.323 26.458 18.761 26.458 17.858 L 26.458 17.84 C 26.458 17.005 25.719 16.702 25.025 16.483 L 24.934 16.453 C 24.411 16.283 23.961 16.137 23.961 15.793 L 23.961 15.774 C 23.961 15.48 24.224 15.263 24.633 15.263 C 25.087 15.263 25.627 15.414 25.974 15.606 C 25.974 15.606 26.076 15.672 26.113 15.573 C 26.134 15.52 26.31 15.047 26.328 14.995 C 26.348 14.94 26.313 14.899 26.277 14.877 C 25.88 14.636 25.332 14.471 24.765 14.471 L 24.66 14.472 C 23.694 14.472 23.02 15.055 23.02 15.891 L 23.02 15.908 C 23.02 16.79 23.764 17.075 24.46 17.275 L 24.575 17.31 C 25.082 17.466 25.518 17.6 25.518 17.957 L 25.518 17.974 C 25.518 18.301 25.233 18.544 24.775 18.544 C 24.597 18.544 24.029 18.541 23.416 18.153 C 23.358 18.119 23.318 18.094 23.277 18.067 L 23.242 18.044 C 23.223 18.032 23.134 17.997 23.103 18.092 Z M 33.242 14.674 C 32.973 14.548 32.656 14.485 32.299 14.485 C 31.941 14.485 31.623 14.548 31.354 14.674 C 31.085 14.8 30.858 14.973 30.677 15.188 C 30.499 15.403 30.364 15.661 30.277 15.953 C 30.191 16.244 30.148 16.562 30.148 16.9 C 30.148 17.237 30.191 17.556 30.277 17.846 C 30.364 18.138 30.498 18.396 30.678 18.611 C 30.858 18.826 31.085 18.999 31.354 19.121 C 31.624 19.243 31.941 19.306 32.299 19.306 C 32.656 19.306 32.973 19.243 33.242 19.121 C 33.511 18.999 33.739 18.826 33.919 18.611 C 34.098 18.396 34.233 18.138 34.319 17.846 C 34.406 17.555 34.449 17.237 34.449 16.9 C 34.449 16.563 34.406 16.244 34.319 15.953 C 34.233 15.661 34.098 15.403 33.919 15.188 C 33.739 14.973 33.512 14.8 33.242 14.674 Z M 41.551 18.379 C 41.522 18.293 41.439 18.325 41.439 18.325 C 41.311 18.374 41.175 18.42 41.03 18.442 C 40.882 18.465 40.721 18.477 40.547 18.477 C 40.121 18.477 39.782 18.35 39.54 18.099 C 39.296 17.849 39.16 17.444 39.161 16.896 C 39.163 16.397 39.283 16.022 39.499 15.736 C 39.714 15.452 40.041 15.306 40.477 15.306 C 40.84 15.306 41.117 15.348 41.407 15.439 C 41.407 15.439 41.477 15.469 41.51 15.378 C 41.534 15.309 41.557 15.247 41.579 15.186 C 41.626 15.057 41.67 14.935 41.726 14.776 C 41.749 14.709 41.692 14.681 41.671 14.673 C 41.557 14.628 41.288 14.556 41.084 14.525 C 40.893 14.495 40.671 14.48 40.423 14.48 C 40.053 14.48 39.723 14.543 39.441 14.669 C 39.16 14.794 38.921 14.967 38.732 15.183 C 38.543 15.398 38.399 15.656 38.303 15.948 C 38.208 16.238 38.16 16.558 38.16 16.896 C 38.16 17.626 38.357 18.217 38.746 18.649 C 39.136 19.083 39.721 19.303 40.485 19.303 C 40.936 19.303 41.399 19.212 41.732 19.08 C 41.732 19.08 41.795 19.05 41.768 18.976 Z M 45.11 14.658 C 44.867 14.554 44.575 14.485 44.256 14.485 C 43.884 14.485 43.546 14.547 43.272 14.676 C 42.997 14.805 42.766 14.981 42.585 15.2 C 42.404 15.418 42.268 15.678 42.182 15.974 C 42.094 16.267 42.05 16.588 42.05 16.925 C 42.05 17.269 42.096 17.589 42.186 17.877 C 42.277 18.167 42.422 18.423 42.618 18.635 C 42.814 18.848 43.066 19.015 43.368 19.131 C 43.667 19.247 44.032 19.307 44.45 19.306 C 45.311 19.304 45.764 19.112 45.951 19.008 C 45.984 18.99 46.016 18.958 45.976 18.865 L 45.781 18.32 C 45.752 18.238 45.669 18.268 45.669 18.268 C 45.65 18.275 45.631 18.283 45.611 18.29 C 45.4 18.371 45.091 18.489 44.445 18.488 C 43.983 18.487 43.64 18.351 43.426 18.138 C 43.205 17.92 43.097 17.599 43.078 17.146 L 46.059 17.149 C 46.059 17.149 46.138 17.147 46.146 17.071 L 46.148 17.057 C 46.161 16.961 46.236 16.414 46.057 15.787 C 45.983 15.505 45.797 15.22 45.676 15.089 C 45.484 14.883 45.296 14.738 45.11 14.658 Z M 22.181 15.787 C 22.107 15.505 21.922 15.22 21.801 15.089 C 21.609 14.883 21.421 14.738 21.235 14.658 C 20.992 14.554 20.7 14.485 20.381 14.485 C 20.009 14.485 19.671 14.547 19.397 14.676 C 19.122 14.805 18.891 14.981 18.71 15.2 C 18.529 15.418 18.393 15.678 18.306 15.974 C 18.22 16.267 18.175 16.588 18.175 16.925 C 18.175 17.269 18.221 17.589 18.311 17.877 C 18.402 18.167 18.547 18.423 18.743 18.635 C 18.939 18.848 19.191 19.015 19.493 19.131 C 19.792 19.247 20.156 19.307 20.575 19.306 C 21.436 19.304 21.889 19.112 22.076 19.008 C 22.109 18.99 22.141 18.958 22.101 18.865 L 21.907 18.32 C 21.877 18.238 21.794 18.268 21.794 18.268 C 21.775 18.275 21.756 18.283 21.736 18.29 C 21.525 18.371 21.216 18.489 20.57 18.488 C 20.108 18.487 19.765 18.351 19.551 18.138 C 19.33 17.92 19.222 17.599 19.203 17.146 L 22.184 17.149 C 22.184 17.149 22.263 17.147 22.271 17.071 L 22.273 17.057 C 22.286 16.959 22.36 16.413 22.181 15.787 Z M 12.76 16.348 C 12.527 16.41 12.317 16.508 12.137 16.637 C 11.957 16.765 11.809 16.934 11.705 17.128 C 11.599 17.325 11.546 17.556 11.546 17.816 C 11.546 18.08 11.591 18.309 11.682 18.496 C 11.773 18.685 11.904 18.841 12.071 18.962 C 12.237 19.083 12.441 19.172 12.679 19.225 C 12.912 19.279 13.178 19.306 13.468 19.306 C 13.773 19.306 14.078 19.281 14.373 19.23 C 14.666 19.181 15.025 19.108 15.124 19.085 C 15.194 19.069 15.264 19.051 15.333 19.032 C 15.407 19.014 15.401 18.935 15.401 18.935 L 15.4 16.208 C 15.4 15.61 15.24 15.167 14.926 14.892 C 14.613 14.618 14.152 14.48 13.556 14.48 C 13.333 14.48 12.973 14.511 12.758 14.554 C 12.758 14.554 12.106 14.68 11.838 14.889 C 11.838 14.889 11.78 14.926 11.812 15.008 L 12.023 15.575 C 12.049 15.649 12.12 15.624 12.12 15.624 C 12.12 15.624 12.143 15.615 12.169 15.599 C 12.743 15.287 13.468 15.297 13.468 15.297 C 13.791 15.297 14.039 15.361 14.206 15.49 C 14.368 15.614 14.451 15.802 14.451 16.199 L 14.451 16.325 C 14.195 16.289 13.959 16.268 13.959 16.268 C 13.838 16.259 13.682 16.254 13.494 16.254 C 13.238 16.254 12.991 16.286 12.76 16.348 Z M 38.004 14.732 C 38.027 14.664 37.979 14.632 37.959 14.625 C 37.909 14.605 37.655 14.551 37.46 14.539 C 37.085 14.516 36.877 14.579 36.691 14.663 C 36.506 14.746 36.301 14.881 36.187 15.034 L 36.187 14.672 C 36.187 14.621 36.151 14.581 36.101 14.581 L 35.337 14.581 C 35.287 14.581 35.251 14.621 35.251 14.672 L 35.251 19.118 C 35.251 19.168 35.292 19.209 35.342 19.209 L 36.125 19.209 C 36.149 19.209 36.172 19.199 36.189 19.182 C 36.206 19.165 36.216 19.142 36.216 19.118 L 36.216 16.897 C 36.216 16.598 36.249 16.301 36.315 16.114 C 36.379 15.929 36.467 15.782 36.575 15.675 C 36.684 15.57 36.808 15.496 36.944 15.454 C 37.082 15.411 37.235 15.398 37.344 15.398 C 37.5 15.398 37.671 15.438 37.671 15.438 C 37.728 15.444 37.761 15.409 37.78 15.357 C 37.831 15.221 37.976 14.813 38.004 14.732 Z\" fill=\"rgb(28, 28, 30)\" height=\"36px\" id=\"IR4K2L7O7\" width=\"51.4329px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-L4Ly4 framer-1juah3a\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 52 36&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 1.989 2.804 C 2.177 2.52 2.272 2.117 2.272 1.607 C 2.272 1.097 2.177 0.695 1.99 0.414 C 1.804 0.136 1.523 0 1.132 0 C 0.74 0 0.461 0.136 0.278 0.414 C 0.094 0.695 0 1.097 0 1.607 C 0 2.117 0.094 2.52 0.278 2.804 C 0.461 3.086 0.74 3.222 1.132 3.222 C 1.523 3.222 1.80..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 69 20\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 47.666 14.667 C 46.604 15.8 45.276 16.333 43.749 16.333 C 42.156 16.333 40.828 15.8 39.832 14.667 C 38.837 13.6 38.305 11.933 38.305 10 C 38.305 8.133 38.903 6.467 39.899 5.4 C 40.961 4.267 42.289 3.733 43.816 3.733 C 45.409 3.733 46.67 4.333 47.732 5.4 C 48.728 6.467 49.326 8.133 49.326 10 C 49.259 11.933 48.662 13.6 47.666 14.667 Z M 33.791 10 L 33.791 10.267 C 32.198 8.8 29.941 8.267 28.48 8 C 25.891 7.467 23.899 6.933 23.899 5.133 C 23.899 3.8 25.094 2.867 27.285 3.067 C 29.343 3.2 30.206 4.467 30.405 5.667 C 30.405 5.867 30.538 6 30.737 6 L 34.588 6 C 34.057 7.2 33.791 8.533 33.791 10 Z M 27.551 16.8 C 25.758 16.8 23.833 16.133 23.368 13.733 C 23.302 13.467 23.236 13.4 23.036 13.4 L 19.451 13.333 L 19.451 7.067 C 19.916 8.933 21.443 10.2 24.829 10.933 C 27.086 11.467 30.936 11.8 30.936 14.133 C 30.936 15.667 29.808 16.8 27.551 16.8 Z M 9.825 16.333 C 6.971 16.333 4.315 14.067 4.315 10 C 4.315 6.8 6.307 3.733 9.825 3.733 C 11.352 3.733 15.269 4.267 15.269 10 C 15.269 15.733 11.219 16.333 9.825 16.333 Z M 53.575 8.467 C 54.371 9.533 55.898 10.333 58.288 10.933 C 60.545 11.467 64.396 11.8 64.396 14.133 C 64.396 15.733 63.201 16.867 60.944 16.8 C 59.151 16.8 57.226 16.133 56.761 13.733 C 56.695 13.467 56.628 13.4 56.429 13.4 L 53.11 13.333 C 53.442 12.333 53.641 11.2 53.641 10 C 53.641 9.467 53.641 9 53.575 8.467 Z M 60.744 20 C 64.661 20 69.375 18.533 68.976 13.733 C 68.578 9.467 64.196 8.4 61.939 8 C 59.35 7.467 57.359 6.933 57.359 5.133 C 57.359 3.8 58.554 2.867 60.744 3.067 C 62.802 3.2 63.665 4.467 63.865 5.667 C 63.931 5.867 63.997 6 64.196 6 L 67.848 6 C 68.113 6 68.246 5.867 68.18 5.667 C 67.582 1.267 63.865 0 60.479 0 C 57.093 0 53.043 0.933 52.711 5.2 L 52.711 5.667 C 52.18 4.533 51.384 3.533 50.388 2.6 C 48.529 0.933 46.272 0 43.749 0 L 43.683 0 C 42.488 0 41.293 0.2 40.164 0.667 C 39.036 1.133 37.974 1.8 37.044 2.6 C 36.115 3.467 35.318 4.4 34.787 5.467 C 34.057 1.2 30.405 0 27.086 0 C 23.966 0 20.248 0.8 19.451 4.2 L 19.451 0.8 C 19.451 0.6 19.319 0.467 19.12 0.467 L 15.667 0.467 C 15.468 0.467 15.335 0.6 15.335 0.8 L 15.335 1.733 C 15.335 1.867 15.203 1.933 15.136 1.867 C 13.875 0.933 12.016 0 9.825 0 C 8.63 0 7.435 0.2 6.373 0.667 C 5.245 1.067 4.249 1.733 3.253 2.6 C 2.191 3.6 1.328 4.733 0.797 5.933 C 0.266 7.133 0 8.533 0 10 C 0 11.4 0.266 12.667 0.73 13.867 C 1.195 15.067 1.925 16.133 2.921 17.067 C 3.85 18.067 4.979 18.8 6.108 19.267 C 7.236 19.733 8.564 20 9.892 20 C 12.215 20 14.008 19 15.136 18.067 C 15.269 18 15.335 18 15.335 18.2 L 15.335 19.133 C 15.335 19.333 15.468 19.467 15.667 19.467 L 19.12 19.467 C 19.319 19.467 19.451 19.333 19.451 19.133 L 19.451 15.933 C 21.111 19.8 25.227 20 27.285 20 C 30.671 20 34.654 18.933 35.384 15.533 C 35.716 16.067 36.181 16.6 36.646 17.067 C 38.505 18.933 40.961 19.933 43.683 20 L 43.816 20 C 45.143 20 46.405 19.733 47.533 19.267 C 48.728 18.733 49.79 18 50.72 17.133 C 51.384 16.467 51.981 15.667 52.446 14.867 C 53.774 19.733 58.487 20 60.744 20 Z\" fill=\"rgb(28, 28, 30)\" height=\"20px\" id=\"wcilWtldJ\" width=\"69px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-0QpfP framer-frbooi\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 69 20&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 47.666 14.667 C 46.604 15.8 45.276 16.333 43.749 16.333 C 42.156 16.333 40.828 15.8 39.832 14.667 C 38.837 13.6 38.305 11.933 38.305 10 C 38.305 8.133 38.903 6.467 39.899 5.4 C 40.961 4.267 42.289 3.733 43.816 3.733 C 45.409 3.733 46.67 4.333 47.732 5.4 C 48.728 6.467..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 205 30\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 49.328 9.238 C 49.837 9.238 50.375 9.298 50.913 9.388 L 50.913 14.547 C 50.225 14.277 49.478 14.187 48.76 14.217 C 46.845 14.277 45.05 15.177 43.884 16.707 L 43.884 29.574 L 38.529 29.574 L 38.529 9.448 L 43.674 9.448 L 43.674 11.278 C 45.26 9.958 47.264 9.238 49.328 9.238 Z M 2.603 23.425 C 4.128 24.715 6.073 25.435 8.077 25.405 C 9.513 25.405 10.619 24.685 10.619 23.695 C 10.619 20.696 0.927 21.776 0.927 15.297 C 0.927 11.428 4.637 9.028 8.585 9.028 C 10.978 9.028 13.342 9.748 15.346 11.068 L 12.833 14.967 C 11.726 14.127 10.38 13.647 9.004 13.587 C 7.508 13.587 6.282 14.157 6.282 15.207 C 6.282 17.816 15.974 16.797 15.974 23.755 C 15.974 27.624 12.205 29.964 8.017 29.964 C 5.145 29.964 2.333 29.004 0 27.295 Z M 36.076 20.876 L 22.226 20.876 C 22.495 23.635 24.858 25.735 27.64 25.645 C 29.555 25.615 31.38 24.775 32.666 23.335 L 35.717 26.395 C 33.623 28.734 30.632 30.024 27.521 29.994 L 26.623 29.994 C 21.119 29.754 16.812 25.075 17.051 19.526 C 17.051 13.917 20.85 9.028 26.773 9.028 C 32.307 9.028 36.226 13.707 36.226 19.316 C 36.226 19.826 36.196 20.366 36.076 20.876 Z M 30.722 16.917 C 30.482 14.907 28.777 13.377 26.773 13.377 C 24.679 13.377 22.884 14.847 22.495 16.917 Z M 63.657 21.716 L 69.131 9.448 L 74.695 9.448 L 65.511 29.574 L 61.802 29.574 L 52.619 9.448 L 58.183 9.448 Z M 82.592 3.509 C 82.562 5.429 80.977 6.929 79.092 6.899 C 77.208 6.869 75.712 5.339 75.712 3.449 C 75.712 1.53 77.238 0 79.152 0 L 79.212 0 C 81.127 0.03 82.622 1.62 82.592 3.509 Z M 76.58 9.448 L 81.934 9.448 L 81.934 29.574 L 76.58 29.574 Z M 103.984 25.465 C 101.92 28.434 98.51 30.114 94.92 29.994 C 89.147 30.144 84.361 25.555 84.211 19.796 C 84.062 14.037 88.638 9.208 94.382 9.058 L 94.95 9.058 C 98.211 9.028 101.322 10.528 103.356 13.077 L 99.557 16.407 C 98.48 14.907 96.775 14.037 94.95 14.007 C 91.989 14.007 89.566 16.407 89.566 19.376 L 89.566 19.526 C 89.476 22.465 91.749 24.895 94.681 25.015 L 95.1 25.015 C 97.044 24.985 98.809 23.995 99.886 22.376 Z M 123.428 26.365 C 121.334 28.704 118.343 30.024 115.232 29.964 C 109.698 30.234 105.031 25.945 104.762 20.396 L 104.762 19.496 C 104.762 13.887 108.561 8.998 114.484 8.998 C 120.018 8.998 123.937 13.677 123.937 19.286 C 123.937 19.796 123.907 20.306 123.817 20.816 L 109.967 20.816 C 110.236 23.575 112.599 25.675 115.381 25.585 C 117.296 25.525 119.121 24.685 120.407 23.275 Z M 118.463 16.917 C 118.223 14.907 116.518 13.407 114.514 13.377 C 112.42 13.377 110.625 14.847 110.236 16.917 Z M 126.061 29.574 L 126.061 9.448 L 131.206 9.448 L 131.206 11.068 C 132.791 9.748 134.796 9.028 136.86 9.028 C 139.522 9.028 142.065 10.198 143.8 12.268 C 145.355 14.277 146.073 16.797 145.864 19.316 L 145.864 29.544 L 140.509 29.544 L 140.509 18.896 C 140.659 17.516 140.24 16.167 139.313 15.117 C 138.505 14.367 137.428 13.947 136.291 14.007 C 134.377 14.067 132.582 14.967 131.415 16.497 L 131.415 29.574 Z M 159.654 9.028 C 162.825 9.058 165.846 10.378 168.06 12.657 C 172.517 17.397 172.308 24.835 167.611 29.304 C 166.803 30.114 165.517 30.174 164.59 29.484 C 161.627 27.265 157.561 27.265 154.599 29.484 C 153.671 30.204 152.415 30.114 151.577 29.334 C 149.214 27.115 147.898 23.995 147.898 20.756 C 147.898 14.277 153.163 9.028 159.654 9.028 Z M 159.594 26.665 L 159.893 26.665 C 163.034 26.575 165.517 23.965 165.427 20.816 C 165.427 17.576 162.825 14.967 159.594 14.967 C 156.364 14.967 153.761 17.576 153.761 20.816 L 153.761 21.116 C 153.851 24.265 156.453 26.755 159.594 26.665 Z M 181.88 29.574 L 177.872 29.574 L 169.915 9.448 L 175.269 9.448 L 179.637 20.936 L 183.914 9.448 L 188.371 9.448 L 192.619 20.936 L 197.017 9.448 L 202.371 9.448 L 194.414 29.574 L 190.435 29.574 L 186.158 18.116 Z M 202.457 27.295 L 202.009 27.295 L 202.009 28.134 L 201.62 28.134 L 201.62 25.795 L 202.547 25.795 C 202.966 25.795 203.295 26.125 203.295 26.545 C 203.295 26.845 203.115 27.115 202.846 27.235 L 203.385 28.134 L 202.966 28.134 Z M 202.009 26.965 L 202.577 26.965 C 202.786 26.965 202.966 26.785 202.966 26.575 C 202.966 26.365 202.786 26.185 202.577 26.185 L 202.039 26.185 Z M 202.487 24.805 C 203.684 24.805 204.641 25.765 204.641 26.965 C 204.641 28.164 203.684 29.124 202.487 29.124 C 201.291 29.124 200.333 28.164 200.333 26.965 C 200.333 25.765 201.291 24.805 202.487 24.805 M 202.487 24.445 C 201.111 24.445 199.974 25.555 199.974 26.965 C 199.974 28.374 201.081 29.484 202.487 29.484 C 203.863 29.484 205 28.374 205 26.965 C 205 25.585 203.863 24.445 202.487 24.445 Z\" fill=\"transparent\" height=\"30px\" id=\"XQr74p2MW\" width=\"204.99999225807323px\"><path d=\"M 49.328 9.238 C 49.837 9.238 50.375 9.298 50.913 9.388 L 50.913 14.547 C 50.225 14.277 49.478 14.187 48.76 14.217 C 46.845 14.277 45.05 15.177 43.884 16.707 L 43.884 29.574 L 38.529 29.574 L 38.529 9.448 L 43.674 9.448 L 43.674 11.278 C 45.26 9.958 47.264 9.238 49.328 9.238 Z M 2.603 23.425 C 4.128 24.715 6.073 25.435 8.077 25.405 C 9.513 25.405 10.619 24.685 10.619 23.695 C 10.619 20.696 0.927 21.776 0.927 15.297 C 0.927 11.428 4.637 9.028 8.585 9.028 C 10.978 9.028 13.342 9.748 15.346 11.068 L 12.833 14.967 C 11.726 14.127 10.38 13.647 9.004 13.587 C 7.508 13.587 6.282 14.157 6.282 15.207 C 6.282 17.816 15.974 16.797 15.974 23.755 C 15.974 27.624 12.205 29.964 8.017 29.964 C 5.145 29.964 2.333 29.004 0 27.295 Z M 36.076 20.876 L 22.226 20.876 C 22.495 23.635 24.858 25.735 27.64 25.645 C 29.555 25.615 31.38 24.775 32.666 23.335 L 35.717 26.395 C 33.623 28.734 30.632 30.024 27.521 29.994 L 26.623 29.994 C 21.119 29.754 16.812 25.075 17.051 19.526 C 17.051 13.917 20.85 9.028 26.773 9.028 C 32.307 9.028 36.226 13.707 36.226 19.316 C 36.226 19.826 36.196 20.366 36.076 20.876 Z M 30.722 16.917 C 30.482 14.907 28.777 13.377 26.773 13.377 C 24.679 13.377 22.884 14.847 22.495 16.917 Z M 63.657 21.716 L 69.131 9.448 L 74.695 9.448 L 65.511 29.574 L 61.802 29.574 L 52.619 9.448 L 58.183 9.448 Z M 82.592 3.509 C 82.562 5.429 80.977 6.929 79.092 6.899 C 77.208 6.869 75.712 5.339 75.712 3.449 C 75.712 1.53 77.238 0 79.152 0 L 79.212 0 C 81.127 0.03 82.622 1.62 82.592 3.509 Z\" fill=\"rgb(28, 28, 30)\" height=\"29.99449390914803px\" id=\"YsiGBiIp2\" width=\"82.59272785015037px\"/><path d=\"M 0 0 L 5.355 0 L 5.355 20.126 L 0 20.126 Z\" fill=\"rgb(28, 28, 30)\" height=\"20.125962044709354px\" id=\"l9TmkoflP\" transform=\"translate(76.58 9.448)\" width=\"5.354588374477089px\"/><path d=\"M 19.777 16.467 C 17.713 19.436 14.302 21.116 10.713 20.996 C 4.939 21.146 0.153 16.557 0.004 10.798 C -0.146 5.039 4.431 0.21 10.174 0.06 L 10.743 0.06 C 14.003 0.03 17.114 1.53 19.148 4.079 L 15.349 7.409 C 14.272 5.909 12.567 5.039 10.743 5.009 C 7.781 5.009 5.358 7.409 5.358 10.378 L 5.358 10.528 C 5.268 13.467 7.542 15.897 10.473 16.017 L 10.892 16.017 C 12.837 15.987 14.602 14.997 15.678 13.377 Z M 39.221 17.367 C 37.127 19.706 34.135 21.026 31.024 20.966 C 25.49 21.236 20.824 16.947 20.554 11.398 L 20.554 10.498 C 20.554 4.889 24.353 0 30.276 0 C 35.811 0 39.729 4.679 39.729 10.288 C 39.729 10.798 39.699 11.308 39.61 11.818 L 25.759 11.818 C 26.029 14.577 28.392 16.677 31.174 16.587 C 33.088 16.527 34.913 15.687 36.199 14.277 Z M 34.255 7.918 C 34.016 5.909 32.311 4.409 30.306 4.379 C 28.212 4.379 26.418 5.849 26.029 7.918 Z M 41.853 20.576 L 41.853 0.45 L 46.998 0.45 L 46.998 2.07 C 48.584 0.75 50.588 0.03 52.652 0.03 C 55.314 0.03 57.857 1.2 59.592 3.269 C 61.148 5.279 61.866 7.798 61.656 10.318 L 61.656 20.546 L 56.302 20.546 L 56.302 9.898 C 56.451 8.518 56.032 7.169 55.105 6.119 C 54.297 5.369 53.22 4.949 52.084 5.009 C 50.169 5.069 48.374 5.969 47.208 7.498 L 47.208 20.576 Z M 75.446 0.03 C 78.617 0.06 81.639 1.38 83.852 3.659 C 88.309 8.398 88.1 15.837 83.404 20.306 C 82.596 21.116 81.31 21.176 80.382 20.486 C 77.42 18.266 73.354 18.266 70.391 20.486 C 69.464 21.206 68.207 21.116 67.37 20.336 C 65.006 18.116 63.69 14.997 63.69 11.758 C 63.69 5.279 68.955 0.03 75.446 0.03 Z M 75.387 17.666 L 75.686 17.666 C 78.827 17.576 81.31 14.967 81.22 11.818 C 81.22 8.578 78.617 5.969 75.387 5.969 C 72.156 5.969 69.553 8.578 69.553 11.818 L 69.553 12.118 C 69.643 15.267 72.246 17.756 75.387 17.666 Z M 97.672 20.576 L 93.664 20.576 L 85.707 0.45 L 91.061 0.45 L 95.429 11.938 L 99.707 0.45 L 104.164 0.45 L 108.412 11.938 L 112.809 0.45 L 118.163 0.45 L 110.206 20.576 L 106.228 20.576 L 101.95 9.118 Z\" fill=\"rgb(28, 28, 30)\" height=\"21.001805218890183px\" id=\"XWMeg7Lqx\" transform=\"translate(84.208 8.998)\" width=\"118.16347708462854px\"/><path d=\"M 0.838 1.5 L 0.389 1.5 L 0.389 2.34 L 0 2.34 L 0 0 L 0.927 0 C 1.346 0 1.675 0.33 1.675 0.75 C 1.675 1.05 1.496 1.32 1.226 1.44 L 1.765 2.34 L 1.346 2.34 Z M 0.389 1.17 L 0.957 1.17 C 1.167 1.17 1.346 0.99 1.346 0.78 C 1.346 0.57 1.167 0.39 0.957 0.39 L 0.419 0.39 Z\" fill=\"rgb(28, 28, 30)\" height=\"2.339530610264177px\" id=\"NzQuga2Oj\" transform=\"translate(201.62 25.795)\" width=\"1.7649202006466567px\"/><path d=\"M 2.513 0.36 C 3.709 0.36 4.667 1.32 4.667 2.519 C 4.667 3.719 3.709 4.679 2.513 4.679 C 1.316 4.679 0.359 3.719 0.359 2.519 C 0.359 1.32 1.316 0.36 2.513 0.36 M 2.513 0 C 1.137 0 0 1.11 0 2.519 C 0 3.929 1.107 5.039 2.513 5.039 C 3.889 5.039 5.026 3.929 5.026 2.519 C 5.026 1.14 3.889 0 2.513 0 Z\" fill=\"rgb(28, 28, 30)\" height=\"5.038989006723085px\" id=\"aFxWuUvyz\" transform=\"translate(199.974 24.445)\" width=\"5.0255354709638596px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-myK8d framer-wylnyh\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 205 30&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 49.328 9.238 C 49.837 9.238 50.375 9.298 50.913 9.388 L 50.913 14.547 C 50.225 14.277 49.478 14.187 48.76 14.217 C 46.845 14.277 45.05 15.177 43.884 16.707 L 43.884 29.574 L 38.529 29.574 L 38.529 9.448 L 43.674 9.448 L 43.674 11.278 C 45.26 9.958 47.264 9.238 49.328 9...."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 52 52\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 26.072 0 L 20.478 15.685 L 24.281 15.686 C 27.021 15.687 28.186 17.847 27.324 20.265 L 21.761 35.861 L 16.164 35.861 L 22.284 18.701 L 19.402 18.701 L 13.282 35.861 L 7.637 35.861 L 20.194 0.651 C 8.63 3.289 0 13.636 0 25.999 C 0 38.17 8.363 48.386 19.655 51.219 L 32.342 15.597 L 41.529 15.597 C 43.43 15.597 45.82 16.879 44.787 19.795 L 39.628 34.361 C 38.97 36.222 37.403 36.599 36.155 36.599 L 30.507 36.599 L 25.029 51.98 C 25.352 51.992 25.675 52 26 52 C 40.359 52 52 40.36 52 25.999 C 52 11.664 40.398 0.039 26.072 0 Z M 36.896 18.659 L 31.568 33.616 L 34.405 33.616 L 39.735 18.659 Z\" fill=\"rgb(28, 28, 30)\" height=\"52px\" id=\"fEqt5Jln4\" width=\"52px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-pitis framer-1p4ikpy\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 52 52&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 26.072 0 L 20.478 15.685 L 24.281 15.686 C 27.021 15.687 28.186 17.847 27.324 20.265 L 21.761 35.861 L 16.164 35.861 L 22.284 18.701 L 19.402 18.701 L 13.282 35.861 L 7.637 35.861 L 20.194 0.651 C 8.63 3.289 0 13.636 0 25.999 C 0 38.17 8.363 48.386 19.655 51.219 L 32..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 134 28\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 133.156 22.307 L 133.156 23.24 L 127.587 23.24 L 127.587 22.307 C 128.084 22.307 128.364 22.244 128.582 22.058 C 128.707 21.933 128.8 21.56 128.8 20.969 L 128.8 9.209 C 128.8 8.587 128.738 8.213 128.582 8.027 C 128.427 7.778 128.084 7.653 127.524 7.653 L 127.12 7.653 L 127.12 6.813 L 131.818 6.44 L 131.818 20.938 C 131.818 21.684 132.036 22.089 132.44 22.213 C 132.627 22.276 132.844 22.307 133.156 22.307 Z M 126.56 22.307 L 126.716 22.307 L 126.716 23.24 L 122.609 23.24 L 122.609 22.244 L 122.609 21.684 C 122.329 22.244 121.893 22.68 121.333 23.022 C 120.711 23.396 120.089 23.613 119.467 23.613 C 118.316 23.613 117.413 23.271 116.822 22.556 C 116.387 21.996 116.138 21.373 116.138 20.658 C 116.138 19.413 116.76 18.449 117.942 17.764 C 118.876 17.204 120.369 16.738 122.484 16.333 L 122.484 14.529 C 122.484 13.222 121.769 12.569 120.369 12.569 C 119.871 12.569 119.342 12.693 118.907 12.942 C 118.658 13.067 118.502 13.222 118.347 13.347 C 118.471 13.316 118.658 13.284 118.813 13.284 C 119.778 13.284 120.244 13.72 120.244 14.653 C 120.244 15.027 120.089 15.369 119.778 15.649 C 119.467 15.96 119.062 16.084 118.596 16.084 C 118.16 16.084 117.787 15.96 117.476 15.68 C 117.102 15.338 116.884 14.902 116.884 14.342 C 116.884 13.533 117.289 12.849 118.129 12.351 C 118.938 11.853 119.933 11.604 121.178 11.604 C 124.133 11.604 125.627 12.942 125.627 15.524 L 125.627 20.969 C 125.596 21.84 125.938 22.307 126.56 22.307 Z M 122.516 17.173 C 121.396 17.391 120.618 17.671 120.151 18.076 C 119.653 18.511 119.373 19.196 119.373 20.191 C 119.373 20.782 119.498 21.249 119.747 21.56 C 119.996 21.871 120.307 22.027 120.649 22.027 C 121.24 22.027 121.707 21.716 122.08 21.031 C 122.36 20.564 122.516 19.849 122.516 18.884 Z M 45.547 11.511 C 45.547 13.067 44.924 14.28 43.68 15.089 C 42.56 15.804 41.098 16.178 39.2 16.178 L 38.111 16.178 L 38.111 20.876 C 38.111 21.436 38.204 21.809 38.422 21.996 C 38.64 22.213 39.044 22.276 39.604 22.276 L 40.351 22.276 L 40.351 23.209 L 33.009 23.209 L 33.009 22.276 L 33.289 22.276 C 33.88 22.276 34.253 22.213 34.44 22.027 C 34.689 21.809 34.813 21.436 34.813 20.876 L 34.813 9.209 C 34.813 8.462 34.689 7.964 34.378 7.809 C 34.222 7.716 33.756 7.653 33.009 7.653 L 33.009 6.751 L 39.2 6.751 C 41.036 6.751 42.498 7.093 43.618 7.778 C 44.893 8.649 45.547 9.862 45.547 11.511 Z M 42.156 11.511 C 42.156 8.991 41.16 7.716 39.231 7.716 L 38.204 7.716 L 38.204 15.12 L 39.231 15.12 C 41.16 15.12 42.156 13.938 42.156 11.511 Z M 52.951 11.542 C 51.551 11.542 50.649 12.382 50.213 14.062 L 50.151 11.853 L 46.262 11.853 L 46.262 12.787 L 46.573 12.787 C 46.947 12.787 47.227 12.911 47.32 13.222 C 47.413 13.44 47.445 14.342 47.445 16.053 L 47.445 20.969 C 47.445 21.56 47.351 21.933 47.165 22.058 C 46.978 22.182 46.698 22.307 46.231 22.307 L 45.982 22.307 L 45.982 23.24 L 52.173 23.24 L 52.173 22.307 L 51.8 22.307 C 51.147 22.307 50.773 22.213 50.649 22.027 C 50.556 21.871 50.493 21.529 50.493 21 L 50.493 18.76 C 50.493 17.92 50.587 16.987 50.805 15.96 C 51.053 14.684 51.396 13.782 51.8 13.253 C 51.769 13.378 51.769 13.471 51.769 13.502 C 51.738 13.844 51.862 14.124 52.111 14.342 C 52.36 14.622 52.702 14.747 53.138 14.747 C 53.573 14.747 53.947 14.591 54.258 14.249 C 54.538 13.938 54.631 13.564 54.631 13.191 C 54.631 12.756 54.476 12.382 54.165 12.102 C 53.885 11.667 53.48 11.542 52.951 11.542 Z M 66.858 22.307 L 67.169 22.307 L 67.169 23.24 L 63 23.24 L 62.938 21.778 C 62.72 22.182 62.44 22.556 62.004 22.867 C 61.382 23.333 60.667 23.582 59.92 23.582 C 58.613 23.582 57.711 23.209 57.151 22.493 C 56.716 21.902 56.498 21.031 56.498 19.818 L 56.498 15.027 C 56.498 13.969 56.467 13.316 56.373 13.16 C 56.249 12.911 55.938 12.787 55.44 12.787 L 55.316 12.787 L 55.316 11.822 L 59.578 11.822 L 59.578 20.16 C 59.578 21.249 60.013 21.84 60.947 21.84 C 61.693 21.84 62.222 21.342 62.471 20.222 C 62.564 19.787 62.627 19.196 62.627 18.449 L 62.627 14.996 C 62.627 13.813 62.564 13.16 62.471 13.036 C 62.316 12.818 61.973 12.756 61.445 12.756 L 61.133 12.756 L 61.133 11.822 L 65.8 11.822 L 65.8 20.316 C 65.8 21.249 65.862 21.778 65.956 21.933 C 66.142 22.182 66.453 22.307 66.858 22.307 Z M 63.062 21.373 C 63.031 21.373 63 21.404 63 21.436 Z M 78.867 22.307 L 79.084 22.307 L 79.084 23.209 L 75.009 23.209 L 74.947 21.778 C 74.791 22.12 74.511 22.462 74.138 22.773 C 73.516 23.271 72.769 23.551 71.929 23.551 C 70.28 23.551 69.067 22.898 68.289 21.56 C 67.667 20.533 67.356 19.196 67.356 17.578 C 67.356 16.084 67.76 14.747 68.6 13.596 C 69.533 12.289 70.778 11.636 72.302 11.636 C 73.484 11.636 74.356 11.978 74.791 12.693 C 74.729 12.382 74.698 11.324 74.698 9.489 C 74.667 8.804 74.636 8.4 74.542 8.182 C 74.387 7.84 73.982 7.716 73.391 7.716 L 73.08 7.716 L 73.08 6.844 L 77.84 6.471 L 77.84 21.031 C 77.84 21.498 77.902 21.809 77.996 21.996 C 78.089 22.151 78.4 22.307 78.867 22.307 Z M 74.667 16.333 C 74.667 13.938 74.044 12.756 72.8 12.756 C 71.96 12.756 71.338 13.378 71.058 14.591 C 70.933 15.244 70.84 16.24 70.84 17.547 C 70.84 20.564 71.493 22.089 72.738 22.089 C 73.671 22.089 74.231 21.436 74.542 20.222 C 74.636 19.818 74.667 19.289 74.667 18.667 Z M 89.413 17.267 L 82.507 17.267 C 82.507 18.324 82.569 19.133 82.662 19.756 C 82.973 21.529 83.782 22.431 85.027 22.431 C 85.929 22.431 86.645 22.058 87.267 21.311 C 87.827 20.658 88.107 19.973 88.107 19.227 L 89.258 19.227 C 89.227 20.222 88.822 21.187 87.982 22.058 C 87.049 23.053 85.898 23.551 84.529 23.551 C 82.787 23.551 81.418 22.96 80.453 21.809 C 79.551 20.751 79.116 19.32 79.116 17.547 C 79.116 15.804 79.613 14.342 80.609 13.222 C 81.636 12.133 82.911 11.573 84.405 11.573 C 86.085 11.573 87.298 12.133 88.169 13.253 C 89.04 14.218 89.413 15.556 89.413 17.267 Z M 86.271 16.333 C 86.271 13.751 85.649 12.444 84.467 12.444 C 83.347 12.444 82.725 13.409 82.569 15.307 C 82.538 15.587 82.538 15.929 82.538 16.333 Z M 100.489 21.436 L 100.489 20.409 L 100.489 15.244 C 100.489 12.787 99.369 11.511 97.067 11.511 C 96.382 11.511 95.729 11.667 95.2 12.009 C 94.609 12.351 94.205 12.756 93.956 13.316 L 93.956 11.853 L 89.911 11.853 L 89.911 12.787 L 90.191 12.787 C 90.596 12.787 90.876 12.88 91 13.098 C 91.125 13.316 91.218 13.813 91.218 14.716 L 91.218 20.378 C 91.218 21 91.218 21.373 91.187 21.498 C 91.156 22.058 90.845 22.307 90.222 22.307 L 89.911 22.307 L 89.911 23.24 L 95.605 23.24 L 95.605 22.307 L 95.387 22.307 C 94.92 22.307 94.578 22.213 94.36 21.996 C 94.267 21.902 94.236 21.342 94.236 20.378 L 94.236 16.116 C 94.236 15.12 94.391 14.342 94.702 13.813 C 95.013 13.316 95.449 13.036 95.978 13.036 C 96.538 13.036 96.911 13.191 97.098 13.596 C 97.222 13.844 97.316 14.28 97.316 14.84 L 97.316 23.178 L 101.733 23.178 L 101.733 22.244 L 101.484 22.244 C 100.862 22.307 100.52 21.996 100.489 21.436 Z M 108.142 20.782 C 108.018 21.684 107.676 22.12 107.147 22.12 C 106.556 22.12 106.307 21.653 106.307 20.72 L 106.307 12.787 L 108.453 12.787 L 108.453 11.853 L 106.307 11.853 L 106.307 6.72 L 105.342 6.72 C 105.311 7.809 104.969 8.898 104.316 9.956 C 103.538 11.231 102.604 11.822 101.484 11.822 L 101.173 11.822 L 101.173 12.756 L 103.196 12.756 L 103.196 20.253 C 103.196 22.4 104.16 23.458 106.027 23.458 C 107.427 23.458 108.36 22.991 108.827 21.996 C 109.107 21.436 109.231 20.347 109.231 18.822 L 108.173 18.822 C 108.204 19.849 108.173 20.44 108.142 20.782 Z M 23.116 18.542 L 24.298 17.516 L 25.604 14.436 L 23.738 13.658 L 21.964 18.604 L 20.72 19.631 L 19.196 22.369 L 20.72 22.369 Z M 16.396 22.369 L 18.356 22.369 L 20.409 18.542 L 20.036 17.858 Z M 5.382 16.209 C 5.382 16.209 3.671 20.378 2.8 22.4 C 1.462 20.533 0 17.982 0 13.596 C 0 7 5.662 0 14.218 0 C 22.4 0 26.787 6.533 27.502 9.893 L 20.284 7.933 L 14.031 4.324 L 11.729 3.92 L 11.729 5.6 L 13.471 7.249 L 11.013 7.031 C 11.013 7.031 11.076 7.156 13.129 9.333 L 22.431 10.858 L 24.08 11.916 L 19.849 12.133 L 18.107 18.542 L 12.382 22.369 L 8.587 22.369 L 9.862 19.88 L 9.644 19.818 L 6.253 22.369 L 5.444 22.369 L 8.898 17.516 C 9.053 16.116 8.96 16.738 9.178 14.249 L 8.618 13.533 L 7.218 18.916 L 4.324 22.4 L 3.578 22.4 L 5.289 19.973 L 7.684 12.6 L 7.062 12.88 L 6.004 15.804 Z M 2.769 20.533 C 3.951 17.36 6.316 11.044 6.316 11.044 C 6.316 11.044 7.404 10.453 7.404 10.578 L 9.022 6.533 L 10.049 5.973 L 11.324 3.267 L 14.093 3.702 L 19.724 6.844 L 26.04 8.587 C 24.391 4.418 19.787 0.871 14.218 0.871 C 6.222 0.871 0.996 7.436 0.996 13.533 C 0.996 17.111 1.836 18.853 2.769 20.533 Z M 21.56 16.738 L 23.271 13.533 L 20.876 12.538 L 20.627 14.653 L 20.876 15.027 L 20.627 16.893 Z M 25.231 17.702 L 22.276 22.369 L 25.418 22.369 C 27.098 20.036 27.876 17.609 28 15.276 L 26.133 14.622 Z M 14.093 28 C 18.044 28 22.338 26.258 24.827 23.022 L 3.298 23.022 C 6.409 26.756 10.64 28 14.093 28 Z M 112.716 10.578 C 113.213 10.578 113.68 10.422 114.053 10.018 C 114.427 9.644 114.613 9.209 114.613 8.68 C 114.613 8.182 114.458 7.716 114.053 7.373 C 113.68 7.031 113.244 6.813 112.716 6.813 C 112.187 6.813 111.751 6.969 111.409 7.373 C 111.036 7.747 110.849 8.151 110.849 8.68 C 110.849 9.178 111.004 9.644 111.409 10.018 C 111.751 10.422 112.156 10.578 112.716 10.578 Z M 114.52 21.996 C 114.427 21.84 114.364 21.28 114.364 20.347 L 114.364 11.884 L 110.04 11.884 L 110.04 12.818 L 110.351 12.818 C 110.662 12.818 110.911 12.88 111.067 13.036 C 111.222 13.16 111.316 13.658 111.316 14.467 L 111.316 20.409 C 111.316 21.187 111.284 21.716 111.222 21.902 C 111.129 22.182 110.818 22.307 110.382 22.307 L 110.071 22.307 L 110.071 23.24 L 115.702 23.24 L 115.702 22.307 L 115.391 22.307 C 114.924 22.307 114.644 22.182 114.52 21.996 Z\" fill=\"rgb(28, 28, 30)\" height=\"27.999999630737303px\" id=\"FMGPVUssS\" width=\"133.15600274658203px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-eIlPb framer-wz7dj9\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 134 28&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 133.156 22.307 L 133.156 23.24 L 127.587 23.24 L 127.587 22.307 C 128.084 22.307 128.364 22.244 128.582 22.058 C 128.707 21.933 128.8 21.56 128.8 20.969 L 128.8 9.209 C 128.8 8.587 128.738 8.213 128.582 8.027 C 128.427 7.778 128.084 7.653 127.524 7.653 L 127.12 7.653..."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 125 30\" xmlns=\"http://www.w3.org/2000/svg\"><g d=\"M 19.351 1.173 L 11.385 9.146 L 19.351 9.146 L 19.351 1.173 L 19.351 3.356 Z M 11.384 9.146 L 3.418 1.173 L 3.418 9.146 Z M 11.367 0 L 11.367 30.201 M 19.351 17.117 L 11.385 9.144 L 11.385 20.575 L 19.351 28.548 Z M 3.419 17.117 L 11.385 9.144 L 11.385 20.575 L 3.419 28.548 Z M 0 9.144 L 0 20.529 L 3.418 20.529 L 3.418 17.117 L 11.384 9.144 Z M 11.384 9.144 L 19.35 17.117 L 19.35 20.529 L 22.768 20.529 L 22.768 9.144 Z M 46.037 10.848 C 46.51 9.943 47.236 9.195 48.127 8.697 C 49.022 8.194 50.073 7.943 51.277 7.943 C 52.482 7.943 53.48 8.19 54.314 8.686 C 55.15 9.182 55.775 9.839 56.188 10.657 C 56.602 11.475 56.809 12.372 56.809 13.347 L 56.809 14.698 L 47.438 14.698 C 47.513 15.869 47.908 16.8 48.623 17.49 C 49.338 18.182 50.297 18.527 51.503 18.527 C 52.481 18.527 53.231 18.328 53.75 17.93 C 54.27 17.532 54.649 16.981 54.891 16.275 L 57.037 16.275 C 56.75 17.37 56.167 18.321 55.287 19.124 C 54.407 19.928 53.145 20.329 51.504 20.329 C 50.269 20.329 49.181 20.077 48.24 19.574 C 47.316 19.089 46.558 18.34 46.06 17.423 C 45.548 16.492 45.292 15.397 45.292 14.135 C 45.292 12.873 45.541 11.778 46.038 10.847 L 46.037 10.847 Z M 54.552 13.009 C 54.552 11.988 54.288 11.189 53.761 10.61 C 53.235 10.032 52.407 9.744 51.276 9.744 C 50.223 9.744 49.36 10.025 48.691 10.588 C 48.021 11.151 47.61 11.959 47.46 13.009 Z M 59.625 8.28 L 59.625 10.149 C 59.625 10.255 59.677 10.307 59.783 10.307 C 59.844 10.307 59.888 10.292 59.919 10.261 C 59.962 10.209 59.992 10.148 60.009 10.082 C 60.4 8.851 61.371 8.235 62.922 8.235 L 63.916 8.235 L 63.916 10.261 L 62.628 10.261 C 61.619 10.261 60.866 10.501 60.369 10.982 C 59.871 11.463 59.623 12.251 59.623 13.347 L 59.623 19.99 L 57.59 19.99 L 57.59 8.279 L 59.625 8.279 Z M 75.851 17.524 C 75.317 18.462 74.624 19.164 73.773 19.629 C 72.933 20.091 71.988 20.331 71.029 20.327 C 69.102 20.327 67.746 19.562 66.964 18.03 C 66.903 17.911 66.828 17.85 66.738 17.85 C 66.648 17.85 66.602 17.896 66.602 17.985 L 66.602 24.268 L 64.569 24.268 L 64.569 8.281 L 66.602 8.281 L 66.602 10.285 C 66.602 10.375 66.647 10.42 66.738 10.42 C 66.828 10.42 66.903 10.36 66.964 10.24 C 67.746 8.709 69.102 7.943 71.029 7.943 C 72.007 7.943 72.922 8.177 73.773 8.641 C 74.624 9.106 75.316 9.808 75.851 10.747 C 76.386 11.685 76.653 12.816 76.653 14.136 C 76.653 15.455 76.386 16.586 75.851 17.525 Z M 73.502 10.903 C 72.756 10.13 71.774 9.743 70.555 9.743 C 69.336 9.743 68.353 10.13 67.608 10.903 C 66.862 11.677 66.589 12.754 66.589 14.135 C 66.589 15.516 66.862 16.594 67.608 17.366 C 68.354 18.14 69.336 18.527 70.555 18.527 C 71.774 18.527 72.757 18.141 73.502 17.366 C 74.248 16.593 74.62 15.516 74.62 14.135 C 74.62 12.754 74.248 11.677 73.502 10.903 Z M 79.603 3.776 L 79.603 19.99 L 77.57 19.99 L 77.57 3.777 L 79.603 3.777 Z M 81.276 10.847 C 81.749 9.942 82.475 9.194 83.366 8.696 C 84.261 8.193 85.312 7.942 86.516 7.942 C 87.719 7.942 88.719 8.189 89.553 8.685 C 90.389 9.181 91.014 9.838 91.427 10.656 C 91.842 11.475 92.048 12.371 92.048 13.346 L 92.048 14.697 L 82.677 14.697 C 82.752 15.868 83.147 16.799 83.862 17.49 C 84.577 18.181 85.537 18.526 86.742 18.526 C 87.72 18.526 88.469 18.327 88.989 17.929 C 89.509 17.532 89.888 16.98 90.13 16.274 L 92.276 16.274 C 91.99 17.37 91.406 18.32 90.526 19.123 C 89.646 19.927 88.384 20.328 86.743 20.328 C 85.508 20.328 84.42 20.076 83.479 19.574 C 82.555 19.088 81.797 18.339 81.299 17.423 C 80.787 16.491 80.532 15.396 80.532 14.134 C 80.532 12.872 80.78 11.777 81.277 10.846 L 81.276 10.846 Z M 89.791 13.008 C 89.791 11.987 89.527 11.188 89 10.61 C 88.474 10.032 87.646 9.743 86.516 9.743 C 85.463 9.743 84.599 10.024 83.93 10.587 C 83.26 11.15 82.85 11.958 82.699 13.008 Z M 91.144 19.539 L 95.796 13.796 L 91.979 8.73 L 91.979 8.279 L 94.215 8.279 L 97.401 12.647 L 100.834 8.279 L 103.114 8.279 L 103.114 8.752 L 98.733 14.135 L 102.776 19.539 L 102.776 19.99 L 100.585 19.99 L 97.13 15.283 L 93.427 19.99 L 91.146 19.99 L 91.146 19.539 Z M 106.065 4.468 L 106.065 7.002 L 103.691 7.002 L 103.691 4.468 Z M 105.942 19.99 L 103.908 19.99 L 103.908 8.28 L 105.942 8.28 Z M 106.583 8.28 L 108.794 8.28 L 108.794 5.127 L 110.828 5.127 L 110.828 8.28 L 113.155 8.28 L 113.726 9.996 L 110.828 9.996 L 110.828 15.599 C 110.828 16.364 110.808 16.931 110.771 17.299 C 110.733 17.667 110.714 17.889 110.714 17.964 C 110.714 18.069 110.744 18.152 110.804 18.211 C 110.871 18.274 110.961 18.306 111.053 18.301 C 111.128 18.301 111.35 18.282 111.719 18.245 C 112.088 18.207 112.657 18.188 113.425 18.188 L 114.215 18.188 L 114.215 19.99 L 112.635 19.99 C 111.339 19.99 110.375 19.675 109.744 19.043 C 109.112 18.412 108.795 17.453 108.795 16.161 L 108.795 9.995 L 106.584 9.995 L 106.584 8.279 L 106.583 8.279 Z M 113.767 8.28 L 115.839 8.28 L 119.204 18.105 C 119.25 18.225 119.322 18.384 119.552 18.384 C 119.783 18.384 119.854 18.225 119.9 18.105 L 123.265 8.28 L 125.198 8.28 L 125.198 8.73 L 120.988 21.364 C 120.626 22.445 120.119 23.199 119.464 23.627 C 118.809 24.055 118.048 24.269 116.782 24.269 L 114.615 24.269 L 114.615 22.468 L 116.264 22.468 C 116.791 22.468 117.219 22.486 117.551 22.524 C 117.881 22.562 118.093 22.58 118.183 22.58 C 118.439 22.58 118.612 22.468 118.703 22.243 L 119.336 20.532 C 119.412 20.352 119.418 20.217 119.359 20.126 C 119.328 20.065 119.292 20.027 119.246 20.013 C 119.18 19.995 119.112 19.988 119.043 19.99 L 117.666 19.99 L 113.769 8.281 L 113.767 8.281 Z M 44 17.543 C 43.466 18.481 42.773 19.183 41.922 19.648 C 41.082 20.111 40.138 20.351 39.178 20.346 C 37.251 20.346 35.896 19.581 35.113 18.049 C 35.052 17.93 34.977 17.87 34.887 17.87 C 34.797 17.87 34.751 17.915 34.751 18.005 L 34.751 24.287 L 32.719 24.287 L 32.719 8.3 L 34.751 8.3 L 34.751 10.304 C 34.751 10.394 34.797 10.439 34.887 10.439 C 34.978 10.439 35.052 10.379 35.113 10.26 C 35.895 8.728 37.251 7.963 39.178 7.963 C 40.157 7.963 41.072 8.196 41.922 8.661 C 42.773 9.126 43.465 9.828 44 10.766 C 44.535 11.704 44.802 12.834 44.802 14.155 C 44.802 15.475 44.535 16.605 44 17.543 Z M 41.651 10.923 C 40.906 10.149 39.923 9.762 38.704 9.762 C 37.485 9.762 36.502 10.149 35.757 10.923 C 35.011 11.696 34.738 12.773 34.738 14.154 C 34.738 15.535 35.011 16.613 35.757 17.386 C 36.503 18.159 37.485 18.546 38.704 18.546 C 39.923 18.546 40.907 18.16 41.651 17.386 C 42.397 16.612 42.77 15.535 42.77 14.154 C 42.77 12.773 42.397 11.696 41.651 10.923 Z\" fill=\"transparent\" height=\"30.201342281879192px\" id=\"rgyhZPaGN\" width=\"125.19761918855193px\"><path d=\"M 19.351 1.173 L 11.385 9.146 L 19.351 9.146 L 19.351 1.173 L 19.351 3.356 Z M 11.384 9.146 L 3.418 1.173 L 3.418 9.146 Z M 11.367 0 L 11.367 30.201 M 19.351 17.117 L 11.385 9.144 L 11.385 20.575 L 19.351 28.548 Z M 3.419 17.117 L 11.385 9.144 L 11.385 20.575 L 3.419 28.548 Z M 0 9.144 L 0 20.529 L 3.418 20.529 L 3.418 17.117 L 11.384 9.144 Z M 11.384 9.144 L 19.35 17.117 L 19.35 20.529 L 22.768 20.529 L 22.768 9.144 Z\" fill=\"transparent\" height=\"30.201342281879192px\" id=\"NfvPyxYzf\" stroke-dasharray=\"\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-width=\"1.01\" stroke=\"rgb(28, 28, 30)\" transform=\"translate(0 0)\" width=\"22.76845594060501px\"/><path d=\"M 13.319 7.072 C 13.791 6.167 14.518 5.42 15.409 4.921 C 16.304 4.419 17.354 4.167 18.559 4.167 C 19.763 4.167 20.761 4.414 21.596 4.91 C 22.431 5.406 23.056 6.063 23.47 6.881 C 23.883 7.7 24.091 8.596 24.091 9.571 L 24.091 10.922 L 14.719 10.922 C 14.794 12.093 15.19 13.024 15.904 13.715 C 16.619 14.406 17.579 14.751 18.784 14.751 C 19.763 14.751 20.513 14.552 21.031 14.154 C 21.551 13.757 21.93 13.206 22.172 12.499 L 24.318 12.499 C 24.032 13.595 23.449 14.545 22.568 15.348 C 21.688 16.152 20.426 16.553 18.785 16.553 C 17.55 16.553 16.462 16.301 15.521 15.799 C 14.598 15.313 13.839 14.565 13.341 13.648 C 12.83 12.716 12.574 11.621 12.574 10.359 C 12.574 9.097 12.822 8.003 13.32 7.071 L 13.319 7.071 Z M 21.833 9.233 C 21.833 8.212 21.57 7.414 21.043 6.835 C 20.516 6.257 19.688 5.968 18.558 5.968 C 17.504 5.968 16.642 6.249 15.972 6.812 C 15.302 7.375 14.892 8.183 14.742 9.233 Z M 26.906 4.504 L 26.906 6.373 C 26.906 6.479 26.959 6.531 27.065 6.531 C 27.125 6.531 27.169 6.516 27.201 6.486 C 27.243 6.433 27.274 6.372 27.29 6.306 C 27.681 5.076 28.653 4.46 30.204 4.46 L 31.197 4.46 L 31.197 6.486 L 29.909 6.486 C 28.9 6.486 28.148 6.726 27.65 7.206 C 27.153 7.687 26.904 8.475 26.904 9.571 L 26.904 16.215 L 24.872 16.215 L 24.872 4.503 L 26.906 4.503 Z M 43.133 13.748 C 42.598 14.686 41.905 15.388 41.055 15.853 C 40.214 16.316 39.27 16.556 38.31 16.551 C 36.383 16.551 35.028 15.786 34.245 14.254 C 34.185 14.135 34.109 14.075 34.019 14.075 C 33.93 14.075 33.883 14.12 33.883 14.21 L 33.883 20.492 L 31.851 20.492 L 31.851 4.505 L 33.883 4.505 L 33.883 6.509 C 33.883 6.599 33.929 6.644 34.019 6.644 C 34.11 6.644 34.185 6.584 34.245 6.465 C 35.028 4.933 36.383 4.168 38.31 4.168 C 39.289 4.168 40.204 4.401 41.055 4.866 C 41.905 5.331 42.597 6.033 43.133 6.971 C 43.667 7.909 43.935 9.04 43.935 10.36 C 43.935 11.68 43.667 12.81 43.133 13.749 Z M 40.784 7.128 C 40.038 6.354 39.055 5.967 37.836 5.967 C 36.617 5.967 35.634 6.354 34.889 7.128 C 34.143 7.901 33.87 8.978 33.87 10.359 C 33.87 11.74 34.143 12.818 34.889 13.591 C 35.635 14.364 36.617 14.751 37.836 14.751 C 39.055 14.751 40.039 14.365 40.784 13.591 C 41.529 12.817 41.902 11.74 41.902 10.359 C 41.902 8.978 41.529 7.901 40.784 7.128 Z M 46.884 0 L 46.884 16.214 L 44.852 16.214 L 44.852 0.002 L 46.884 0.002 Z M 48.558 7.071 C 49.03 6.166 49.756 5.419 50.648 4.92 C 51.543 4.418 52.593 4.166 53.797 4.166 C 55.001 4.166 56 4.414 56.835 4.909 C 57.67 5.405 58.295 6.062 58.709 6.88 C 59.123 7.699 59.33 8.596 59.33 9.57 L 59.33 10.921 L 49.958 10.921 C 50.034 12.092 50.429 13.023 51.143 13.714 C 51.858 14.405 52.818 14.75 54.023 14.75 C 55.002 14.75 55.751 14.551 56.27 14.154 C 56.79 13.756 57.169 13.205 57.411 12.498 L 59.557 12.498 C 59.271 13.594 58.687 14.544 57.807 15.347 C 56.927 16.151 55.665 16.552 54.024 16.552 C 52.789 16.552 51.701 16.3 50.76 15.798 C 49.837 15.312 49.078 14.564 48.581 13.647 C 48.069 12.716 47.813 11.62 47.813 10.358 C 47.813 9.096 48.061 8.002 48.559 7.07 L 48.558 7.07 Z M 57.072 9.232 C 57.072 8.211 56.809 7.413 56.282 6.834 C 55.755 6.256 54.927 5.967 53.797 5.967 C 52.744 5.967 51.881 6.248 51.211 6.811 C 50.541 7.374 50.132 8.182 49.981 9.232 Z M 58.425 15.763 L 63.077 10.02 L 59.261 4.954 L 59.261 4.503 L 61.497 4.503 L 64.682 8.872 L 68.115 4.503 L 70.395 4.503 L 70.395 4.977 L 66.014 10.359 L 70.057 15.763 L 70.057 16.214 L 67.867 16.214 L 64.411 11.508 L 60.708 16.214 L 58.427 16.214 L 58.427 15.763 Z M 73.346 0.692 L 73.346 3.227 L 70.972 3.227 L 70.972 0.692 Z M 73.223 16.215 L 71.19 16.215 L 71.19 4.504 L 73.223 4.504 Z M 73.864 4.504 L 76.075 4.504 L 76.075 1.352 L 78.109 1.352 L 78.109 4.504 L 80.436 4.504 L 81.008 6.221 L 78.109 6.221 L 78.109 11.823 C 78.109 12.588 78.09 13.155 78.052 13.523 C 78.014 13.892 77.996 14.113 77.996 14.188 C 77.996 14.294 78.025 14.376 78.086 14.435 C 78.153 14.498 78.243 14.531 78.335 14.525 C 78.409 14.525 78.632 14.507 79.001 14.469 C 79.369 14.431 79.938 14.413 80.706 14.413 L 81.497 14.413 L 81.497 16.214 L 79.916 16.214 C 78.621 16.214 77.657 15.899 77.025 15.268 C 76.393 14.637 76.076 13.677 76.076 12.385 L 76.076 6.22 L 73.866 6.22 L 73.866 4.503 L 73.864 4.503 Z M 81.049 4.504 L 83.121 4.504 L 86.486 14.329 C 86.532 14.45 86.603 14.608 86.834 14.608 C 87.065 14.608 87.136 14.449 87.181 14.329 L 90.546 4.504 L 92.479 4.504 L 92.479 4.955 L 88.269 17.588 C 87.908 18.669 87.4 19.424 86.746 19.852 C 86.091 20.279 85.33 20.493 84.064 20.493 L 81.896 20.493 L 81.896 18.692 L 83.545 18.692 C 84.072 18.692 84.501 18.711 84.832 18.748 C 85.163 18.786 85.374 18.805 85.465 18.805 C 85.721 18.805 85.893 18.692 85.985 18.467 L 86.617 16.756 C 86.693 16.576 86.7 16.441 86.64 16.35 C 86.61 16.289 86.573 16.252 86.528 16.237 C 86.462 16.22 86.393 16.212 86.325 16.215 L 84.947 16.215 L 81.05 4.505 L 81.049 4.505 Z M 11.282 13.768 C 10.747 14.706 10.055 15.408 9.204 15.872 C 8.363 16.335 7.419 16.575 6.46 16.57 C 4.533 16.57 3.177 15.805 2.394 14.273 C 2.334 14.154 2.258 14.094 2.169 14.094 C 2.079 14.094 2.033 14.139 2.033 14.229 L 2.033 20.512 L 0 20.512 L 0 4.524 L 2.033 4.524 L 2.033 6.529 C 2.033 6.618 2.078 6.664 2.169 6.664 C 2.259 6.664 2.334 6.603 2.394 6.484 C 3.176 4.952 4.533 4.187 6.46 4.187 C 7.438 4.187 8.353 4.42 9.204 4.885 C 10.055 5.35 10.747 6.052 11.282 6.99 C 11.816 7.928 12.084 9.059 12.084 10.379 C 12.084 11.7 11.816 12.83 11.282 13.768 Z M 8.933 7.147 C 8.187 6.373 7.205 5.987 5.986 5.987 C 4.767 5.987 3.784 6.373 3.039 7.147 C 2.293 7.92 2.019 8.997 2.019 10.378 C 2.019 11.759 2.293 12.837 3.039 13.61 C 3.784 14.383 4.767 14.77 5.986 14.77 C 7.205 14.77 8.188 14.384 8.933 13.61 C 9.679 12.836 10.051 11.759 10.051 10.378 C 10.051 8.997 9.679 7.92 8.933 7.147 Z\" fill=\"rgb(28, 28, 30)\" height=\"20.511745289668056px\" id=\"hOBVSunai\" transform=\"translate(32.719 3.776)\" width=\"92.47902177644255px\"/></g></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-NZi0Y framer-1ggiu1j\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 125 30&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;g d=&quot;M 19.351 1.173 L 11.385 9.146 L 19.351 9.146 L 19.351 1.173 L 19.351 3.356 Z M 11.384 9.146 L 3.418 1.173 L 3.418 9.146 Z M 11.367 0 L 11.367 30.201 M 19.351 17.117 L 11.385 9.144 L 11.385 20.575 L 19.351 28.548 Z M 3.419 17.117 L 11.385 9.144 L 11.385 20.575 L 3.419 28...."
    },
    {
      "src": "data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 96 25\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 0 0.768 L 7.726 0.768 C 9.493 0.768 11.577 2.38 12.506 3.267 L 26.061 17.944 L 26.061 0.768 L 30.666 0.768 L 30.666 24.202 L 22.604 24.202 C 21.168 24.154 19.758 23.866 18.115 22.289 L 4.582 7.585 L 4.582 24.202 L 0 24.202 Z M 96 24.361 C 90.485 25.096 84.906 25.169 79.315 24.71 C 76.042 24.428 72.836 23.77 69.898 22.272 C 66.189 20.395 65.007 16.176 65.057 12.351 C 65.098 8.821 66.173 5.052 69.398 2.999 C 71.513 1.643 73.771 1.199 76.171 0.774 C 82.721 -0.353 89.284 -0.099 95.675 0.585 L 95.675 3.928 C 88.139 2.498 80.178 2.853 77.473 6.235 C 75.783 8.339 75.542 10.432 75.542 12.193 C 75.542 15.369 76.654 20.187 83.262 21.123 C 87.573 21.741 91.84 21.272 96 20.532 L 96 24.361 Z M 48.806 20.717 L 63.41 20.717 L 63.41 24.218 C 56.228 24.488 49.328 24.605 42.073 24.311 C 35.917 24.063 34.856 21.04 34.737 18.136 L 34.737 0.768 L 63.066 0.768 L 63.066 4.104 L 44.739 4.104 L 44.739 10.07 L 61.443 10.07 L 61.443 13.327 L 44.739 13.327 C 44.739 15.089 44.799 17.087 44.816 17.447 C 44.914 19.718 45.993 20.554 48.805 20.717\" fill=\"rgb(28, 28, 30)\" height=\"24.997467126564715px\" id=\"NatGUFidO\" width=\"96.00000090834517px\"/></svg>",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt class=\"framer-KJDFm framer-4d3veo\" src=\"data:image/svg+xml,&lt;svg display=&quot;block&quot; role=&quot;presentation&quot; viewBox=&quot;0 0 96 25&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M 0 0.768 L 7.726 0.768 C 9.493 0.768 11.577 2.38 12.506 3.267 L 26.061 17.944 L 26.061 0.768 L 30.666 0.768 L 30.666 24.202 L 22.604 24.202 C 21.168 24.154 19.758 23.866 18.115 22.289 L 4.582 7.585 L 4.582 24.202 L 0 24.202 Z M 96 24.361 C 90.485 25.096 84.906 25.169 7..."
    },
    {
      "src": "https://i.ytimg.com/vi_webp/3ODE5xkD7Uo/maxresdefault.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://i.ytimg.com/vi_webp/3ODE5xkD7Uo/maxresdefault.webp\" style=\"position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover\">"
    },
    {
      "src": "https://i.ytimg.com/vi_webp/3ODE5xkD7Uo/maxresdefault.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://i.ytimg.com/vi_webp/3ODE5xkD7Uo/maxresdefault.webp\" style=\"position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover\">"
    },
    {
      "src": "https://i.ytimg.com/vi_webp/3ODE5xkD7Uo/maxresdefault.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://i.ytimg.com/vi_webp/3ODE5xkD7Uo/maxresdefault.webp\" style=\"position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover\">"
    },
    {
      "src": "https://i.ytimg.com/vi_webp/3ODE5xkD7Uo/maxresdefault.webp",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img decoding=\"async\" src=\"https://i.ytimg.com/vi_webp/3ODE5xkD7Uo/maxresdefault.webp\" style=\"position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover\">"
    }
  ],
  "possibleDialogs": [],
  "score": 80,
  "weight": 10
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "headings": [
    {
      "text": "The only thing more important than moving fast is moving the needle",
      "html": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:center\">The only thing more important <br class=\"framer-text\">than moving fast is moving the needle</h2>"
    },
    {
      "text": "100M+",
      "html": "<h2 class=\"framer-text framer-styles-preset-115fim4\" data-styles-preset=\"nzTZxWrY2\" style=\"--framer-text-alignment:center\">100M+</h2>"
    },
    {
      "text": "250+",
      "html": "<h2 class=\"framer-text framer-styles-preset-115fim4\" data-styles-preset=\"nzTZxWrY2\" style=\"--framer-text-alignment:center\">250+</h2>"
    },
    {
      "text": "6,000+",
      "html": "<h2 class=\"framer-text framer-styles-preset-115fim4\" data-styles-preset=\"nzTZxWrY2\" style=\"--framer-text-alignment:center\">6,000+</h2>"
    },
    {
      "text": "The only thing more important than moving fast is moving the needle",
      "html": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:center\">The only thing more important <br class=\"framer-text\">than moving fast is moving the needle</h2>"
    },
    {
      "text": "100M+",
      "html": "<h2 class=\"framer-text framer-styles-preset-115fim4\" data-styles-preset=\"nzTZxWrY2\" style=\"--framer-text-alignment:center\">100M+</h2>"
    },
    {
      "text": "250+",
      "html": "<h2 class=\"framer-text framer-styles-preset-115fim4\" data-styles-preset=\"nzTZxWrY2\" style=\"--framer-text-alignment:center\">250+</h2>"
    },
    {
      "text": "6,000+",
      "html": "<h2 class=\"framer-text framer-styles-preset-115fim4\" data-styles-preset=\"nzTZxWrY2\" style=\"--framer-text-alignment:center\">6,000+</h2>"
    },
    {
      "text": "The only thing more important than moving fast is moving the needle",
      "html": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:center\">The only thing more important <br class=\"framer-text\">than moving fast is moving the needle</h2>"
    },
    {
      "text": "100M+",
      "html": "<h2 class=\"framer-text framer-styles-preset-115fim4\" data-styles-preset=\"nzTZxWrY2\" style=\"--framer-text-alignment:center\">100M+</h2>"
    },
    {
      "text": "250+",
      "html": "<h2 class=\"framer-text framer-styles-preset-115fim4\" data-styles-preset=\"nzTZxWrY2\" style=\"--framer-text-alignment:center\">250+</h2>"
    },
    {
      "text": "6,000+",
      "html": "<h2 class=\"framer-text framer-styles-preset-115fim4\" data-styles-preset=\"nzTZxWrY2\" style=\"--framer-text-alignment:center\">6,000+</h2>"
    },
    {
      "text": "Flow from idea to outcome in seconds",
      "html": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:center\"><span style=\"white-space:nowrap\"><span style=\"display:inline-block;opacity:0.001;transform:translateX(0px) translateY(16px) scale(1) rotate(0deg) skewX(0deg) skewY(0deg)\">F</span><span style=\"display:inline-block;opacity:0.001;transform:translateX(0px) translateY(16px) scale(1) rotate(0deg) skewX(0deg) skewY(0deg)\">l</span><span style=\"display:inline-block;opacity:0.001;t..."
    },
    {
      "text": "Flow from idea to outcome in seconds",
      "html": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:center\"><span style=\"white-space:nowrap\"><span style=\"display:inline-block;opacity:0.001;transform:translateX(0px) translateY(16px) scale(1) rotate(0deg) skewX(0deg) skewY(0deg)\">F</span><span style=\"display:inline-block;opacity:0.001;transform:translateX(0px) translateY(16px) scale(1) rotate(0deg) skewX(0deg) skewY(0deg)\">l</span><span style=\"display:inline-block;opacity:0.001;t..."
    },
    {
      "text": "Experience the Innovation Workspace",
      "html": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:left\">Experience the Innovation Workspace</h2>"
    },
    {
      "text": "Experience the Innovation Workspace",
      "html": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:center\">Experience the Innovation Workspace</h2>"
    },
    {
      "text": "Experience the Innovation Workspace",
      "html": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:center\">Experience the Innovation Workspace</h2>"
    },
    {
      "text": "The AI platform for teamwork",
      "html": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" dir=\"auto\" style=\"--framer-text-alignment:center\">The AI platform for teamwork</h2>"
    },
    {
      "text": "The AI platform for teamwork",
      "html": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" dir=\"auto\" style=\"--framer-text-alignment:center\">The AI platform for teamwork</h2>"
    },
    {
      "text": "The AI platform for teamwork",
      "html": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" dir=\"auto\" style=\"--framer-text-alignment:center\">The AI platform for teamwork</h2>"
    },
    {
      "text": "The AI platform for teamwork",
      "html": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" dir=\"auto\" style=\"--framer-text-alignment:center\">The AI platform for teamwork</h2>"
    },
    {
      "text": "Need help getting started?",
      "html": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:left\">Need help getting started?</h2>"
    },
    {
      "text": "Need help getting started?",
      "html": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:left\">Need help getting started?</h2>"
    },
    {
      "text": "Need help getting started?",
      "html": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:left\">Need help getting started?</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is AI Innovation Workspace?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does AI Innovation Workspace work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use AI Innovation Workspace?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is AI Innovation Workspace free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does AI Innovation Workspace compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is AI Innovation Workspace?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use AI Innovation Workspace?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is AI Innovation Workspace free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does AI Innovation Workspace 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": 178906
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 178906
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 178906
          }
        ]
      },
      "issue": "AI context endpoint was not found at the expected path.",
      "howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Query intent coverage

AIO: Query intent coverage is informational for this page.

Informational

Needs attention

AIO: Query intent coverage

Informational
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "The only thing more important than moving fast is moving the needle",
      "html": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:center\">The only thing more important <br class=\"framer-text\">than moving fast is moving the needle</h2>"
    },
    {
      "text": "100M+",
      "html": "<h2 class=\"framer-text framer-styles-preset-115fim4\" data-styles-preset=\"nzTZxWrY2\" style=\"--framer-text-alignment:center\">100M+</h2>"
    },
    {
      "text": "250+",
      "html": "<h2 class=\"framer-text framer-styles-preset-115fim4\" data-styles-preset=\"nzTZxWrY2\" style=\"--framer-text-alignment:center\">250+</h2>"
    },
    {
      "text": "6,000+",
      "html": "<h2 class=\"framer-text framer-styles-preset-115fim4\" data-styles-preset=\"nzTZxWrY2\" style=\"--framer-text-alignment:center\">6,000+</h2>"
    },
    {
      "text": "The only thing more important than moving fast is moving the needle",
      "html": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:center\">The only thing more important <br class=\"framer-text\">than moving fast is moving the needle</h2>"
    },
    {
      "text": "100M+",
      "html": "<h2 class=\"framer-text framer-styles-preset-115fim4\" data-styles-preset=\"nzTZxWrY2\" style=\"--framer-text-alignment:center\">100M+</h2>"
    },
    {
      "text": "250+",
      "html": "<h2 class=\"framer-text framer-styles-preset-115fim4\" data-styles-preset=\"nzTZxWrY2\" style=\"--framer-text-alignment:center\">250+</h2>"
    },
    {
      "text": "6,000+",
      "html": "<h2 class=\"framer-text framer-styles-preset-115fim4\" data-styles-preset=\"nzTZxWrY2\" style=\"--framer-text-alignment:center\">6,000+</h2>"
    },
    {
      "text": "The only thing more important than moving fast is moving the needle",
      "html": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:center\">The only thing more important <br class=\"framer-text\">than moving fast is moving the needle</h2>"
    },
    {
      "text": "100M+",
      "html": "<h2 class=\"framer-text framer-styles-preset-115fim4\" data-styles-preset=\"nzTZxWrY2\" style=\"--framer-text-alignment:center\">100M+</h2>"
    },
    {
      "text": "250+",
      "html": "<h2 class=\"framer-text framer-styles-preset-115fim4\" data-styles-preset=\"nzTZxWrY2\" style=\"--framer-text-alignment:center\">250+</h2>"
    },
    {
      "text": "6,000+",
      "html": "<h2 class=\"framer-text framer-styles-preset-115fim4\" data-styles-preset=\"nzTZxWrY2\" style=\"--framer-text-alignment:center\">6,000+</h2>"
    },
    {
      "text": "Flow from idea to outcome in seconds",
      "html": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:center\"><span style=\"white-space:nowrap\"><span style=\"display:inline-block;opacity:0.001;transform:translateX(0px) translateY(16px) scale(1) rotate(0deg) skewX(0deg) skewY(0deg)\">F</span><span style=\"display:inline-block;opacity:0.001;transform:translateX(0px) translateY(16px) scale(1) rotate(0deg) skewX(0deg) skewY(0deg)\">l</span><span style=\"display:inline-block;opacity:0.001;t..."
    },
    {
      "text": "Flow from idea to outcome in seconds",
      "html": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:center\"><span style=\"white-space:nowrap\"><span style=\"display:inline-block;opacity:0.001;transform:translateX(0px) translateY(16px) scale(1) rotate(0deg) skewX(0deg) skewY(0deg)\">F</span><span style=\"display:inline-block;opacity:0.001;transform:translateX(0px) translateY(16px) scale(1) rotate(0deg) skewX(0deg) skewY(0deg)\">l</span><span style=\"display:inline-block;opacity:0.001;t..."
    },
    {
      "text": "Experience the Innovation Workspace",
      "html": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:left\">Experience the Innovation Workspace</h2>"
    },
    {
      "text": "Experience the Innovation Workspace",
      "html": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:center\">Experience the Innovation Workspace</h2>"
    },
    {
      "text": "Experience the Innovation Workspace",
      "html": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:center\">Experience the Innovation Workspace</h2>"
    },
    {
      "text": "The AI platform for teamwork",
      "html": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" dir=\"auto\" style=\"--framer-text-alignment:center\">The AI platform for teamwork</h2>"
    },
    {
      "text": "The AI platform for teamwork",
      "html": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" dir=\"auto\" style=\"--framer-text-alignment:center\">The AI platform for teamwork</h2>"
    },
    {
      "text": "The AI platform for teamwork",
      "html": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" dir=\"auto\" style=\"--framer-text-alignment:center\">The AI platform for teamwork</h2>"
    },
    {
      "text": "The AI platform for teamwork",
      "html": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" dir=\"auto\" style=\"--framer-text-alignment:center\">The AI platform for teamwork</h2>"
    },
    {
      "text": "Need help getting started?",
      "html": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:left\">Need help getting started?</h2>"
    },
    {
      "text": "Need help getting started?",
      "html": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:left\">Need help getting started?</h2>"
    },
    {
      "text": "Need help getting started?",
      "html": "<h2 class=\"framer-text framer-styles-preset-1qaa2ck\" data-styles-preset=\"BdncIDuPq\" style=\"--framer-text-alignment:left\">Need help getting started?</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is AI Innovation Workspace?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does AI Innovation Workspace work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use AI Innovation Workspace?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is AI Innovation Workspace free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does AI Innovation Workspace compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is AI Innovation Workspace?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use AI Innovation Workspace?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is AI Innovation Workspace free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does AI Innovation Workspace 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": 404,
            "contentType": "application/xml",
            "length": 335
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "application/xml",
            "length": 321
          }
        ]
      },
      "issue": "OAuth / OIDC discovery was not found at the expected path.",
      "howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

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

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch protected resource metadata

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

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

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

  4. Probe protected API Bearer challenge

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 404,
        "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>NoSuchKey</Code><Message>The specified key does not exist.</Message><Key>static-root/.well-known/oauth-protected-resource</Key><RequestId>2YFQ5B3VH6M7JVAH</RequestId><HostId>N07g5H7jHdLmX5hzOXn6C5EGhUCsYPTaEwsC5fUcJTCYy/WmQnw+mNiH3vGkznNJAr2KQQZ6+V1h4l8iL6rzxXFjQTua58Z4</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://miro.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://miro.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://miro.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://miro.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          }
        ]
      },
      "issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
      "howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityPerformanceBrowser audit

desktop local Lighthouse runtime

100 Warning

Check name

desktop local Lighthouse runtime

Score

0/100

Status

warning

Device

desktop

Category

Performance

Fix guidance

Ensure local Chrome is available and either install Lighthouse/Puppeteer packages or put a lighthouse binary on PATH, then retry the scan.

Evidence
{
  "error": "Navigation timeout of 45000 ms exceeded"
}

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
19/100Level 1, Not Agent-ReadyCurrent report
Report ID f54b8d1c-b76f-41f6-b3bc-7ec1a5089912. Scanned Jun 4, 2026, 11:11 AM.
miro.com AI SEO Report: 19/100 (Level 1, Not Agent-Ready)