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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability35%Agent Easeof Use10%Security& Trust80%GEO, AIO, AEO79%SEO100%Performance& Accessibility61%
  • AI Discoverability 35 out of 100
  • Agent Ease of Use 10 out of 100
  • Security & Trust 80 out of 100
  • GEO, AIO and AEO 79 out of 100
  • SEO 100 out of 100
  • Performance and Accessibility 61 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Reclaim – AI Calendar for Work & Life favicon

Reclaim – AI Calendar for Work & Life

Reclaim is an AI-powered app that creates 40% more time for teams — auto-schedule tasks, habits, meeting & breaks – free on Google Calendar & Outlook Calendar.

Next step

Turn this report into a fix workflow

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

Detailed report scores grouped by capability area
MetricScoreStatusPassedFailedWarningEvidence
AI Discoverability
35
Priority fix7151View details
Discoverability
71
Needs work540View details
Content Readiness
25
Priority fix271View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
10
Priority fix6251View details
API
0
Priority fix040View details
Auth
Not Applicable
Not Applicable050View details
MCP
25
Priority fix260View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
79
Mostly ready7211View details
GEO Readiness
88
Mostly ready204
AIO Readiness
78
Mostly ready313View details
AEO Readiness
72
Needs work214View details
SEO
100
Strong1100
SEO
100
Strong1100
Security & Trust
80
Mostly ready610View details
Security & Trust
80
Mostly ready410View details
AI Training Exposure
Not Applicable
Not Applicable200
Performance and Accessibility
61
Needs work1831View details
Performance
46
Priority fix1231View details
Accessibility
90
Strong600

Prioritized recommendations

Issues ranked by score impact

42 items need attention

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

100 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

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

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Content-Security-Policy is missing or incomplete.

Evidence
{
  "header": "content-security-policy",
  "value": "upgrade-insecure-requests"
}

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 could not be fetched.

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 could not be fetched.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "error": "TypeError: fetch failed"
      },
      "issue": "The API catalog endpoint could not be fetched.",
      "howToFix": "Publish /.well-known/api-catalog as application/linkset+json."
    }
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

50 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

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

02

Why it matters

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

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Tue Jun 09 2026 16:34:16 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"reclaim.ai\" data-wf-page=\"67859049c02d67b2cfccef81\" data-wf-site=\"67859049c02d67b2cfcceebf\" data-wf-intellimize-customer-id=\"117535493\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"Webflow\" name=\"generator\"/><link href=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/css/reclaimai.webflow.shared.d3e21f29c.min.css\""
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Tue Jun 09 2026 16:34:16 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"reclaim.ai\" data-wf-page=\"67859049c02d67b2cfccef81\" data-wf-site=\"67859049c02d67b2cfcceebf\" data-wf-intellimize-customer-id=\"117535493\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"Webflow\" name=\"generator\"/><link href=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/css/reclaimai.webflow.shared.d3e21f29c.min.css\""
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Tue Jun 09 2026 16:34:16 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"reclaim.ai\" data-wf-page=\"67859049c02d67b2cfccef81\" data-wf-site=\"67859049c02d67b2cfcceebf\" data-wf-intellimize-customer-id=\"117535493\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"Webflow\" name=\"generator\"/><link href=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/css/reclaimai.webflow.shared.d3e21f29c.min.css\""
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Tue Jun 09 2026 16:34:16 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"reclaim.ai\" data-wf-page=\"67859049c02d67b2cfccef81\" data-wf-site=\"67859049c02d67b2cfcceebf\" data-wf-intellimize-customer-id=\"117535493\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"Webflow\" name=\"generator\"/><link href=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/css/reclaimai.webflow.shared.d3e21f29c.min.css\""
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Tue Jun 09 2026 16:34:16 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"reclaim.ai\" data-wf-page=\"67859049c02d67b2cfccef81\" data-wf-site=\"67859049c02d67b2cfcceebf\" data-wf-intellimize-customer-id=\"117535493\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"Webflow\" name=\"generator\"/><link href=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/css/reclaimai.webflow.shared.d3e21f29c.min.css\""
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Tue Jun 09 2026 16:34:16 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"reclaim.ai\" data-wf-page=\"67859049c02d67b2cfccef81\" data-wf-site=\"67859049c02d67b2cfcceebf\" data-wf-intellimize-customer-id=\"117535493\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"Webflow\" name=\"generator\"/><link href=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/css/reclaimai.webflow.shared.d3e21f29c.min.css\""
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Tue Jun 09 2026 16:34:16 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"reclaim.ai\" data-wf-page=\"67859049c02d67b2cfccef81\" data-wf-site=\"67859049c02d67b2cfcceebf\" data-wf-intellimize-customer-id=\"117535493\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"Webflow\" name=\"generator\"/><link href=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/css/reclaimai.webflow.shared.d3e21f29c.min.css\""
          }
        ]
      },
      "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 DiscoverabilityDiscoverabilityEstablished

Organization / WebSite schema

Organization / WebSite schema is missing or incomplete.

50 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": [
    "FAQPage"
  ]
}

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",
            "error": "TypeError: fetch failed"
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "error": "TypeError: fetch failed"
          },
          {
            "path": "/.well-known/mcp.json",
            "error": "TypeError: fetch failed"
          }
        ]
      },
      "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": 87621
          },
          {
            "path": "/.well-known/mcp.json",
            "error": "TypeError: fetch failed"
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "error": "TypeError: fetch failed"
          }
        ]
      },
      "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",
            "error": "TypeError: fetch failed"
          }
        ]
      },
      "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",
            "error": "TypeError: fetch failed"
          },
          {
            "path": "/webmcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 87621
          },
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 87621
          }
        ]
      },
      "issue": "WebMCP manifest was not found at the expected path.",
      "howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
    }
  ]
}

AI DiscoverabilityContent ReadinessEmerging recommendation

llms.txt

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

25 Fail

Needs attention

llms.txt

Failed check
01

Issue

llms.txt was not found at the expected path.

02

Why it matters

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

Check name

llms.txt

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    llms.txt was not found at the expected path.

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

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

25 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

Content-Type "text/html; charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.

02

Why it matters

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

Check name

Markdown negotiation

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Return HTML responses as markdown when agents request it.

Result

Markdown negotiation failed at "Markdown content type".

Validation steps

  1. Markdown content type

    Content-Type "text/html; charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.

  2. Vary: Accept header

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

  3. Structured Markdown body

    Markdown response is missing a heading.

