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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability33%Agent Easeof Use10%Security& Trust100%GEO, AIO, AEO74%SEO100%Performance& Accessibility75%
  • AI Discoverability 33 out of 100
  • Agent Ease of Use 10 out of 100
  • Security & Trust 100 out of 100
  • GEO, AIO and AEO 74 out of 100
  • SEO 100 out of 100
  • Performance and Accessibility 75 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Freight Forwarding & Supply Chain Platform | Flexport favicon

Freight Forwarding & Supply Chain Platform | Flexport

Ship smarter with Flexport's AI-powered freight forwarding platform. Ocean, air, and trucking logistics with end-to-end supply chain visibility.

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
33
Priority fix6170View details
Discoverability
57
Needs work450View details
Content Readiness
33
Priority fix280View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
10
Priority fix6291View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
25
Priority fix260View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
74
Needs work7211View details
GEO Readiness
89
Mostly ready303
AIO Readiness
69
Needs work214View details
AEO Readiness
64
Needs work214View details
SEO
100
Strong1100
SEO
100
Strong1100
Security & Trust
100
Strong900
Security & Trust
100
Strong500
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
75
Mostly ready2052View details
Performance
65
Needs work1542View details
Accessibility
93
Strong510View details

Prioritized recommendations

Issues ranked by score impact

43 items need attention

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"generator\" content=\"Gatsby 5.14.5\"/><meta name=\"description\" content=\"The page you are looking for could not be found.\" data-gatsby-head=\"true\"/><meta name=\"image\" content=\"https://www.flexport.com/static/2024_logo.png\" data-gatsby-head=\"true\"/><meta name=\"robots\" content=\"noindex, follow\" data-gatsby-head=\"true\"/><meta name=\"google-site-verification\" content=\"ljB2dlwAJSzqyUIygIKpx7VyYYEooJVo0Ubr_nZm31E\" data-gatsby-head=\"true\"/><meta name=\"google-site-verification\" content=\"Pt0aMCS9Fq2BPVh6lnFkERsbtZPnUaevQ-pADSyM9zY\" data-gatsby-head=\"true\"/><meta name=\"facebook-domain-verifi"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

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

02

Why it matters

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

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"generator\" content=\"Gatsby 5.14.5\"/><meta name=\"description\" content=\"The page you are looking for could not be found.\" data-gatsby-head=\"true\"/><meta name=\"image\" content=\"https://www.flexport.com/static/2024_logo.png\" data-gatsby-head=\"true\"/><meta name=\"robots\" content=\"noindex, follow\" data-gatsby-head=\"true\"/><meta name=\"google-site-verification\" content=\"ljB2dlwAJSzqyUIygIKpx7VyYYEooJVo0Ubr_nZm31E\" data-gatsby-head=\"true\"/><meta name=\"google-site-verification\" content=\"Pt0aMCS9Fq2BPVh6lnFkERsbtZPnUaevQ-pADSyM9zY\" data-gatsby-head=\"true\"/><meta name=\"facebook-domain-verifi"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"generator\" content=\"Gatsby 5.14.5\"/><meta name=\"description\" content=\"The page you are looking for could not be found.\" data-gatsby-head=\"true\"/><meta name=\"image\" content=\"https://www.flexport.com/static/2024_logo.png\" data-gatsby-head=\"true\"/><meta name=\"robots\" content=\"noindex, follow\" data-gatsby-head=\"true\"/><meta name=\"google-site-verification\" content=\"ljB2dlwAJSzqyUIygIKpx7VyYYEooJVo0Ubr_nZm31E\" data-gatsby-head=\"true\"/><meta name=\"google-site-verification\" content=\"Pt0aMCS9Fq2BPVh6lnFkERsbtZPnUaevQ-pADSyM9zY\" data-gatsby-head=\"true\"/><meta name=\"facebook-domain-verifi"
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"generator\" content=\"Gatsby 5.14.5\"/><meta name=\"description\" content=\"The page you are looking for could not be found.\" data-gatsby-head=\"true\"/><meta name=\"image\" content=\"https://www.flexport.com/static/2024_logo.png\" data-gatsby-head=\"true\"/><meta name=\"robots\" content=\"noindex, follow\" data-gatsby-head=\"true\"/><meta name=\"google-site-verification\" content=\"ljB2dlwAJSzqyUIygIKpx7VyYYEooJVo0Ubr_nZm31E\" data-gatsby-head=\"true\"/><meta name=\"google-site-verification\" content=\"Pt0aMCS9Fq2BPVh6lnFkERsbtZPnUaevQ-pADSyM9zY\" data-gatsby-head=\"true\"/><meta name=\"facebook-domain-verifi"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"generator\" content=\"Gatsby 5.14.5\"/><meta name=\"description\" content=\"The page you are looking for could not be found.\" data-gatsby-head=\"true\"/><meta name=\"image\" content=\"https://www.flexport.com/static/2024_logo.png\" data-gatsby-head=\"true\"/><meta name=\"robots\" content=\"noindex, follow\" data-gatsby-head=\"true\"/><meta name=\"google-site-verification\" content=\"ljB2dlwAJSzqyUIygIKpx7VyYYEooJVo0Ubr_nZm31E\" data-gatsby-head=\"true\"/><meta name=\"google-site-verification\" content=\"Pt0aMCS9Fq2BPVh6lnFkERsbtZPnUaevQ-pADSyM9zY\" data-gatsby-head=\"true\"/><meta name=\"facebook-domain-verifi"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"generator\" content=\"Gatsby 5.14.5\"/><meta name=\"description\" content=\"The page you are looking for could not be found.\" data-gatsby-head=\"true\"/><meta name=\"image\" content=\"https://www.flexport.com/static/2024_logo.png\" data-gatsby-head=\"true\"/><meta name=\"robots\" content=\"noindex, follow\" data-gatsby-head=\"true\"/><meta name=\"google-site-verification\" content=\"ljB2dlwAJSzqyUIygIKpx7VyYYEooJVo0Ubr_nZm31E\" data-gatsby-head=\"true\"/><meta name=\"google-site-verification\" content=\"Pt0aMCS9Fq2BPVh6lnFkERsbtZPnUaevQ-pADSyM9zY\" data-gatsby-head=\"true\"/><meta name=\"facebook-domain-verifi"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"generator\" content=\"Gatsby 5.14.5\"/><meta name=\"description\" content=\"The page you are looking for could not be found.\" data-gatsby-head=\"true\"/><meta name=\"image\" content=\"https://www.flexport.com/static/2024_logo.png\" data-gatsby-head=\"true\"/><meta name=\"robots\" content=\"noindex, follow\" data-gatsby-head=\"true\"/><meta name=\"google-site-verification\" content=\"ljB2dlwAJSzqyUIygIKpx7VyYYEooJVo0Ubr_nZm31E\" data-gatsby-head=\"true\"/><meta name=\"google-site-verification\" content=\"Pt0aMCS9Fq2BPVh6lnFkERsbtZPnUaevQ-pADSyM9zY\" data-gatsby-head=\"true\"/><meta name=\"facebook-domain-verifi"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"generator\" content=\"Gatsby 5.14.5\"/><meta name=\"description\" content=\"The page you are looking for could not be found.\" data-gatsby-head=\"true\"/><meta name=\"image\" content=\"https://www.flexport.com/static/2024_logo.png\" data-gatsby-head=\"true\"/><meta name=\"robots\" content=\"noindex, follow\" data-gatsby-head=\"true\"/><meta name=\"google-site-verification\" content=\"ljB2dlwAJSzqyUIygIKpx7VyYYEooJVo0Ubr_nZm31E\" data-gatsby-head=\"true\"/><meta name=\"google-site-verification\" content=\"Pt0aMCS9Fq2BPVh6lnFkERsbtZPnUaevQ-pADSyM9zY\" data-gatsby-head=\"true\"/><meta name=\"facebook-domain-verifi"
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

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

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

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

02

Why it matters

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

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

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

Result

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

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

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

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

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

Content Signal is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

33 Fail

Needs attention

FAQPage schema

Failed check
01

Issue

FAQ content was detected but no FAQPage schema was found.

02

Why it matters

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

Check name

FAQPage schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

FAQPage schema is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

33 Fail

Needs attention

High-value schema types

Failed check
01

Issue

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

02

Why it matters

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

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

High-value schema types is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

33 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

Evidence
{
  "failedStep": "presence",
  "steps": [
    {
      "id": "presence",
      "title": "Find useful Link headers",
      "status": "fail",
      "evidence": {
        "links": []
      },
      "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 UseMCPEmerging recommendation

MCP Server Card

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

33 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

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

33 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

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

02

Why it matters

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

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

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

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

33 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

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

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is missing or incomplete.

25 Fail

Needs attention

Content freshness signals

Failed check
01

Issue

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

02

Why it matters

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

Check name

Content freshness signals

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is missing or incomplete.

Evidence
{
  "lastModified": null,
  "schemaDates": [],
  "metaDateCount": 0,
  "timeDateCount": 0
}

AI 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": 470143
          },
          {
            "path": "/llms-full.txt",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 470143
          }
        ]
      },
      "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": 95940,
        "excerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"generator\" content=\"Gats",
        "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: skipped heading levels.

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": true,
  "nav": true,
  "footer": true,
  "meaningfulH1": true,
  "headingOrder": false,
  "accessibleLinks": true,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": [
      "h2: Product Releases",
      "h2: Technology Solutions",
      "h2: Developers",
      "h2: Customs",
      "h2: Freight Forwarding Control Tower",
      "h2: Fulfillment",
      "h2: Financial Services",
      "h2: Industries",
      "h2: Tools",
      "h2: Insights",
      "h2: Resources",
      "h2: Product Releases",
      "h2: Technology Solutions",
      "h2: Developers",
      "h2: Customs",
      "h2: Freight Forwarding Control Tower",
      "h2: Fulfillment",
      "h2: Financial Services",
      "h2: Industries",
      "h2: Tools",
      "h2: Insights",
      "h2: Resources",
      "h1: AI-powered logisticsfor the real world",
      "h4: Hello Sofia!",
      "h3: Supply Chain Visibility",
      "h3: Freight Forwarding Control Tower",
      "h3: Customs Brokerage",
      "h3: Omnichannel Fulfillment",
      "h2: Our technology platform drives hard cost savings for the world’s most important companies.",
      "h2: Digitize freight forwarding for visibility and control",
      "h2: Take flight with flexible speed",
      "h2: Handle every haul with ease",
      "h2: Fuel your growth with fast, reliable fulfillment",
      "h2: Take full control of your supply chain",
      "h3: Streamline",
      "h3: Visualize",
      "h3: Ship",
      "h3: Grow",
      "h2: News",
      "h2: Flexport Insights",
      "h2: Global reach, local on-the-ground expertise",
      "h2: Put us to work as your global logistics platform",
      "h4: Solutions",
      "h4: Technology",
      "h4: Resources",
      "h4: Company",
      "h4: Solutions",
      "h4: Technology",
      "h4: Resources",
      "h4: Company"
    ]
  },
  "counts": {
    "h1": 1,
    "headings": 50,
    "links": 261,
    "inaccessibleLinks": 0,
    "buttons": 22,
    "inaccessibleButtons": 0,
    "images": 27,
    "imagesWithAlt": 27,
    "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",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 470143
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 470143
          },
          {
            "path": "/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 470143
          }
        ]
      },
      "issue": "A2A Agent Card was not found at the expected path.",
      "howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

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

20 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

Why it matters

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

Check name

Agent Skills index

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

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

Validation steps

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent-skills/index.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 470143
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 470143
          }
        ]
      },
      "issue": "Agent Skills index was not found at the expected path.",
      "howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

agent.json

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

20 Fail

Needs attention

agent.json

Failed check
01

Issue

agent.json was not found at the expected path.

02

Why it matters

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

Check name

agent.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agent.json was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryInformational

agents.json

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

20 Fail

Needs attention

agents.json

Failed check
01

Issue

agents.json was not found at the expected path.

02

Why it matters

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

Check name

agents.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agents.json was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

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

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

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

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

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

  3. Check DNSSEC material

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

6 Fail

Needs attention