Evidence
{
  "failedStep": "content-type",
  "steps": [
    {
      "id": "content-type",
      "title": "Markdown content type",
      "status": "fail",
      "evidence": {
        "statusCode": 200,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "Content-Type \"text/html; charset=utf-8\" does not indicate Markdown when requested with Accept: text/markdown.",
      "howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
    },
    {
      "id": "vary-accept",
      "title": "Vary: Accept header",
      "status": "fail",
      "evidence": {
        "vary": "accept-encoding"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"accept-encoding\".",
      "howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
    },
    {
      "id": "markdown-content",
      "title": "Structured Markdown body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "hasHeading": false,
        "wordCount": 40199,
        "excerpt": "<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Tue Jun 09 2026 16:34:16 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"reclaim.ai\" data-wf-page=\"67859049c02d67b2cfcceec2\" da",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

25 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: missing <main> landmark; missing <footer> landmark; 2 links missing accessible names.

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": false,
  "nav": true,
  "footer": false,
  "meaningfulH1": true,
  "headingOrder": true,
  "accessibleLinks": false,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [
      "<a data-w-id=\"21e9e845-d6f1-26a7-8672-8352475ae48c\" data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:21e9e845-d6f1-26a7-8672-8352475ae48c\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"21e9e845-d6f1-26a7-8672-8352475ae48c\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"#\" class=\"close-link w-inline-block\"><img alt src=\"https://cdn.prod.websit",
      "<a data-wf-native-id-path=\"bd147953-9db4-93cb-1add-a3b140596bd8\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"bd147953-9db4-93cb-1add-a3b140596bd8\" href=\"#individuals\" class=\"link-block-24 w-inline-block\"></a>"
    ],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 1,
    "headings": 19,
    "links": 357,
    "inaccessibleLinks": 2,
    "buttons": 10,
    "inaccessibleButtons": 0,
    "images": 235,
    "imagesWithAlt": 235,
    "autocompleteInputs": 0,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 0
  }
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

20 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

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

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

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

20 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

Why it matters

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

Check name

Agent Skills index

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

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

Validation steps

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

agent.json

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

20 Fail

Needs attention

agent.json

Failed check
01

Issue

agent.json was not found at the expected path.

02

Why it matters

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

Check name

agent.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agent.json was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryInformational

agents.json

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

20 Fail

Needs attention

agents.json

Failed check
01

Issue

agents.json was not found at the expected path.

02

Why it matters

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

Check name

agents.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agents.json was not found at the expected path.

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

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

19 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": "Tue, 09 Jun 2026 17:35:29 GMT",
  "schemaDates": [],
  "metaDateCount": 0,
  "timeDateCount": 0
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

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

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

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

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

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

  3. Check DNSSEC material

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

9 Fail

Needs attention

AIO: Source and trust signals

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://help.reclaim.ai/",
      "text": "Help DocsEverything you need to know about rocking your scheduling at Reclaim.",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:21e9e845-d6f1-26a7-8672-8352475ae614\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"21e9e845-d6f1-26a7-8672-8352475ae614\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"https://help.reclaim.ai/\" target=\"_blank\" class=\"nav_left_card w-inline-block\"><div class=\"left_card_icon\"><img src=\"htt..."
    },
    {
      "href": "/initiatives/company-focus-time",
      "text": "Focus Time InitiativeProtect time for deep work.",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:802a61f3-1c60-1cc1-ae2b-24704278a916\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"802a61f3-1c60-1cc1-ae2b-24704278a916\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"/initiatives/company-focus-time\" class=\"nav_left_card w-inline-block\"><div class=\"left_card_icon right\"><img src=\"https:..."
    },
    {
      "href": "/initiatives/company-slack-notifications",
      "text": "Slack Notifications InitiativePrevent unnecessary interruptions.",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:802a61f3-1c60-1cc1-ae2b-24704278a926\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"802a61f3-1c60-1cc1-ae2b-24704278a926\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"/initiatives/company-slack-notifications\" class=\"nav_left_card w-inline-block\"><div class=\"left_card_icon right\"><img sr..."
    },
    {
      "href": "/initiatives/company-calendar-fragmentation",
      "text": "Calendar Fragmentation InitiativeReduce lost time across the workday.",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:802a61f3-1c60-1cc1-ae2b-24704278a92f\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"802a61f3-1c60-1cc1-ae2b-24704278a92f\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"/initiatives/company-calendar-fragmentation\" class=\"nav_left_card w-inline-block\"><div class=\"left_card_icon right\"><img..."
    },
    {
      "href": "/initiatives/company-buffer-time",
      "text": "Buffer Time InitiativeCreate space to prepare and reset.",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:95329f4f-e613-8e5a-1649-61501586af58\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"95329f4f-e613-8e5a-1649-61501586af58\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"/initiatives/company-buffer-time\" class=\"nav_left_card w-inline-block\"><div class=\"left_card_icon right\"><img src=\"https..."
    },
    {
      "href": "/initiatives/company-focus-time",
      "text": "Focus Time Initiative →",
      "html": "<a data-wf-native-id-path=\"6632a2ec-babd-d1e1-f7ab-fbdb985f2736\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"6632a2ec-babd-d1e1-f7ab-fbdb985f2736\" href=\"/initiatives/company-focus-time\" class=\"init_link w-inline-block\"><div class=\"text-block-177 black\">Focus Time Initiative &#x2192; </div></a>"
    },
    {
      "href": "/initiatives/company-calendar-fragmentation",
      "text": "Calendar Fragmentation Initiative →",
      "html": "<a data-wf-native-id-path=\"7e36838e-9ef3-74a2-83be-b75e7b2d6b44\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"7e36838e-9ef3-74a2-83be-b75e7b2d6b44\" href=\"/initiatives/company-calendar-fragmentation\" class=\"init_link w-inline-block\"><div class=\"text-block-177 black\">Calendar Fragmentation Initiative &#x2192;</div></a>"
    },
    {
      "href": "/initiatives/company-buffer-time",
      "text": "Buffer Time Initiative →",
      "html": "<a data-wf-native-id-path=\"f5f7a96f-224c-fb98-afbf-71b94f29c684\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"f5f7a96f-224c-fb98-afbf-71b94f29c684\" href=\"/initiatives/company-buffer-time\" class=\"init_link w-inline-block\"><div class=\"text-block-177 black\">Buffer Time Initiative &#x2192; </div></a>"
    },
    {
      "href": "/initiatives/company-slack-notifications",
      "text": "Slack Notifications Initiative →",
      "html": "<a data-wf-native-id-path=\"e964466f-99d4-9576-db83-c8469829c136\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"e964466f-99d4-9576-db83-c8469829c136\" href=\"/initiatives/company-slack-notifications\" class=\"init_link w-inline-block\"><div class=\"text-block-177 black\">Slack Notifications Initiative &#x2192; </div></a>"
    },
    {
      "href": "/initiatives/company-focus-time",
      "text": "Focus Time Initiative",
      "html": "<a data-wf-native-id-path=\"fd451c76-6115-df20-f05e-502ebbcc0013:3d9c5a2a-f195-6aa2-a540-5e78b36cef62\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"3d9c5a2a-f195-6aa2-a540-5e78b36cef62\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22fd451c76-6115-df20-f05e-502ebbcbfefa%22%2C%22instanceId%22%3A%22fd451c76-6115-df20-f05e-502ebbcc0013%22%7D%5D\" href=\"/initiatives/company-focus-time\" class=\"footer_link\">Focus Time Initiative</a>"
    },
    {
      "href": "/initiatives/company-calendar-fragmentation",
      "text": "Calendar Fragmentation Initiative",
      "html": "<a data-wf-native-id-path=\"fd451c76-6115-df20-f05e-502ebbcc0013:3d9c5a2a-f195-6aa2-a540-5e78b36cef64\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"3d9c5a2a-f195-6aa2-a540-5e78b36cef64\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22fd451c76-6115-df20-f05e-502ebbcbfefa%22%2C%22instanceId%22%3A%22fd451c76-6115-df20-f05e-502ebbcc0013%22%7D%5D\" href=\"/initiatives/company-calendar-fragmentation\" class=\"footer_link\">Calendar Fragmentation Initiative</a>"
    },
    {
      "href": "/initiatives/company-buffer-time",
      "text": "Buffer Time Initiative",
      "html": "<a data-wf-native-id-path=\"fd451c76-6115-df20-f05e-502ebbcc0013:3d9c5a2a-f195-6aa2-a540-5e78b36cef68\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"3d9c5a2a-f195-6aa2-a540-5e78b36cef68\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22fd451c76-6115-df20-f05e-502ebbcbfefa%22%2C%22instanceId%22%3A%22fd451c76-6115-df20-f05e-502ebbcc0013%22%7D%5D\" href=\"/initiatives/company-buffer-time\" class=\"footer_link\">Buffer Time Initiative</a>"
    },
    {
      "href": "/initiatives/company-slack-notifications",
      "text": "Slack Notifications Initiative",
      "html": "<a data-wf-native-id-path=\"fd451c76-6115-df20-f05e-502ebbcc0013:3d9c5a2a-f195-6aa2-a540-5e78b36cef6a\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"3d9c5a2a-f195-6aa2-a540-5e78b36cef6a\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22fd451c76-6115-df20-f05e-502ebbcbfefa%22%2C%22instanceId%22%3A%22fd451c76-6115-df20-f05e-502ebbcc0013%22%7D%5D\" href=\"/initiatives/company-slack-notifications\" class=\"footer_link\">Slack Notifications Initiative</a>"
    },
    {
      "href": "/about",
      "text": "About",
      "html": "<a data-wf-native-id-path=\"fd451c76-6115-df20-f05e-502ebbcc0013:fd451c76-6115-df20-f05e-502ebbcbff5f\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"fd451c76-6115-df20-f05e-502ebbcbff5f\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22fd451c76-6115-df20-f05e-502ebbcbfefa%22%2C%22instanceId%22%3A%22fd451c76-6115-df20-f05e-502ebbcc0013%22%7D%5D\" href=\"/about\" class=\"footer_link\">About</a>"
    },
    {
      "href": "/initiatives/company-focus-time",
      "text": "Focus Time Initiative",
      "html": "<a data-wf-native-id-path=\"fd451c76-6115-df20-f05e-502ebbcc0013:cc4e7379-af34-c6c2-f339-b9dad19f6a28\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"cc4e7379-af34-c6c2-f339-b9dad19f6a28\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22fd451c76-6115-df20-f05e-502ebbcbfefa%22%2C%22instanceId%22%3A%22fd451c76-6115-df20-f05e-502ebbcc0013%22%7D%5D\" href=\"/initiatives/company-focus-time\" class=\"footer_link two-line\">Focus Time Initiative</a>"
    },
    {
      "href": "/initiatives/company-calendar-fragmentation",
      "text": "Calendar Fragmentation Initiative",
      "html": "<a data-wf-native-id-path=\"fd451c76-6115-df20-f05e-502ebbcc0013:5eb5228e-b73e-7333-a0e1-0e679488ac7a\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"5eb5228e-b73e-7333-a0e1-0e679488ac7a\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22fd451c76-6115-df20-f05e-502ebbcbfefa%22%2C%22instanceId%22%3A%22fd451c76-6115-df20-f05e-502ebbcc0013%22%7D%5D\" href=\"/initiatives/company-calendar-fragmentation\" class=\"footer_link two-line\">Calendar Fragmentation Initiative</a>"
    },
    {
      "href": "/initiatives/company-buffer-time",
      "text": "Buffer Time Initiative",
      "html": "<a data-wf-native-id-path=\"fd451c76-6115-df20-f05e-502ebbcc0013:80396935-b74e-91b4-00eb-7cb2754f74fc\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"80396935-b74e-91b4-00eb-7cb2754f74fc\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22fd451c76-6115-df20-f05e-502ebbcbfefa%22%2C%22instanceId%22%3A%22fd451c76-6115-df20-f05e-502ebbcc0013%22%7D%5D\" href=\"/initiatives/company-buffer-time\" class=\"footer_link two-line\">Buffer Time Initiative</a>"
    },
    {
      "href": "/initiatives/company-slack-notifications",
      "text": "Slack Notifications Initiative",
      "html": "<a data-wf-native-id-path=\"fd451c76-6115-df20-f05e-502ebbcc0013:35644dac-9bd0-a200-9930-827c95b81605\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"35644dac-9bd0-a200-9930-827c95b81605\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22fd451c76-6115-df20-f05e-502ebbcbfefa%22%2C%22instanceId%22%3A%22fd451c76-6115-df20-f05e-502ebbcc0013%22%7D%5D\" href=\"/initiatives/company-slack-notifications\" class=\"footer_link two-line\">Slack Notifications Initiative</a>"
    },
    {
      "href": "/about",
      "text": "About",
      "html": "<a data-wf-native-id-path=\"fd451c76-6115-df20-f05e-502ebbcc0013:fd451c76-6115-df20-f05e-502ebbcbffd6\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"fd451c76-6115-df20-f05e-502ebbcbffd6\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22fd451c76-6115-df20-f05e-502ebbcbfefa%22%2C%22instanceId%22%3A%22fd451c76-6115-df20-f05e-502ebbcc0013%22%7D%5D\" href=\"/about\" class=\"footer_link\">About</a>"
    },
    {
      "href": "https://www.linkedin.com/company/reclaim-ai/",
      "text": "",
      "html": "<a data-wf-native-id-path=\"fd451c76-6115-df20-f05e-502ebbcc0013:fd451c76-6115-df20-f05e-502ebbcbfff5\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"fd451c76-6115-df20-f05e-502ebbcbfff5\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22fd451c76-6115-df20-f05e-502ebbcbfefa%22%2C%22instanceId%22%3A%22fd451c76-6115-df20-f05e-502ebbcc0013%22%7D%5D\" href=\"https://www.linkedin.com/company/reclaim-ai/\" class=\"social_icon w-inline-block\"><img src=\"https://cdn.prod.website-file..."
    }
  ],
  "contactLinks": [
    {
      "href": "/contact",
      "text": "Book a Demo",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:21e9e845-d6f1-26a7-8672-8352475ae482\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"21e9e845-d6f1-26a7-8672-8352475ae482\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"/contact\" data-wf-event-ids=\"157068043-157068056-157068058-157088310-157088311-157088822-157088823\" class=\"nav_text_link..."
    },
    {
      "href": "/contact",
      "text": "Book a Demo",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:2952c215-1fce-a478-38f6-7ed7a5c89acc\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"2952c215-1fce-a478-38f6-7ed7a5c89acc\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"/contact\" data-wf-event-ids=\"157068043-157068053-157068055-157068059\" class=\"nav_text_link_wrap contact_sales button w-i..."
    },
    {
      "href": "https://help.reclaim.ai/",
      "text": "Help Center",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:21e9e845-d6f1-26a7-8672-8352475ae4e9\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"21e9e845-d6f1-26a7-8672-8352475ae4e9\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"https://help.reclaim.ai/\" target=\"_blank\" class=\"dropdownlink zoom w-inline-block\"><img loading=\"lazy\" src=\"https://cdn...."
    },
    {
      "href": "/contact",
      "text": "Contact Sales",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:21e9e845-d6f1-26a7-8672-8352475ae4f7\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"21e9e845-d6f1-26a7-8672-8352475ae4f7\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"/contact\" class=\"header-link\">Contact Sales</a>"
    },
    {
      "href": "/contact",
      "text": "Contact Sales",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:21e9e845-d6f1-26a7-8672-8352475ae567\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"21e9e845-d6f1-26a7-8672-8352475ae567\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"/contact\" class=\"dropdown_bottom_link\">Contact Sales</a>"
    },
    {
      "href": "/contact",
      "text": "Book your free goal-setting session→",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:21e9e845-d6f1-26a7-8672-8352475ae596\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"21e9e845-d6f1-26a7-8672-8352475ae596\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"/contact\" class=\"nav_cta w-inline-block\"><div class=\"text-block-74\">Book your free goal-setting session</div><div class=..."
    },
    {
      "href": "/contact",
      "text": "Contact Sales",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:21e9e845-d6f1-26a7-8672-8352475ae5d1\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"21e9e845-d6f1-26a7-8672-8352475ae5d1\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"/contact\" class=\"dropdown_bottom_link\">Contact Sales</a>"
    },
    {
      "href": "https://help.reclaim.ai/",
      "text": "Help DocsEverything you need to know about rocking your scheduling at Reclaim.",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:21e9e845-d6f1-26a7-8672-8352475ae614\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"21e9e845-d6f1-26a7-8672-8352475ae614\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"https://help.reclaim.ai/\" target=\"_blank\" class=\"nav_left_card w-inline-block\"><div class=\"left_card_icon\"><img src=\"htt..."
    },
    {
      "href": "/contact",
      "text": "Contact Sales",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:21e9e845-d6f1-26a7-8672-8352475ae62e\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"21e9e845-d6f1-26a7-8672-8352475ae62e\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"/contact\" class=\"dropdown_bottom_link\">Contact Sales</a>"
    },
    {
      "href": "/contact",
      "text": "Book a demo today→",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:802a61f3-1c60-1cc1-ae2b-24704278a90f\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"802a61f3-1c60-1cc1-ae2b-24704278a90f\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"/contact\" class=\"nav_cta w-inline-block\"><div class=\"text-block-74\">Book a demo today</div><div class=\"text-block-75\">&#..."
    },
    {
      "href": "/contact",
      "text": "Book a demo today→",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:642abbef-13de-d2e3-f6e6-45350e5fb23e\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"642abbef-13de-d2e3-f6e6-45350e5fb23e\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"/contact\" class=\"nav_cta w-inline-block\"><div class=\"text-block-74\">Book a demo today</div><div class=\"text-block-75\">&#..."
    },
    {
      "href": "/contact",
      "text": "Contact Sales",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:802a61f3-1c60-1cc1-ae2b-24704278a949\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"802a61f3-1c60-1cc1-ae2b-24704278a949\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"/contact\" class=\"dropdown_bottom_link\">Contact Sales</a>"
    },
    {
      "href": "https://help.reclaim.ai/",
      "text": "Help Docs",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:a17f395f-87b5-1755-7e72-8335aad50aca\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a17f395f-87b5-1755-7e72-8335aad50aca\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"https://help.reclaim.ai/\" target=\"_blank\" class=\"mobile_dropdown_option pink w-inline-block\"><div class=\"dropdown_icon\">..."
    },
    {
      "href": "/contact",
      "text": "Book a demo",
      "html": "<a data-w-id=\"bd147953-9db4-93cb-1add-a3b140596be7\" data-wf-native-id-path=\"bd147953-9db4-93cb-1add-a3b140596be7\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"bd147953-9db4-93cb-1add-a3b140596be7\" style=\"-webkit-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rot..."
    },
    {
      "href": "/contact",
      "text": "Book a demo",
      "html": "<a data-w-id=\"23357f3a-a303-9e13-a599-80c74f753a9d\" data-wf-native-id-path=\"23357f3a-a303-9e13-a599-80c74f753a9d\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"23357f3a-a303-9e13-a599-80c74f753a9d\" style=\"-webkit-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rot..."
    },
    {
      "href": "/contact",
      "text": "Book a demo",
      "html": "<a data-w-id=\"931b79bd-fa78-8982-f599-942f75b95f26\" data-wf-native-id-path=\"931b79bd-fa78-8982-f599-942f75b95f26\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"931b79bd-fa78-8982-f599-942f75b95f26\" style=\"-webkit-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rot..."
    },
    {
      "href": "/contact",
      "text": "Contact Sales",
      "html": "<a data-wf-native-id-path=\"fd451c76-6115-df20-f05e-502ebbcc0013:fd451c76-6115-df20-f05e-502ebbcbff5b\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"fd451c76-6115-df20-f05e-502ebbcbff5b\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22fd451c76-6115-df20-f05e-502ebbcbfefa%22%2C%22instanceId%22%3A%22fd451c76-6115-df20-f05e-502ebbcc0013%22%7D%5D\" href=\"/contact\" class=\"footer_link\">Contact Sales</a>"
    },
    {
      "href": "https://help.reclaim.ai/en/articles/5341864-how-do-i-contact-support-to-get-help",
      "text": "Contact Support",
      "html": "<a data-wf-native-id-path=\"fd451c76-6115-df20-f05e-502ebbcc0013:fd451c76-6115-df20-f05e-502ebbcbff5d\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"fd451c76-6115-df20-f05e-502ebbcbff5d\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22fd451c76-6115-df20-f05e-502ebbcbfefa%22%2C%22instanceId%22%3A%22fd451c76-6115-df20-f05e-502ebbcc0013%22%7D%5D\" href=\"https://help.reclaim.ai/en/articles/5341864-how-do-i-contact-support-to-get-help\" class=\"footer_link\">Contact Support</a>"
    },
    {
      "href": "https://help.reclaim.ai/en/",
      "text": "Help docs",
      "html": "<a data-wf-native-id-path=\"fd451c76-6115-df20-f05e-502ebbcc0013:fd451c76-6115-df20-f05e-502ebbcbff6f\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"fd451c76-6115-df20-f05e-502ebbcbff6f\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22fd451c76-6115-df20-f05e-502ebbcbfefa%22%2C%22instanceId%22%3A%22fd451c76-6115-df20-f05e-502ebbcc0013%22%7D%5D\" href=\"https://help.reclaim.ai/en/\" class=\"footer_link\">Help docs</a>"
    },
    {
      "href": "https://reclaim.ai/contact",
      "text": "Contact Sales",
      "html": "<a data-wf-native-id-path=\"fd451c76-6115-df20-f05e-502ebbcc0013:fd451c76-6115-df20-f05e-502ebbcbffd2\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"fd451c76-6115-df20-f05e-502ebbcbffd2\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22fd451c76-6115-df20-f05e-502ebbcbfefa%22%2C%22instanceId%22%3A%22fd451c76-6115-df20-f05e-502ebbcc0013%22%7D%5D\" href=\"https://reclaim.ai/contact\" class=\"footer_link\">Contact Sales</a>"
    },
    {
      "href": "https://help.reclaim.ai/en/articles/5341864-how-do-i-contact-support",
      "text": "Contact Support",
      "html": "<a data-wf-native-id-path=\"fd451c76-6115-df20-f05e-502ebbcc0013:fd451c76-6115-df20-f05e-502ebbcbffd4\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"fd451c76-6115-df20-f05e-502ebbcbffd4\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22fd451c76-6115-df20-f05e-502ebbcbfefa%22%2C%22instanceId%22%3A%22fd451c76-6115-df20-f05e-502ebbcc0013%22%7D%5D\" href=\"https://help.reclaim.ai/en/articles/5341864-how-do-i-contact-support\" class=\"footer_link\">Contact Support</a>"
    },
    {
      "href": "https://help.reclaim.ai/",
      "text": "Help docs",
      "html": "<a data-wf-native-id-path=\"fd451c76-6115-df20-f05e-502ebbcc0013:fd451c76-6115-df20-f05e-502ebbcbffe7\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"fd451c76-6115-df20-f05e-502ebbcbffe7\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22fd451c76-6115-df20-f05e-502ebbcbfefa%22%2C%22instanceId%22%3A%22fd451c76-6115-df20-f05e-502ebbcc0013%22%7D%5D\" href=\"https://help.reclaim.ai/\" class=\"footer_link\">Help docs</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://reclaim.ai/privacy",
      "text": "Privacy Policy",
      "html": "<a rel=\"noopener\" tabindex=\"0\" href=\"https://reclaim.ai/privacy\" target=\"_blank\" class=\" osano-cm-storage-policy osano-cm-content__link osano-cm-link \" aria-describedby=\"osano-cm-aria.newWindow\"><!--?lit$342642218$-->Privacy Policy</a>"
    },
    {
      "href": "/privacy",
      "text": "Privacy Policy",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:21e9e845-d6f1-26a7-8672-8352475ae4fe\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"21e9e845-d6f1-26a7-8672-8352475ae4fe\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"/privacy\" class=\"privacy-link\">Privacy Policy</a>"
    },
    {
      "href": "/terms",
      "text": "Terms & Conditions",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:21e9e845-d6f1-26a7-8672-8352475ae500\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"21e9e845-d6f1-26a7-8672-8352475ae500\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"/terms\" class=\"privacy-link\">Terms &amp; Conditions</a>"
    },
    {
      "href": "/glossary",
      "text": "GlossaryLearn more productivity, time management, & work-life balance terms.",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:21e9e845-d6f1-26a7-8672-8352475ae60b\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"21e9e845-d6f1-26a7-8672-8352475ae60b\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"/glossary\" class=\"nav_left_card w-inline-block\"><div class=\"left_card_icon\"><img src=\"https://cdn.prod.website-files.com..."
    },
    {
      "href": "/terms",
      "text": "Terms of use",
      "html": "<a data-wf-native-id-path=\"fd451c76-6115-df20-f05e-502ebbcc0013:fd451c76-6115-df20-f05e-502ebbcc0005\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"fd451c76-6115-df20-f05e-502ebbcc0005\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22fd451c76-6115-df20-f05e-502ebbcbfefa%22%2C%22instanceId%22%3A%22fd451c76-6115-df20-f05e-502ebbcc0013%22%7D%5D\" href=\"/terms\" class=\"security_link\">Terms of use</a>"
    },
    {
      "href": "/privacy",
      "text": "Privacy Policy",
      "html": "<a data-wf-native-id-path=\"fd451c76-6115-df20-f05e-502ebbcc0013:fd451c76-6115-df20-f05e-502ebbcc0007\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"fd451c76-6115-df20-f05e-502ebbcc0007\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22fd451c76-6115-df20-f05e-502ebbcbfefa%22%2C%22instanceId%22%3A%22fd451c76-6115-df20-f05e-502ebbcc0013%22%7D%5D\" href=\"/privacy\" class=\"security_link\">Privacy Policy</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.

6 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://help.reclaim.ai/",
      "text": "Help DocsEverything you need to know about rocking your scheduling at Reclaim.",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:21e9e845-d6f1-26a7-8672-8352475ae614\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"21e9e845-d6f1-26a7-8672-8352475ae614\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"https://help.reclaim.ai/\" target=\"_blank\" class=\"nav_left_card w-inline-block\"><div class=\"left_card_icon\"><img src=\"htt..."
    },
    {
      "href": "/initiatives/company-focus-time",
      "text": "Focus Time InitiativeProtect time for deep work.",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:802a61f3-1c60-1cc1-ae2b-24704278a916\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"802a61f3-1c60-1cc1-ae2b-24704278a916\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"/initiatives/company-focus-time\" class=\"nav_left_card w-inline-block\"><div class=\"left_card_icon right\"><img src=\"https:..."
    },
    {
      "href": "/initiatives/company-slack-notifications",
      "text": "Slack Notifications InitiativePrevent unnecessary interruptions.",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:802a61f3-1c60-1cc1-ae2b-24704278a926\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"802a61f3-1c60-1cc1-ae2b-24704278a926\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"/initiatives/company-slack-notifications\" class=\"nav_left_card w-inline-block\"><div class=\"left_card_icon right\"><img sr..."
    },
    {
      "href": "/initiatives/company-calendar-fragmentation",
      "text": "Calendar Fragmentation InitiativeReduce lost time across the workday.",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:802a61f3-1c60-1cc1-ae2b-24704278a92f\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"802a61f3-1c60-1cc1-ae2b-24704278a92f\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"/initiatives/company-calendar-fragmentation\" class=\"nav_left_card w-inline-block\"><div class=\"left_card_icon right\"><img..."
    },
    {
      "href": "/initiatives/company-buffer-time",
      "text": "Buffer Time InitiativeCreate space to prepare and reset.",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:95329f4f-e613-8e5a-1649-61501586af58\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"95329f4f-e613-8e5a-1649-61501586af58\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"/initiatives/company-buffer-time\" class=\"nav_left_card w-inline-block\"><div class=\"left_card_icon right\"><img src=\"https..."
    },
    {
      "href": "/initiatives/company-focus-time",
      "text": "Focus Time Initiative →",
      "html": "<a data-wf-native-id-path=\"6632a2ec-babd-d1e1-f7ab-fbdb985f2736\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"6632a2ec-babd-d1e1-f7ab-fbdb985f2736\" href=\"/initiatives/company-focus-time\" class=\"init_link w-inline-block\"><div class=\"text-block-177 black\">Focus Time Initiative &#x2192; </div></a>"
    },
    {
      "href": "/initiatives/company-calendar-fragmentation",
      "text": "Calendar Fragmentation Initiative →",
      "html": "<a data-wf-native-id-path=\"7e36838e-9ef3-74a2-83be-b75e7b2d6b44\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"7e36838e-9ef3-74a2-83be-b75e7b2d6b44\" href=\"/initiatives/company-calendar-fragmentation\" class=\"init_link w-inline-block\"><div class=\"text-block-177 black\">Calendar Fragmentation Initiative &#x2192;</div></a>"
    },
    {
      "href": "/initiatives/company-buffer-time",
      "text": "Buffer Time Initiative →",
      "html": "<a data-wf-native-id-path=\"f5f7a96f-224c-fb98-afbf-71b94f29c684\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"f5f7a96f-224c-fb98-afbf-71b94f29c684\" href=\"/initiatives/company-buffer-time\" class=\"init_link w-inline-block\"><div class=\"text-block-177 black\">Buffer Time Initiative &#x2192; </div></a>"
    },
    {
      "href": "/initiatives/company-slack-notifications",
      "text": "Slack Notifications Initiative →",
      "html": "<a data-wf-native-id-path=\"e964466f-99d4-9576-db83-c8469829c136\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"e964466f-99d4-9576-db83-c8469829c136\" href=\"/initiatives/company-slack-notifications\" class=\"init_link w-inline-block\"><div class=\"text-block-177 black\">Slack Notifications Initiative &#x2192; </div></a>"
    },
    {
      "href": "/initiatives/company-focus-time",
      "text": "Focus Time Initiative",
      "html": "<a data-wf-native-id-path=\"fd451c76-6115-df20-f05e-502ebbcc0013:3d9c5a2a-f195-6aa2-a540-5e78b36cef62\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"3d9c5a2a-f195-6aa2-a540-5e78b36cef62\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22fd451c76-6115-df20-f05e-502ebbcbfefa%22%2C%22instanceId%22%3A%22fd451c76-6115-df20-f05e-502ebbcc0013%22%7D%5D\" href=\"/initiatives/company-focus-time\" class=\"footer_link\">Focus Time Initiative</a>"
    },
    {
      "href": "/initiatives/company-calendar-fragmentation",
      "text": "Calendar Fragmentation Initiative",
      "html": "<a data-wf-native-id-path=\"fd451c76-6115-df20-f05e-502ebbcc0013:3d9c5a2a-f195-6aa2-a540-5e78b36cef64\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"3d9c5a2a-f195-6aa2-a540-5e78b36cef64\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22fd451c76-6115-df20-f05e-502ebbcbfefa%22%2C%22instanceId%22%3A%22fd451c76-6115-df20-f05e-502ebbcc0013%22%7D%5D\" href=\"/initiatives/company-calendar-fragmentation\" class=\"footer_link\">Calendar Fragmentation Initiative</a>"
    },
    {
      "href": "/initiatives/company-buffer-time",
      "text": "Buffer Time Initiative",
      "html": "<a data-wf-native-id-path=\"fd451c76-6115-df20-f05e-502ebbcc0013:3d9c5a2a-f195-6aa2-a540-5e78b36cef68\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"3d9c5a2a-f195-6aa2-a540-5e78b36cef68\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22fd451c76-6115-df20-f05e-502ebbcbfefa%22%2C%22instanceId%22%3A%22fd451c76-6115-df20-f05e-502ebbcc0013%22%7D%5D\" href=\"/initiatives/company-buffer-time\" class=\"footer_link\">Buffer Time Initiative</a>"
    },
    {
      "href": "/initiatives/company-slack-notifications",
      "text": "Slack Notifications Initiative",
      "html": "<a data-wf-native-id-path=\"fd451c76-6115-df20-f05e-502ebbcc0013:3d9c5a2a-f195-6aa2-a540-5e78b36cef6a\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"3d9c5a2a-f195-6aa2-a540-5e78b36cef6a\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22fd451c76-6115-df20-f05e-502ebbcbfefa%22%2C%22instanceId%22%3A%22fd451c76-6115-df20-f05e-502ebbcc0013%22%7D%5D\" href=\"/initiatives/company-slack-notifications\" class=\"footer_link\">Slack Notifications Initiative</a>"
    },
    {
      "href": "/about",
      "text": "About",
      "html": "<a data-wf-native-id-path=\"fd451c76-6115-df20-f05e-502ebbcc0013:fd451c76-6115-df20-f05e-502ebbcbff5f\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"fd451c76-6115-df20-f05e-502ebbcbff5f\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22fd451c76-6115-df20-f05e-502ebbcbfefa%22%2C%22instanceId%22%3A%22fd451c76-6115-df20-f05e-502ebbcc0013%22%7D%5D\" href=\"/about\" class=\"footer_link\">About</a>"
    },
    {
      "href": "/initiatives/company-focus-time",
      "text": "Focus Time Initiative",
      "html": "<a data-wf-native-id-path=\"fd451c76-6115-df20-f05e-502ebbcc0013:cc4e7379-af34-c6c2-f339-b9dad19f6a28\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"cc4e7379-af34-c6c2-f339-b9dad19f6a28\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22fd451c76-6115-df20-f05e-502ebbcbfefa%22%2C%22instanceId%22%3A%22fd451c76-6115-df20-f05e-502ebbcc0013%22%7D%5D\" href=\"/initiatives/company-focus-time\" class=\"footer_link two-line\">Focus Time Initiative</a>"
    },
    {
      "href": "/initiatives/company-calendar-fragmentation",
      "text": "Calendar Fragmentation Initiative",
      "html": "<a data-wf-native-id-path=\"fd451c76-6115-df20-f05e-502ebbcc0013:5eb5228e-b73e-7333-a0e1-0e679488ac7a\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"5eb5228e-b73e-7333-a0e1-0e679488ac7a\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22fd451c76-6115-df20-f05e-502ebbcbfefa%22%2C%22instanceId%22%3A%22fd451c76-6115-df20-f05e-502ebbcc0013%22%7D%5D\" href=\"/initiatives/company-calendar-fragmentation\" class=\"footer_link two-line\">Calendar Fragmentation Initiative</a>"
    },
    {
      "href": "/initiatives/company-buffer-time",
      "text": "Buffer Time Initiative",
      "html": "<a data-wf-native-id-path=\"fd451c76-6115-df20-f05e-502ebbcc0013:80396935-b74e-91b4-00eb-7cb2754f74fc\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"80396935-b74e-91b4-00eb-7cb2754f74fc\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22fd451c76-6115-df20-f05e-502ebbcbfefa%22%2C%22instanceId%22%3A%22fd451c76-6115-df20-f05e-502ebbcc0013%22%7D%5D\" href=\"/initiatives/company-buffer-time\" class=\"footer_link two-line\">Buffer Time Initiative</a>"
    },
    {
      "href": "/initiatives/company-slack-notifications",
      "text": "Slack Notifications Initiative",
      "html": "<a data-wf-native-id-path=\"fd451c76-6115-df20-f05e-502ebbcc0013:35644dac-9bd0-a200-9930-827c95b81605\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"35644dac-9bd0-a200-9930-827c95b81605\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22fd451c76-6115-df20-f05e-502ebbcbfefa%22%2C%22instanceId%22%3A%22fd451c76-6115-df20-f05e-502ebbcc0013%22%7D%5D\" href=\"/initiatives/company-slack-notifications\" class=\"footer_link two-line\">Slack Notifications Initiative</a>"
    },
    {
      "href": "/about",
      "text": "About",
      "html": "<a data-wf-native-id-path=\"fd451c76-6115-df20-f05e-502ebbcc0013:fd451c76-6115-df20-f05e-502ebbcbffd6\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"fd451c76-6115-df20-f05e-502ebbcbffd6\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22fd451c76-6115-df20-f05e-502ebbcbfefa%22%2C%22instanceId%22%3A%22fd451c76-6115-df20-f05e-502ebbcc0013%22%7D%5D\" href=\"/about\" class=\"footer_link\">About</a>"
    },
    {
      "href": "https://www.linkedin.com/company/reclaim-ai/",
      "text": "",
      "html": "<a data-wf-native-id-path=\"fd451c76-6115-df20-f05e-502ebbcc0013:fd451c76-6115-df20-f05e-502ebbcbfff5\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"fd451c76-6115-df20-f05e-502ebbcbfff5\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22fd451c76-6115-df20-f05e-502ebbcbfefa%22%2C%22instanceId%22%3A%22fd451c76-6115-df20-f05e-502ebbcc0013%22%7D%5D\" href=\"https://www.linkedin.com/company/reclaim-ai/\" class=\"social_icon w-inline-block\"><img src=\"https://cdn.prod.website-file..."
    }
  ],
  "contactLinks": [
    {
      "href": "/contact",
      "text": "Book a Demo",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:21e9e845-d6f1-26a7-8672-8352475ae482\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"21e9e845-d6f1-26a7-8672-8352475ae482\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"/contact\" data-wf-event-ids=\"157068043-157068056-157068058-157088310-157088311-157088822-157088823\" class=\"nav_text_link..."
    },
    {
      "href": "/contact",
      "text": "Book a Demo",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:2952c215-1fce-a478-38f6-7ed7a5c89acc\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"2952c215-1fce-a478-38f6-7ed7a5c89acc\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"/contact\" data-wf-event-ids=\"157068043-157068053-157068055-157068059\" class=\"nav_text_link_wrap contact_sales button w-i..."
    },
    {
      "href": "https://help.reclaim.ai/",
      "text": "Help Center",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:21e9e845-d6f1-26a7-8672-8352475ae4e9\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"21e9e845-d6f1-26a7-8672-8352475ae4e9\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"https://help.reclaim.ai/\" target=\"_blank\" class=\"dropdownlink zoom w-inline-block\"><img loading=\"lazy\" src=\"https://cdn...."
    },
    {
      "href": "/contact",
      "text": "Contact Sales",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:21e9e845-d6f1-26a7-8672-8352475ae4f7\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"21e9e845-d6f1-26a7-8672-8352475ae4f7\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"/contact\" class=\"header-link\">Contact Sales</a>"
    },
    {
      "href": "/contact",
      "text": "Contact Sales",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:21e9e845-d6f1-26a7-8672-8352475ae567\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"21e9e845-d6f1-26a7-8672-8352475ae567\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"/contact\" class=\"dropdown_bottom_link\">Contact Sales</a>"
    },
    {
      "href": "/contact",
      "text": "Book your free goal-setting session→",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:21e9e845-d6f1-26a7-8672-8352475ae596\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"21e9e845-d6f1-26a7-8672-8352475ae596\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"/contact\" class=\"nav_cta w-inline-block\"><div class=\"text-block-74\">Book your free goal-setting session</div><div class=..."
    },
    {
      "href": "/contact",
      "text": "Contact Sales",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:21e9e845-d6f1-26a7-8672-8352475ae5d1\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"21e9e845-d6f1-26a7-8672-8352475ae5d1\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"/contact\" class=\"dropdown_bottom_link\">Contact Sales</a>"
    },
    {
      "href": "https://help.reclaim.ai/",
      "text": "Help DocsEverything you need to know about rocking your scheduling at Reclaim.",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:21e9e845-d6f1-26a7-8672-8352475ae614\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"21e9e845-d6f1-26a7-8672-8352475ae614\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"https://help.reclaim.ai/\" target=\"_blank\" class=\"nav_left_card w-inline-block\"><div class=\"left_card_icon\"><img src=\"htt..."
    },
    {
      "href": "/contact",
      "text": "Contact Sales",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:21e9e845-d6f1-26a7-8672-8352475ae62e\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"21e9e845-d6f1-26a7-8672-8352475ae62e\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"/contact\" class=\"dropdown_bottom_link\">Contact Sales</a>"
    },
    {
      "href": "/contact",
      "text": "Book a demo today→",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:802a61f3-1c60-1cc1-ae2b-24704278a90f\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"802a61f3-1c60-1cc1-ae2b-24704278a90f\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"/contact\" class=\"nav_cta w-inline-block\"><div class=\"text-block-74\">Book a demo today</div><div class=\"text-block-75\">&#..."
    },
    {
      "href": "/contact",
      "text": "Book a demo today→",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:642abbef-13de-d2e3-f6e6-45350e5fb23e\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"642abbef-13de-d2e3-f6e6-45350e5fb23e\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"/contact\" class=\"nav_cta w-inline-block\"><div class=\"text-block-74\">Book a demo today</div><div class=\"text-block-75\">&#..."
    },
    {
      "href": "/contact",
      "text": "Contact Sales",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:802a61f3-1c60-1cc1-ae2b-24704278a949\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"802a61f3-1c60-1cc1-ae2b-24704278a949\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"/contact\" class=\"dropdown_bottom_link\">Contact Sales</a>"
    },
    {
      "href": "https://help.reclaim.ai/",
      "text": "Help Docs",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:a17f395f-87b5-1755-7e72-8335aad50aca\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"a17f395f-87b5-1755-7e72-8335aad50aca\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"https://help.reclaim.ai/\" target=\"_blank\" class=\"mobile_dropdown_option pink w-inline-block\"><div class=\"dropdown_icon\">..."
    },
    {
      "href": "/contact",
      "text": "Book a demo",
      "html": "<a data-w-id=\"bd147953-9db4-93cb-1add-a3b140596be7\" data-wf-native-id-path=\"bd147953-9db4-93cb-1add-a3b140596be7\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"bd147953-9db4-93cb-1add-a3b140596be7\" style=\"-webkit-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rot..."
    },
    {
      "href": "/contact",
      "text": "Book a demo",
      "html": "<a data-w-id=\"23357f3a-a303-9e13-a599-80c74f753a9d\" data-wf-native-id-path=\"23357f3a-a303-9e13-a599-80c74f753a9d\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"23357f3a-a303-9e13-a599-80c74f753a9d\" style=\"-webkit-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rot..."
    },
    {
      "href": "/contact",
      "text": "Book a demo",
      "html": "<a data-w-id=\"931b79bd-fa78-8982-f599-942f75b95f26\" data-wf-native-id-path=\"931b79bd-fa78-8982-f599-942f75b95f26\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"931b79bd-fa78-8982-f599-942f75b95f26\" style=\"-webkit-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rot..."
    },
    {
      "href": "/contact",
      "text": "Contact Sales",
      "html": "<a data-wf-native-id-path=\"fd451c76-6115-df20-f05e-502ebbcc0013:fd451c76-6115-df20-f05e-502ebbcbff5b\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"fd451c76-6115-df20-f05e-502ebbcbff5b\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22fd451c76-6115-df20-f05e-502ebbcbfefa%22%2C%22instanceId%22%3A%22fd451c76-6115-df20-f05e-502ebbcc0013%22%7D%5D\" href=\"/contact\" class=\"footer_link\">Contact Sales</a>"
    },
    {
      "href": "https://help.reclaim.ai/en/articles/5341864-how-do-i-contact-support-to-get-help",
      "text": "Contact Support",
      "html": "<a data-wf-native-id-path=\"fd451c76-6115-df20-f05e-502ebbcc0013:fd451c76-6115-df20-f05e-502ebbcbff5d\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"fd451c76-6115-df20-f05e-502ebbcbff5d\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22fd451c76-6115-df20-f05e-502ebbcbfefa%22%2C%22instanceId%22%3A%22fd451c76-6115-df20-f05e-502ebbcc0013%22%7D%5D\" href=\"https://help.reclaim.ai/en/articles/5341864-how-do-i-contact-support-to-get-help\" class=\"footer_link\">Contact Support</a>"
    },
    {
      "href": "https://help.reclaim.ai/en/",
      "text": "Help docs",
      "html": "<a data-wf-native-id-path=\"fd451c76-6115-df20-f05e-502ebbcc0013:fd451c76-6115-df20-f05e-502ebbcbff6f\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"fd451c76-6115-df20-f05e-502ebbcbff6f\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22fd451c76-6115-df20-f05e-502ebbcbfefa%22%2C%22instanceId%22%3A%22fd451c76-6115-df20-f05e-502ebbcc0013%22%7D%5D\" href=\"https://help.reclaim.ai/en/\" class=\"footer_link\">Help docs</a>"
    },
    {
      "href": "https://reclaim.ai/contact",
      "text": "Contact Sales",
      "html": "<a data-wf-native-id-path=\"fd451c76-6115-df20-f05e-502ebbcc0013:fd451c76-6115-df20-f05e-502ebbcbffd2\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"fd451c76-6115-df20-f05e-502ebbcbffd2\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22fd451c76-6115-df20-f05e-502ebbcbfefa%22%2C%22instanceId%22%3A%22fd451c76-6115-df20-f05e-502ebbcc0013%22%7D%5D\" href=\"https://reclaim.ai/contact\" class=\"footer_link\">Contact Sales</a>"
    },
    {
      "href": "https://help.reclaim.ai/en/articles/5341864-how-do-i-contact-support",
      "text": "Contact Support",
      "html": "<a data-wf-native-id-path=\"fd451c76-6115-df20-f05e-502ebbcc0013:fd451c76-6115-df20-f05e-502ebbcbffd4\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"fd451c76-6115-df20-f05e-502ebbcbffd4\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22fd451c76-6115-df20-f05e-502ebbcbfefa%22%2C%22instanceId%22%3A%22fd451c76-6115-df20-f05e-502ebbcc0013%22%7D%5D\" href=\"https://help.reclaim.ai/en/articles/5341864-how-do-i-contact-support\" class=\"footer_link\">Contact Support</a>"
    },
    {
      "href": "https://help.reclaim.ai/",
      "text": "Help docs",
      "html": "<a data-wf-native-id-path=\"fd451c76-6115-df20-f05e-502ebbcc0013:fd451c76-6115-df20-f05e-502ebbcbffe7\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"fd451c76-6115-df20-f05e-502ebbcbffe7\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22fd451c76-6115-df20-f05e-502ebbcbfefa%22%2C%22instanceId%22%3A%22fd451c76-6115-df20-f05e-502ebbcc0013%22%7D%5D\" href=\"https://help.reclaim.ai/\" class=\"footer_link\">Help docs</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://reclaim.ai/privacy",
      "text": "Privacy Policy",
      "html": "<a rel=\"noopener\" tabindex=\"0\" href=\"https://reclaim.ai/privacy\" target=\"_blank\" class=\" osano-cm-storage-policy osano-cm-content__link osano-cm-link \" aria-describedby=\"osano-cm-aria.newWindow\"><!--?lit$342642218$-->Privacy Policy</a>"
    },
    {
      "href": "/privacy",
      "text": "Privacy Policy",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:21e9e845-d6f1-26a7-8672-8352475ae4fe\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"21e9e845-d6f1-26a7-8672-8352475ae4fe\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"/privacy\" class=\"privacy-link\">Privacy Policy</a>"
    },
    {
      "href": "/terms",
      "text": "Terms & Conditions",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:21e9e845-d6f1-26a7-8672-8352475ae500\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"21e9e845-d6f1-26a7-8672-8352475ae500\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"/terms\" class=\"privacy-link\">Terms &amp; Conditions</a>"
    },
    {
      "href": "/glossary",
      "text": "GlossaryLearn more productivity, time management, & work-life balance terms.",
      "html": "<a data-wf-native-id-path=\"9481b99a-f108-e12d-e201-ab4c49f752b6:21e9e845-d6f1-26a7-8672-8352475ae60b\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"21e9e845-d6f1-26a7-8672-8352475ae60b\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%2221e9e845-d6f1-26a7-8672-8352475ae468%22%2C%22instanceId%22%3A%229481b99a-f108-e12d-e201-ab4c49f752b6%22%7D%5D\" href=\"/glossary\" class=\"nav_left_card w-inline-block\"><div class=\"left_card_icon\"><img src=\"https://cdn.prod.website-files.com..."
    },
    {
      "href": "/terms",
      "text": "Terms of use",
      "html": "<a data-wf-native-id-path=\"fd451c76-6115-df20-f05e-502ebbcc0013:fd451c76-6115-df20-f05e-502ebbcc0005\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"fd451c76-6115-df20-f05e-502ebbcc0005\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22fd451c76-6115-df20-f05e-502ebbcbfefa%22%2C%22instanceId%22%3A%22fd451c76-6115-df20-f05e-502ebbcc0013%22%7D%5D\" href=\"/terms\" class=\"security_link\">Terms of use</a>"
    },
    {
      "href": "/privacy",
      "text": "Privacy Policy",
      "html": "<a data-wf-native-id-path=\"fd451c76-6115-df20-f05e-502ebbcc0013:fd451c76-6115-df20-f05e-502ebbcc0007\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"fd451c76-6115-df20-f05e-502ebbcc0007\" data-wf-component-context=\"%5B%7B%22componentId%22%3A%22fd451c76-6115-df20-f05e-502ebbcbfefa%22%2C%22instanceId%22%3A%22fd451c76-6115-df20-f05e-502ebbcc0013%22%7D%5D\" href=\"/privacy\" class=\"security_link\">Privacy Policy</a>"
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

5 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

17 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": 18,
  "passing": 1,
  "failing": [
    {
      "heading": "Product",
      "headingHtml": "<h3 class=\"nav_sub_heading\">Product</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Solutions",
      "headingHtml": "<h3 class=\"nav_sub_heading\">Solutions</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Teams",
      "headingHtml": "<h3 class=\"nav_sub_heading\">Teams</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Integrations",
      "headingHtml": "<h3 class=\"nav_sub_heading right_header\">Integrations</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Resources",
      "headingHtml": "<h3 class=\"nav_sub_heading\">Resources</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Popular blog posts",
      "headingHtml": "<h3 class=\"nav_sub_heading right_header\">Popular blog posts</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Enterprise",
      "headingHtml": "<h3 class=\"nav_sub_heading\">Enterprise</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Enterprise",
      "headingHtml": "<h3 class=\"nav_sub_heading\">Enterprise</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Compare Reclaim Alternatives",
      "headingHtml": "<h3 class=\"nav_sub_heading right_header\">Compare Reclaim Alternatives</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "What if AI could optimize your time?",
      "headingHtml": "<h2 class=\"_25_h2 center\">What if AI&#xa0;could optimize your time?</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Launch AI agents that work 24/7 for you.",
      "headingHtml": "<h2 class=\"_25_h2 center narrow\">Launch AI agents that work 24/7 for you.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "What if AI could optimize your time?",
      "headingHtml": "<h2 class=\"_25_h2\">What if AI&#xa0;could optimize your time?</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Move faster, whether you’re a team of 1 or 10,000",
      "headingHtml": "<h2 class=\"_25_h2\">Move faster, whether you&#x2019;re a team of 1 or 10,000</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Launch company-wide Initiatives that employees love",
      "headingHtml": "<h2 class=\"_25_h2\">Launch company-wide Initiatives that employees love</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Company time performance",
      "headingHtml": "<h2 class=\"ctp-title\">Company time performance</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Create a happier work culture",
      "headingHtml": "<h2 class=\"_25_h2\">Create a happier work culture</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Enterprise security, support & scalability",
      "headingHtml": "<h2 class=\"gradient_header manual\">Enterprise security, support &amp; scalability</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

2 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Page experience for AIO

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1",
  "visibleWords": 2492,
  "htmlBytes": 389140,
  "imagesMissingDimensions": [
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/693314f69b06cfc7e19d9434_reclaim_wordmark_on_white.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-w-id=\"21e9e845-d6f1-26a7-8672-8352475ae46d\" loading=\"lazy\" alt=\"Reclaim.ai from Dropbox logo\" src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/693314f69b06cfc7e19d9434_reclaim_wordmark_on_white.svg\" class=\"image-101\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf89b_blurple_hamburger_01.svg",
      "width": "25",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf89b_blurple_hamburger_01.svg\" loading=\"lazy\" width=\"25\" alt class=\"nav_open\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf89f_mobile_nav_close.svg",
      "width": "20",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf89f_mobile_nav_close.svg\" loading=\"lazy\" width=\"20\" alt class=\"nav_close\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/5e54069fdc18bcf4fed2cb53/5e54069fdc18bc276ed2cb98_Menu.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt src=\"https://cdn.prod.website-files.com/5e54069fdc18bcf4fed2cb53/5e54069fdc18bc276ed2cb98_Menu.svg\" class=\"close-button\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf6bf_habits_wh_1.svg",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"Auto\" loading=\"lazy\" alt src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf6bf_habits_wh_1.svg\" class=\"image-18 habits-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf4ec_task-icon-white.png",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"Auto\" loading=\"lazy\" alt src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf4ec_task-icon-white.png\" class=\"image-18 habits-icon tasks_icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf634_wh_smart11.png",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"Auto\" loading=\"lazy\" alt src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf634_wh_smart11.png\" class=\"image-18 habits-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf64c_wh_schlink.png",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"Auto\" loading=\"lazy\" alt src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf64c_wh_schlink.png\" class=\"image-18 habits-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf272_sync_white.png",
      "width": "50",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"50\" loading=\"lazy\" alt src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf272_sync_white.png\" class=\"image-18 habits-icon calsync_icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf633_wh_buffer.png",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"Auto\" loading=\"lazy\" alt src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf633_wh_buffer.png\" class=\"image-18 habits-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf632_wh_calsync.png",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"Auto\" loading=\"lazy\" alt src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf632_wh_calsync.png\" class=\"image-18 habits-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf524_time-tracking-icon-dark.svg",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"Auto\" loading=\"lazy\" alt src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf524_time-tracking-icon-dark.svg\" class=\"image-18 habits-icon time_tracking_icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf525_people-analytics-icon.svg",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"Auto\" loading=\"lazy\" alt src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf525_people-analytics-icon.svg\" class=\"image-18 habits-icon pa_icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf43d_speakerphone.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf43d_speakerphone.svg\" alt class=\"image-18\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf441_trending-up.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf441_trending-up.svg\" alt class=\"image-18\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf442_tool.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf442_tool.svg\" alt class=\"image-18\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf43f_box.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf43f_box.svg\" alt class=\"image-18\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf43c_dollar-sign.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf43c_dollar-sign.svg\" alt class=\"image-18\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf43e_user-group.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf43e_user-group.svg\" alt class=\"image-18\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf4f5_blog.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf4f5_blog.svg\" alt class=\"image-18\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf4f3_help.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf4f3_help.svg\" alt class=\"image-18\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf4f4_video.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf4f4_video.svg\" alt class=\"image-18\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf514_share.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img loading=\"eager\" src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf514_share.svg\" alt class=\"image-18\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf7d4_yellow_arrow_03.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf7d4_yellow_arrow_03.svg\" alt class=\"image-92\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/682650d6e4906253120cb937_nav_focus_bl.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/682650d6e4906253120cb937_nav_focus_bl.svg\" loading=\"lazy\" alt class=\"image-164\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf866_nav_sch_links_02.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf866_nav_sch_links_02.svg\" loading=\"lazy\" alt class=\"image-165\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf867_nav_buffer_time_02.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf867_nav_buffer_time_02.svg\" loading=\"lazy\" alt class=\"image-166\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68264fec2dec10c37497438f_nav_habits_yellow.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68264fec2dec10c37497438f_nav_habits_yellow.svg\" loading=\"lazy\" alt class=\"image-167\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8b4_sm_icon_pk.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8b4_sm_icon_pk.svg\" loading=\"lazy\" alt class=\"image-168\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf816_thin_time_tracking.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf816_thin_time_tracking.svg\" loading=\"lazy\" alt class=\"image-169\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf864_nav_tasks_02.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf864_nav_tasks_02.svg\" loading=\"lazy\" alt class=\"image-170\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf851_nav_cal_sync.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf851_nav_cal_sync.svg\" loading=\"lazy\" alt class=\"image-171\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8b8_planner_icon_yw.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8b8_planner_icon_yw.svg\" loading=\"lazy\" alt class=\"image-172\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69dd5ce4e712b53272bd8a8e_ooo_cal_icon.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69dd5ce4e712b53272bd8a8e_ooo_cal_icon.svg\" loading=\"lazy\" alt class=\"image-170\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a1dcf4972851a528c7c57e0_ai_assistant.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a1dcf4972851a528c7c57e0_ai_assistant.svg\" loading=\"lazy\" alt class=\"image-171\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69dd5afd2f7f41fff9ac1c2d_workforce_analytics_icon.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69dd5afd2f7f41fff9ac1c2d_workforce_analytics_icon.svg\" loading=\"lazy\" alt class=\"image-172\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8a0_product_icon_bl.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8a0_product_icon_bl.svg\" loading=\"lazy\" alt class=\"image-174\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8a7_hr_icon_yw_02.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8a7_hr_icon_yw_02.svg\" loading=\"lazy\" alt class=\"image-173\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8b4_sm_icon_pk.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8b4_sm_icon_pk.svg\" loading=\"lazy\" alt class=\"image-175\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8a6_sales_icon_pk_02.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8a6_sales_icon_pk_02.svg\" loading=\"lazy\" alt class=\"image-176\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8a4_marketing_icon_bl.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8a4_marketing_icon_bl.svg\" loading=\"lazy\" alt class=\"image-177\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8a2_engineering_icon_yw.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8a2_engineering_icon_yw.svg\" loading=\"lazy\" alt class=\"image-178\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8a5_finance_icon_pk.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8a5_finance_icon_pk.svg\" loading=\"lazy\" alt class=\"image-179\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8a8_blog_icon_bl.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8a8_blog_icon_bl.svg\" loading=\"lazy\" alt class=\"image-180\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8aa_webinars_icon_yw.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8aa_webinars_icon_yw.svg\" loading=\"lazy\" alt class=\"image-181\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8af_glossary_icon_pk_02.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8af_glossary_icon_pk_02.svg\" loading=\"lazy\" alt class=\"image-185\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8a9_help_icon_pk.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8a9_help_icon_pk.svg\" loading=\"lazy\" alt class=\"image-184\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8ab_customers_icon_bl.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8ab_customers_icon_bl.svg\" loading=\"lazy\" alt class=\"image-182\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68f68dcc0fd6c5c1be9c030e_timer_header_icon_2.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68f68dcc0fd6c5c1be9c030e_timer_header_icon_2.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68f68dcc0fd6c5c1be9c030e_timer_header_icon_2-p-500.png 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68f68dcc0fd6c5c1be9c030e_timer_header_icon_2-p-800.png 800w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68f68dcc0fd6c5c1be9c030e_timer_header_..."
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfccef08/6a230230ec72c27d00c0db11_ReclaimAI-Blog-Images-AI-Automation-Tools.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfccef08/6a230230ec72c27d00c0db11_ReclaimAI-Blog-Images-AI-Automation-Tools.png\" loading=\"lazy\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfccef08/6a230230ec72c27d00c0db11_ReclaimAI-Blog-Images-AI-Automation-Tools-p-500.png 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfccef08/6a230230ec72c27d00c0db11_ReclaimAI-Blog-Images-AI-Automation-Tools-p-800.png 800w, https://cdn.prod.website-fil..."
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfccef08/69fcb9e0738dbade1ef03e74_2026_deep_work_trends_report.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfccef08/69fcb9e0738dbade1ef03e74_2026_deep_work_trends_report.png\" loading=\"lazy\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfccef08/69fcb9e0738dbade1ef03e74_2026_deep_work_trends_report-p-500.png 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfccef08/69fcb9e0738dbade1ef03e74_2026_deep_work_trends_report-p-800.png 800w, https://cdn.prod.website-files.com/67859049c02d67b2cfccef08/69fcb9e..."
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfccef08/69ebc35464c1af213d7ac6e2_ReclaimAI-Blog-Images-Deep-Work.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfccef08/69ebc35464c1af213d7ac6e2_ReclaimAI-Blog-Images-Deep-Work.png\" loading=\"lazy\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfccef08/69ebc35464c1af213d7ac6e2_ReclaimAI-Blog-Images-Deep-Work-p-500.png 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfccef08/69ebc35464c1af213d7ac6e2_ReclaimAI-Blog-Images-Deep-Work-p-800.png 800w, https://cdn.prod.website-files.com/67859049c02d67b2cfccef0..."
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfccef08/69ebaf0fdcf4955372687f4b_ReclaimAI-Blog-Images-Remote-Work-Best-Practices.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfccef08/69ebaf0fdcf4955372687f4b_ReclaimAI-Blog-Images-Remote-Work-Best-Practices.png\" loading=\"lazy\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfccef08/69ebaf0fdcf4955372687f4b_ReclaimAI-Blog-Images-Remote-Work-Best-Practices-p-500.png 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfccef08/69ebaf0fdcf4955372687f4b_ReclaimAI-Blog-Images-Remote-Work-Best-Practices-p-800.png 800w, https:/..."
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfccef08/69d7f5ede65971d40513cb53_ReclaimAI-Blog-Images-Team-OOO-Calendar-App.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfccef08/69d7f5ede65971d40513cb53_ReclaimAI-Blog-Images-Team-OOO-Calendar-App.png\" loading=\"lazy\" alt sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfccef08/69d7f5ede65971d40513cb53_ReclaimAI-Blog-Images-Team-OOO-Calendar-App-p-500.png 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfccef08/69d7f5ede65971d40513cb53_ReclaimAI-Blog-Images-Team-OOO-Calendar-App-p-800.png 800w, https://cdn.prod.websi..."
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf869_nav_people_analytics_02.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf869_nav_people_analytics_02.svg\" loading=\"lazy\" alt class=\"image-184\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccef4a_slider-right.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccef4a_slider-right.svg\" loading=\"lazy\" alt=\"Go right\" class=\"image-180\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccef4a_slider-right.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccef4a_slider-right.svg\" loading=\"lazy\" alt=\"Go right\" class=\"image-185\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccef4a_slider-right.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccef4a_slider-right.svg\" loading=\"lazy\" alt=\"Go right\" class=\"image-181\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccef4a_slider-right.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccef4a_slider-right.svg\" loading=\"lazy\" alt=\"Go right\" class=\"image-184\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccef4a_slider-right.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccef4a_slider-right.svg\" loading=\"lazy\" alt=\"Go right\" class=\"image-182\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccef4a_slider-right.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccef4a_slider-right.svg\" loading=\"lazy\" alt=\"Go right\" class=\"image-182\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccef4a_slider-right.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccef4a_slider-right.svg\" loading=\"lazy\" alt=\"Go right\" class=\"image-183\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/682650d6e4906253120cb937_nav_focus_bl.svg",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/682650d6e4906253120cb937_nav_focus_bl.svg\" loading=\"lazy\" width=\"Auto\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf84d_nav_habits.svg",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf84d_nav_habits.svg\" loading=\"lazy\" width=\"Auto\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf864_nav_tasks_02.svg",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf864_nav_tasks_02.svg\" loading=\"lazy\" width=\"Auto\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf86a_nav_cal_sync_yellow.svg",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf86a_nav_cal_sync_yellow.svg\" loading=\"lazy\" width=\"Auto\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8b3_schlinks_icon_bl.svg",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8b3_schlinks_icon_bl.svg\" loading=\"lazy\" width=\"Auto\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8b4_sm_icon_pk.svg",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8b4_sm_icon_pk.svg\" loading=\"lazy\" width=\"Auto\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8b5_buffer_icon_yw.svg",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8b5_buffer_icon_yw.svg\" loading=\"lazy\" width=\"Auto\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8b6_tt_icon_bl.svg",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8b6_tt_icon_bl.svg\" loading=\"lazy\" width=\"Auto\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8b8_planner_icon_yw.svg",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8b8_planner_icon_yw.svg\" loading=\"lazy\" width=\"Auto\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69dd5ce4e712b53272bd8a8e_ooo_cal_icon.svg",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69dd5ce4e712b53272bd8a8e_ooo_cal_icon.svg\" loading=\"lazy\" width=\"Auto\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69dd5bb317ca5eea56809b96_ai_hours_icon.svg",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69dd5bb317ca5eea56809b96_ai_hours_icon.svg\" loading=\"lazy\" width=\"Auto\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69dd5afd2f7f41fff9ac1c2d_workforce_analytics_icon.svg",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69dd5afd2f7f41fff9ac1c2d_workforce_analytics_icon.svg\" loading=\"lazy\" width=\"Auto\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8a0_product_icon_bl.svg",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8a0_product_icon_bl.svg\" loading=\"lazy\" width=\"Auto\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8a6_sales_icon_pk_02.svg",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8a6_sales_icon_pk_02.svg\" loading=\"lazy\" width=\"Auto\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8a2_engineering_icon_yw.svg",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8a2_engineering_icon_yw.svg\" loading=\"lazy\" width=\"Auto\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8b0_hr_icon_bl_1.svg",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8b0_hr_icon_bl_1.svg\" loading=\"lazy\" width=\"Auto\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8b1_marketing_icon_pk_1.svg",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8b1_marketing_icon_pk_1.svg\" loading=\"lazy\" width=\"Auto\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8b2_finance_icon_yw_1.svg",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8b2_finance_icon_yw_1.svg\" loading=\"lazy\" width=\"Auto\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf86b_nav_sm_meetings_blue.svg",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf86b_nav_sm_meetings_blue.svg\" loading=\"lazy\" width=\"Auto\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8a8_blog_icon_bl.svg",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8a8_blog_icon_bl.svg\" loading=\"lazy\" width=\"Auto\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8a9_help_icon_pk.svg",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8a9_help_icon_pk.svg\" loading=\"lazy\" width=\"Auto\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8aa_webinars_icon_yw.svg",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8aa_webinars_icon_yw.svg\" loading=\"lazy\" width=\"Auto\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8ab_customers_icon_bl.svg",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8ab_customers_icon_bl.svg\" loading=\"lazy\" width=\"Auto\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8af_glossary_icon_pk_02.svg",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8af_glossary_icon_pk_02.svg\" loading=\"lazy\" width=\"Auto\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68f68dcc0fd6c5c1be9c030e_timer_header_icon_2.png",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68f68dcc0fd6c5c1be9c030e_timer_header_icon_2.png\" loading=\"lazy\" width=\"Auto\" sizes=\"100vw\" alt srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68f68dcc0fd6c5c1be9c030e_timer_header_icon_2-p-500.png 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68f68dcc0fd6c5c1be9c030e_timer_header_icon_2-p-800.png 800w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68f68dcc0fd6c5c1be9c0..."
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68a4dd397410f9ae6f129054_cal_logo_google_updated.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68a4dd397410f9ae6f129054_cal_logo_google_updated.svg\" loading=\"lazy\" alt=\"Google calendar logo\" class=\"image-143\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68a390016d826c13da86ee2c_cal_logo_outlook.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68a390016d826c13da86ee2c_cal_logo_outlook.svg\" loading=\"lazy\" alt=\"Outlook Calendar logo\" class=\"image-144\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg\" loading=\"lazy\" alt=\"Green check mark\" class=\"image-126\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg\" loading=\"lazy\" alt=\"Green check mark\" class=\"image-126\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg\" loading=\"lazy\" alt=\"Green check mark\" class=\"image-126\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/688d3f525eaef5011df9da8d_%20ani_headshot_02.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/688d3f525eaef5011df9da8d_%20ani_headshot_02.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/688d3f525eaef5011df9da8d_%20ani_headshot_02-p-500.png 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/688d3f525eaef5011df9da8d_%20ani_headshot_02-p-800.png 800w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/688d3f525eaef5011df9da8d_%20ani_headshot_..."
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/688bd58faf9de59c3d293030_settings_icon.svg",
      "width": "",
      "height": "Auto",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/688bd58faf9de59c3d293030_settings_icon.svg\" loading=\"lazy\" alt=\"Gear icon\" height=\"Auto\" class=\"image-135 black\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/688bd7fc11d0ea4d876f5b5c_teams_icon_2.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/688bd7fc11d0ea4d876f5b5c_teams_icon_2.svg\" loading=\"lazy\" alt=\"Teams icon\" class=\"image-134 black\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/688bd66847b7908da91fe690_help_icon.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/688bd66847b7908da91fe690_help_icon.svg\" loading=\"lazy\" alt=\"Help icon, a question mark in speech bubble\" class=\"image-133 black\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/687170a57e2e9928b01a22a7_share_icon_wh.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/687170a57e2e9928b01a22a7_share_icon_wh.svg\" loading=\"lazy\" alt class=\"image-130\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/687170a57e2e9928b01a22a3_share_icon_gr.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/687170a57e2e9928b01a22a3_share_icon_gr.svg\" loading=\"lazy\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/687170a57e2e9928b01a22a7_share_icon_wh.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/687170a57e2e9928b01a22a7_share_icon_wh.svg\" loading=\"lazy\" alt class=\"image-130\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/687170a57e2e9928b01a22a3_share_icon_gr.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/687170a57e2e9928b01a22a3_share_icon_gr.svg\" loading=\"lazy\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/687170a57e2e9928b01a22a7_share_icon_wh.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/687170a57e2e9928b01a22a7_share_icon_wh.svg\" loading=\"lazy\" alt class=\"image-130\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/687170a57e2e9928b01a22a3_share_icon_gr.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/687170a57e2e9928b01a22a3_share_icon_gr.svg\" loading=\"lazy\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/687170a57e2e9928b01a22a7_share_icon_wh.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/687170a57e2e9928b01a22a7_share_icon_wh.svg\" loading=\"lazy\" alt class=\"image-130\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/687170a57e2e9928b01a22a3_share_icon_gr.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/687170a57e2e9928b01a22a3_share_icon_gr.svg\" loading=\"lazy\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/687170a57e2e9928b01a22a7_share_icon_wh.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/687170a57e2e9928b01a22a7_share_icon_wh.svg\" loading=\"lazy\" alt class=\"image-130\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/687170a57e2e9928b01a22a3_share_icon_gr.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/687170a57e2e9928b01a22a3_share_icon_gr.svg\" loading=\"lazy\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/687170a57e2e9928b01a22a7_share_icon_wh.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/687170a57e2e9928b01a22a7_share_icon_wh.svg\" loading=\"lazy\" alt class=\"image-130\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/687170a57e2e9928b01a22a3_share_icon_gr.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/687170a57e2e9928b01a22a3_share_icon_gr.svg\" loading=\"lazy\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/687170a57e2e9928b01a22a7_share_icon_wh.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/687170a57e2e9928b01a22a7_share_icon_wh.svg\" loading=\"lazy\" alt class=\"image-130\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/687170a57e2e9928b01a22a3_share_icon_gr.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/687170a57e2e9928b01a22a3_share_icon_gr.svg\" loading=\"lazy\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/687170a57e2e9928b01a22a7_share_icon_wh.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/687170a57e2e9928b01a22a7_share_icon_wh.svg\" loading=\"lazy\" alt class=\"image-130\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/687170a57e2e9928b01a22a3_share_icon_gr.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/687170a57e2e9928b01a22a3_share_icon_gr.svg\" loading=\"lazy\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/687170a57e2e9928b01a22a7_share_icon_wh.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/687170a57e2e9928b01a22a7_share_icon_wh.svg\" loading=\"lazy\" alt class=\"image-130\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/687170a57e2e9928b01a22a3_share_icon_gr.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/687170a57e2e9928b01a22a3_share_icon_gr.svg\" loading=\"lazy\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf89f_mobile_nav_close.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf89f_mobile_nav_close.svg\" loading=\"lazy\" data-w-id=\"23ef79df-2bcd-db77-b169-8006434ba050\" alt class=\"free_modal_close_icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68124f4faa1cf850b2e2866e_green_modal_arrow.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68124f4faa1cf850b2e2866e_green_modal_arrow.svg\" loading=\"lazy\" alt class=\"free_modal_list_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68124f4faa1cf850b2e2866e_green_modal_arrow.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68124f4faa1cf850b2e2866e_green_modal_arrow.svg\" loading=\"lazy\" alt class=\"free_modal_list_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68124f4faa1cf850b2e2866e_green_modal_arrow.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68124f4faa1cf850b2e2866e_green_modal_arrow.svg\" loading=\"lazy\" alt class=\"free_modal_list_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68124f4faa1cf850b2e2866e_green_modal_arrow.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68124f4faa1cf850b2e2866e_green_modal_arrow.svg\" loading=\"lazy\" alt class=\"free_modal_list_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68124f4faa1cf850b2e2866e_green_modal_arrow.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68124f4faa1cf850b2e2866e_green_modal_arrow.svg\" loading=\"lazy\" alt class=\"free_modal_list_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/695d8a7891b676e58f5bad85_github_ent_logo.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/695d8a7891b676e58f5bad85_github_ent_logo.png\" loading=\"lazy\" sizes=\"(max-width: 849px) 100vw, 849px\" srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/695d8a7891b676e58f5bad85_github_ent_logo-p-500.png 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/695d8a7891b676e58f5bad85_github_ent_logo.png 849w\" alt=\"Github company logo\" class=\"logo_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf806_zapier_logo.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf806_zapier_logo.png\" loading=\"lazy\" alt=\"Zapier company logo\" class=\"logo_img zapier\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/695d8a18076f238a44f7a5df_indeed_ent_logo.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/695d8a18076f238a44f7a5df_indeed_ent_logo.png\" loading=\"lazy\" sizes=\"(max-width: 2560px) 100vw, 2560px\" srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/695d8a18076f238a44f7a5df_indeed_ent_logo-p-500.png 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/695d8a18076f238a44f7a5df_indeed_ent_logo-p-800.png 800w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/695d8a18076f238a44f7a5..."
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf808_miro_logo_wh.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf808_miro_logo_wh.png\" loading=\"lazy\" sizes=\"(max-width: 504px) 100vw, 504px\" srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf808_miro_logo_wh-p-500.png 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf808_miro_logo_wh.png 504w\" alt=\"Miro company logo\" class=\"logo_img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/695d899af9c25a242731ff6e_1pass_ent_logo.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/695d899af9c25a242731ff6e_1pass_ent_logo.png\" loading=\"lazy\" sizes=\"(max-width: 2560px) 100vw, 2560px\" srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/695d899af9c25a242731ff6e_1pass_ent_logo-p-500.png 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/695d899af9c25a242731ff6e_1pass_ent_logo-p-800.png 800w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/695d899af9c25a242731ff6e_..."
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf684_new_zendesk_1.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf684_new_zendesk_1.png\" loading=\"lazy\" sizes=\"(max-width: 509px) 100vw, 509px\" srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf684_new_zendesk_1-p-500.png 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf684_new_zendesk_1.png 509w\" alt=\"Zendesk company logo\" class=\"logo_img zendesk\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf7ef_instacart_logo.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf7ef_instacart_logo.png\" loading=\"lazy\" alt=\"Instacart company logo\" class=\"logo_img instacart\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a206209e0e40a62d4d47119_thin_arrow.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a206209e0e40a62d4d47119_thin_arrow.svg\" loading=\"lazy\" alt class=\"image-307\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a21cd029d29434d50581b60_burnout-prevention.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a21cd029d29434d50581b60_burnout-prevention.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a21cd029d29434d50581b60_burnout-prevention-p-500.png 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a21cd029d29434d50581b60_burnout-prevention.png 512w\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a206209e0e40a62d4d47119_thin_arrow.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a206209e0e40a62d4d47119_thin_arrow.svg\" loading=\"lazy\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a21cc6c1242909459c26514_meeting-health-insights.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a21cc6c1242909459c26514_meeting-health-insights.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a21cc6c1242909459c26514_meeting-health-insights-p-500.png 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a21cc6c1242909459c26514_meeting-health-insights.png 512w\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a206209e0e40a62d4d47119_thin_arrow.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a206209e0e40a62d4d47119_thin_arrow.svg\" loading=\"lazy\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a21ccf15bb906ce5ae04877_coding-time.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a21ccf15bb906ce5ae04877_coding-time.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a21ccf15bb906ce5ae04877_coding-time-p-500.png 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a21ccf15bb906ce5ae04877_coding-time.png 512w\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a206209e0e40a62d4d47119_thin_arrow.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a206209e0e40a62d4d47119_thin_arrow.svg\" loading=\"lazy\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a21cce31242909459c2907b_energy-aware-scheduling.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a21cce31242909459c2907b_energy-aware-scheduling.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a21cce31242909459c2907b_energy-aware-scheduling-p-500.png 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a21cce31242909459c2907b_energy-aware-scheduling.png 512w\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a206209e0e40a62d4d47119_thin_arrow.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a206209e0e40a62d4d47119_thin_arrow.svg\" loading=\"lazy\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a21ccd45d91f02422b461af_daily-briefing.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a21ccd45d91f02422b461af_daily-briefing.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a21ccd45d91f02422b461af_daily-briefing-p-500.png 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a21ccd45d91f02422b461af_daily-briefing.png 512w\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a206209e0e40a62d4d47119_thin_arrow.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a206209e0e40a62d4d47119_thin_arrow.svg\" loading=\"lazy\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a21cc45981a2febf0e4291a_travel-aware-scheduling.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a21cc45981a2febf0e4291a_travel-aware-scheduling.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a21cc45981a2febf0e4291a_travel-aware-scheduling-p-500.png 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a21cc45981a2febf0e4291a_travel-aware-scheduling.png 512w\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a206209e0e40a62d4d47119_thin_arrow.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a206209e0e40a62d4d47119_thin_arrow.svg\" loading=\"lazy\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a21cc85aa965e399917fc96_meeting-overload.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a21cc85aa965e399917fc96_meeting-overload.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a21cc85aa965e399917fc96_meeting-overload-p-500.png 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a21cc85aa965e399917fc96_meeting-overload.png 512w\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a206209e0e40a62d4d47119_thin_arrow.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a206209e0e40a62d4d47119_thin_arrow.svg\" loading=\"lazy\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a21cc985bb906ce5ae024df_suggest-meeting-prep-2.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a21cc985bb906ce5ae024df_suggest-meeting-prep-2.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a21cc985bb906ce5ae024df_suggest-meeting-prep-2-p-500.png 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a21cc985bb906ce5ae024df_suggest-meeting-prep-2.png 512w\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a206209e0e40a62d4d47119_thin_arrow.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a206209e0e40a62d4d47119_thin_arrow.svg\" loading=\"lazy\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a21cca86969d023b50e66b2_no-meeting-day.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a21cca86969d023b50e66b2_no-meeting-day.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a21cca86969d023b50e66b2_no-meeting-day-p-500.png 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/6a21cca86969d023b50e66b2_no-meeting-day.png 512w\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg\" loading=\"lazy\" alt=\"Green check mark\" class=\"image-195\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg\" loading=\"lazy\" alt=\"Green check mark\" class=\"image-195\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg\" loading=\"lazy\" alt=\"Green check mark\" class=\"image-195\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg\" loading=\"lazy\" alt=\"Green check mark\" class=\"image-195\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg\" loading=\"lazy\" alt=\"Green check mark\" class=\"image-195\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg\" loading=\"lazy\" alt=\"Green check mark\" class=\"image-195\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg\" loading=\"lazy\" alt=\"Green check mark\" class=\"image-195\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg\" loading=\"lazy\" alt=\"Green check mark\" class=\"image-195\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg\" loading=\"lazy\" alt=\"Green check mark\" class=\"image-195\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg\" loading=\"lazy\" alt=\"Green check mark\" class=\"ft_ch_icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg\" loading=\"lazy\" alt=\"Green check mark\" class=\"ft_ch_icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg\" loading=\"lazy\" alt=\"Green check mark\" class=\"ft_ch_icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg\" loading=\"lazy\" alt=\"Green check mark\" class=\"ft_ch_icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg\" loading=\"lazy\" alt=\"Green check mark\" class=\"ft_ch_icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69ab4d7465e9f4b715d03563_analyze_productivity_img.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69ab4d7465e9f4b715d03563_analyze_productivity_img.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69ab4d7465e9f4b715d03563_analyze_productivity_img-p-500.png 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69ab4d7465e9f4b715d03563_analyze_productivity_img-p-800.png 800w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69ab4d7465e9f4b715d0356..."
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69ab64c25f1cb5c6c3350072_product_face.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69ab64c25f1cb5c6c3350072_product_face.png\" loading=\"lazy\" alt=\"Smiling young man with light hair wearing a white button-up shirt against a white background.\" class=\"image-192\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69ab662bf0ba06e5fae40667_engineering_face.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69ab662bf0ba06e5fae40667_engineering_face.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69ab662bf0ba06e5fae40667_engineering_face-p-500.png 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69ab662bf0ba06e5fae40667_engineering_face.png 596w\" alt=\"Smiling middle-aged man with glasses and a gray beard wearing a white shirt.\" class=\"image-188\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69ab67589e56b3ad5ebd3d27_sales_face.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69ab67589e56b3ad5ebd3d27_sales_face.png\" loading=\"lazy\" alt=\"Smiling woman with short platinum blonde hair wearing a white turtleneck sweater.\" class=\"image-189\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69ab678776a1f9fc13c46671_marketing_face.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69ab678776a1f9fc13c46671_marketing_face.png\" loading=\"lazy\" alt=\"Smiling young woman with long wavy black hair wearing a white sleeveless top with a black background.\" class=\"image-190\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69ab679a9e56b3ad5ebd40b6_hr_face.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69ab679a9e56b3ad5ebd40b6_hr_face.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69ab679a9e56b3ad5ebd40b6_hr_face-p-500.png 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69ab679a9e56b3ad5ebd40b6_hr_face.png 594w\" alt=\"Smiling man with curly hair and beard wearing a light blue button-up shirt with arms crossed.\" class=\"image-191\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69ab684099286ef8895c2010_finance_face.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69ab684099286ef8895c2010_finance_face.png\" loading=\"lazy\" alt=\"Smiling man with dark hair wearing a dark blazer and white shirt against a black background.\" class=\"image-193\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69ab687485e43b5bb0f89b5d_ea_face.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69ab687485e43b5bb0f89b5d_ea_face.png\" loading=\"lazy\" alt=\"Smiling woman with shoulder-length dark hair wearing a light pink blouse, arms crossed.\" class=\"image-194\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg\" loading=\"lazy\" alt=\"Green check mark\" class=\"image-199\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg\" loading=\"lazy\" alt=\"Green check mark\" class=\"image-199\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg\" loading=\"lazy\" alt=\"Green check mark\" class=\"image-199\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg\" loading=\"lazy\" alt=\"Green check mark\" class=\"image-199\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg\" loading=\"lazy\" alt=\"Green check mark\" class=\"image-199\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg\" loading=\"lazy\" alt=\"Green check mark\" class=\"image-199\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg\" loading=\"lazy\" alt=\"Green check mark\" class=\"image-199\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg\" loading=\"lazy\" alt=\"Green check mark\" class=\"image-199\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg\" loading=\"lazy\" alt=\"Green check mark\" class=\"image-199\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg\" loading=\"lazy\" alt=\"Green check mark\" class=\"image-199\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg\" loading=\"lazy\" alt=\"Green check mark\" class=\"image-199\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg\" loading=\"lazy\" alt=\"Green check mark\" class=\"image-199\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf4fc_Slack-logo-RGB%201.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf4fc_Slack-logo-RGB%201.svg\" loading=\"lazy\" alt=\"Slack company logo\" class=\"di_logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf297_Zoom_Communications_Logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf297_Zoom_Communications_Logo.svg\" loading=\"lazy\" alt=\"Zoom company logo\" class=\"di_logo zoom\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf50a_clickup%20logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf50a_clickup%20logo.svg\" loading=\"lazy\" alt=\"ClickUp company logo\" class=\"di_logo clickup\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1df81b859d8469a088002_jira_logo_di.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1df81b859d8469a088002_jira_logo_di.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1df81b859d8469a088002_jira_logo_di-p-500.png 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1df81b859d8469a088002_jira_logo_di-p-800.png 800w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1df81b859d8469a088002_jira_logo_di-p-1080.png 1080w, htt..."
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1dfc91a59142defcaa6ab_google_cal_big_di.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1dfc91a59142defcaa6ab_google_cal_big_di.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1dfc91a59142defcaa6ab_google_cal_big_di-p-500.png 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1dfc91a59142defcaa6ab_google_cal_big_di.png 640w\" alt=\"Google Calendar logo\" class=\"di_logo gcal\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1df8e39a5578491125929_todoist_logo_di.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1df8e39a5578491125929_todoist_logo_di.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1df8e39a5578491125929_todoist_logo_di-p-500.png 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1df8e39a5578491125929_todoist_logo_di.png 633w\" alt=\"Todoist company logo\" class=\"di_logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf505_Asana-Logo-Horizontal-Coral-Black-source.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf505_Asana-Logo-Horizontal-Coral-Black-source.svg\" loading=\"lazy\" alt=\"Asana company logo\" class=\"di_logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf512_linear.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf512_linear.svg\" loading=\"lazy\" alt=\"Linear company logo\" class=\"di_logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1e1d46f1ab3608801a4b6_mteams_logo_di.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1e1d46f1ab3608801a4b6_mteams_logo_di.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1e1d46f1ab3608801a4b6_mteams_logo_di-p-500.png 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1e1d46f1ab3608801a4b6_mteams_logo_di.png 1024w\" alt=\"Microsoft Teams company logo\" class=\"di_logo teams\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1dfd2b9c2680a82a6d9ce_outlook_cal_logo_di.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1dfd2b9c2680a82a6d9ce_outlook_cal_logo_di.png\" loading=\"lazy\" alt=\"Outlook calendar company logo\" class=\"di_logo outlook\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf513_google-tasks-removebg-preview.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf513_google-tasks-removebg-preview.png\" loading=\"lazy\" alt=\"Google Tasks company logo\" class=\"di_logo google_tasks\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1dfbb6e9a05053bcb7cca_gmeet_logo_di.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1dfbb6e9a05053bcb7cca_gmeet_logo_di.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1dfbb6e9a05053bcb7cca_gmeet_logo_di-p-500.png 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1dfbb6e9a05053bcb7cca_gmeet_logo_di-p-800.png 800w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1dfbb6e9a05053bcb7cca_gmeet_logo_di-p-1080.png 1080w,..."
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf7ed_hubspot_logo.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf7ed_hubspot_logo.png\" loading=\"lazy\" alt=\"HubSpot company logo\" class=\"di_logo hubspot\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf50e_raycast-logo-vector%201.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf50e_raycast-logo-vector%201.svg\" loading=\"lazy\" alt=\"Raycast company logo\" class=\"di_logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8e6_webhook_logo_full.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8e6_webhook_logo_full.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8e6_webhook_logo_full-p-500.png 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8e6_webhook_logo_full-p-800.png 800w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8e6_webhook_logo_full.p..."
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/695d89d24d9a6ea7f57b3953_salesforce_ent_logo.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/695d89d24d9a6ea7f57b3953_salesforce_ent_logo.png\" loading=\"lazy\" alt=\"Salesforce company logo\" class=\"di_logo salesforce\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1dfc91a59142defcaa6ab_google_cal_big_di.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1dfc91a59142defcaa6ab_google_cal_big_di.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1dfc91a59142defcaa6ab_google_cal_big_di-p-500.png 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1dfc91a59142defcaa6ab_google_cal_big_di.png 640w\" alt class=\"di_logo gcal\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1dfd2b9c2680a82a6d9ce_outlook_cal_logo_di.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1dfd2b9c2680a82a6d9ce_outlook_cal_logo_di.png\" loading=\"lazy\" alt class=\"di_logo outlook\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf4fc_Slack-logo-RGB%201.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf4fc_Slack-logo-RGB%201.svg\" loading=\"lazy\" alt=\"Slack\" class=\"di_logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf297_Zoom_Communications_Logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf297_Zoom_Communications_Logo.svg\" loading=\"lazy\" alt class=\"di_logo zoom\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf50a_clickup%20logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf50a_clickup%20logo.svg\" loading=\"lazy\" alt=\"ClickUp logo\" class=\"di_logo clickup\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1df81b859d8469a088002_jira_logo_di.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1df81b859d8469a088002_jira_logo_di.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1df81b859d8469a088002_jira_logo_di-p-500.png 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1df81b859d8469a088002_jira_logo_di-p-800.png 800w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1df81b859d8469a088002_jira_logo_di-p-1080.png 1080w, htt..."
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1df8e39a5578491125929_todoist_logo_di.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1df8e39a5578491125929_todoist_logo_di.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1df8e39a5578491125929_todoist_logo_di-p-500.png 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1df8e39a5578491125929_todoist_logo_di.png 633w\" alt class=\"di_logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf505_Asana-Logo-Horizontal-Coral-Black-source.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf505_Asana-Logo-Horizontal-Coral-Black-source.svg\" loading=\"lazy\" alt=\"Asana\" class=\"di_logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf512_linear.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf512_linear.svg\" loading=\"lazy\" alt=\"Linear\" class=\"di_logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1e1d46f1ab3608801a4b6_mteams_logo_di.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1e1d46f1ab3608801a4b6_mteams_logo_di.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1e1d46f1ab3608801a4b6_mteams_logo_di-p-500.png 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1e1d46f1ab3608801a4b6_mteams_logo_di.png 1024w\" alt class=\"di_logo teams\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf513_google-tasks-removebg-preview.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf513_google-tasks-removebg-preview.png\" loading=\"lazy\" alt=\"Google Tasks logo\" class=\"di_logo google_tasks\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1dfbb6e9a05053bcb7cca_gmeet_logo_di.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1dfbb6e9a05053bcb7cca_gmeet_logo_di.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1dfbb6e9a05053bcb7cca_gmeet_logo_di-p-500.png 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1dfbb6e9a05053bcb7cca_gmeet_logo_di-p-800.png 800w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1dfbb6e9a05053bcb7cca_gmeet_logo_di-p-1080.png 1080w,..."
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf50e_raycast-logo-vector%201.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf50e_raycast-logo-vector%201.svg\" loading=\"lazy\" alt=\"Raycast\" class=\"di_logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8e6_webhook_logo_full.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8e6_webhook_logo_full.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8e6_webhook_logo_full-p-500.png 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8e6_webhook_logo_full-p-800.png 800w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf8e6_webhook_logo_full.p..."
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf7ed_hubspot_logo.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf7ed_hubspot_logo.png\" loading=\"lazy\" alt class=\"di_logo hubspot\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/695d89d24d9a6ea7f57b3953_salesforce_ent_logo.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/695d89d24d9a6ea7f57b3953_salesforce_ent_logo.png\" loading=\"lazy\" alt class=\"di_logo salesforce\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e48e8d8f227a34a566f2b_raj_dutt_grafana_ceo.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e48e8d8f227a34a566f2b_raj_dutt_grafana_ceo.jpg\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e48e8d8f227a34a566f2b_raj_dutt_grafana_ceo-p-500.jpg 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e48e8d8f227a34a566f2b_raj_dutt_grafana_ceo-p-800.jpg 800w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e48e8d8f227a34a566f2b_raj_dutt_g..."
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68e574a665e0779f21798627_grafana_logo_updated.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68e574a665e0779f21798627_grafana_logo_updated.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68e574a665e0779f21798627_grafana_logo_updated-p-500.png 500w, https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68e574a665e0779f21798627_grafana_logo_updated.png 2907w\" alt=\"Grafana company logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf67f_new_1password.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf67f_new_1password.png\" loading=\"lazy\" alt=\"1Password company logo\" class=\"image-197\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1ac6e5834dfa7561112fc_all_cloud_logo.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/69b1ac6e5834dfa7561112fc_all_cloud_logo.png\" loading=\"lazy\" alt=\"AllCloud company logo\" class=\"image-197\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf834_soc2_02.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf834_soc2_02.svg\" loading=\"lazy\" alt=\"Sheild and ribbon icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf836_sso_02.svg",
      "width": "",
      "height": "30",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf836_sso_02.svg\" loading=\"lazy\" alt=\"Computer login icon\" height=\"30\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf835_gdpr_02.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf835_gdpr_02.svg\" loading=\"lazy\" alt=\"Secured lock icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf832_onboarding_02.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf832_onboarding_02.svg\" loading=\"lazy\" alt=\"Shaking hands in the shape of a heart icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf831_support_02.svg",
      "width": "",
      "height": "30",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf831_support_02.svg\" loading=\"lazy\" alt=\"Headset icon\" height=\"30\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf833_uptime_02.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf833_uptime_02.svg\" loading=\"lazy\" alt=\"Uptime icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg\" loading=\"lazy\" alt=\"Green check mark\" class=\"image-120\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg\" loading=\"lazy\" alt=\"Green check mark\" class=\"image-120\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/689e51fe2f2b1d7ec2068891_green_check.svg\" loading=\"lazy\" alt=\"Green check mark\" class=\"image-120\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/693314f69b06cfc7e19d9434_reclaim_wordmark_on_white.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/693314f69b06cfc7e19d9434_reclaim_wordmark_on_white.svg\" loading=\"lazy\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/693314f69b06cfc7e19d9434_reclaim_wordmark_on_white.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/693314f69b06cfc7e19d9434_reclaim_wordmark_on_white.svg\" loading=\"lazy\" alt=\"Reclaim.ai from Dropbox company logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68a4ac17c6e17b7a7473ee20_youtube_100.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68a4ac17c6e17b7a7473ee20_youtube_100.png\" loading=\"lazy\" alt=\"Youtube social icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68a4ac174753a4bd0b1b6ca2_linkedin_100.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68a4ac174753a4bd0b1b6ca2_linkedin_100.png\" loading=\"lazy\" alt=\"LinkedIn social icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68a4ac179543103e3b8f555e_x_100.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68a4ac179543103e3b8f555e_x_100.png\" loading=\"lazy\" alt=\"X social icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68a4ac175429bbdbaee945da_instagram_100.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68a4ac175429bbdbaee945da_instagram_100.png\" loading=\"lazy\" alt=\"Instagram social icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68a4ac177c19d4a4fd9f79f4_facebook_100.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68a4ac177c19d4a4fd9f79f4_facebook_100.png\" loading=\"lazy\" alt=\"Facebook social icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68a4de31fd116207f773c05d_gdpr_icon.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68a4de31fd116207f773c05d_gdpr_icon.png\" loading=\"lazy\" alt=\"EU GDPR icon, a blue circle with the word &quot;COMPLIANT&quot; written around it.\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68a4de6d3df50d21050e8167_soc2.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68a4de6d3df50d21050e8167_soc2.png\" loading=\"lazy\" alt=\"A shield icon with the words &quot;SOC 2 TYPE 2&quot; written on it\">"
    }
  ],
  "possibleDialogs": [
    "<div role=\"dialog\" id=\"75d63514-4b9a-4979-a406-67492538df61\" aria-label=\"Cookie Consent Banner\" aria-describedby=\"75d63514-4b9a-4979-a406-67492538df61__label\" class=\"osano-cm-window__dialog osano-cm-dialog osano-cm-dialog--position_bottom-left osano-cm-dialog--type_box\"> <!--?lit$342642218$--> <button class=\" osano-cm-dialog__close osano-cm-close \"> <!--?lit$342642218$--><svg width=\"20px\" height=\"20px\" viewBox=\"0 0 20 20\" role=\"img\" aria-labelledby=\"56e4ed2a-4d66-4062-b414-ab98c1fbbe2c\"> <tit...",
    "<button class=\" osano-cm-dialog__close osano-cm-close \"> <!--?lit$342642218$--><svg width=\"20px\" height=\"20px\" viewBox=\"0 0 20 20\" role=\"img\" aria-labelledby=\"56e4ed2a-4d66-4062-b414-ab98c1fbbe2c\"> <title id=\"56e4ed2a-4d66-4062-b414-ab98c1fbbe2c\">&lt;!----&gt;Close this dialog&lt;!----&gt;</title> <line role=\"presentation\" x1=\"2\" y1=\"2\" x2=\"18\" y2=\"18\"/> <line role=\"presentation\" x1=\"2\" y1=\"18\" x2=\"18\" y2=\"2\"/> </svg> </button>",
    "<div class=\" osano-cm-dialog__content osano-cm-content \"> <!--?lit$342642218$--> <span id=\"75d63514-4b9a-4979-a406-67492538df61__label\" class=\" osano-cm-content__message osano-cm-message \"> <!--?lit$342642218$-->This website utilizes technologies such as cookies to enable essential site functionality, as well as for analytics, personalization, and targeted advertising. You can manage your personal preferences, including your &#x2018;Do not sell or share my personal information&#x2019; setting...",
    "<div class=\"osano-cm-dialog__buttons osano-cm-buttons\"> <!--?lit$342642218$--><!--?lit$342642218$--><button class=\" osano-cm-manage osano-cm-buttons__button osano-cm-button osano-cm-button--type_manage \" tabindex=\"0\"> <!--?lit$342642218$-->Manage Preferences </button><!--?--> </div>",
    "<div role=\"dialog\" aria-modal=\"true\" id=\"babbfbae-6d68-4f45-a769-17faedd7ea52\" aria-labelledby=\"babbfbae-6d68-4f45-a769-17faedd7ea52__label\" aria-hidden=\"true\" class=\" osano-cm-window__info-dialog osano-cm-info-dialog osano-cm-info-dialog--hidden \"> <!--?lit$342642218$--><!--?lit$342642218$--><span tabindex=\"0\" aria-hidden=\"true\" data-focus=\"first\"></span><!--?--> <div role=\"presentation\" class=\" osano-cm-info-dialog__info osano-cm-info osano-cm-info--position_left \"> <!--?lit$342642218$--><d...",
    "<div role=\"presentation\" class=\" osano-cm-info-dialog__info osano-cm-info osano-cm-info--position_left \"> <!--?lit$342642218$--><div role=\"presentation\" class=\" osano-cm-info__info-dialog-header osano-cm-info-dialog-header \"> <p role=\"heading\" aria-level=\"1\" id=\"babbfbae-6d68-4f45-a769-17faedd7ea52__label\" class=\" osano-cm-info-dialog-header__header osano-cm-header \"> <!--?lit$342642218$--> </p> <!--?lit$342642218$--> <button class=\" osano-cm-info-dialog-header__close osano-cm-close \"> <!--?l...",
    "<div role=\"presentation\" class=\" osano-cm-info__info-dialog-header osano-cm-info-dialog-header \"> <p role=\"heading\" aria-level=\"1\" id=\"babbfbae-6d68-4f45-a769-17faedd7ea52__label\" class=\" osano-cm-info-dialog-header__header osano-cm-header \"> <!--?lit$342642218$--> </p> <!--?lit$342642218$--> <button class=\" osano-cm-info-dialog-header__close osano-cm-close \"> <!--?lit$342642218$--><svg width=\"20px\" height=\"20px\" viewBox=\"0 0 20 20\" role=\"img\" aria-labelledby=\"102f6e67-5204-4737-aa4f-3b5809ae...",
    "<p role=\"heading\" aria-level=\"1\" id=\"babbfbae-6d68-4f45-a769-17faedd7ea52__label\" class=\" osano-cm-info-dialog-header__header osano-cm-header \"> <!--?lit$342642218$--> </p>",
    "<button class=\" osano-cm-info-dialog-header__close osano-cm-close \"> <!--?lit$342642218$--><svg width=\"20px\" height=\"20px\" viewBox=\"0 0 20 20\" role=\"img\" aria-labelledby=\"102f6e67-5204-4737-aa4f-3b5809aee074\"> <title id=\"102f6e67-5204-4737-aa4f-3b5809aee074\">&lt;!----&gt;Close Cookie Preferences&lt;!----&gt;</title> <line role=\"presentation\" x1=\"2\" y1=\"2\" x2=\"18\" y2=\"18\"/> <line role=\"presentation\" x1=\"2\" y1=\"18\" x2=\"18\" y2=\"2\"/> </svg> </button>",
    "<a href=\"#\" data-w-id=\"bd147953-9db4-93cb-1add-a3b140596bed\" data-wf-native-id-path=\"bd147953-9db4-93cb-1add-a3b140596bed\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"bd147953-9db4-93cb-1add-a3b140596bed\" data-wf-event-ids=\"157063434\" class=\"free_modal_open_link\">100% free plan</a>",
    "<div style=\"display:none;-webkit-transform:translate3d(0, 20px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0, 20px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0, 20px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(0, 20px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);opacity:0\" class=\"free_modal_container\"><div class=\"free_modal_close\"><img...",
    "<div class=\"free_modal_close\"><img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf89f_mobile_nav_close.svg\" loading=\"lazy\" data-w-id=\"23ef79df-2bcd-db77-b169-8006434ba050\" alt class=\"free_modal_close_icon\"></div>",
    "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/67859049c02d67b2cfccf89f_mobile_nav_close.svg\" loading=\"lazy\" data-w-id=\"23ef79df-2bcd-db77-b169-8006434ba050\" alt class=\"free_modal_close_icon\">",
    "<div class=\"free_modal_content\"><div class=\"free_modal_header\">No catch - we have a super powerful free plan for individuals &#x1f389;</div><div class=\"free_modal_list\"><div class=\"free_modal_list_row\"><img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68124f4faa1cf850b2e2866e_green_modal_arrow.svg\" loading=\"lazy\" alt class=\"free_modal_list_img\"><div class=\"free_modal_list_text\">Individuals can enjoy our amazing free <a href=\"/pricing\" data-wf-native-id-path=\"23ef79df-2bcd-...",
    "<div class=\"free_modal_header\">No catch - we have a super powerful free plan for individuals &#x1f389;</div>",
    "<div class=\"free_modal_list\"><div class=\"free_modal_list_row\"><img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68124f4faa1cf850b2e2866e_green_modal_arrow.svg\" loading=\"lazy\" alt class=\"free_modal_list_img\"><div class=\"free_modal_list_text\">Individuals can enjoy our amazing free <a href=\"/pricing\" data-wf-native-id-path=\"23ef79df-2bcd-db77-b169-8006434ba059\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"23ef79df-2bcd-db77-b169-8006434ba059\" class=\"modal_l...",
    "<div class=\"free_modal_list_row\"><img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68124f4faa1cf850b2e2866e_green_modal_arrow.svg\" loading=\"lazy\" alt class=\"free_modal_list_img\"><div class=\"free_modal_list_text\">Individuals can enjoy our amazing free <a href=\"/pricing\" data-wf-native-id-path=\"23ef79df-2bcd-db77-b169-8006434ba059\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"23ef79df-2bcd-db77-b169-8006434ba059\" class=\"modal_link\">Lite</a> plan forever -...",
    "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68124f4faa1cf850b2e2866e_green_modal_arrow.svg\" loading=\"lazy\" alt class=\"free_modal_list_img\">",
    "<div class=\"free_modal_list_text\">Individuals can enjoy our amazing free <a href=\"/pricing\" data-wf-native-id-path=\"23ef79df-2bcd-db77-b169-8006434ba059\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"23ef79df-2bcd-db77-b169-8006434ba059\" class=\"modal_link\">Lite</a> plan forever - no credit card required.</div>",
    "<a href=\"/pricing\" data-wf-native-id-path=\"23ef79df-2bcd-db77-b169-8006434ba059\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"23ef79df-2bcd-db77-b169-8006434ba059\" class=\"modal_link\">Lite</a>",
    "<div class=\"free_modal_list_row\"><img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68124f4faa1cf850b2e2866e_green_modal_arrow.svg\" loading=\"lazy\" alt class=\"free_modal_list_img\"><div class=\"free_modal_list_text\">We&#x2019;re able to offer Reclaim features for free because our users love it so much that they tell friends and coworkers about it, which drives interest in our <a href=\"/pricing\" data-wf-native-id-path=\"23ef79df-2bcd-db77-b169-8006434ba060\" data-wf-ao-click-enga...",
    "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68124f4faa1cf850b2e2866e_green_modal_arrow.svg\" loading=\"lazy\" alt class=\"free_modal_list_img\">",
    "<div class=\"free_modal_list_text\">We&#x2019;re able to offer Reclaim features for free because our users love it so much that they tell friends and coworkers about it, which drives interest in our <a href=\"/pricing\" data-wf-native-id-path=\"23ef79df-2bcd-db77-b169-8006434ba060\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"23ef79df-2bcd-db77-b169-8006434ba060\" class=\"modal_link\">premium plans</a>.</div>",
    "<a href=\"/pricing\" data-wf-native-id-path=\"23ef79df-2bcd-db77-b169-8006434ba060\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"23ef79df-2bcd-db77-b169-8006434ba060\" class=\"modal_link\">premium plans</a>",
    "<div class=\"free_modal_list_row\"><img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68124f4faa1cf850b2e2866e_green_modal_arrow.svg\" loading=\"lazy\" alt class=\"free_modal_list_img\"><div class=\"free_modal_list_text\">For people, teams, and organizations that need more AI scheduling power, we offer incredibly affordable <a href=\"/pricing\" data-wf-native-id-path=\"23ef79df-2bcd-db77-b169-8006434ba067\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"23ef79df-2bcd-db...",
    "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68124f4faa1cf850b2e2866e_green_modal_arrow.svg\" loading=\"lazy\" alt class=\"free_modal_list_img\">",
    "<div class=\"free_modal_list_text\">For people, teams, and organizations that need more AI scheduling power, we offer incredibly affordable <a href=\"/pricing\" data-wf-native-id-path=\"23ef79df-2bcd-db77-b169-8006434ba067\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"23ef79df-2bcd-db77-b169-8006434ba067\" class=\"modal_link\">Starter</a>, <a href=\"/pricing\" data-wf-native-id-path=\"23ef79df-2bcd-db77-b169-8006434ba06a\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=...",
    "<a href=\"/pricing\" data-wf-native-id-path=\"23ef79df-2bcd-db77-b169-8006434ba067\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"23ef79df-2bcd-db77-b169-8006434ba067\" class=\"modal_link\">Starter</a>",
    "<a href=\"/pricing\" data-wf-native-id-path=\"23ef79df-2bcd-db77-b169-8006434ba06a\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"23ef79df-2bcd-db77-b169-8006434ba06a\" class=\"modal_link\">Business</a>",
    "<a href=\"/pricing\" data-wf-native-id-path=\"23ef79df-2bcd-db77-b169-8006434ba06d\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"23ef79df-2bcd-db77-b169-8006434ba06d\" class=\"modal_link\">Enterprise</a>",
    "<div class=\"free_modal_list_row\"><img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68124f4faa1cf850b2e2866e_green_modal_arrow.svg\" loading=\"lazy\" alt class=\"free_modal_list_img\"><div class=\"free_modal_list_text\">All users get a free 14-day trial of our Business plan to explore unlimited access to Reclaim. If you don&#x2019;t require all that power, you&#x2019;ll simply roll into our free lite plan.</div></div>",
    "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68124f4faa1cf850b2e2866e_green_modal_arrow.svg\" loading=\"lazy\" alt class=\"free_modal_list_img\">",
    "<div class=\"free_modal_list_text\">All users get a free 14-day trial of our Business plan to explore unlimited access to Reclaim. If you don&#x2019;t require all that power, you&#x2019;ll simply roll into our free lite plan.</div>",
    "<div class=\"free_modal_list_row\"><img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68124f4faa1cf850b2e2866e_green_modal_arrow.svg\" loading=\"lazy\" alt class=\"free_modal_list_img\"><div class=\"free_modal_list_text\">You can even earn a free Business plan subscription through our <a href=\"/affiliate-program\" data-wf-native-id-path=\"23ef79df-2bcd-db77-b169-8006434ba078\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"23ef79df-2bcd-db77-b169-8006434ba078\" class=\"m...",
    "<img src=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/68124f4faa1cf850b2e2866e_green_modal_arrow.svg\" loading=\"lazy\" alt class=\"free_modal_list_img\">",
    "<div class=\"free_modal_list_text\">You can even earn a free Business plan subscription through our <a href=\"/affiliate-program\" data-wf-native-id-path=\"23ef79df-2bcd-db77-b169-8006434ba078\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"23ef79df-2bcd-db77-b169-8006434ba078\" class=\"modal_link\">Referral Program</a> if your friends also sign up, even if they&#x2019;re on free Lite plan.</div>",
    "<a href=\"/affiliate-program\" data-wf-native-id-path=\"23ef79df-2bcd-db77-b169-8006434ba078\" data-wf-ao-click-engagement-tracking=\"true\" data-wf-element-id=\"23ef79df-2bcd-db77-b169-8006434ba078\" class=\"modal_link\">Referral Program</a>"
  ],
  "score": 70,
  "weight": 10
}

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

5 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": 5,
  "citablePassages": 0,
  "failingCandidateParagraphs": [
    {
      "index": 2,
      "heading": "H2: Frequently asked questions",
      "text": "Reclaim.ai is the AI calendar assistant that helps organizations move from reactive scheduling to proactive time optimization. It intelligently protects focus time, improves meeting quality, and aligns calendars to strategic priorities — while giving leaders visibility into how time is actually spent.",
      "words": 42,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (42 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Reclaim.ai is the AI calendar assistant that helps organizations move from reactive scheduling to proactive time optimization. It intelligently protects focus time, improves meeting quality, and aligns calendars to strategic priorities &#x2014; while giving leaders visibility into how time is actually spent.</p>"
    },
    {
      "index": 3,
      "heading": "H2: Frequently asked questions",
      "text": "Unlike basic scheduling tools or passive analytics dashboards, Reclaim connects insight to action. Its AI surfaces recommendations, enables safe preview and approval of changes, and automates policy enforcement at scale. Ideal for growing teams and enterprises seeking higher performance without burnout, Reclaim transforms time from a hidden cost into a measurable advantage.",
      "words": 52,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (52 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Unlike basic scheduling tools or passive analytics dashboards, Reclaim connects insight to action. Its AI surfaces recommendations, enables safe preview and approval of changes, and automates policy enforcement at scale. Ideal for growing teams and enterprises seeking higher performance without burnout, Reclaim transforms time from a hidden cost into a measurable advantage.</p>"
    },
    {
      "index": 4,
      "heading": "H2: Frequently asked questions",
      "text": "Yes – Reclaim runs on your Google Calendar or Outlook Calendar account, automatically scheduling your AI-powered meetings, focus time, tasks, and habits around your existing events. You can even sync multiple calendars across Google and Outlook to prevent conflicts and protect personal commitments on your work schedule.",
      "words": 46,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (46 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Yes &#x2013; Reclaim runs on your Google Calendar or Outlook Calendar account, automatically scheduling your AI-powered meetings, focus time, tasks, and habits around your existing events. You can even sync multiple calendars across <a href=\"https://reclaim.ai/features/calendar-sync\" target=\"_blank\" rel=\"noopener\">Google and Outlook</a> to prevent conflicts and protect personal commitments on your work schedule.</p>"
    },
    {
      "index": 9,
      "heading": "H2: Frequently asked questions",
      "text": "The assistant continuously analyzes your availability, surfaces recommendations and trade-offs, and helps rebalance your schedule as priorities shift. You can interact with it conversationally to optimize your week, resolve conflicts, protect focus time, or adjust meetings — with preview and approval controls before changes are applied.",
      "words": 45,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (45 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>The assistant continuously analyzes your availability, surfaces recommendations and trade-offs, and helps rebalance your schedule as priorities shift. You can interact with it conversationally to optimize your week, resolve conflicts, protect focus time, or adjust meetings &#x2014; with preview and approval controls before changes are applied.</p>"
    },
    {
      "index": 14,
      "heading": "H2: Frequently asked questions",
      "text": "But Reclaim is much more than a scheduling link tool. Beyond meeting links, it automatically schedules your tasks, habits, and breaks, protects deep work, balances team calendars, and helps you measure how time is spent across priorities. Learn more about the differences between Calendly and Reclaim.",
      "words": 46,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (46 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>But Reclaim is much more than a <a href=\"https://reclaim.ai/features/scheduling-links\" target=\"_blank\" rel=\"noopener\">scheduling link tool</a>. Beyond meeting links, it automatically schedules your tasks, habits, and breaks, protects deep work, balances team calendars, and helps you measure how time is spent across priorities. Learn more about the <a href=\"https://reclaim.ai/compare/calendly-alternative\" target=\"_blank\" rel=\"noopener\">differences between Calendly and Reclaim</a>.</p>"
    }
  ],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

17 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": 18,
  "passing": 1,
  "failing": [
    {
      "heading": "Product",
      "headingHtml": "<h3 class=\"nav_sub_heading\">Product</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Solutions",
      "headingHtml": "<h3 class=\"nav_sub_heading\">Solutions</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Teams",
      "headingHtml": "<h3 class=\"nav_sub_heading\">Teams</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Integrations",
      "headingHtml": "<h3 class=\"nav_sub_heading right_header\">Integrations</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Resources",
      "headingHtml": "<h3 class=\"nav_sub_heading\">Resources</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Popular blog posts",
      "headingHtml": "<h3 class=\"nav_sub_heading right_header\">Popular blog posts</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Enterprise",
      "headingHtml": "<h3 class=\"nav_sub_heading\">Enterprise</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Enterprise",
      "headingHtml": "<h3 class=\"nav_sub_heading\">Enterprise</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Compare Reclaim Alternatives",
      "headingHtml": "<h3 class=\"nav_sub_heading right_header\">Compare Reclaim Alternatives</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "What if AI could optimize your time?",
      "headingHtml": "<h2 class=\"_25_h2 center\">What if AI&#xa0;could optimize your time?</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Launch AI agents that work 24/7 for you.",
      "headingHtml": "<h2 class=\"_25_h2 center narrow\">Launch AI agents that work 24/7 for you.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "What if AI could optimize your time?",
      "headingHtml": "<h2 class=\"_25_h2\">What if AI&#xa0;could optimize your time?</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Move faster, whether you’re a team of 1 or 10,000",
      "headingHtml": "<h2 class=\"_25_h2\">Move faster, whether you&#x2019;re a team of 1 or 10,000</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Launch company-wide Initiatives that employees love",
      "headingHtml": "<h2 class=\"_25_h2\">Launch company-wide Initiatives that employees love</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Company time performance",
      "headingHtml": "<h2 class=\"ctp-title\">Company time performance</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Create a happier work culture",
      "headingHtml": "<h2 class=\"_25_h2\">Create a happier work culture</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Enterprise security, support & scalability",
      "headingHtml": "<h2 class=\"gradient_header manual\">Enterprise security, support &amp; scalability</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

2 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: work, life.

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

85/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "Reclaim – AI Calendar for Work & Life",
  "h1": "#1 AI calendar for work.",
  "description": "Reclaim is an AI-powered app that creates 40% more time for teams — auto-schedule tasks, habits, meeting & breaks – free on Google Calendar & Outlook Calendar.",
  "topicOverlap": 0.5,
  "topicTerms": [
    "reclaim",
    "calendar",
    "work",
    "life"
  ],
  "descriptionTerms": [
    "reclaim",
    "powered",
    "app",
    "creates",
    "more",
    "time",
    "teams",
    "auto",
    "schedule",
    "tasks",
    "habits",
    "meeting",
    "breaks",
    "free",
    "google",
    "calendar",
    "outlook"
  ],
  "missingFromDescription": [
    "work",
    "life"
  ],
  "score": 85,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

2 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Extraction-friendly structure

Score

85/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

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

Details

02

Why it matters

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

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "headings": [
    {
      "text": "What if AI could optimize your time?",
      "html": "<h2 class=\"_25_h2 center\">What if AI&#xa0;could optimize your time?</h2>"
    },
    {
      "text": "Launch AI agents that work 24/7 for you.",
      "html": "<h2 class=\"_25_h2 center narrow\">Launch AI agents that work 24/7 for you.</h2>"
    },
    {
      "text": "What if AI could optimize your time?",
      "html": "<h2 class=\"_25_h2\">What if AI&#xa0;could optimize your time?</h2>"
    },
    {
      "text": "Move faster, whether you’re a team of 1 or 10,000",
      "html": "<h2 class=\"_25_h2\">Move faster, whether you&#x2019;re a team of 1 or 10,000</h2>"
    },
    {
      "text": "Launch company-wide Initiatives that employees love",
      "html": "<h2 class=\"_25_h2\">Launch company-wide Initiatives that employees love</h2>"
    },
    {
      "text": "Company time performance",
      "html": "<h2 class=\"ctp-title\">Company time performance</h2>"
    },
    {
      "text": "Create a happier work culture",
      "html": "<h2 class=\"_25_h2\">Create a happier work culture</h2>"
    },
    {
      "text": "Enterprise security, support & scalability",
      "html": "<h2 class=\"gradient_header manual\">Enterprise security, support &amp; scalability</h2>"
    },
    {
      "text": "Frequently asked questions",
      "html": "<h2 class=\"faq-title\">Frequently asked questions</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Reclaim – AI Calendar for Work & Life?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Reclaim – AI Calendar for Work & Life work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Reclaim – AI Calendar for Work & Life?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Reclaim – AI Calendar for Work & Life free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Reclaim – AI Calendar for Work & Life compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "how",
      "label": "How does Reclaim – AI Calendar for Work & Life work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Reclaim – AI Calendar for Work & Life?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Reclaim – AI Calendar for Work & Life free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Reclaim – AI Calendar for Work & Life compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: work, life.

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

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

Evidence
{
  "title": "Reclaim – AI Calendar for Work & Life",
  "h1": "#1 AI calendar for work.",
  "description": "Reclaim is an AI-powered app that creates 40% more time for teams — auto-schedule tasks, habits, meeting & breaks – free on Google Calendar & Outlook Calendar.",
  "topicOverlap": 0.5,
  "definitionCount": 8,
  "topicTerms": [
    "reclaim",
    "calendar",
    "work",
    "life"
  ],
  "descriptionTerms": [
    "reclaim",
    "powered",
    "app",
    "creates",
    "more",
    "time",
    "teams",
    "auto",
    "schedule",
    "tasks",
    "habits",
    "meeting",
    "breaks",
    "free",
    "google",
    "calendar",
    "outlook"
  ],
  "missingFromDescription": [
    "work",
    "life"
  ],
  "score": 88,
  "weight": 18
}

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": 87621
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 87621
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 87621
          }
        ]
      },
      "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: how, benefits, cost, compare.

Details

02

Why it matters

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

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "What if AI could optimize your time?",
      "html": "<h2 class=\"_25_h2 center\">What if AI&#xa0;could optimize your time?</h2>"
    },
    {
      "text": "Launch AI agents that work 24/7 for you.",
      "html": "<h2 class=\"_25_h2 center narrow\">Launch AI agents that work 24/7 for you.</h2>"
    },
    {
      "text": "What if AI could optimize your time?",
      "html": "<h2 class=\"_25_h2\">What if AI&#xa0;could optimize your time?</h2>"
    },
    {
      "text": "Move faster, whether you’re a team of 1 or 10,000",
      "html": "<h2 class=\"_25_h2\">Move faster, whether you&#x2019;re a team of 1 or 10,000</h2>"
    },
    {
      "text": "Launch company-wide Initiatives that employees love",
      "html": "<h2 class=\"_25_h2\">Launch company-wide Initiatives that employees love</h2>"
    },
    {
      "text": "Company time performance",
      "html": "<h2 class=\"ctp-title\">Company time performance</h2>"
    },
    {
      "text": "Create a happier work culture",
      "html": "<h2 class=\"_25_h2\">Create a happier work culture</h2>"
    },
    {
      "text": "Enterprise security, support & scalability",
      "html": "<h2 class=\"gradient_header manual\">Enterprise security, support &amp; scalability</h2>"
    },
    {
      "text": "Frequently asked questions",
      "html": "<h2 class=\"faq-title\">Frequently asked questions</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Reclaim – AI Calendar for Work & Life?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Reclaim – AI Calendar for Work & Life work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Reclaim – AI Calendar for Work & Life?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Reclaim – AI Calendar for Work & Life free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Reclaim – AI Calendar for Work & Life compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "how",
      "label": "How does Reclaim – AI Calendar for Work & Life work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Reclaim – AI Calendar for Work & Life?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Reclaim – AI Calendar for Work & Life free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Reclaim – AI Calendar for Work & Life compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

Agent Ease of UseAuthEmerging recommendation

Auth.md Agent Registration

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

Informational

Needs attention

Auth.md Agent Registration

Informational
01

Issue

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

02

Why it matters

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

Check name

Auth.md Agent Registration

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch and validate /auth.md

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

  2. Publish protected resource metadata

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

  3. Validate agent_auth authorization metadata

    OAuth authorization server metadata could not be fetched.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8",
        "length": 87621,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.",
          "compatibleContentType": false,
          "contentLength": 85357,
          "hasRegisterInstructions": true,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": true,
          "mentionsCredential": false,
          "links": [
            "https://webflow.com",
            "https://cdn.prod.website-files.com\"",
            "/title",
            "https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/css/reclaimai.webflow.shared.d3e21f29c.min.css\"",
            "/css",
            "/uOji7DIwVBi2glP1sMH+0psQQfNXi5PtHg9NLktz2r4pgz9U",
            "https://fonts.googleapis.com\"",
            "https://fonts.gstatic.com\"",
            "https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js\"",
            "/javascript"
          ],
          "rawExcerpt": "<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Tue Jun 09 2026 16:34:16 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"reclaim.ai\" data-wf-page=\"67859049c02d67b2cfccef81\" data-wf-site=\"67859049c02d67b2cfcceebf\" data-wf-intellimize-customer-id=\"117535493\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"Webflow\" name=\"generator\"/><link href=\"https://cdn.prod.website-files.com/67859049c02d67b2cfcceebf/css/reclaimai.webflow.shared.d3e21f29c.min.css\""
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "error": "TypeError: fetch failed",
        "text": ""
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
    },
    {
      "id": "agent-auth-block",
      "title": "Validate agent_auth authorization metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "issue": "OAuth authorization server metadata could not be fetched.",
        "fetch": {
          "ok": false,
          "error": "TypeError: fetch failed",
          "text": ""
        }
      },
      "issue": "OAuth authorization server metadata could not be fetched.",
      "howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 12,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sso"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

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

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/openid-configuration",
            "error": "TypeError: fetch failed"
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "error": "TypeError: fetch failed"
          }
        ]
      },
      "issue": "OAuth / OIDC discovery was not found at the expected path.",
      "howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 12,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sso"
      }
    ]
  },
  "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 could not be fetched.

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 could not be fetched.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "error": "TypeError: fetch failed"
      },
      "issue": "The OAuth Protected Resource metadata endpoint could not be fetched.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 12,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sso"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Security & TrustAI Training ExposureEmerging recommendation

TDMRep declaration

The optional TDMRep check could not complete.

Informational

Needs attention

TDMRep declaration

Informational
01

Issue

The scanner could not fetch /.well-known/tdmrep.json: TypeError: fetch failed

02

Why it matters

TDMRep is a W3C Community Group protocol and IANA-registered well-known URI for declaring text and data mining reservation policy on applicable content.

Check name

TDMRep declaration

Score

0/100

Status

informational

Category

AI Training Exposure

Maturity

Emerging recommendation

Goal

Publish a machine-readable text and data mining reservation declaration when the site needs one.

Result

The optional TDMRep check could not complete.

Validation steps

  1. Fetch /.well-known/tdmrep.json

    The scanner could not fetch /.well-known/tdmrep.json: TypeError: fetch failed

Evidence
{
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch /.well-known/tdmrep.json",
      "status": "informational",
      "evidence": {
        "error": "TypeError: fetch failed"
      },
      "issue": "The scanner could not fetch /.well-known/tdmrep.json: TypeError: fetch failed",
      "howToFix": "Retry the scan, then publish /.well-known/tdmrep.json when the rightsholder needs to reserve or permit text and data mining with the W3C TDMRep signal."
    }
  ],
  "error": "TypeError: fetch failed"
}

Performance and AccessibilityBest PracticesBrowser audit

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

100 Fail

Check name

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

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Links do not have a discernible name

25 Fail

Check name

Links do not have a discernible name

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name).

Evidence
{
  "description": "Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name)."
}

Performance and AccessibilityPerformanceBrowser audit

Reduce unused JavaScript

25 Fail

Check name

Reduce unused JavaScript

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 530 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Improve image delivery

13 Warning

Check name

Improve image delivery

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 315 KiB

Fix guidance

Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)

Evidence
{
  "displayValue": "Est savings of 315 KiB",
  "description": "Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)"
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

12 Fail

Check name

Loading performance

Score

53/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

Evidence
{
  "checks": [
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 28,
      "displayValue": "3.3 s",
      "numericValue": 3266.004956381773
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 29,
      "displayValue": "330 ms",
      "numericValue": 331
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 7,
      "displayValue": "4.3 s",
      "numericValue": 4283.747398196833
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 82,
      "displayValue": "1.1 s",
      "numericValue": 1075.7009328639137
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 17,
      "displayValue": "650 ms",
      "numericValue": 651.4999999999993
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 58,
      "displayValue": "4.1 s",
      "numericValue": 4088.97284731195
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 10 ms",
      "numericValue": 12
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "50 ms",
      "numericValue": 46.15335
    }
  ]
}

Fix with MCP or CLI

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

Score history

Public scan score over time

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

1 reports
Public score history report links
Scan dateScoreReadinessReport
51/100Level 3, Bot-AwareCurrent report
reclaim.ai AI SEO Report: 51/100 (Level 3, Bot-Aware)