AIO: Source and trust signals

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/company/reviews/",
      "text": "Customers",
      "html": "<a tabindex=\"-1\" class=\"fp-el h5 fp-A_\" href=\"/company/reviews/\"><div class=\"fp-B_\"><div class=\"fp-C_\"><svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 34 34\"><g clip-path=\"url(#expert_icon_svg__a-R2du9vl6)\"><g clip-path=\"url(#expert_icon_svg__b-R2du9vl6)\"><path fill=\"#566AE1\" d=\"m17.78 2.19.9 2.77h2.92l-2.36 1.7.9 2.79-2.36-1.72-2.35 1.72.9-2.78-2.36-1.71h2.91l.9-2.77ZM29.6 12.28l.9 2.77h2.92l-2.37 1.71.9 2.78-2.35-1.72-2.36 1.72.9-2.78-2.36-1.7h2.91l.9-2.78Zm-24.06 0 .9 2.77..."
    },
    {
      "href": "/company/about-us/",
      "text": ".Flexport_Product_Icon_Refresh_Master_2021_v2-31_svg__cls-5{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;stroke:#052439}About Us",
      "html": "<a tabindex=\"-1\" class=\"fp-el h5 fp-A_\" href=\"/company/about-us/\"><div class=\"fp-B_\"><div class=\"fp-C_\"><svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Flexport_Product_Icon_Refresh_Master_2021_v2-31_svg__Layer_1-R16upvl6\" data-name=\"Layer 1\" version=\"1.1\" viewBox=\"0 0 60 60\"><defs><style>.Flexport_Product_Icon_Refresh_Master_2021_v2-31_svg__cls-5{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;stroke:#052439}</style></defs><path fill=\"#566ae5\" stroke-width=\"0\" d=\"M23.8 13.6..."
    },
    {
      "href": "/company/careers/",
      "text": ".Flexport_Product_Icon_Refresh_Master_2021_v2-32_svg__cls-3{fill:none;stroke:#052439;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}Careers",
      "html": "<a tabindex=\"-1\" class=\"fp-el h5 fp-A_\" href=\"/company/careers/\"><div class=\"fp-B_\"><div class=\"fp-C_\"><svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Flexport_Product_Icon_Refresh_Master_2021_v2-32_svg__Layer_1-R1aupvl6\" data-name=\"Layer 1\" version=\"1.1\" viewBox=\"0 0 60 60\"><defs><style>.Flexport_Product_Icon_Refresh_Master_2021_v2-32_svg__cls-3{fill:none;stroke:#052439;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}</style></defs><rect width=\"44.3\" height=\"4.2\" x=\"9.7\" y=\"48.2\" fil..."
    },
    {
      "href": "/company/newsroom/",
      "text": ".Flexport_Product_Icon_Refresh_Master_2021_v2-36_svg__cls-3{fill:none;stroke:#052439;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}Newsroom",
      "html": "<a tabindex=\"-1\" class=\"fp-el h5 fp-A_\" href=\"/company/newsroom/\"><div class=\"fp-B_\"><div class=\"fp-C_\"><svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Flexport_Product_Icon_Refresh_Master_2021_v2-36_svg__Layer_1-R1iupvl6\" data-name=\"Layer 1\" version=\"1.1\" viewBox=\"0 0 60 60\"><defs><style>.Flexport_Product_Icon_Refresh_Master_2021_v2-36_svg__cls-3{fill:none;stroke:#052439;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}</style></defs><path fill=\"#566ae5\" stroke-width=\"0\" d=\"M41.2 37.3..."
    },
    {
      "href": "/company/global-network/",
      "text": ".Flexport_NavBar_Icon_Global-Network_svg__cls-1{fill:#00debd;stroke-width:0}.Flexport_NavBar_Icon_Global-Network_svg__cls-2{stroke-width:0}.Flexport_NavBar_Icon_Global-Network_svg__cls-3{fill:none;stroke:#052439;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px}.Flexport_NavBar_Icon_Global-Network_svg__cls-2{fill:#566ae5}Global Network",
      "html": "<a tabindex=\"-1\" class=\"fp-el h5 fp-A_\" href=\"/company/global-network/\"><div class=\"fp-B_\"><div class=\"fp-C_\"><svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Flexport_NavBar_Icon_Global-Network_svg__Layer_1-R1mupvl6\" data-name=\"Layer 1\" version=\"1.1\" viewBox=\"0 0 60 60\"><defs><style>.Flexport_NavBar_Icon_Global-Network_svg__cls-1{fill:#00debd;stroke-width:0}.Flexport_NavBar_Icon_Global-Network_svg__cls-2{stroke-width:0}.Flexport_NavBar_Icon_Global-Network_svg__cls-3{fill:none;stroke:#052439;strok..."
    },
    {
      "href": "/company/contact/",
      "text": "Contact",
      "html": "<a tabindex=\"-1\" class=\"fp-el h5 fp-A_\" href=\"/company/contact/\"><div class=\"fp-B_\"><div class=\"fp-C_\"><svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 34 34\"><g clip-path=\"url(#contact_icon_svg__a-R1qupvl6)\"><path fill=\"#566AE1\" d=\"M11.25 26.8 19.5 33l4.25-2.08-8.25-6.21-4.25 2.09Z\"/><path fill=\"#45DABE\" d=\"m14.72 14.02 2.95-9.45L29.9 22.46l-9.76-.38-5.43-8.06Z\"/><path stroke=\"#052439\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.19\" d=\"M7.04 26.89 2.6 19.35..."
    },
    {
      "href": "/company/reviews/",
      "text": "Customers",
      "html": "<a tabindex=\"-1\" class=\"fp-el h5 fp-b0\" href=\"/company/reviews/\"><div class=\"fp-f0\"><div class=\"fp-g0\"><svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 34 34\"><g clip-path=\"url(#expert_icon_svg__a-R16t9avl6)\"><g clip-path=\"url(#expert_icon_svg__b-R16t9avl6)\"><path fill=\"#566AE1\" d=\"m17.78 2.19.9 2.77h2.92l-2.36 1.7.9 2.79-2.36-1.72-2.35 1.72.9-2.78-2.36-1.71h2.91l.9-2.77ZM29.6 12.28l.9 2.77h2.92l-2.37 1.71.9 2.78-2.35-1.72-2.36 1.72.9-2.78-2.36-1.7h2.91l.9-2.78Zm-24.06 0 .9 2...."
    },
    {
      "href": "/company/about-us/",
      "text": ".Flexport_Product_Icon_Refresh_Master_2021_v2-31_svg__cls-5{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;stroke:#052439}About Us",
      "html": "<a tabindex=\"-1\" class=\"fp-el h5 fp-b0\" href=\"/company/about-us/\"><div class=\"fp-f0\"><div class=\"fp-g0\"><svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Flexport_Product_Icon_Refresh_Master_2021_v2-31_svg__Layer_1-Rjdbavl6\" data-name=\"Layer 1\" version=\"1.1\" viewBox=\"0 0 60 60\"><defs><style>.Flexport_Product_Icon_Refresh_Master_2021_v2-31_svg__cls-5{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;stroke:#052439}</style></defs><path fill=\"#566ae5\" stroke-width=\"0\" d=\"M23.8 13.6..."
    },
    {
      "href": "/company/careers/",
      "text": ".Flexport_Product_Icon_Refresh_Master_2021_v2-32_svg__cls-3{fill:none;stroke:#052439;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}Careers",
      "html": "<a tabindex=\"-1\" class=\"fp-el h5 fp-b0\" href=\"/company/careers/\"><div class=\"fp-f0\"><div class=\"fp-g0\"><svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Flexport_Product_Icon_Refresh_Master_2021_v2-32_svg__Layer_1-Rldbavl6\" data-name=\"Layer 1\" version=\"1.1\" viewBox=\"0 0 60 60\"><defs><style>.Flexport_Product_Icon_Refresh_Master_2021_v2-32_svg__cls-3{fill:none;stroke:#052439;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}</style></defs><rect width=\"44.3\" height=\"4.2\" x=\"9.7\" y=\"48.2\" fil..."
    },
    {
      "href": "/company/newsroom/",
      "text": ".Flexport_Product_Icon_Refresh_Master_2021_v2-36_svg__cls-3{fill:none;stroke:#052439;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}Newsroom",
      "html": "<a tabindex=\"-1\" class=\"fp-el h5 fp-b0\" href=\"/company/newsroom/\"><div class=\"fp-f0\"><div class=\"fp-g0\"><svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Flexport_Product_Icon_Refresh_Master_2021_v2-36_svg__Layer_1-Rpdbavl6\" data-name=\"Layer 1\" version=\"1.1\" viewBox=\"0 0 60 60\"><defs><style>.Flexport_Product_Icon_Refresh_Master_2021_v2-36_svg__cls-3{fill:none;stroke:#052439;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}</style></defs><path fill=\"#566ae5\" stroke-width=\"0\" d=\"M41.2 37.3..."
    },
    {
      "href": "/company/global-network/",
      "text": ".Flexport_NavBar_Icon_Global-Network_svg__cls-1{fill:#00debd;stroke-width:0}.Flexport_NavBar_Icon_Global-Network_svg__cls-2{stroke-width:0}.Flexport_NavBar_Icon_Global-Network_svg__cls-3{fill:none;stroke:#052439;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px}.Flexport_NavBar_Icon_Global-Network_svg__cls-2{fill:#566ae5}Global Network",
      "html": "<a tabindex=\"-1\" class=\"fp-el h5 fp-b0\" href=\"/company/global-network/\"><div class=\"fp-f0\"><div class=\"fp-g0\"><svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Flexport_NavBar_Icon_Global-Network_svg__Layer_1-Rrdbavl6\" data-name=\"Layer 1\" version=\"1.1\" viewBox=\"0 0 60 60\"><defs><style>.Flexport_NavBar_Icon_Global-Network_svg__cls-1{fill:#00debd;stroke-width:0}.Flexport_NavBar_Icon_Global-Network_svg__cls-2{stroke-width:0}.Flexport_NavBar_Icon_Global-Network_svg__cls-3{fill:none;stroke:#052439;strok..."
    },
    {
      "href": "/company/contact/",
      "text": "Contact",
      "html": "<a tabindex=\"-1\" class=\"fp-el h5 fp-b0\" href=\"/company/contact/\"><div class=\"fp-f0\"><div class=\"fp-g0\"><svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 34 34\"><g clip-path=\"url(#contact_icon_svg__a-Rtdbavl6)\"><path fill=\"#566AE1\" d=\"M11.25 26.8 19.5 33l4.25-2.08-8.25-6.21-4.25 2.09Z\"/><path fill=\"#45DABE\" d=\"m14.72 14.02 2.95-9.45L29.9 22.46l-9.76-.38-5.43-8.06Z\"/><path stroke=\"#052439\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.19\" d=\"M7.04 26.89 2.6 19.35..."
    },
    {
      "href": "/company/reviews/",
      "text": "Customers",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/company/reviews/\">Customers</a>"
    },
    {
      "href": "/company/about-us/",
      "text": "About Us",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/company/about-us/\">About Us</a>"
    },
    {
      "href": "/company/careers/",
      "text": "Careers",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/company/careers/\">Careers</a>"
    },
    {
      "href": "/company/newsroom/",
      "text": "Newsroom",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/company/newsroom/\">Newsroom</a>"
    },
    {
      "href": "/company/global-network/",
      "text": "Global Network",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/company/global-network/\">Global Network</a>"
    },
    {
      "href": "/company/contact/",
      "text": "Contact",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/company/contact/\">Contact</a>"
    },
    {
      "href": "/logistics/company-code-of-conduct/",
      "text": "Company Code of Conduct",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/logistics/company-code-of-conduct/\">Company Code of Conduct</a>"
    },
    {
      "href": "/company/reviews/",
      "text": "Customers",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/company/reviews/\">Customers</a>"
    },
    {
      "href": "/company/about-us/",
      "text": "About Us",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/company/about-us/\">About Us</a>"
    },
    {
      "href": "/company/careers/",
      "text": "Careers",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/company/careers/\">Careers</a>"
    },
    {
      "href": "/company/newsroom/",
      "text": "Newsroom",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/company/newsroom/\">Newsroom</a>"
    },
    {
      "href": "/company/global-network/",
      "text": "Global Network",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/company/global-network/\">Global Network</a>"
    },
    {
      "href": "/company/contact/",
      "text": "Contact",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/company/contact/\">Contact</a>"
    },
    {
      "href": "/logistics/company-code-of-conduct/",
      "text": "Company Code of Conduct",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/logistics/company-code-of-conduct/\">Company Code of Conduct</a>"
    },
    {
      "href": "https://www.linkedin.com/company/flexport/",
      "text": "",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-lF\" href=\"https://www.linkedin.com/company/flexport/\" target=\"_self\" rel=\"noopener noreferrer\" aria-label=\"Follow us on Linkedin\"><svg class=\"fp-mF\" role=\"presentation\" viewBox=\"0 0 26 26\" xmlns=\"http://www.w3.org/2000/svg\"><use xlink:href=\"/sprite.cab82fd0280076dfdb30e9e89579d9d366b17a19ea03f8acf0ec9e2199421c50.svg#linkedin\"/></svg></a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://support.deliverr.com/hc/en-us",
      "text": ".deliverr_icons_Fulfillment_svg__cls-1,.deliverr_icons_Fulfillment_svg__cls-2{fill:#052439}.deliverr_icons_Fulfillment_svg__cls-2{fill-rule:evenodd}Fulfillment Help Center",
      "html": "<a role=\"menuitem\" tabindex=\"-1\" class=\"fp-el h5 fp-A_\" href=\"https://support.deliverr.com/hc/en-us\" target=\"_self\" rel=\"noopener noreferrer\"><div class=\"fp-B_\"><div class=\"fp-C_\"><svg xmlns=\"http://www.w3.org/2000/svg\" id=\"deliverr_icons_Fulfillment_svg__Layer_1-R2tu9vl6\" viewBox=\"0 0 60 60\"><defs><style>.deliverr_icons_Fulfillment_svg__cls-1,.deliverr_icons_Fulfillment_svg__cls-2{fill:#052439}.deliverr_icons_Fulfillment_svg__cls-2{fill-rule:evenodd}</style></defs><path fill=\"#566adf\" d=\"M37..."
    },
    {
      "href": "/company/contact/",
      "text": "Contact",
      "html": "<a tabindex=\"-1\" class=\"fp-el h5 fp-A_\" href=\"/company/contact/\"><div class=\"fp-B_\"><div class=\"fp-C_\"><svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 34 34\"><g clip-path=\"url(#contact_icon_svg__a-R1qupvl6)\"><path fill=\"#566AE1\" d=\"M11.25 26.8 19.5 33l4.25-2.08-8.25-6.21-4.25 2.09Z\"/><path fill=\"#45DABE\" d=\"m14.72 14.02 2.95-9.45L29.9 22.46l-9.76-.38-5.43-8.06Z\"/><path stroke=\"#052439\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.19\" d=\"M7.04 26.89 2.6 19.35..."
    },
    {
      "href": "https://support.deliverr.com/hc/en-us",
      "text": ".deliverr_icons_Fulfillment_svg__cls-1,.deliverr_icons_Fulfillment_svg__cls-2{fill:#052439}.deliverr_icons_Fulfillment_svg__cls-2{fill-rule:evenodd}Fulfillment Help Center",
      "html": "<a role=\"menuitem\" tabindex=\"-1\" class=\"fp-el h5 fp-b0\" href=\"https://support.deliverr.com/hc/en-us\" target=\"_self\" rel=\"noopener noreferrer\"><div class=\"fp-f0\"><div class=\"fp-g0\"><svg xmlns=\"http://www.w3.org/2000/svg\" id=\"deliverr_icons_Fulfillment_svg__Layer_1-R1et9avl6\" viewBox=\"0 0 60 60\"><defs><style>.deliverr_icons_Fulfillment_svg__cls-1,.deliverr_icons_Fulfillment_svg__cls-2{fill:#052439}.deliverr_icons_Fulfillment_svg__cls-2{fill-rule:evenodd}</style></defs><path fill=\"#566adf\" d=\"M3..."
    },
    {
      "href": "/company/contact/",
      "text": "Contact",
      "html": "<a tabindex=\"-1\" class=\"fp-el h5 fp-b0\" href=\"/company/contact/\"><div class=\"fp-f0\"><div class=\"fp-g0\"><svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 34 34\"><g clip-path=\"url(#contact_icon_svg__a-Rtdbavl6)\"><path fill=\"#566AE1\" d=\"M11.25 26.8 19.5 33l4.25-2.08-8.25-6.21-4.25 2.09Z\"/><path fill=\"#45DABE\" d=\"m14.72 14.02 2.95-9.45L29.9 22.46l-9.76-.38-5.43-8.06Z\"/><path stroke=\"#052439\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.19\" d=\"M7.04 26.89 2.6 19.35..."
    },
    {
      "href": "/help/",
      "text": "Forwarding Help Center",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/help/\">Forwarding Help Center</a>"
    },
    {
      "href": "https://support.deliverr.com/hc/en-us",
      "text": "Fulfillment Help Center",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"https://support.deliverr.com/hc/en-us\" target=\"_self\" rel=\"noopener noreferrer\">Fulfillment Help Center</a>"
    },
    {
      "href": "/company/contact/",
      "text": "Contact",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/company/contact/\">Contact</a>"
    },
    {
      "href": "/help/",
      "text": "Forwarding Help Center",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/help/\">Forwarding Help Center</a>"
    },
    {
      "href": "https://support.deliverr.com/hc/en-us",
      "text": "Fulfillment Help Center",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"https://support.deliverr.com/hc/en-us\" target=\"_self\" rel=\"noopener noreferrer\">Fulfillment Help Center</a>"
    },
    {
      "href": "/company/contact/",
      "text": "Contact",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/company/contact/\">Contact</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/privacy/",
      "text": "Privacy Policy",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/privacy/\">Privacy Policy</a>"
    },
    {
      "href": "/terms-and-conditions/",
      "text": "Terms of Service",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/terms-and-conditions/\">Terms of Service</a>"
    },
    {
      "href": "/privacy/",
      "text": "Privacy Policy",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/privacy/\">Privacy Policy</a>"
    },
    {
      "href": "/terms-and-conditions/",
      "text": "Terms of Service",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/terms-and-conditions/\">Terms of Service</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": "/company/reviews/",
      "text": "Customers",
      "html": "<a tabindex=\"-1\" class=\"fp-el h5 fp-A_\" href=\"/company/reviews/\"><div class=\"fp-B_\"><div class=\"fp-C_\"><svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 34 34\"><g clip-path=\"url(#expert_icon_svg__a-R2du9vl6)\"><g clip-path=\"url(#expert_icon_svg__b-R2du9vl6)\"><path fill=\"#566AE1\" d=\"m17.78 2.19.9 2.77h2.92l-2.36 1.7.9 2.79-2.36-1.72-2.35 1.72.9-2.78-2.36-1.71h2.91l.9-2.77ZM29.6 12.28l.9 2.77h2.92l-2.37 1.71.9 2.78-2.35-1.72-2.36 1.72.9-2.78-2.36-1.7h2.91l.9-2.78Zm-24.06 0 .9 2.77..."
    },
    {
      "href": "/company/about-us/",
      "text": ".Flexport_Product_Icon_Refresh_Master_2021_v2-31_svg__cls-5{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;stroke:#052439}About Us",
      "html": "<a tabindex=\"-1\" class=\"fp-el h5 fp-A_\" href=\"/company/about-us/\"><div class=\"fp-B_\"><div class=\"fp-C_\"><svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Flexport_Product_Icon_Refresh_Master_2021_v2-31_svg__Layer_1-R16upvl6\" data-name=\"Layer 1\" version=\"1.1\" viewBox=\"0 0 60 60\"><defs><style>.Flexport_Product_Icon_Refresh_Master_2021_v2-31_svg__cls-5{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;stroke:#052439}</style></defs><path fill=\"#566ae5\" stroke-width=\"0\" d=\"M23.8 13.6..."
    },
    {
      "href": "/company/careers/",
      "text": ".Flexport_Product_Icon_Refresh_Master_2021_v2-32_svg__cls-3{fill:none;stroke:#052439;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}Careers",
      "html": "<a tabindex=\"-1\" class=\"fp-el h5 fp-A_\" href=\"/company/careers/\"><div class=\"fp-B_\"><div class=\"fp-C_\"><svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Flexport_Product_Icon_Refresh_Master_2021_v2-32_svg__Layer_1-R1aupvl6\" data-name=\"Layer 1\" version=\"1.1\" viewBox=\"0 0 60 60\"><defs><style>.Flexport_Product_Icon_Refresh_Master_2021_v2-32_svg__cls-3{fill:none;stroke:#052439;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}</style></defs><rect width=\"44.3\" height=\"4.2\" x=\"9.7\" y=\"48.2\" fil..."
    },
    {
      "href": "/company/newsroom/",
      "text": ".Flexport_Product_Icon_Refresh_Master_2021_v2-36_svg__cls-3{fill:none;stroke:#052439;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}Newsroom",
      "html": "<a tabindex=\"-1\" class=\"fp-el h5 fp-A_\" href=\"/company/newsroom/\"><div class=\"fp-B_\"><div class=\"fp-C_\"><svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Flexport_Product_Icon_Refresh_Master_2021_v2-36_svg__Layer_1-R1iupvl6\" data-name=\"Layer 1\" version=\"1.1\" viewBox=\"0 0 60 60\"><defs><style>.Flexport_Product_Icon_Refresh_Master_2021_v2-36_svg__cls-3{fill:none;stroke:#052439;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}</style></defs><path fill=\"#566ae5\" stroke-width=\"0\" d=\"M41.2 37.3..."
    },
    {
      "href": "/company/global-network/",
      "text": ".Flexport_NavBar_Icon_Global-Network_svg__cls-1{fill:#00debd;stroke-width:0}.Flexport_NavBar_Icon_Global-Network_svg__cls-2{stroke-width:0}.Flexport_NavBar_Icon_Global-Network_svg__cls-3{fill:none;stroke:#052439;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px}.Flexport_NavBar_Icon_Global-Network_svg__cls-2{fill:#566ae5}Global Network",
      "html": "<a tabindex=\"-1\" class=\"fp-el h5 fp-A_\" href=\"/company/global-network/\"><div class=\"fp-B_\"><div class=\"fp-C_\"><svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Flexport_NavBar_Icon_Global-Network_svg__Layer_1-R1mupvl6\" data-name=\"Layer 1\" version=\"1.1\" viewBox=\"0 0 60 60\"><defs><style>.Flexport_NavBar_Icon_Global-Network_svg__cls-1{fill:#00debd;stroke-width:0}.Flexport_NavBar_Icon_Global-Network_svg__cls-2{stroke-width:0}.Flexport_NavBar_Icon_Global-Network_svg__cls-3{fill:none;stroke:#052439;strok..."
    },
    {
      "href": "/company/contact/",
      "text": "Contact",
      "html": "<a tabindex=\"-1\" class=\"fp-el h5 fp-A_\" href=\"/company/contact/\"><div class=\"fp-B_\"><div class=\"fp-C_\"><svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 34 34\"><g clip-path=\"url(#contact_icon_svg__a-R1qupvl6)\"><path fill=\"#566AE1\" d=\"M11.25 26.8 19.5 33l4.25-2.08-8.25-6.21-4.25 2.09Z\"/><path fill=\"#45DABE\" d=\"m14.72 14.02 2.95-9.45L29.9 22.46l-9.76-.38-5.43-8.06Z\"/><path stroke=\"#052439\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.19\" d=\"M7.04 26.89 2.6 19.35..."
    },
    {
      "href": "/company/reviews/",
      "text": "Customers",
      "html": "<a tabindex=\"-1\" class=\"fp-el h5 fp-b0\" href=\"/company/reviews/\"><div class=\"fp-f0\"><div class=\"fp-g0\"><svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 34 34\"><g clip-path=\"url(#expert_icon_svg__a-R16t9avl6)\"><g clip-path=\"url(#expert_icon_svg__b-R16t9avl6)\"><path fill=\"#566AE1\" d=\"m17.78 2.19.9 2.77h2.92l-2.36 1.7.9 2.79-2.36-1.72-2.35 1.72.9-2.78-2.36-1.71h2.91l.9-2.77ZM29.6 12.28l.9 2.77h2.92l-2.37 1.71.9 2.78-2.35-1.72-2.36 1.72.9-2.78-2.36-1.7h2.91l.9-2.78Zm-24.06 0 .9 2...."
    },
    {
      "href": "/company/about-us/",
      "text": ".Flexport_Product_Icon_Refresh_Master_2021_v2-31_svg__cls-5{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;stroke:#052439}About Us",
      "html": "<a tabindex=\"-1\" class=\"fp-el h5 fp-b0\" href=\"/company/about-us/\"><div class=\"fp-f0\"><div class=\"fp-g0\"><svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Flexport_Product_Icon_Refresh_Master_2021_v2-31_svg__Layer_1-Rjdbavl6\" data-name=\"Layer 1\" version=\"1.1\" viewBox=\"0 0 60 60\"><defs><style>.Flexport_Product_Icon_Refresh_Master_2021_v2-31_svg__cls-5{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;stroke:#052439}</style></defs><path fill=\"#566ae5\" stroke-width=\"0\" d=\"M23.8 13.6..."
    },
    {
      "href": "/company/careers/",
      "text": ".Flexport_Product_Icon_Refresh_Master_2021_v2-32_svg__cls-3{fill:none;stroke:#052439;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}Careers",
      "html": "<a tabindex=\"-1\" class=\"fp-el h5 fp-b0\" href=\"/company/careers/\"><div class=\"fp-f0\"><div class=\"fp-g0\"><svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Flexport_Product_Icon_Refresh_Master_2021_v2-32_svg__Layer_1-Rldbavl6\" data-name=\"Layer 1\" version=\"1.1\" viewBox=\"0 0 60 60\"><defs><style>.Flexport_Product_Icon_Refresh_Master_2021_v2-32_svg__cls-3{fill:none;stroke:#052439;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}</style></defs><rect width=\"44.3\" height=\"4.2\" x=\"9.7\" y=\"48.2\" fil..."
    },
    {
      "href": "/company/newsroom/",
      "text": ".Flexport_Product_Icon_Refresh_Master_2021_v2-36_svg__cls-3{fill:none;stroke:#052439;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}Newsroom",
      "html": "<a tabindex=\"-1\" class=\"fp-el h5 fp-b0\" href=\"/company/newsroom/\"><div class=\"fp-f0\"><div class=\"fp-g0\"><svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Flexport_Product_Icon_Refresh_Master_2021_v2-36_svg__Layer_1-Rpdbavl6\" data-name=\"Layer 1\" version=\"1.1\" viewBox=\"0 0 60 60\"><defs><style>.Flexport_Product_Icon_Refresh_Master_2021_v2-36_svg__cls-3{fill:none;stroke:#052439;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}</style></defs><path fill=\"#566ae5\" stroke-width=\"0\" d=\"M41.2 37.3..."
    },
    {
      "href": "/company/global-network/",
      "text": ".Flexport_NavBar_Icon_Global-Network_svg__cls-1{fill:#00debd;stroke-width:0}.Flexport_NavBar_Icon_Global-Network_svg__cls-2{stroke-width:0}.Flexport_NavBar_Icon_Global-Network_svg__cls-3{fill:none;stroke:#052439;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px}.Flexport_NavBar_Icon_Global-Network_svg__cls-2{fill:#566ae5}Global Network",
      "html": "<a tabindex=\"-1\" class=\"fp-el h5 fp-b0\" href=\"/company/global-network/\"><div class=\"fp-f0\"><div class=\"fp-g0\"><svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Flexport_NavBar_Icon_Global-Network_svg__Layer_1-Rrdbavl6\" data-name=\"Layer 1\" version=\"1.1\" viewBox=\"0 0 60 60\"><defs><style>.Flexport_NavBar_Icon_Global-Network_svg__cls-1{fill:#00debd;stroke-width:0}.Flexport_NavBar_Icon_Global-Network_svg__cls-2{stroke-width:0}.Flexport_NavBar_Icon_Global-Network_svg__cls-3{fill:none;stroke:#052439;strok..."
    },
    {
      "href": "/company/contact/",
      "text": "Contact",
      "html": "<a tabindex=\"-1\" class=\"fp-el h5 fp-b0\" href=\"/company/contact/\"><div class=\"fp-f0\"><div class=\"fp-g0\"><svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 34 34\"><g clip-path=\"url(#contact_icon_svg__a-Rtdbavl6)\"><path fill=\"#566AE1\" d=\"M11.25 26.8 19.5 33l4.25-2.08-8.25-6.21-4.25 2.09Z\"/><path fill=\"#45DABE\" d=\"m14.72 14.02 2.95-9.45L29.9 22.46l-9.76-.38-5.43-8.06Z\"/><path stroke=\"#052439\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.19\" d=\"M7.04 26.89 2.6 19.35..."
    },
    {
      "href": "/company/reviews/",
      "text": "Customers",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/company/reviews/\">Customers</a>"
    },
    {
      "href": "/company/about-us/",
      "text": "About Us",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/company/about-us/\">About Us</a>"
    },
    {
      "href": "/company/careers/",
      "text": "Careers",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/company/careers/\">Careers</a>"
    },
    {
      "href": "/company/newsroom/",
      "text": "Newsroom",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/company/newsroom/\">Newsroom</a>"
    },
    {
      "href": "/company/global-network/",
      "text": "Global Network",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/company/global-network/\">Global Network</a>"
    },
    {
      "href": "/company/contact/",
      "text": "Contact",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/company/contact/\">Contact</a>"
    },
    {
      "href": "/logistics/company-code-of-conduct/",
      "text": "Company Code of Conduct",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/logistics/company-code-of-conduct/\">Company Code of Conduct</a>"
    },
    {
      "href": "/company/reviews/",
      "text": "Customers",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/company/reviews/\">Customers</a>"
    },
    {
      "href": "/company/about-us/",
      "text": "About Us",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/company/about-us/\">About Us</a>"
    },
    {
      "href": "/company/careers/",
      "text": "Careers",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/company/careers/\">Careers</a>"
    },
    {
      "href": "/company/newsroom/",
      "text": "Newsroom",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/company/newsroom/\">Newsroom</a>"
    },
    {
      "href": "/company/global-network/",
      "text": "Global Network",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/company/global-network/\">Global Network</a>"
    },
    {
      "href": "/company/contact/",
      "text": "Contact",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/company/contact/\">Contact</a>"
    },
    {
      "href": "/logistics/company-code-of-conduct/",
      "text": "Company Code of Conduct",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/logistics/company-code-of-conduct/\">Company Code of Conduct</a>"
    },
    {
      "href": "https://www.linkedin.com/company/flexport/",
      "text": "",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-lF\" href=\"https://www.linkedin.com/company/flexport/\" target=\"_self\" rel=\"noopener noreferrer\" aria-label=\"Follow us on Linkedin\"><svg class=\"fp-mF\" role=\"presentation\" viewBox=\"0 0 26 26\" xmlns=\"http://www.w3.org/2000/svg\"><use xlink:href=\"/sprite.cab82fd0280076dfdb30e9e89579d9d366b17a19ea03f8acf0ec9e2199421c50.svg#linkedin\"/></svg></a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://support.deliverr.com/hc/en-us",
      "text": ".deliverr_icons_Fulfillment_svg__cls-1,.deliverr_icons_Fulfillment_svg__cls-2{fill:#052439}.deliverr_icons_Fulfillment_svg__cls-2{fill-rule:evenodd}Fulfillment Help Center",
      "html": "<a role=\"menuitem\" tabindex=\"-1\" class=\"fp-el h5 fp-A_\" href=\"https://support.deliverr.com/hc/en-us\" target=\"_self\" rel=\"noopener noreferrer\"><div class=\"fp-B_\"><div class=\"fp-C_\"><svg xmlns=\"http://www.w3.org/2000/svg\" id=\"deliverr_icons_Fulfillment_svg__Layer_1-R2tu9vl6\" viewBox=\"0 0 60 60\"><defs><style>.deliverr_icons_Fulfillment_svg__cls-1,.deliverr_icons_Fulfillment_svg__cls-2{fill:#052439}.deliverr_icons_Fulfillment_svg__cls-2{fill-rule:evenodd}</style></defs><path fill=\"#566adf\" d=\"M37..."
    },
    {
      "href": "/company/contact/",
      "text": "Contact",
      "html": "<a tabindex=\"-1\" class=\"fp-el h5 fp-A_\" href=\"/company/contact/\"><div class=\"fp-B_\"><div class=\"fp-C_\"><svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 34 34\"><g clip-path=\"url(#contact_icon_svg__a-R1qupvl6)\"><path fill=\"#566AE1\" d=\"M11.25 26.8 19.5 33l4.25-2.08-8.25-6.21-4.25 2.09Z\"/><path fill=\"#45DABE\" d=\"m14.72 14.02 2.95-9.45L29.9 22.46l-9.76-.38-5.43-8.06Z\"/><path stroke=\"#052439\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.19\" d=\"M7.04 26.89 2.6 19.35..."
    },
    {
      "href": "https://support.deliverr.com/hc/en-us",
      "text": ".deliverr_icons_Fulfillment_svg__cls-1,.deliverr_icons_Fulfillment_svg__cls-2{fill:#052439}.deliverr_icons_Fulfillment_svg__cls-2{fill-rule:evenodd}Fulfillment Help Center",
      "html": "<a role=\"menuitem\" tabindex=\"-1\" class=\"fp-el h5 fp-b0\" href=\"https://support.deliverr.com/hc/en-us\" target=\"_self\" rel=\"noopener noreferrer\"><div class=\"fp-f0\"><div class=\"fp-g0\"><svg xmlns=\"http://www.w3.org/2000/svg\" id=\"deliverr_icons_Fulfillment_svg__Layer_1-R1et9avl6\" viewBox=\"0 0 60 60\"><defs><style>.deliverr_icons_Fulfillment_svg__cls-1,.deliverr_icons_Fulfillment_svg__cls-2{fill:#052439}.deliverr_icons_Fulfillment_svg__cls-2{fill-rule:evenodd}</style></defs><path fill=\"#566adf\" d=\"M3..."
    },
    {
      "href": "/company/contact/",
      "text": "Contact",
      "html": "<a tabindex=\"-1\" class=\"fp-el h5 fp-b0\" href=\"/company/contact/\"><div class=\"fp-f0\"><div class=\"fp-g0\"><svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 34 34\"><g clip-path=\"url(#contact_icon_svg__a-Rtdbavl6)\"><path fill=\"#566AE1\" d=\"M11.25 26.8 19.5 33l4.25-2.08-8.25-6.21-4.25 2.09Z\"/><path fill=\"#45DABE\" d=\"m14.72 14.02 2.95-9.45L29.9 22.46l-9.76-.38-5.43-8.06Z\"/><path stroke=\"#052439\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.19\" d=\"M7.04 26.89 2.6 19.35..."
    },
    {
      "href": "/help/",
      "text": "Forwarding Help Center",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/help/\">Forwarding Help Center</a>"
    },
    {
      "href": "https://support.deliverr.com/hc/en-us",
      "text": "Fulfillment Help Center",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"https://support.deliverr.com/hc/en-us\" target=\"_self\" rel=\"noopener noreferrer\">Fulfillment Help Center</a>"
    },
    {
      "href": "/company/contact/",
      "text": "Contact",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/company/contact/\">Contact</a>"
    },
    {
      "href": "/help/",
      "text": "Forwarding Help Center",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/help/\">Forwarding Help Center</a>"
    },
    {
      "href": "https://support.deliverr.com/hc/en-us",
      "text": "Fulfillment Help Center",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"https://support.deliverr.com/hc/en-us\" target=\"_self\" rel=\"noopener noreferrer\">Fulfillment Help Center</a>"
    },
    {
      "href": "/company/contact/",
      "text": "Contact",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/company/contact/\">Contact</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/privacy/",
      "text": "Privacy Policy",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/privacy/\">Privacy Policy</a>"
    },
    {
      "href": "/terms-and-conditions/",
      "text": "Terms of Service",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/terms-and-conditions/\">Terms of Service</a>"
    },
    {
      "href": "/privacy/",
      "text": "Privacy Policy",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/privacy/\">Privacy Policy</a>"
    },
    {
      "href": "/terms-and-conditions/",
      "text": "Terms of Service",
      "html": "<a tabindex=\"0\" class=\"fp-el fp-CH\" href=\"/terms-and-conditions/\">Terms of Service</a>"
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

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

5 Warning

Needs attention

AIO: Visible structured data match

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Visible structured data match

Score

50/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "schemaCount": 2,
  "checkedFields": [
    {
      "path": "$[0].name",
      "value": "Flexport"
    },
    {
      "path": "$[0].founders[0].name",
      "value": "Ryan Petersen"
    },
    {
      "path": "$[0].founders[1].name",
      "value": "David Petersen"
    },
    {
      "path": "$[1].name",
      "value": "Flexport"
    }
  ],
  "mismatches": [
    {
      "path": "$[0].founders[0].name",
      "value": "Ryan Petersen"
    },
    {
      "path": "$[0].founders[1].name",
      "value": "David Petersen"
    }
  ],
  "score": 50,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

5 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AEO: Answer-first sections

Score

65/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "sectionCount": 40,
  "passing": 3,
  "failing": [
    {
      "heading": "Product Releases",
      "headingHtml": "<h2 class=\"fp-y_ h5\">Product Releases</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Technology Solutions",
      "headingHtml": "<h2 class=\"fp-y_ h5\">Technology Solutions</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Developers",
      "headingHtml": "<h2 class=\"fp-y_ h5\">Developers</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Customs",
      "headingHtml": "<h2 class=\"fp-y_ h5\">Customs</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Freight Forwarding Control Tower",
      "headingHtml": "<h2 class=\"fp-y_ h5\">Freight Forwarding Control Tower</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Fulfillment",
      "headingHtml": "<h2 class=\"fp-y_ h5\">Fulfillment</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Financial Services",
      "headingHtml": "<h2 class=\"fp-y_ h5\">Financial Services</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Industries",
      "headingHtml": "<h2 class=\"fp-y_ h5\">Industries</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Tools",
      "headingHtml": "<h2 class=\"fp-y_ h5\">Tools</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Insights",
      "headingHtml": "<h2 class=\"fp-y_ h5\">Insights</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Resources",
      "headingHtml": "<h2 class=\"fp-y_ h5\">Resources</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Product Releases",
      "headingHtml": "<h2 class=\"fp-c0 h5\">Product Releases</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Technology Solutions",
      "headingHtml": "<h2 class=\"fp-c0 h5\">Technology Solutions</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Developers",
      "headingHtml": "<h2 class=\"fp-c0 h5\">Developers</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Customs",
      "headingHtml": "<h2 class=\"fp-c0 h5\">Customs</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Freight Forwarding Control Tower",
      "headingHtml": "<h2 class=\"fp-c0 h5\">Freight Forwarding Control Tower</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Fulfillment",
      "headingHtml": "<h2 class=\"fp-c0 h5\">Fulfillment</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Financial Services",
      "headingHtml": "<h2 class=\"fp-c0 h5\">Financial Services</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Industries",
      "headingHtml": "<h2 class=\"fp-c0 h5\">Industries</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Tools",
      "headingHtml": "<h2 class=\"fp-c0 h5\">Tools</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Insights",
      "headingHtml": "<h2 class=\"fp-c0 h5\">Insights</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Resources",
      "headingHtml": "<h2 class=\"fp-c0 h5\">Resources</h2>",
      "firstParagraph": "Automate your logistics from factory floor to customer door with the world's most advanced technology platform for global trade. Flexport drives hard cost savings in your international freight forwarding while partnering with you to build a leaner, faster supply chain.",
      "paragraphHtml": "<p>Automate your logistics from factory floor to customer door with the world&apos;s most advanced technology platform for global trade. Flexport drives hard cost savings in your international freight forwarding while partnering with you to build a leaner, faster supply chain. </p>",
      "words": 40,
      "direct": false,
      "issue": "First paragraph is 40 words and does not look like a concise direct answer."
    },
    {
      "heading": "Freight Forwarding Control Tower",
      "headingHtml": "<h3 class=\"h4 fp-UD\">Freight Forwarding Control Tower</h3>",
      "firstParagraph": "Drive hard cost savings with our machine learning based consolidation and routing engine for air and ocean shippers. By consolidating your shipments in real-time as they flow out of your suppliers, we can reduce international freight spend by an average of 10% while making sure your inventory hits those critical mus...",
      "paragraphHtml": "<p>Drive hard cost savings with our machine learning based consolidation and routing engine for air and ocean shippers. By consolidating your shipments in real-time as they flow out of your suppliers, we can reduce international freight spend by an average of 10% while making sure your inventory hits those critical must-arrive by dates.</p>",
      "words": 53,
      "direct": false,
      "issue": "First paragraph is 53 words and does not look like a concise direct answer."
    },
    {
      "heading": "Customs Brokerage",
      "headingHtml": "<h3 class=\"h4 fp-UD\">Customs Brokerage</h3>",
      "firstParagraph": "Get control in a chaotic customs environment with our powerful combination of technology and licensed customs brokers. We've saved companies over $900M in tariffs in the last 5 years through customs entry automation, duty drawback algorithms, and trade advisory programs. Partner with us to implement our industry lea...",
      "paragraphHtml": "<p>Get control in a chaotic customs environment with our powerful combination of technology and licensed customs brokers. We&apos;ve saved companies over &#x24;900M in tariffs in the last 5 years through customs entry automation, duty drawback algorithms, and trade advisory programs. Partner with us to implement our industry leading compliance tech including our Tariff Simulator, Tariff Refund Calculator, Product Library, and AI Compliance Auditor.</p>",
      "words": 63,
      "direct": false,
      "issue": "First paragraph is 63 words and does not look like a concise direct answer."
    },
    {
      "heading": "Omnichannel Fulfillment",
      "headingHtml": "<h3 class=\"h4 fp-UD\">Omnichannel Fulfillment</h3>",
      "firstParagraph": "Ship anywhere, sell everywhere and grow faster with a single pool of inventory fulfilled from our network of fulfillment centers. We help high growth brands achieve hard cost savings, faster delivery, and improved working capital ratios by connecting our global logistics services directly to our first-party e-commer...",
      "paragraphHtml": "<p>Ship anywhere, sell everywhere and grow faster with a single pool of inventory fulfilled from our network of fulfillment centers. We help high growth brands achieve hard cost savings, faster delivery, and improved working capital ratios by connecting our global logistics services directly to our first-party e-commerce fulfillment and wholesale distribution networks.</p>",
      "words": 52,
      "direct": false,
      "issue": "First paragraph is 52 words and does not look like a concise direct answer."
    },
    {
      "heading": "Our technology platform drives hard cost savings for the world’s most important companies.",
      "headingHtml": "<h2 class=\"h2 fp-su\">Our technology platform drives hard cost savings for the world&#x2019;s most important companies.</h2>",
      "firstParagraph": "Jim Green",
      "paragraphHtml": "<p class=\"cta-large fp-Dw\">Jim Green</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Take flight with flexible speed",
      "headingHtml": "<h2 class=\"h2 fp-yB\">Take flight with flexible speed</h2>",
      "firstParagraph": "Expedite your shipments with speed and precision. Our tailored solutions, including charter services, optimize your air freight planning with live shipment updates and actionable reports – all while keeping your costs in check. Whether you have a few critical shipments that need space or you need to move pallets wit...",
      "paragraphHtml": "<p>Expedite your shipments with speed and precision. Our tailored solutions, including charter services, optimize your air freight planning with live shipment updates and actionable reports &#x2013; all while keeping your costs in check. Whether you have a few critical shipments that need space or you need to move pallets with speed, we&apos;ll deliver your goods where you need them, when you need them.</p>",
      "words": 62,
      "direct": false,
      "issue": "First paragraph is 62 words and does not look like a concise direct answer."
    },
    {
      "heading": "Handle every haul with ease",
      "headingHtml": "<h2 class=\"h2 fp-yB\">Handle every haul with ease</h2>",
      "firstParagraph": "Lower your operating costs across all trucking services: drayage, cartage, FTL, and LTL. Get SKU-level visibility powered by our integrated platform, plus customized pricing through our nationwide trucking carrier network. Let us be an extension of your transportation team, from port to door.",
      "paragraphHtml": "<p>Lower your operating costs across all trucking services: drayage, cartage, FTL, and LTL. Get SKU-level visibility powered by our integrated platform, plus customized pricing through our nationwide trucking carrier network. Let us be an extension of your transportation team, from port to door. </p>",
      "words": 43,
      "direct": false,
      "issue": "First paragraph is 43 words and does not look like a concise direct answer."
    },
    {
      "heading": "Take full control of your supply chain",
      "headingHtml": "<h2 class=\"h1 fp-SB\">Take full control of your supply chain</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Streamline",
      "headingHtml": "<h3 class=\"h4 fp-_B\">Streamline</h3>",
      "firstParagraph": "Customs",
      "paragraphHtml": "<p class=\"h5 fp-VB\">Customs</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Visualize",
      "headingHtml": "<h3 class=\"h4 fp-_B\">Visualize</h3>",
      "firstParagraph": "Flexport Platform",
      "paragraphHtml": "<p class=\"h5 fp-VB\">Flexport Platform</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Ship",
      "headingHtml": "<h3 class=\"h4 fp-_B\">Ship</h3>",
      "firstParagraph": "Ocean Freight",
      "paragraphHtml": "<p class=\"h5 fp-VB\">Ocean Freight</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Grow",
      "headingHtml": "<h3 class=\"h4 fp-_B\">Grow</h3>",
      "firstParagraph": "Trade Advisory",
      "paragraphHtml": "<p class=\"h5 fp-VB\">Trade Advisory</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "News",
      "headingHtml": "<h2 class=\"eyebrow fp-qD\">News</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Flexport Insights",
      "headingHtml": "<h2 class=\"eyebrow fp-qD\">Flexport Insights</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Global reach, local on-the-ground expertise",
      "headingHtml": "<h2 class=\"h2 fp-1C\">Global reach, local on-the-ground expertise</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Put us to work as your global logistics platform",
      "headingHtml": "<h2 class=\"h2 fp-_q\">Put us to work as your global logistics platform</h2>",
      "firstParagraph": "Schedule a call to learn how our platform delivers end-to-end results.",
      "paragraphHtml": "<p>Schedule a call to learn how our platform delivers end-to-end results.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

4 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

02

Why it matters

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

Check name

AEO: Question-led structure

Score

50/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "h2Count": 32,
  "questionH2s": [],
  "hasFaq": true,
  "score": 50,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

4 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

9 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": 9,
  "citablePassages": 0,
  "failingCandidateParagraphs": [
    {
      "index": 3,
      "heading": "H1: AI-powered logisticsfor the real world",
      "text": "Automate your logistics from factory floor to customer door with the world's most advanced technology platform for global trade. Flexport drives hard cost savings in your international freight forwarding while partnering with you to build a leaner, faster supply chain.",
      "words": 40,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (40 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Automate your logistics from factory floor to customer door with the world&apos;s most advanced technology platform for global trade. Flexport drives hard cost savings in your international freight forwarding while partnering with you to build a leaner, faster supply chain. </p>"
    },
    {
      "index": 5,
      "heading": "H3: Supply Chain Visibility",
      "text": "Gain visibility and control over your entire global logistics network, no matter if the freight is shipped with Flexport as the freight forwarder or managed on your direct contracts. We provide SKU-level track-and-trace milestones for all your purchase orders, syncing the data across all your key supply chain applications and orchestrating logistics execution all the way from factory floor to your customer door.",
      "words": 63,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (63 words; target 80-220)."
      ],
      "html": "<p>Gain visibility and control over your entire global logistics network, no matter if the freight is shipped with Flexport as the freight forwarder or managed on your direct contracts. We provide SKU-level track-and-trace milestones for all your purchase orders, syncing the data across all your key supply chain applications and orchestrating logistics execution all the way from factory floor to your customer door.</p>"
    },
    {
      "index": 6,
      "heading": "H3: Freight Forwarding Control Tower",
      "text": "Drive hard cost savings with our machine learning based consolidation and routing engine for air and ocean shippers. By consolidating your shipments in real-time as they flow out of your suppliers, we can reduce international freight spend by an average of 10% while making sure your inventory hits those critical must-arrive by dates.",
      "words": 53,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (53 words; target 80-220)."
      ],
      "html": "<p>Drive hard cost savings with our machine learning based consolidation and routing engine for air and ocean shippers. By consolidating your shipments in real-time as they flow out of your suppliers, we can reduce international freight spend by an average of 10% while making sure your inventory hits those critical must-arrive by dates.</p>"
    },
    {
      "index": 7,
      "heading": "H3: Customs Brokerage",
      "text": "Get control in a chaotic customs environment with our powerful combination of technology and licensed customs brokers. We've saved companies over $900M in tariffs in the last 5 years through customs entry automation, duty drawback algorithms, and trade advisory programs. Partner with us to implement our industry leading compliance tech including our Tariff Simulator, Tariff Refund Calculator, Product Library, and...",
      "words": 63,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (63 words; target 80-220)."
      ],
      "html": "<p>Get control in a chaotic customs environment with our powerful combination of technology and licensed customs brokers. We&apos;ve saved companies over &#x24;900M in tariffs in the last 5 years through customs entry automation, duty drawback algorithms, and trade advisory programs. Partner with us to implement our industry leading compliance tech including our Tariff Simulator, Tariff Refund Calculator, Product Library, and AI Compliance Auditor.</p>"
    },
    {
      "index": 8,
      "heading": "H3: Omnichannel Fulfillment",
      "text": "Ship anywhere, sell everywhere and grow faster with a single pool of inventory fulfilled from our network of fulfillment centers. We help high growth brands achieve hard cost savings, faster delivery, and improved working capital ratios by connecting our global logistics services directly to our first-party e-commerce fulfillment and wholesale distribution networks.",
      "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>Ship anywhere, sell everywhere and grow faster with a single pool of inventory fulfilled from our network of fulfillment centers. We help high growth brands achieve hard cost savings, faster delivery, and improved working capital ratios by connecting our global logistics services directly to our first-party e-commerce fulfillment and wholesale distribution networks.</p>"
    },
    {
      "index": 12,
      "heading": "H2: Digitize freight forwarding for visibility and control",
      "text": "Whether you’re shipping for the first time or moving thousands of TEUs a year, Flexport optimizes speed and cost with world-class FCL and ocean consolidation services. What sets us apart are our technology and our people. We digitize and structure your supply chain data, so you can track each shipment down to the SKU, from PO creation all the way through clearance and delivery – along with an expert team supportin...",
      "words": 77,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (77 words; target 80-220)."
      ],
      "html": "<p>Whether you&#x2019;re shipping for the first time or moving thousands of TEUs a year, Flexport optimizes speed and cost with world-class FCL and ocean consolidation services. What sets us apart are our technology and our people. We digitize and structure your supply chain data, so you can track each shipment down to the SKU, from PO creation all the way through clearance and delivery &#x2013; along with an expert team supporting you every step of the way.</p>"
    },
    {
      "index": 14,
      "heading": "H2: Take flight with flexible speed",
      "text": "Expedite your shipments with speed and precision. Our tailored solutions, including charter services, optimize your air freight planning with live shipment updates and actionable reports – all while keeping your costs in check. Whether you have a few critical shipments that need space or you need to move pallets with speed, we'll deliver your goods where you need them, when you need them.",
      "words": 62,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (62 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Expedite your shipments with speed and precision. Our tailored solutions, including charter services, optimize your air freight planning with live shipment updates and actionable reports &#x2013; all while keeping your costs in check. Whether you have a few critical shipments that need space or you need to move pallets with speed, we&apos;ll deliver your goods where you need them, when you need them.</p>"
    },
    {
      "index": 16,
      "heading": "H2: Handle every haul with ease",
      "text": "Lower your operating costs across all trucking services: drayage, cartage, FTL, and LTL. Get SKU-level visibility powered by our integrated platform, plus customized pricing through our nationwide trucking carrier network. Let us be an extension of your transportation team, from port to door.",
      "words": 43,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (43 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Lower your operating costs across all trucking services: drayage, cartage, FTL, and LTL. Get SKU-level visibility powered by our integrated platform, plus customized pricing through our nationwide trucking carrier network. Let us be an extension of your transportation team, from port to door. </p>"
    },
    {
      "index": 18,
      "heading": "H2: Fuel your growth with fast, reliable fulfillment",
      "text": "Flexport Fulfillment offers fast, reliable delivery nationwide with 99% on-time shipping and 97%+ on-time delivery. Our end-to-end technology and data-driven demand planning take the guesswork out of inventory management, reducing costs and increasing efficiency. Our world-class operations and technology have made us a logistics partner for platforms and retailers like Shopify, Walmart, and SHEIN Marketplace.",
      "words": 55,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (55 words; target 80-220)."
      ],
      "html": "<p>Flexport Fulfillment offers fast, reliable delivery nationwide with 99% on-time shipping and 97%+ on-time delivery. Our end-to-end technology and data-driven demand planning take the guesswork out of inventory management, reducing costs and increasing efficiency. Our world-class operations and technology have made us a logistics partner for platforms and retailers like Shopify, Walmart, and SHEIN Marketplace. </p>"
    }
  ],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

3 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

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

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": 4,
  "schemaBlocks": 2,
  "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

AIO: Answer block readiness

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

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Answer block readiness

Score

65/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "sectionCount": 40,
  "passing": 3,
  "failing": [
    {
      "heading": "Product Releases",
      "headingHtml": "<h2 class=\"fp-y_ h5\">Product Releases</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Technology Solutions",
      "headingHtml": "<h2 class=\"fp-y_ h5\">Technology Solutions</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Developers",
      "headingHtml": "<h2 class=\"fp-y_ h5\">Developers</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Customs",
      "headingHtml": "<h2 class=\"fp-y_ h5\">Customs</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Freight Forwarding Control Tower",
      "headingHtml": "<h2 class=\"fp-y_ h5\">Freight Forwarding Control Tower</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Fulfillment",
      "headingHtml": "<h2 class=\"fp-y_ h5\">Fulfillment</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Financial Services",
      "headingHtml": "<h2 class=\"fp-y_ h5\">Financial Services</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Industries",
      "headingHtml": "<h2 class=\"fp-y_ h5\">Industries</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Tools",
      "headingHtml": "<h2 class=\"fp-y_ h5\">Tools</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Insights",
      "headingHtml": "<h2 class=\"fp-y_ h5\">Insights</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Resources",
      "headingHtml": "<h2 class=\"fp-y_ h5\">Resources</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Product Releases",
      "headingHtml": "<h2 class=\"fp-c0 h5\">Product Releases</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Technology Solutions",
      "headingHtml": "<h2 class=\"fp-c0 h5\">Technology Solutions</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Developers",
      "headingHtml": "<h2 class=\"fp-c0 h5\">Developers</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Customs",
      "headingHtml": "<h2 class=\"fp-c0 h5\">Customs</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Freight Forwarding Control Tower",
      "headingHtml": "<h2 class=\"fp-c0 h5\">Freight Forwarding Control Tower</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Fulfillment",
      "headingHtml": "<h2 class=\"fp-c0 h5\">Fulfillment</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Financial Services",
      "headingHtml": "<h2 class=\"fp-c0 h5\">Financial Services</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Industries",
      "headingHtml": "<h2 class=\"fp-c0 h5\">Industries</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Tools",
      "headingHtml": "<h2 class=\"fp-c0 h5\">Tools</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Insights",
      "headingHtml": "<h2 class=\"fp-c0 h5\">Insights</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Resources",
      "headingHtml": "<h2 class=\"fp-c0 h5\">Resources</h2>",
      "firstParagraph": "Automate your logistics from factory floor to customer door with the world's most advanced technology platform for global trade. Flexport drives hard cost savings in your international freight forwarding while partnering with you to build a leaner, faster supply chain.",
      "paragraphHtml": "<p>Automate your logistics from factory floor to customer door with the world&apos;s most advanced technology platform for global trade. Flexport drives hard cost savings in your international freight forwarding while partnering with you to build a leaner, faster supply chain. </p>",
      "words": 40,
      "direct": false,
      "issue": "First paragraph is 40 words and does not look like a concise direct answer."
    },
    {
      "heading": "Freight Forwarding Control Tower",
      "headingHtml": "<h3 class=\"h4 fp-UD\">Freight Forwarding Control Tower</h3>",
      "firstParagraph": "Drive hard cost savings with our machine learning based consolidation and routing engine for air and ocean shippers. By consolidating your shipments in real-time as they flow out of your suppliers, we can reduce international freight spend by an average of 10% while making sure your inventory hits those critical mus...",
      "paragraphHtml": "<p>Drive hard cost savings with our machine learning based consolidation and routing engine for air and ocean shippers. By consolidating your shipments in real-time as they flow out of your suppliers, we can reduce international freight spend by an average of 10% while making sure your inventory hits those critical must-arrive by dates.</p>",
      "words": 53,
      "direct": false,
      "issue": "First paragraph is 53 words and does not look like a concise direct answer."
    },
    {
      "heading": "Customs Brokerage",
      "headingHtml": "<h3 class=\"h4 fp-UD\">Customs Brokerage</h3>",
      "firstParagraph": "Get control in a chaotic customs environment with our powerful combination of technology and licensed customs brokers. We've saved companies over $900M in tariffs in the last 5 years through customs entry automation, duty drawback algorithms, and trade advisory programs. Partner with us to implement our industry lea...",
      "paragraphHtml": "<p>Get control in a chaotic customs environment with our powerful combination of technology and licensed customs brokers. We&apos;ve saved companies over &#x24;900M in tariffs in the last 5 years through customs entry automation, duty drawback algorithms, and trade advisory programs. Partner with us to implement our industry leading compliance tech including our Tariff Simulator, Tariff Refund Calculator, Product Library, and AI Compliance Auditor.</p>",
      "words": 63,
      "direct": false,
      "issue": "First paragraph is 63 words and does not look like a concise direct answer."
    },
    {
      "heading": "Omnichannel Fulfillment",
      "headingHtml": "<h3 class=\"h4 fp-UD\">Omnichannel Fulfillment</h3>",
      "firstParagraph": "Ship anywhere, sell everywhere and grow faster with a single pool of inventory fulfilled from our network of fulfillment centers. We help high growth brands achieve hard cost savings, faster delivery, and improved working capital ratios by connecting our global logistics services directly to our first-party e-commer...",
      "paragraphHtml": "<p>Ship anywhere, sell everywhere and grow faster with a single pool of inventory fulfilled from our network of fulfillment centers. We help high growth brands achieve hard cost savings, faster delivery, and improved working capital ratios by connecting our global logistics services directly to our first-party e-commerce fulfillment and wholesale distribution networks.</p>",
      "words": 52,
      "direct": false,
      "issue": "First paragraph is 52 words and does not look like a concise direct answer."
    },
    {
      "heading": "Our technology platform drives hard cost savings for the world’s most important companies.",
      "headingHtml": "<h2 class=\"h2 fp-su\">Our technology platform drives hard cost savings for the world&#x2019;s most important companies.</h2>",
      "firstParagraph": "Jim Green",
      "paragraphHtml": "<p class=\"cta-large fp-Dw\">Jim Green</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Take flight with flexible speed",
      "headingHtml": "<h2 class=\"h2 fp-yB\">Take flight with flexible speed</h2>",
      "firstParagraph": "Expedite your shipments with speed and precision. Our tailored solutions, including charter services, optimize your air freight planning with live shipment updates and actionable reports – all while keeping your costs in check. Whether you have a few critical shipments that need space or you need to move pallets wit...",
      "paragraphHtml": "<p>Expedite your shipments with speed and precision. Our tailored solutions, including charter services, optimize your air freight planning with live shipment updates and actionable reports &#x2013; all while keeping your costs in check. Whether you have a few critical shipments that need space or you need to move pallets with speed, we&apos;ll deliver your goods where you need them, when you need them.</p>",
      "words": 62,
      "direct": false,
      "issue": "First paragraph is 62 words and does not look like a concise direct answer."
    },
    {
      "heading": "Handle every haul with ease",
      "headingHtml": "<h2 class=\"h2 fp-yB\">Handle every haul with ease</h2>",
      "firstParagraph": "Lower your operating costs across all trucking services: drayage, cartage, FTL, and LTL. Get SKU-level visibility powered by our integrated platform, plus customized pricing through our nationwide trucking carrier network. Let us be an extension of your transportation team, from port to door.",
      "paragraphHtml": "<p>Lower your operating costs across all trucking services: drayage, cartage, FTL, and LTL. Get SKU-level visibility powered by our integrated platform, plus customized pricing through our nationwide trucking carrier network. Let us be an extension of your transportation team, from port to door. </p>",
      "words": 43,
      "direct": false,
      "issue": "First paragraph is 43 words and does not look like a concise direct answer."
    },
    {
      "heading": "Take full control of your supply chain",
      "headingHtml": "<h2 class=\"h1 fp-SB\">Take full control of your supply chain</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Streamline",
      "headingHtml": "<h3 class=\"h4 fp-_B\">Streamline</h3>",
      "firstParagraph": "Customs",
      "paragraphHtml": "<p class=\"h5 fp-VB\">Customs</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Visualize",
      "headingHtml": "<h3 class=\"h4 fp-_B\">Visualize</h3>",
      "firstParagraph": "Flexport Platform",
      "paragraphHtml": "<p class=\"h5 fp-VB\">Flexport Platform</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Ship",
      "headingHtml": "<h3 class=\"h4 fp-_B\">Ship</h3>",
      "firstParagraph": "Ocean Freight",
      "paragraphHtml": "<p class=\"h5 fp-VB\">Ocean Freight</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Grow",
      "headingHtml": "<h3 class=\"h4 fp-_B\">Grow</h3>",
      "firstParagraph": "Trade Advisory",
      "paragraphHtml": "<p class=\"h5 fp-VB\">Trade Advisory</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "News",
      "headingHtml": "<h2 class=\"eyebrow fp-qD\">News</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Flexport Insights",
      "headingHtml": "<h2 class=\"eyebrow fp-qD\">Flexport Insights</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Global reach, local on-the-ground expertise",
      "headingHtml": "<h2 class=\"h2 fp-1C\">Global reach, local on-the-ground expertise</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Put us to work as your global logistics platform",
      "headingHtml": "<h2 class=\"h2 fp-_q\">Put us to work as your global logistics platform</h2>",
      "firstParagraph": "Schedule a call to learn how our platform delivers end-to-end results.",
      "paragraphHtml": "<p>Schedule a call to learn how our platform delivers end-to-end results.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

1 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

27 image(s) are missing width/height attributes. 1 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

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

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1, shrink-to-fit=no",
  "visibleWords": 1387,
  "htmlBytes": 787978,
  "imagesMissingDimensions": [
    {
      "src": "data:image/svg+xml;charset=utf-8,%3Csvg%20height='2526'%20width='3626'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt role=\"presentation\" aria-hidden=\"true\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20height=&apos;2526&apos;%20width=&apos;3626&apos;%20xmlns=&apos;http://www.w3.org/2000/svg&apos;%20version=&apos;1.1&apos;%3E%3C/svg%3E\" style=\"max-width:100%;display:block;position:static\">"
    },
    {
      "src": "https://images.ctfassets.net/92fo1e671z6m/2eC8lb2Et7XpL0NqOGND6g/660836607ff801b6f55bc166d7d5eef9/f85ac460-5b78-4ef9-acba-07f0f0f7b8d7.png?w=3626&h=2526&q=80&fm=png&bg=transparent",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img data-gatsby-image-ssr class decoding=\"async\" fetchpriority=\"high\" sizes=\"(min-width: 3626px) 3626px, 100vw\" data-main-image style=\"object-fit: cover; opacity: 1;\" loading=\"eager\" src=\"https://images.ctfassets.net/92fo1e671z6m/2eC8lb2Et7XpL0NqOGND6g/660836607ff801b6f55bc166d7d5eef9/f85ac460-5b78-4ef9-acba-07f0f0f7b8d7.png?w=3626&amp;h=2526&amp;q=80&amp;fm=png&amp;bg=transparent\" srcset=\"https://images.ctfassets.net/92fo1e671z6m/2eC8lb2Et7XpL0NqOGND6g/660836607ff801b6f55bc166d7d5eef9/f85ac..."
    },
    {
      "src": "https://images.ctfassets.net/92fo1e671z6m/2eC8lb2Et7XpL0NqOGND6g/660836607ff801b6f55bc166d7d5eef9/f85ac460-5b78-4ef9-acba-07f0f0f7b8d7.png?w=3626&h=2526&q=80&fm=png&bg=transparent",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img data-gatsby-image-ssr class decoding=\"async\" fetchpriority=\"high\" sizes=\"(min-width: 3626px) 3626px, 100vw\" data-main-image style=\"object-fit:cover;opacity:0\" loading=\"eager\" src=\"https://images.ctfassets.net/92fo1e671z6m/2eC8lb2Et7XpL0NqOGND6g/660836607ff801b6f55bc166d7d5eef9/f85ac460-5b78-4ef9-acba-07f0f0f7b8d7.png?w=3626&amp;h=2526&amp;q=80&amp;fm=png&amp;bg=transparent\" srcset=\"https://images.ctfassets.net/92fo1e671z6m/2eC8lb2Et7XpL0NqOGND6g/660836607ff801b6f55bc166d7d5eef9/f85ac460-..."
    },
    {
      "src": "data:image/svg+xml;charset=utf-8,%3Csvg%20height='45'%20width='44'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt role=\"presentation\" aria-hidden=\"true\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20height=&apos;45&apos;%20width=&apos;44&apos;%20xmlns=&apos;http://www.w3.org/2000/svg&apos;%20version=&apos;1.1&apos;%3E%3C/svg%3E\" style=\"max-width:100%;display:block;position:static\">"
    },
    {
      "src": "https://images.ctfassets.net/92fo1e671z6m/3oXTRVYuVruHPEc1yTXBHD/288d994ca4cf62e366fc9f4627c4f2f8/profile_pic.png?w=44&h=45&q=80&fm=png&bg=transparent",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-gatsby-image-ssr class decoding=\"async\" sizes=\"(min-width: 44px) 44px, 100vw\" data-main-image style=\"object-fit:cover;opacity:0\" loading=\"lazy\" alt=\"profile-photo\" src=\"https://images.ctfassets.net/92fo1e671z6m/3oXTRVYuVruHPEc1yTXBHD/288d994ca4cf62e366fc9f4627c4f2f8/profile_pic.png?w=44&amp;h=45&amp;q=80&amp;fm=png&amp;bg=transparent\" srcset=\"https://images.ctfassets.net/92fo1e671z6m/3oXTRVYuVruHPEc1yTXBHD/288d994ca4cf62e366fc9f4627c4f2f8/profile_pic.png?w=44&amp;h=45&amp;q=80&amp;f..."
    },
    {
      "src": "https://images.ctfassets.net/92fo1e671z6m/3oXTRVYuVruHPEc1yTXBHD/288d994ca4cf62e366fc9f4627c4f2f8/profile_pic.png?w=44&h=45&q=80&fm=png&bg=transparent",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-gatsby-image-ssr class decoding=\"async\" sizes=\"(min-width: 44px) 44px, 100vw\" data-main-image style=\"object-fit:cover;opacity:0\" loading=\"lazy\" src=\"https://images.ctfassets.net/92fo1e671z6m/3oXTRVYuVruHPEc1yTXBHD/288d994ca4cf62e366fc9f4627c4f2f8/profile_pic.png?w=44&amp;h=45&amp;q=80&amp;fm=png&amp;bg=transparent\" srcset=\"https://images.ctfassets.net/92fo1e671z6m/3oXTRVYuVruHPEc1yTXBHD/288d994ca4cf62e366fc9f4627c4f2f8/profile_pic.png?w=44&amp;h=45&amp;q=80&amp;fm=png&amp;bg=transpa..."
    },
    {
      "src": "data:image/svg+xml;charset=utf-8,%3Csvg%20height='13'%20width='128'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt role=\"presentation\" aria-hidden=\"true\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20height=&apos;13&apos;%20width=&apos;128&apos;%20xmlns=&apos;http://www.w3.org/2000/svg&apos;%20version=&apos;1.1&apos;%3E%3C/svg%3E\" style=\"max-width:100%;display:block;position:static\">"
    },
    {
      "src": "https://images.ctfassets.net/92fo1e671z6m/2vKi6nEm2iiDkvqx6GL66i/00585a1b53f2c089ccdeacd5a23b7b48/everlane-dawn.png?w=128&h=13&q=80&fm=png&bg=transparent",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-gatsby-image-ssr class decoding=\"async\" sizes=\"(min-width: 128px) 128px, 100vw\" data-main-image style=\"object-fit:contain;opacity:0\" loading=\"lazy\" alt=\"everlane logo\" src=\"https://images.ctfassets.net/92fo1e671z6m/2vKi6nEm2iiDkvqx6GL66i/00585a1b53f2c089ccdeacd5a23b7b48/everlane-dawn.png?w=128&amp;h=13&amp;q=80&amp;fm=png&amp;bg=transparent\" srcset=\"https://images.ctfassets.net/92fo1e671z6m/2vKi6nEm2iiDkvqx6GL66i/00585a1b53f2c089ccdeacd5a23b7b48/everlane-dawn.png?w=128&amp;h=13&amp;..."
    },
    {
      "src": "https://images.ctfassets.net/92fo1e671z6m/2vKi6nEm2iiDkvqx6GL66i/00585a1b53f2c089ccdeacd5a23b7b48/everlane-dawn.png?w=128&h=13&q=80&fm=png&bg=transparent",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-gatsby-image-ssr class decoding=\"async\" sizes=\"(min-width: 128px) 128px, 100vw\" data-main-image style=\"object-fit:contain;opacity:0\" loading=\"lazy\" src=\"https://images.ctfassets.net/92fo1e671z6m/2vKi6nEm2iiDkvqx6GL66i/00585a1b53f2c089ccdeacd5a23b7b48/everlane-dawn.png?w=128&amp;h=13&amp;q=80&amp;fm=png&amp;bg=transparent\" srcset=\"https://images.ctfassets.net/92fo1e671z6m/2vKi6nEm2iiDkvqx6GL66i/00585a1b53f2c089ccdeacd5a23b7b48/everlane-dawn.png?w=128&amp;h=13&amp;q=80&amp;fm=png&amp;..."
    },
    {
      "src": "data:image/svg+xml;charset=utf-8,%3Csvg%20height='817'%20width='1350'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt role=\"presentation\" aria-hidden=\"true\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20height=&apos;817&apos;%20width=&apos;1350&apos;%20xmlns=&apos;http://www.w3.org/2000/svg&apos;%20version=&apos;1.1&apos;%3E%3C/svg%3E\" style=\"max-width:100%;display:block;position:static\">"
    },
    {
      "src": "https://images.ctfassets.net/92fo1e671z6m/6hAspJntP24lanPAbEN1J3/f7e6187a6f0b8fc0b0103bea14aa0576/Homepage_Split_IMG-2.jpg?w=1350&h=817&fl=progressive&q=80&fm=jpg&bg=transparent",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-gatsby-image-ssr class decoding=\"async\" sizes=\"(min-width: 640px) 66vw, 100vw\" data-main-image style=\"object-fit:cover;opacity:0\" loading=\"lazy\" alt=\"Homepage Split IMG-2\" src=\"https://images.ctfassets.net/92fo1e671z6m/6hAspJntP24lanPAbEN1J3/f7e6187a6f0b8fc0b0103bea14aa0576/Homepage_Split_IMG-2.jpg?w=1350&amp;h=817&amp;fl=progressive&amp;q=80&amp;fm=jpg&amp;bg=transparent\" srcset=\"https://images.ctfassets.net/92fo1e671z6m/6hAspJntP24lanPAbEN1J3/f7e6187a6f0b8fc0b0103bea14aa0576/Homep..."
    },
    {
      "src": "https://images.ctfassets.net/92fo1e671z6m/6hAspJntP24lanPAbEN1J3/f7e6187a6f0b8fc0b0103bea14aa0576/Homepage_Split_IMG-2.jpg?w=1350&h=817&fl=progressive&q=80&fm=jpg&bg=transparent",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-gatsby-image-ssr class decoding=\"async\" sizes=\"(min-width: 640px) 66vw, 100vw\" data-main-image style=\"object-fit:cover;opacity:0\" loading=\"lazy\" src=\"https://images.ctfassets.net/92fo1e671z6m/6hAspJntP24lanPAbEN1J3/f7e6187a6f0b8fc0b0103bea14aa0576/Homepage_Split_IMG-2.jpg?w=1350&amp;h=817&amp;fl=progressive&amp;q=80&amp;fm=jpg&amp;bg=transparent\" srcset=\"https://images.ctfassets.net/92fo1e671z6m/6hAspJntP24lanPAbEN1J3/f7e6187a6f0b8fc0b0103bea14aa0576/Homepage_Split_IMG-2.jpg?w=300&a..."
    },
    {
      "src": "data:image/svg+xml;charset=utf-8,%3Csvg%20height='817'%20width='1350'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt role=\"presentation\" aria-hidden=\"true\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20height=&apos;817&apos;%20width=&apos;1350&apos;%20xmlns=&apos;http://www.w3.org/2000/svg&apos;%20version=&apos;1.1&apos;%3E%3C/svg%3E\" style=\"max-width:100%;display:block;position:static\">"
    },
    {
      "src": "https://images.ctfassets.net/92fo1e671z6m/1DaW2ln76fh4cZlKfMphIB/cfce899b84b74d44818d53cdf88b25da/Homepage_Split_IMG-1.jpg?w=1350&h=817&fl=progressive&q=80&fm=jpg&bg=transparent",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-gatsby-image-ssr class decoding=\"async\" sizes=\"(min-width: 640px) 66vw, 100vw\" data-main-image style=\"object-fit:cover;opacity:0\" loading=\"lazy\" alt=\"Homepage Split IMG-1\" src=\"https://images.ctfassets.net/92fo1e671z6m/1DaW2ln76fh4cZlKfMphIB/cfce899b84b74d44818d53cdf88b25da/Homepage_Split_IMG-1.jpg?w=1350&amp;h=817&amp;fl=progressive&amp;q=80&amp;fm=jpg&amp;bg=transparent\" srcset=\"https://images.ctfassets.net/92fo1e671z6m/1DaW2ln76fh4cZlKfMphIB/cfce899b84b74d44818d53cdf88b25da/Homep..."
    },
    {
      "src": "https://images.ctfassets.net/92fo1e671z6m/1DaW2ln76fh4cZlKfMphIB/cfce899b84b74d44818d53cdf88b25da/Homepage_Split_IMG-1.jpg?w=1350&h=817&fl=progressive&q=80&fm=jpg&bg=transparent",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-gatsby-image-ssr class decoding=\"async\" sizes=\"(min-width: 640px) 66vw, 100vw\" data-main-image style=\"object-fit:cover;opacity:0\" loading=\"lazy\" src=\"https://images.ctfassets.net/92fo1e671z6m/1DaW2ln76fh4cZlKfMphIB/cfce899b84b74d44818d53cdf88b25da/Homepage_Split_IMG-1.jpg?w=1350&amp;h=817&amp;fl=progressive&amp;q=80&amp;fm=jpg&amp;bg=transparent\" srcset=\"https://images.ctfassets.net/92fo1e671z6m/1DaW2ln76fh4cZlKfMphIB/cfce899b84b74d44818d53cdf88b25da/Homepage_Split_IMG-1.jpg?w=300&a..."
    },
    {
      "src": "data:image/svg+xml;charset=utf-8,%3Csvg%20height='817'%20width='1350'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt role=\"presentation\" aria-hidden=\"true\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20height=&apos;817&apos;%20width=&apos;1350&apos;%20xmlns=&apos;http://www.w3.org/2000/svg&apos;%20version=&apos;1.1&apos;%3E%3C/svg%3E\" style=\"max-width:100%;display:block;position:static\">"
    },
    {
      "src": "https://images.ctfassets.net/92fo1e671z6m/1r0GpHAlfUJBu1Dl70kFHy/e78abc7a4bcef0a034cb4e16cb6a9f04/Homepage_Split_IMG-3.jpg?w=1350&h=817&fl=progressive&q=80&fm=jpg&bg=transparent",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-gatsby-image-ssr class decoding=\"async\" sizes=\"(min-width: 640px) 66vw, 100vw\" data-main-image style=\"object-fit:cover;opacity:0\" loading=\"lazy\" alt=\"Homepage Split IMG-3\" src=\"https://images.ctfassets.net/92fo1e671z6m/1r0GpHAlfUJBu1Dl70kFHy/e78abc7a4bcef0a034cb4e16cb6a9f04/Homepage_Split_IMG-3.jpg?w=1350&amp;h=817&amp;fl=progressive&amp;q=80&amp;fm=jpg&amp;bg=transparent\" srcset=\"https://images.ctfassets.net/92fo1e671z6m/1r0GpHAlfUJBu1Dl70kFHy/e78abc7a4bcef0a034cb4e16cb6a9f04/Homep..."
    },
    {
      "src": "https://images.ctfassets.net/92fo1e671z6m/1r0GpHAlfUJBu1Dl70kFHy/e78abc7a4bcef0a034cb4e16cb6a9f04/Homepage_Split_IMG-3.jpg?w=1350&h=817&fl=progressive&q=80&fm=jpg&bg=transparent",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-gatsby-image-ssr class decoding=\"async\" sizes=\"(min-width: 640px) 66vw, 100vw\" data-main-image style=\"object-fit:cover;opacity:0\" loading=\"lazy\" src=\"https://images.ctfassets.net/92fo1e671z6m/1r0GpHAlfUJBu1Dl70kFHy/e78abc7a4bcef0a034cb4e16cb6a9f04/Homepage_Split_IMG-3.jpg?w=1350&amp;h=817&amp;fl=progressive&amp;q=80&amp;fm=jpg&amp;bg=transparent\" srcset=\"https://images.ctfassets.net/92fo1e671z6m/1r0GpHAlfUJBu1Dl70kFHy/e78abc7a4bcef0a034cb4e16cb6a9f04/Homepage_Split_IMG-3.jpg?w=300&a..."
    },
    {
      "src": "data:image/svg+xml;charset=utf-8,%3Csvg%20height='817'%20width='1350'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt role=\"presentation\" aria-hidden=\"true\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20height=&apos;817&apos;%20width=&apos;1350&apos;%20xmlns=&apos;http://www.w3.org/2000/svg&apos;%20version=&apos;1.1&apos;%3E%3C/svg%3E\" style=\"max-width:100%;display:block;position:static\">"
    },
    {
      "src": "https://images.ctfassets.net/92fo1e671z6m/nFQlUVtmz8sRynR9mRVIO/264fd9d678c36e127f828219dfa768bb/Homepage_Split_IMG-4.jpg?w=1350&h=817&fl=progressive&q=80&fm=jpg&bg=transparent",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-gatsby-image-ssr class decoding=\"async\" sizes=\"(min-width: 640px) 66vw, 100vw\" data-main-image style=\"object-fit:cover;opacity:0\" loading=\"lazy\" alt=\"Homepage Split IMG-4\" src=\"https://images.ctfassets.net/92fo1e671z6m/nFQlUVtmz8sRynR9mRVIO/264fd9d678c36e127f828219dfa768bb/Homepage_Split_IMG-4.jpg?w=1350&amp;h=817&amp;fl=progressive&amp;q=80&amp;fm=jpg&amp;bg=transparent\" srcset=\"https://images.ctfassets.net/92fo1e671z6m/nFQlUVtmz8sRynR9mRVIO/264fd9d678c36e127f828219dfa768bb/Homepag..."
    },
    {
      "src": "https://images.ctfassets.net/92fo1e671z6m/nFQlUVtmz8sRynR9mRVIO/264fd9d678c36e127f828219dfa768bb/Homepage_Split_IMG-4.jpg?w=1350&h=817&fl=progressive&q=80&fm=jpg&bg=transparent",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-gatsby-image-ssr class decoding=\"async\" sizes=\"(min-width: 640px) 66vw, 100vw\" data-main-image style=\"object-fit:cover;opacity:0\" loading=\"lazy\" src=\"https://images.ctfassets.net/92fo1e671z6m/nFQlUVtmz8sRynR9mRVIO/264fd9d678c36e127f828219dfa768bb/Homepage_Split_IMG-4.jpg?w=1350&amp;h=817&amp;fl=progressive&amp;q=80&amp;fm=jpg&amp;bg=transparent\" srcset=\"https://images.ctfassets.net/92fo1e671z6m/nFQlUVtmz8sRynR9mRVIO/264fd9d678c36e127f828219dfa768bb/Homepage_Split_IMG-4.jpg?w=300&amp..."
    },
    {
      "src": "data:image/svg+xml;charset=utf-8,%3Csvg%20height='74'%20width='128'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt role=\"presentation\" aria-hidden=\"true\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20height=&apos;74&apos;%20width=&apos;128&apos;%20xmlns=&apos;http://www.w3.org/2000/svg&apos;%20version=&apos;1.1&apos;%3E%3C/svg%3E\" style=\"max-width:100%;display:block;position:static\">"
    },
    {
      "src": "https://images.ctfassets.net/92fo1e671z6m/gAD5WaXWZRxjxWrwWu7ZF/3bc953f5fa99352b02796ee200d31646/trek-dawn.png?w=128&h=74&q=80&fm=png&bg=transparent",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-gatsby-image-ssr class decoding=\"async\" sizes=\"(min-width: 128px) 128px, 100vw\" data-main-image style=\"object-fit:contain;opacity:0\" loading=\"lazy\" alt=\"Trek logo\" src=\"https://images.ctfassets.net/92fo1e671z6m/gAD5WaXWZRxjxWrwWu7ZF/3bc953f5fa99352b02796ee200d31646/trek-dawn.png?w=128&amp;h=74&amp;q=80&amp;fm=png&amp;bg=transparent\" srcset=\"https://images.ctfassets.net/92fo1e671z6m/gAD5WaXWZRxjxWrwWu7ZF/3bc953f5fa99352b02796ee200d31646/trek-dawn.png?w=128&amp;h=74&amp;q=80&amp;fm=pn..."
    },
    {
      "src": "https://images.ctfassets.net/92fo1e671z6m/gAD5WaXWZRxjxWrwWu7ZF/3bc953f5fa99352b02796ee200d31646/trek-dawn.png?w=128&h=74&q=80&fm=png&bg=transparent",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-gatsby-image-ssr class decoding=\"async\" sizes=\"(min-width: 128px) 128px, 100vw\" data-main-image style=\"object-fit:contain;opacity:0\" loading=\"lazy\" src=\"https://images.ctfassets.net/92fo1e671z6m/gAD5WaXWZRxjxWrwWu7ZF/3bc953f5fa99352b02796ee200d31646/trek-dawn.png?w=128&amp;h=74&amp;q=80&amp;fm=png&amp;bg=transparent\" srcset=\"https://images.ctfassets.net/92fo1e671z6m/gAD5WaXWZRxjxWrwWu7ZF/3bc953f5fa99352b02796ee200d31646/trek-dawn.png?w=128&amp;h=74&amp;q=80&amp;fm=png&amp;bg=transpa..."
    },
    {
      "src": "data:image/svg+xml;charset=utf-8,%3Csvg%20height='688'%20width='1132'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt role=\"presentation\" aria-hidden=\"true\" src=\"data:image/svg+xml;charset=utf-8,%3Csvg%20height=&apos;688&apos;%20width=&apos;1132&apos;%20xmlns=&apos;http://www.w3.org/2000/svg&apos;%20version=&apos;1.1&apos;%3E%3C/svg%3E\" style=\"max-width:100%;display:block;position:static\">"
    },
    {
      "src": "https://images.ctfassets.net/92fo1e671z6m/7ja69sF7G5Sz4S7JFUnFS0/d02db84865a018e91c8bea9e838735eb/put-us-to-work-image.png?w=1132&h=688&q=80&fm=png&bg=transparent",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-gatsby-image-ssr class decoding=\"async\" sizes=\"(min-width: 1132px) 1132px, 100vw\" data-main-image style=\"object-fit:cover;opacity:0\" loading=\"lazy\" alt=\"put-us-to-work-image\" src=\"https://images.ctfassets.net/92fo1e671z6m/7ja69sF7G5Sz4S7JFUnFS0/d02db84865a018e91c8bea9e838735eb/put-us-to-work-image.png?w=1132&amp;h=688&amp;q=80&amp;fm=png&amp;bg=transparent\" srcset=\"https://images.ctfassets.net/92fo1e671z6m/7ja69sF7G5Sz4S7JFUnFS0/d02db84865a018e91c8bea9e838735eb/put-us-to-work-image...."
    },
    {
      "src": "https://images.ctfassets.net/92fo1e671z6m/7ja69sF7G5Sz4S7JFUnFS0/d02db84865a018e91c8bea9e838735eb/put-us-to-work-image.png?w=1132&h=688&q=80&fm=png&bg=transparent",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-gatsby-image-ssr class decoding=\"async\" sizes=\"(min-width: 1132px) 1132px, 100vw\" data-main-image style=\"object-fit:cover;opacity:0\" loading=\"lazy\" src=\"https://images.ctfassets.net/92fo1e671z6m/7ja69sF7G5Sz4S7JFUnFS0/d02db84865a018e91c8bea9e838735eb/put-us-to-work-image.png?w=1132&amp;h=688&amp;q=80&amp;fm=png&amp;bg=transparent\" srcset=\"https://images.ctfassets.net/92fo1e671z6m/7ja69sF7G5Sz4S7JFUnFS0/d02db84865a018e91c8bea9e838735eb/put-us-to-work-image.png?w=300&amp;h=182&amp;q=8..."
    }
  ],
  "possibleDialogs": [
    "<div id=\"portal-modal\"></div>"
  ],
  "score": 75,
  "weight": 10
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

Missing likely AI Overview intent sections: what, how, benefits, 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": "Product Releases",
      "html": "<h2 class=\"fp-y_ h5\">Product Releases</h2>"
    },
    {
      "text": "Technology Solutions",
      "html": "<h2 class=\"fp-y_ h5\">Technology Solutions</h2>"
    },
    {
      "text": "Developers",
      "html": "<h2 class=\"fp-y_ h5\">Developers</h2>"
    },
    {
      "text": "Customs",
      "html": "<h2 class=\"fp-y_ h5\">Customs</h2>"
    },
    {
      "text": "Freight Forwarding Control Tower",
      "html": "<h2 class=\"fp-y_ h5\">Freight Forwarding Control Tower</h2>"
    },
    {
      "text": "Fulfillment",
      "html": "<h2 class=\"fp-y_ h5\">Fulfillment</h2>"
    },
    {
      "text": "Financial Services",
      "html": "<h2 class=\"fp-y_ h5\">Financial Services</h2>"
    },
    {
      "text": "Industries",
      "html": "<h2 class=\"fp-y_ h5\">Industries</h2>"
    },
    {
      "text": "Tools",
      "html": "<h2 class=\"fp-y_ h5\">Tools</h2>"
    },
    {
      "text": "Insights",
      "html": "<h2 class=\"fp-y_ h5\">Insights</h2>"
    },
    {
      "text": "Resources",
      "html": "<h2 class=\"fp-y_ h5\">Resources</h2>"
    },
    {
      "text": "Product Releases",
      "html": "<h2 class=\"fp-c0 h5\">Product Releases</h2>"
    },
    {
      "text": "Technology Solutions",
      "html": "<h2 class=\"fp-c0 h5\">Technology Solutions</h2>"
    },
    {
      "text": "Developers",
      "html": "<h2 class=\"fp-c0 h5\">Developers</h2>"
    },
    {
      "text": "Customs",
      "html": "<h2 class=\"fp-c0 h5\">Customs</h2>"
    },
    {
      "text": "Freight Forwarding Control Tower",
      "html": "<h2 class=\"fp-c0 h5\">Freight Forwarding Control Tower</h2>"
    },
    {
      "text": "Fulfillment",
      "html": "<h2 class=\"fp-c0 h5\">Fulfillment</h2>"
    },
    {
      "text": "Financial Services",
      "html": "<h2 class=\"fp-c0 h5\">Financial Services</h2>"
    },
    {
      "text": "Industries",
      "html": "<h2 class=\"fp-c0 h5\">Industries</h2>"
    },
    {
      "text": "Tools",
      "html": "<h2 class=\"fp-c0 h5\">Tools</h2>"
    },
    {
      "text": "Insights",
      "html": "<h2 class=\"fp-c0 h5\">Insights</h2>"
    },
    {
      "text": "Resources",
      "html": "<h2 class=\"fp-c0 h5\">Resources</h2>"
    },
    {
      "text": "Our technology platform drives hard cost savings for the world’s most important companies.",
      "html": "<h2 class=\"h2 fp-su\">Our technology platform drives hard cost savings for the world&#x2019;s most important companies.</h2>"
    },
    {
      "text": "Digitize freight forwarding for visibility and control",
      "html": "<h2 class=\"h2 fp-yB\">Digitize freight forwarding for visibility and control</h2>"
    },
    {
      "text": "Take flight with flexible speed",
      "html": "<h2 class=\"h2 fp-yB\">Take flight with flexible speed</h2>"
    },
    {
      "text": "Handle every haul with ease",
      "html": "<h2 class=\"h2 fp-yB\">Handle every haul with ease</h2>"
    },
    {
      "text": "Fuel your growth with fast, reliable fulfillment",
      "html": "<h2 class=\"h2 fp-yB\">Fuel your growth with fast, reliable fulfillment</h2>"
    },
    {
      "text": "Take full control of your supply chain",
      "html": "<h2 class=\"h1 fp-SB\">Take full control of your supply chain</h2>"
    },
    {
      "text": "News",
      "html": "<h2 class=\"eyebrow fp-qD\">News</h2>"
    },
    {
      "text": "Flexport Insights",
      "html": "<h2 class=\"eyebrow fp-qD\">Flexport Insights</h2>"
    },
    {
      "text": "Global reach, local on-the-ground expertise",
      "html": "<h2 class=\"h2 fp-1C\">Global reach, local on-the-ground expertise</h2>"
    },
    {
      "text": "Put us to work as your global logistics platform",
      "html": "<h2 class=\"h2 fp-_q\">Put us to work as your global logistics platform</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Freight Forwarding & Supply Chain Platform?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Freight Forwarding & Supply Chain Platform work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Freight Forwarding & Supply Chain Platform?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Freight Forwarding & Supply Chain Platform free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Freight Forwarding & Supply Chain Platform compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Freight Forwarding & Supply Chain Platform?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Freight Forwarding & Supply Chain Platform work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Freight Forwarding & Supply Chain Platform?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Freight Forwarding & Supply Chain Platform compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

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

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

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

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Query intent coverage

AIO: Query intent coverage is informational for this page.

Informational

Needs attention

AIO: Query intent coverage

Informational
01

Issue

Missing likely AI Overview intent sections: what, how, benefits, 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": "Product Releases",
      "html": "<h2 class=\"fp-y_ h5\">Product Releases</h2>"
    },
    {
      "text": "Technology Solutions",
      "html": "<h2 class=\"fp-y_ h5\">Technology Solutions</h2>"
    },
    {
      "text": "Developers",
      "html": "<h2 class=\"fp-y_ h5\">Developers</h2>"
    },
    {
      "text": "Customs",
      "html": "<h2 class=\"fp-y_ h5\">Customs</h2>"
    },
    {
      "text": "Freight Forwarding Control Tower",
      "html": "<h2 class=\"fp-y_ h5\">Freight Forwarding Control Tower</h2>"
    },
    {
      "text": "Fulfillment",
      "html": "<h2 class=\"fp-y_ h5\">Fulfillment</h2>"
    },
    {
      "text": "Financial Services",
      "html": "<h2 class=\"fp-y_ h5\">Financial Services</h2>"
    },
    {
      "text": "Industries",
      "html": "<h2 class=\"fp-y_ h5\">Industries</h2>"
    },
    {
      "text": "Tools",
      "html": "<h2 class=\"fp-y_ h5\">Tools</h2>"
    },
    {
      "text": "Insights",
      "html": "<h2 class=\"fp-y_ h5\">Insights</h2>"
    },
    {
      "text": "Resources",
      "html": "<h2 class=\"fp-y_ h5\">Resources</h2>"
    },
    {
      "text": "Product Releases",
      "html": "<h2 class=\"fp-c0 h5\">Product Releases</h2>"
    },
    {
      "text": "Technology Solutions",
      "html": "<h2 class=\"fp-c0 h5\">Technology Solutions</h2>"
    },
    {
      "text": "Developers",
      "html": "<h2 class=\"fp-c0 h5\">Developers</h2>"
    },
    {
      "text": "Customs",
      "html": "<h2 class=\"fp-c0 h5\">Customs</h2>"
    },
    {
      "text": "Freight Forwarding Control Tower",
      "html": "<h2 class=\"fp-c0 h5\">Freight Forwarding Control Tower</h2>"
    },
    {
      "text": "Fulfillment",
      "html": "<h2 class=\"fp-c0 h5\">Fulfillment</h2>"
    },
    {
      "text": "Financial Services",
      "html": "<h2 class=\"fp-c0 h5\">Financial Services</h2>"
    },
    {
      "text": "Industries",
      "html": "<h2 class=\"fp-c0 h5\">Industries</h2>"
    },
    {
      "text": "Tools",
      "html": "<h2 class=\"fp-c0 h5\">Tools</h2>"
    },
    {
      "text": "Insights",
      "html": "<h2 class=\"fp-c0 h5\">Insights</h2>"
    },
    {
      "text": "Resources",
      "html": "<h2 class=\"fp-c0 h5\">Resources</h2>"
    },
    {
      "text": "Our technology platform drives hard cost savings for the world’s most important companies.",
      "html": "<h2 class=\"h2 fp-su\">Our technology platform drives hard cost savings for the world&#x2019;s most important companies.</h2>"
    },
    {
      "text": "Digitize freight forwarding for visibility and control",
      "html": "<h2 class=\"h2 fp-yB\">Digitize freight forwarding for visibility and control</h2>"
    },
    {
      "text": "Take flight with flexible speed",
      "html": "<h2 class=\"h2 fp-yB\">Take flight with flexible speed</h2>"
    },
    {
      "text": "Handle every haul with ease",
      "html": "<h2 class=\"h2 fp-yB\">Handle every haul with ease</h2>"
    },
    {
      "text": "Fuel your growth with fast, reliable fulfillment",
      "html": "<h2 class=\"h2 fp-yB\">Fuel your growth with fast, reliable fulfillment</h2>"
    },
    {
      "text": "Take full control of your supply chain",
      "html": "<h2 class=\"h1 fp-SB\">Take full control of your supply chain</h2>"
    },
    {
      "text": "News",
      "html": "<h2 class=\"eyebrow fp-qD\">News</h2>"
    },
    {
      "text": "Flexport Insights",
      "html": "<h2 class=\"eyebrow fp-qD\">Flexport Insights</h2>"
    },
    {
      "text": "Global reach, local on-the-ground expertise",
      "html": "<h2 class=\"h2 fp-1C\">Global reach, local on-the-ground expertise</h2>"
    },
    {
      "text": "Put us to work as your global logistics platform",
      "html": "<h2 class=\"h2 fp-_q\">Put us to work as your global logistics platform</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Freight Forwarding & Supply Chain Platform?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Freight Forwarding & Supply Chain Platform work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Freight Forwarding & Supply Chain Platform?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Freight Forwarding & Supply Chain Platform free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Freight Forwarding & Supply Chain Platform compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Freight Forwarding & Supply Chain Platform?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Freight Forwarding & Supply Chain Platform work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Freight Forwarding & Supply Chain Platform?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Freight Forwarding & Supply Chain Platform 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 registration instructions; 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 registration instructions; 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": 470143,
        "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 registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.",
          "compatibleContentType": false,
          "contentLength": 462758,
          "hasRegisterInstructions": false,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": true,
          "mentionsCredential": false,
          "links": [
            "https://www.flexport.com/static/2024_logo.png\"",
            "https://www.flexport.com/404.html\"",
            "https://www.flexport.com/static/2024_logo.png\"",
            "https://www.flexport.com/404.html\"",
            "https://www.flexport.com/static/2024_logo.png\"",
            "/styles.5bf55e68b3731fd351d8.css",
            "/0);font:12px/20px",
            "/5%)",
            "/svg+xml;charset=utf-8,%3Csvg",
            "http://www.w3.org/2000/svg'"
          ],
          "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"generator\" content=\"Gatsby 5.14.5\"/><meta name=\"description\" content=\"The page you are looking for could not be found.\" data-gatsby-head=\"true\"/><meta name=\"image\" content=\"https://www.flexport.com/static/2024_logo.png\" data-gatsby-head=\"true\"/><meta name=\"robots\" content=\"noindex, follow\" data-gatsby-head=\"true\"/><meta name=\"google-site-verification\" content=\"ljB2dlwAJSzqyUIygIKpx7VyYYEooJVo0Ubr_nZm31E\" data-gatsby-head=\"true\"/><meta name=\"google-site-verification\" content=\"Pt0aMCS9Fq2BPVh6lnFkERsbtZPnUaevQ-pADSyM9zY\" data-gatsby-head=\"true\"/><meta name=\"facebook-domain-verifi"
        }
      },
      "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 registration instructions; 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,
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8",
        "length": 470530,
        "text": "<!DOCTYPE html><html lang=\"en-US\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"generator\" content=\"Gatsby 5.14.5\"/><meta name=\"description\" content=\"The page you are looking for could not be found.\" data-gatsby-head=\"true\"/><meta name=\"image\" content=\"https://www.flexport.com/static/2024_logo.png\" data-gatsby-head=\"true\"/><meta name=\"robots\" content=\"noindex, follow\" data-gatsby-head=\"true\"/><meta name=\"google-site-verification\" content=\"ljB2dlwAJSzqyUIygIKpx7VyYYEooJVo0Ubr_nZm31E\" data-gatsby-head=\"true\"/><meta name=\"google-site-verification\" content=\"Pt0aMCS9Fq2BPVh6lnFkERsbtZPnUaevQ-pADSyM9zY\" data-gatsby-head=\"true\"/><meta name=\"facebook-domain-verification\" content=\"g8hwgz4a5dqug83i0ua2u4l2uq5lc5\" data-gatsby-head=\"true\"/><meta name=\"baidu-site-verification\" content=\"codeva-J44DT69IKU\" data-gatsby-head=\"true\"/><meta property=\"og:title\" content=\"404 - Page Not Found\" data-gatsby-head=\"true\"/><meta property=\"og:description\" content=\"The page you are looking for could not be found.\" data-gatsby-head=\"true\"/><meta property=\"og:type\" content=\"website\" data-gatsby-head=\"true\"/><meta property=\"og:url\" content=\"https://www.flexport.com/404.html\" data-gatsby-head=\"true\"/><meta property=\"og:image\" content=\"https://www.flexport.com/static/2024_logo.png\" data-gatsby-head=\"true\"/><meta name=\"twitter:card\" content=\"summary_large_image\" data-gatsby-head=\"true\"/><meta name=\"twitter:title\" content=\"404 - Page Not Found\" data-gatsby-head=\"true\"/><meta name=\"twitter:url\" content=\"https://www.flexport.com/404.html\" data-gatsby-head=\"true\"/><meta name=\"twitter:description\" content=\"The page you are looking for could not be found.\" data-gatsby-head=\"true\"/><meta name=\"twitter:image\" content=\"https://www.flexport.com/static/2024_logo.png\" data-gatsby-head=\"true\"/><meta name=\"twitter:creator\" content=\"@flexport\" data-gatsby-head=\"true\"/><style data-href=\"/styles.5bf55e68b3731fd351d8.css\" data-identity=\"gatsby-global-css\">.mapboxgl-map{-webkit-tap-highlight-color:rgb(0 0 0/0);font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative}.mapboxgl-canvas{left:0;position:absolute;top:0}.mapboxgl-map:-webkit-full-screen{height:100%;width:100%}.mapboxgl-canary{background-color:salmon}.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass{cursor:grab;-webkit-user-select:none;user-select:none}.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer{cursor:pointer}.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active{cursor:grabbing}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas{touch-action:pan-x pan-y}.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:pinch-zoom}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:none}.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.mapboxgl-ctrl-top-left{left:0;top:0}.mapboxgl-ctrl-top-right{right:0;top:0}.mapboxgl-ctrl-bottom-left{bottom:0;left:0}.mapboxgl-ctrl-bottom-right{bottom:0;right:0}.mapboxgl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.mapboxgl-ctrl-top-left .mapboxgl-ctrl{float:left;margin:10px 0 0 10px}.mapboxgl-ctrl-top-right .mapboxgl-ctrl{float:right;margin:10px 10px 0 0}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl{float:left;margin:0 0 10px 10px}.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl{float:right;margin:0 10px 10px 0}.mapboxgl-ctrl-group{background:#fff;border-radius:4px}.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
    },
    {
      "id": "agent-auth-block",
      "title": "Validate agent_auth authorization metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "issue": "OAuth authorization server metadata could not be fetched.",
        "fetch": {
          "ok": false,
          "statusCode": 404,
          "contentType": "text/html; charset=utf-8",
          "length": 470530,
          "text": "<!DOCTYPE html><html lang=\"en-US\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"generator\" content=\"Gatsby 5.14.5\"/><meta name=\"description\" content=\"The page you are looking for could not be found.\" data-gatsby-head=\"true\"/><meta name=\"image\" content=\"https://www.flexport.com/static/2024_logo.png\" data-gatsby-head=\"true\"/><meta name=\"robots\" content=\"noindex, follow\" data-gatsby-head=\"true\"/><meta name=\"google-site-verification\" content=\"ljB2dlwAJSzqyUIygIKpx7VyYYEooJVo0Ubr_nZm31E\" data-gatsby-head=\"true\"/><meta name=\"google-site-verification\" content=\"Pt0aMCS9Fq2BPVh6lnFkERsbtZPnUaevQ-pADSyM9zY\" data-gatsby-head=\"true\"/><meta name=\"facebook-domain-verification\" content=\"g8hwgz4a5dqug83i0ua2u4l2uq5lc5\" data-gatsby-head=\"true\"/><meta name=\"baidu-site-verification\" content=\"codeva-J44DT69IKU\" data-gatsby-head=\"true\"/><meta property=\"og:title\" content=\"404 - Page Not Found\" data-gatsby-head=\"true\"/><meta property=\"og:description\" content=\"The page you are looking for could not be found.\" data-gatsby-head=\"true\"/><meta property=\"og:type\" content=\"website\" data-gatsby-head=\"true\"/><meta property=\"og:url\" content=\"https://www.flexport.com/404.html\" data-gatsby-head=\"true\"/><meta property=\"og:image\" content=\"https://www.flexport.com/static/2024_logo.png\" data-gatsby-head=\"true\"/><meta name=\"twitter:card\" content=\"summary_large_image\" data-gatsby-head=\"true\"/><meta name=\"twitter:title\" content=\"404 - Page Not Found\" data-gatsby-head=\"true\"/><meta name=\"twitter:url\" content=\"https://www.flexport.com/404.html\" data-gatsby-head=\"true\"/><meta name=\"twitter:description\" content=\"The page you are looking for could not be found.\" data-gatsby-head=\"true\"/><meta name=\"twitter:image\" content=\"https://www.flexport.com/static/2024_logo.png\" data-gatsby-head=\"true\"/><meta name=\"twitter:creator\" content=\"@flexport\" data-gatsby-head=\"true\"/><style data-href=\"/styles.5bf55e68b3731fd351d8.css\" data-identity=\"gatsby-global-css\">.mapboxgl-map{-webkit-tap-highlight-color:rgb(0 0 0/0);font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative}.mapboxgl-canvas{left:0;position:absolute;top:0}.mapboxgl-map:-webkit-full-screen{height:100%;width:100%}.mapboxgl-canary{background-color:salmon}.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass{cursor:grab;-webkit-user-select:none;user-select:none}.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer{cursor:pointer}.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active{cursor:grabbing}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas{touch-action:pan-x pan-y}.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:pinch-zoom}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:none}.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.mapboxgl-ctrl-top-left{left:0;top:0}.mapboxgl-ctrl-top-right{right:0;top:0}.mapboxgl-ctrl-bottom-left{bottom:0;left:0}.mapboxgl-ctrl-bottom-right{bottom:0;right:0}.mapboxgl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.mapboxgl-ctrl-top-left .mapboxgl-ctrl{float:left;margin:10px 0 0 10px}.mapboxgl-ctrl-top-right .mapboxgl-ctrl{float:right;margin:10px 10px 0 0}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl{float:left;margin:0 0 10px 10px}.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl{float:right;margin:0 10px 10px 0}.mapboxgl-ctrl-group{background:#fff;border-radius:4px}.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2"
        }
      },
      "issue": "OAuth authorization server metadata could not be fetched.",
      "howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

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

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/openid-configuration",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 470530
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 470530
          }
        ]
      },
      "issue": "OAuth / OIDC discovery was not found at the expected path.",
      "howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

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

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch protected resource metadata

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

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

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

  4. Probe protected API Bearer challenge

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    },
    {
      "id": "metadata",
      "title": "Validate protected resource metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html lang=\"en-US\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"generator\" content=\"Gatsby 5.14.5\"/><meta name=\"description\" content=\"The page you are looking for could not be found.\" data-gatsby-head=\"true\"/><meta name=\"image\" content=\"https://www.flexport.com/static/2024_logo.png\" data-gatsby-head=\"true\"/><meta name=\"robots\" content=\"noindex, follow\" data-gatsby-head=\"true\"/><meta name=\"google-site-verification\" content=\"ljB2dlwAJSzqyUIygIKpx7VyYYEooJVo0Ubr_nZm31E\" data-gatsby-head=\"true\"/><meta name=\"google-site-verification\" content=\"Pt0aMCS9Fq2BPVh6lnFkERsbtZPnUaevQ-pADSyM9zY\" data-gatsby-head=\"true\"/><meta name=\"facebook-domain-verifi"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Publish resource and authorization_servers as absolute URLs."
    },
    {
      "id": "resource-identity",
      "title": "Validate protected resource identity",
      "status": "fail",
      "evidence": {
        "expectedResource": "https://www.flexport.com"
      },
      "issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
      "howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
    },
    {
      "id": "protected-route-challenge",
      "title": "Probe protected API Bearer challenge",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/admin/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.flexport.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.flexport.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.flexport.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          }
        ]
      },
      "issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
      "howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityAccessibilityBrowser audit

Heading elements are not in a sequentially-descending order

100 Fail

Check name

Heading elements are not in a sequentially-descending order

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. [Learn more about heading order](https://dequeuniversity.com/rules/axe/4.11/heading-order).

Evidence
{
  "description": "Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. [Learn more about heading order](https://dequeuniversity.com/rules/axe/4.11/heading-order)."
}

Performance and AccessibilityPerformanceBrowser audit

Font display

17 Fail

Check name

Font display

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 30 ms

Fix guidance

Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks).

Evidence
{
  "displayValue": "Est savings of 30 ms",
  "description": "Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks)."
}

Performance and AccessibilityPerformanceBrowser audit

Layout shift culprits

17 Fail

Check name

Layout shift culprits

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Network dependency tree

17 Fail

Check name

Network dependency tree

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.

Evidence
{
  "description": "[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load."
}

Performance and AccessibilityPerformanceBrowser audit

Avoid enormous network payloads

8 Warning

Check name

Avoid enormous network payloads

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Total size was 5,003 KiB

Fix guidance

Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).

Evidence
{
  "displayValue": "Total size was 5,003 KiB",
  "description": "Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).",
  "numericValue": 5123321
}

Performance and AccessibilityPerformanceBrowser audit

Improve image delivery

8 Warning

Check name

Improve image delivery

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 80 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 80 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

5 Fail

Check name

Loading performance

Score

73/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": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 150 ms",
      "numericValue": 150
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 100,
      "displayValue": "0.4 s",
      "numericValue": 397.00072500481326
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 99,
      "displayValue": "0.6 s",
      "numericValue": 624.0014872036286
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 47,
      "displayValue": "260 ms",
      "numericValue": 259.0000000000002
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 20,
      "displayValue": "610 ms",
      "numericValue": 610.5000000000002
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "30 ms",
      "numericValue": 34.380539999999996
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 66,
      "displayValue": "3.7 s",
      "numericValue": 3664.072335247732
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 49,
      "displayValue": "2.3 s",
      "numericValue": 2309.3573361697595
    }
  ]
}

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
57/100Level 3, Bot-AwareCurrent report
flexport.com AI SEO Report: 57/100 (Level 3, Bot-Aware)