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

OVERALL SCORE

Level 2, Agent-Limited

Priority improvements needed for AI agents
AIDiscoverability24%Agent Easeof Use6%Security& Trust80%GEO, AIO, AEO65%SEO92%Performance& Accessibility49%
  • AI Discoverability 24 out of 100
  • Agent Ease of Use 6 out of 100
  • Security & Trust 80 out of 100
  • GEO, AIO and AEO 65 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 49 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Trimble | Solutions for Construction, Geospatial, Transportation & More favicon

Trimble | Solutions for Construction, Geospatial, Transportation & More

Easily connect physical and digital worlds with Trimble industrial technologies. Our intelligent data and industry solutions transform the way the world works.

Next step

Turn this report into a fix workflow

24 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
24
Priority fix5180View details
Discoverability
33
Priority fix360View details
Content Readiness
33
Priority fix280View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
6
Priority fix15223View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable1100
MCP
13
Priority fix062View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
65
Needs work5312View details
GEO Readiness
77
Mostly ready204
AIO Readiness
54
Needs work223View details
AEO Readiness
61
Needs work115View details
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
80
Mostly ready810View details
Security & Trust
80
Mostly ready410View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
49
Priority fix1871View details
Performance
30
Priority fix1251View details
Accessibility
85
Mostly ready620View details

Prioritized recommendations

Issues ranked by score impact

48 items need attention

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

100 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

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

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Content-Security-Policy is missing or incomplete.

Evidence
{
  "header": "content-security-policy",
  "value": null
}

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 404,
        "contentType": "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><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"Gatsby 5.13.4\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, minimum-scale=1\"/><meta name=\"msapplication-TileColor\" content=\"#da532c\"/><meta name=\"theme-color\" content=\"#ffffff\"/><link data-identity=\"gatsby-global-css\" href=\"/component---src-pages-404-js.1c2869729f18b8e607f5.css\" rel=\"stylesheet\" type=\"text/css\"/><link data-identity=\"gatsby-global-css\" href=\"/commons.64549aa365048ab71fb3.css\" rel=\"stylesheet\" type=\"text/css\"/><link rel=\"sitemap\" type=\"application/xml\" href=\"/en/sitemap-index.xml\"/><link rel=\"sitemap\" type=\"application/xml\" href=\"/f"
      },
      "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><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"Gatsby 5.13.4\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, minimum-scale=1\"/><meta name=\"msapplication-TileColor\" content=\"#da532c\"/><meta name=\"theme-color\" content=\"#ffffff\"/><link data-identity=\"gatsby-global-css\" href=\"/component---src-pages-404-js.1c2869729f18b8e607f5.css\" rel=\"stylesheet\" type=\"text/css\"/><link data-identity=\"gatsby-global-css\" href=\"/commons.64549aa365048ab71fb3.css\" rel=\"stylesheet\" type=\"text/css\"/><link rel=\"sitemap\" type=\"application/xml\" href=\"/en/sitemap-index.xml\"/><link rel=\"sitemap\" type=\"application/xml\" href=\"/f"
          },
          {
            "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><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"Gatsby 5.13.4\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, minimum-scale=1\"/><meta name=\"msapplication-TileColor\" content=\"#da532c\"/><meta name=\"theme-color\" content=\"#ffffff\"/><link data-identity=\"gatsby-global-css\" href=\"/component---src-pages-404-js.1c2869729f18b8e607f5.css\" rel=\"stylesheet\" type=\"text/css\"/><link data-identity=\"gatsby-global-css\" href=\"/commons.64549aa365048ab71fb3.css\" rel=\"stylesheet\" type=\"text/css\"/><link rel=\"sitemap\" type=\"application/xml\" href=\"/en/sitemap-index.xml\"/><link rel=\"sitemap\" type=\"application/xml\" href=\"/f"
          },
          {
            "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><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"Gatsby 5.13.4\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, minimum-scale=1\"/><meta name=\"msapplication-TileColor\" content=\"#da532c\"/><meta name=\"theme-color\" content=\"#ffffff\"/><link data-identity=\"gatsby-global-css\" href=\"/component---src-pages-404-js.1c2869729f18b8e607f5.css\" rel=\"stylesheet\" type=\"text/css\"/><link data-identity=\"gatsby-global-css\" href=\"/commons.64549aa365048ab71fb3.css\" rel=\"stylesheet\" type=\"text/css\"/><link rel=\"sitemap\" type=\"application/xml\" href=\"/en/sitemap-index.xml\"/><link rel=\"sitemap\" type=\"application/xml\" href=\"/f"
          },
          {
            "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><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"Gatsby 5.13.4\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, minimum-scale=1\"/><meta name=\"msapplication-TileColor\" content=\"#da532c\"/><meta name=\"theme-color\" content=\"#ffffff\"/><link data-identity=\"gatsby-global-css\" href=\"/component---src-pages-404-js.1c2869729f18b8e607f5.css\" rel=\"stylesheet\" type=\"text/css\"/><link data-identity=\"gatsby-global-css\" href=\"/commons.64549aa365048ab71fb3.css\" rel=\"stylesheet\" type=\"text/css\"/><link rel=\"sitemap\" type=\"application/xml\" href=\"/en/sitemap-index.xml\"/><link rel=\"sitemap\" type=\"application/xml\" href=\"/f"
          },
          {
            "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><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"Gatsby 5.13.4\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, minimum-scale=1\"/><meta name=\"msapplication-TileColor\" content=\"#da532c\"/><meta name=\"theme-color\" content=\"#ffffff\"/><link data-identity=\"gatsby-global-css\" href=\"/component---src-pages-404-js.1c2869729f18b8e607f5.css\" rel=\"stylesheet\" type=\"text/css\"/><link data-identity=\"gatsby-global-css\" href=\"/commons.64549aa365048ab71fb3.css\" rel=\"stylesheet\" type=\"text/css\"/><link rel=\"sitemap\" type=\"application/xml\" href=\"/en/sitemap-index.xml\"/><link rel=\"sitemap\" type=\"application/xml\" href=\"/f"
          },
          {
            "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><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"Gatsby 5.13.4\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, minimum-scale=1\"/><meta name=\"msapplication-TileColor\" content=\"#da532c\"/><meta name=\"theme-color\" content=\"#ffffff\"/><link data-identity=\"gatsby-global-css\" href=\"/component---src-pages-404-js.1c2869729f18b8e607f5.css\" rel=\"stylesheet\" type=\"text/css\"/><link data-identity=\"gatsby-global-css\" href=\"/commons.64549aa365048ab71fb3.css\" rel=\"stylesheet\" type=\"text/css\"/><link rel=\"sitemap\" type=\"application/xml\" href=\"/en/sitemap-index.xml\"/><link rel=\"sitemap\" type=\"application/xml\" href=\"/f"
          },
          {
            "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><head><meta charSet=\"utf-8\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"generator\" content=\"Gatsby 5.13.4\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, minimum-scale=1\"/><meta name=\"msapplication-TileColor\" content=\"#da532c\"/><meta name=\"theme-color\" content=\"#ffffff\"/><link data-identity=\"gatsby-global-css\" href=\"/component---src-pages-404-js.1c2869729f18b8e607f5.css\" rel=\"stylesheet\" type=\"text/css\"/><link data-identity=\"gatsby-global-css\" href=\"/commons.64549aa365048ab71fb3.css\" rel=\"stylesheet\" type=\"text/css\"/><link rel=\"sitemap\" type=\"application/xml\" href=\"/en/sitemap-index.xml\"/><link rel=\"sitemap\" type=\"application/xml\" href=\"/f"
          }
        ]
      },
      "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 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": 13700
          }
        ]
      },
      "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."
    }
  ]
}

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 DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

25 Fail

Needs attention

High-value schema types

Failed check
01

Issue

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

02

Why it matters

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

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

High-value schema types is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

JSON-LD present

JSON-LD present is missing or incomplete.

25 Fail

Needs attention

JSON-LD present

Failed check
01

Issue

No JSON-LD blocks found.

02

Why it matters

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

Check name

JSON-LD present

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

JSON-LD present is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

25 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."
    }
  ]
}

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

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

25 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

Agent Ease of UseMCPEmerging recommendation

mcp.json

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

25 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

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

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

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

Organization / WebSite schema

Organization / WebSite schema is missing or incomplete.

25 Fail

Needs attention

Organization / WebSite schema

Failed check
01

Issue

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

02

Why it matters

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

Check name

Organization / WebSite schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Identify the site owner and website entity in structured data.

Result

Organization / WebSite schema is missing or incomplete.

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

AI 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; 5 buttons missing accessible names; 0/1 applicable form inputs have autocomplete attributes (1 missing).

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": true,
  "nav": true,
  "footer": true,
  "meaningfulH1": true,
  "headingOrder": false,
  "accessibleLinks": true,
  "accessibleButtons": false,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": false,
  "details": {
    "inaccessibleLinks": [],
    "inaccessibleButtons": [
      "<button class=\"t2-search-button\"></button>",
      "<button class=\"custom-slick-arrow custom-slick-prev\" tabindex=\"0\" disabled></button>",
      "<button class=\"custom-slick-arrow custom-slick-next\" tabindex=\"0\"></button>",
      "<button class=\"custom-slick-arrow custom-slick-prev\" tabindex=\"0\"></button>",
      "<button class=\"custom-slick-arrow custom-slick-next\" tabindex=\"0\"></button>"
    ],
    "missingAutocompleteInputs": [
      "<input class=\"t2-search-button__field\" type=\"text\" placeholder=\"What can we help you find?\" value>"
    ],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": [
      "h1: Confidence at every turnâ„¢",
      "h2: Accelerating the pace of work across the world's essential industries",
      "h3: Government",
      "h3: Natural Resources",
      "h3: Construction",
      "h3: Geospatial",
      "h3: Transportation",
      "h3: Government",
      "h3: Natural Resources",
      "h3: Construction",
      "h3: Geospatial",
      "h3: Transportation",
      "h3: Government",
      "h3: Natural Resources",
      "h2: Trimble technology in action",
      "h3: BUILDING THE WORLD",
      "h3: SHAPING THE WORLD",
      "h3: MOVING THE WORLD",
      "h2: Ready. Set. Turn!",
      "h2: Where technology and teamwork connect",
      "h2: Our customers are powered by confidence that rises to the challenge",
      "h3: The JE Dunn Way",
      "h3: Bristol Motor Speedway",
      "h3: jorge chAvez intl. airport",
      "h3: evans distribution systems",
      "h3: Randselva Bridge",
      "h2: Turning ideas into improvements",
      "h3: From silver screen to job site: OpenUSD is rewriting the rules of 3D collaboration",
      "h3: A construction company under construction",
      "h3: Hardworking AI for hardworking people",
      "h2: The company we keep",
      "h2: Looking for answers to product, order or billing questions?",
      "h6: Attention",
      "h6: Cart Updated",
      "h6: Attention",
      "h6: Cart Updated",
      "h6: Cart Updated",
      "h6: Cart Updated",
      "h6: Cart Updated",
      "h6: Cart Updated",
      "h6: Cart Updated"
    ]
  },
  "counts": {
    "h1": 1,
    "headings": 41,
    "links": 35,
    "inaccessibleLinks": 0,
    "buttons": 9,
    "inaccessibleButtons": 5,
    "images": 33,
    "imagesWithAlt": 33,
    "autocompleteInputs": 1,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 1
  }
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

25 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

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": 13700
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 13700
          },
          {
            "path": "/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 13700
          }
        ]
      },
      "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": 13700
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 13700
          }
        ]
      },
      "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": 13700
          },
          {
            "path": "/agent.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 13700
          }
        ]
      },
      "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": 13700
          },
          {
            "path": "/agents.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 13700
          }
        ]
      },
      "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.trimble.com",
        "probes": [
          {
            "name": "_index._agents.www.trimble.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.www.trimble.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.trimble.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          },
          {
            "name": "trimble.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."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP

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

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

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

Check name

WebMCP

Score

50/100

Status

warning

Category

MCP

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Detect data-mcp-tool annotations

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

  2. Detect WebMCP declarative tags

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

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

    WebMCP declarative annotation issues
    • <input> is missing a name attribute.
    • <input> is missing a label.
    • <input> is missing tool-param-description.
  4. Detect WebMCP imperative API usage

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

  5. Detect WebMCP browser navigator injection

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

  6. Interactive surface coverage

    Only 0% of interactive surfaces are annotated.

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

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

10 Fail

Needs attention

AIO: Visible structured data match

Failed check
01

Issue

No JSON-LD structured data was detected.

Details

02

Why it matters

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

Check name

AIO: Visible structured data match

Score

0/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

9 Fail

Needs attention

AIO: Source and trust signals

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate, policyLinks.

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

20/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 20/100 and needs a fix.

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": false
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate",
    "policyLinks"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/en/about",
      "text": "About Trimble",
      "html": "<a class=\"t2-button t2-button--medium t2-button--secondary \" href=\"/en/about\" tabindex=\"0\" target=\"_self\">About Trimble</a>"
    },
    {
      "href": "https://www.trimble.com/blog/trimble/en-US/article/connected-construction-tech-work-life-balance",
      "text": "A construction company under constructionDiscover how F+F Mechanical streamlines workflows and improves work-life balance with our connected solutions.A construction company under construction Discover how F+F Mechanical streamlines workflows and improves work-life balance with our connected solutions.",
      "html": "<a class=\"t2-lo-related-subjects__item\" href=\"https://www.trimble.com/blog/trimble/en-US/article/connected-construction-tech-work-life-balance\" target=\"_blank\"><div><picture class=\"ter-focused-image-container t2-lo-related-subjects__thumbnail\" style=\"aspect-ratio:16 / 9;height:100%\"><source type=\"image/avif\" media=\"(max-width: 600px)\" srcset=\"https://images.ctfassets.net/citn2sn5tdjr/LQ3KSyEkwqJh6Uy35Kg46/f52d5c69a5b4a083fe18cc1e20c67ae1/F-F-352x252.jpg?fm=avif&amp;h=88&amp;q=100\"><source typ..."
    }
  ],
  "contactLinks": [
    {
      "href": "/en/support",
      "text": "FIND SUPPORT SERVICES",
      "html": "<a class=\"t2-button t2-button--medium t2-button--secondary t2-action-block__cta-button t2-action-block__cta-button--dark\" href=\"/en/support\">FIND SUPPORT SERVICES</a>"
    }
  ],
  "privacyLinks": [],
  "score": 20,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

7 Fail

Needs attention

AEO: Answer evidence and trust

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate, policyLinks.

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

20/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 20/100 and needs a fix.

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": false
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate",
    "policyLinks"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/en/about",
      "text": "About Trimble",
      "html": "<a class=\"t2-button t2-button--medium t2-button--secondary \" href=\"/en/about\" tabindex=\"0\" target=\"_self\">About Trimble</a>"
    },
    {
      "href": "https://www.trimble.com/blog/trimble/en-US/article/connected-construction-tech-work-life-balance",
      "text": "A construction company under constructionDiscover how F+F Mechanical streamlines workflows and improves work-life balance with our connected solutions.A construction company under construction Discover how F+F Mechanical streamlines workflows and improves work-life balance with our connected solutions.",
      "html": "<a class=\"t2-lo-related-subjects__item\" href=\"https://www.trimble.com/blog/trimble/en-US/article/connected-construction-tech-work-life-balance\" target=\"_blank\"><div><picture class=\"ter-focused-image-container t2-lo-related-subjects__thumbnail\" style=\"aspect-ratio:16 / 9;height:100%\"><source type=\"image/avif\" media=\"(max-width: 600px)\" srcset=\"https://images.ctfassets.net/citn2sn5tdjr/LQ3KSyEkwqJh6Uy35Kg46/f52d5c69a5b4a083fe18cc1e20c67ae1/F-F-352x252.jpg?fm=avif&amp;h=88&amp;q=100\"><source typ..."
    }
  ],
  "contactLinks": [
    {
      "href": "/en/support",
      "text": "FIND SUPPORT SERVICES",
      "html": "<a class=\"t2-button t2-button--medium t2-button--secondary t2-action-block__cta-button t2-action-block__cta-button--dark\" href=\"/en/support\">FIND SUPPORT SERVICES</a>"
    }
  ],
  "privacyLinks": [],
  "score": 20,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

5 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Extraction-friendly structure

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

4 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

28 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": 31,
  "passing": 3,
  "failing": [
    {
      "heading": "Accelerating the pace of work across the world's essential industries",
      "headingHtml": "<h2 class=\"t2-lo-feature-carousel__header t2-layout__header \">Accelerating the pace of work across the world&apos;s essential industries</h2>",
      "firstParagraph": "Trimble connected solutions give you a better way to work. Whether you design and construct buildings, operate and maintain infrastructure, optimize global supply chains or map the world, Trimble keeps your projects moving.",
      "paragraphHtml": "<p>Trimble connected solutions give you a better way to work. Whether you design and construct buildings, operate and maintain infrastructure, optimize global supply chains or map the world, Trimble keeps your projects moving.</p>",
      "words": 33,
      "direct": false,
      "issue": "First paragraph is 33 words and does not look like a concise direct answer."
    },
    {
      "heading": "Government",
      "headingHtml": "<h3 class=\"t2-lo-feature-carousel__item-header \">Government</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Natural Resources",
      "headingHtml": "<h3 class=\"t2-lo-feature-carousel__item-header \">Natural Resources</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Construction",
      "headingHtml": "<h3 class=\"t2-lo-feature-carousel__item-header \">Construction</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Geospatial",
      "headingHtml": "<h3 class=\"t2-lo-feature-carousel__item-header \">Geospatial</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Transportation",
      "headingHtml": "<h3 class=\"t2-lo-feature-carousel__item-header \">Transportation</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Government",
      "headingHtml": "<h3 class=\"t2-lo-feature-carousel__item-header \">Government</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Natural Resources",
      "headingHtml": "<h3 class=\"t2-lo-feature-carousel__item-header \">Natural Resources</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Construction",
      "headingHtml": "<h3 class=\"t2-lo-feature-carousel__item-header \">Construction</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Geospatial",
      "headingHtml": "<h3 class=\"t2-lo-feature-carousel__item-header \">Geospatial</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Transportation",
      "headingHtml": "<h3 class=\"t2-lo-feature-carousel__item-header \">Transportation</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Government",
      "headingHtml": "<h3 class=\"t2-lo-feature-carousel__item-header \">Government</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Natural Resources",
      "headingHtml": "<h3 class=\"t2-lo-feature-carousel__item-header \">Natural Resources</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Trimble technology in action",
      "headingHtml": "<h2 class=\"t2-lo-statistics__header t2-layout__header \">Trimble technology in action</h2>",
      "firstParagraph": "Driven by relentless innovation in precise positioning, 3D modeling and data analytics, Trimble empowers customers worldwide to succeed. With focused growth in construction, geospatial and transportation, the numbers speak for themselves.",
      "paragraphHtml": "<p>Driven by relentless innovation in precise positioning, 3D modeling and data analytics, Trimble empowers customers worldwide to succeed. With focused growth in construction, geospatial and transportation, the numbers speak for themselves.</p>",
      "words": 31,
      "direct": false,
      "issue": "First paragraph is 31 words and does not look like a concise direct answer."
    },
    {
      "heading": "BUILDING THE WORLD",
      "headingHtml": "<h3 class=\"t2-lo-statistics__statistic-card-header\">BUILDING THE WORLD</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "SHAPING THE WORLD",
      "headingHtml": "<h3 class=\"t2-lo-statistics__statistic-card-header\">SHAPING THE WORLD</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "MOVING THE WORLD",
      "headingHtml": "<h3 class=\"t2-lo-statistics__statistic-card-header\">MOVING THE WORLD</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Ready. Set. Turn!",
      "headingHtml": "<h2 class=\"t2-layout-inline-media__header t2-layout__header \">Ready. Set. Turn!</h2>",
      "firstParagraph": "Work doesn't flow in a straight line.",
      "paragraphHtml": "<p><strong>Work doesn&apos;t flow in a straight line.</strong></p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Where technology and teamwork connect",
      "headingHtml": "<h2 class=\"t2-lo-general__header t2-layout__header \">Where technology and teamwork connect</h2>",
      "firstParagraph": "Our partnerships with RFK Racing and Liverpool Football Club showcase how high-stakes competition runs on the same connected technology our customers use to engineer success and win with Confidence at every turnâ„¢.",
      "paragraphHtml": "<p>Our partnerships with RFK Racing and Liverpool Football Club showcase how high-stakes competition runs on the same connected technology our customers use to engineer success and win with Confidence at every turn<sup>&#x2122;</sup>. </p>",
      "words": 32,
      "direct": false,
      "issue": "First paragraph is 32 words and does not look like a concise direct answer."
    },
    {
      "heading": "The JE Dunn Way",
      "headingHtml": "<h3 class=\"t2-lo-inline-media-tab-title\">The JE Dunn Way</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Bristol Motor Speedway",
      "headingHtml": "<h3 class=\"t2-lo-inline-media-tab-title\">Bristol Motor Speedway</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "jorge chAvez intl. airport",
      "headingHtml": "<h3 class=\"t2-lo-inline-media-tab-title\">jorge chAvez intl. airport</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "evans distribution systems",
      "headingHtml": "<h3 class=\"t2-lo-inline-media-tab-title\">evans distribution systems</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Randselva Bridge",
      "headingHtml": "<h3 class=\"t2-lo-inline-media-tab-title\">Randselva Bridge</h3>",
      "firstParagraph": "Building confidence through consistency",
      "paragraphHtml": "<p><strong>Building confidence through consistency</strong></p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "From silver screen to job site: OpenUSD is rewriting the rules of 3D collaboration",
      "headingHtml": "<h3 class=\"t2-lo-related-subjects__card-header\">From silver screen to job site: OpenUSD is rewriting the rules of 3D collaboration</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "A construction company under construction",
      "headingHtml": "<h3 class=\"t2-lo-related-subjects__card-header\">A construction company under construction</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Hardworking AI for hardworking people",
      "headingHtml": "<h3 class=\"t2-lo-related-subjects__card-header\">Hardworking AI for hardworking people</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Looking for answers to product, order or billing questions?",
      "headingHtml": "<h2 class=\"t2-action-block--general__header\">Looking for answers to product, order or billing questions?</h2>",
      "firstParagraph": "We tried to combine the products in your guest cart with your saved cart, but we encountered an issue while merging them. When choosing a subscription, please select either monthly or yearly as they cannot be combined. Kindly review your cart before proceeding to checkout.",
      "paragraphHtml": "<p class=\"t2-dialog__content__text\" style=\"color:#242D2F\" data-sb-field-path=\"text\">We tried to combine the products in your guest cart with your saved cart, but we encountered an issue while merging them. When choosing a subscription, please select either monthly or yearly as they cannot be combined. Kindly review your cart before proceeding to checkout.</p>",
      "words": 45,
      "direct": false,
      "issue": "First paragraph is 45 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

3 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: construction, geospatial, transportation, more, confidence, every, turn.

Details

02

Why it matters

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

Check name

GEO: Entity clarity

Score

77/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "Trimble | Solutions for Construction, Geospatial, Transportation & More",
  "h1": "Confidence at every turnâ„¢",
  "description": "Easily connect physical and digital worlds with Trimble industrial technologies. Our intelligent data and industry solutions transform the way the world works.",
  "topicOverlap": 0.2222222222222222,
  "topicTerms": [
    "trimble",
    "solutions",
    "construction",
    "geospatial",
    "transportation",
    "more",
    "confidence",
    "every",
    "turn"
  ],
  "descriptionTerms": [
    "easily",
    "connect",
    "physical",
    "digital",
    "worlds",
    "trimble",
    "industrial",
    "technologies",
    "intelligent",
    "data",
    "industry",
    "solutions",
    "transform",
    "way",
    "world",
    "works"
  ],
  "missingFromDescription": [
    "construction",
    "geospatial",
    "transportation",
    "more",
    "confidence",
    "every",
    "turn"
  ],
  "score": 77,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

2 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": 2,
  "citablePassages": 0,
  "failingCandidateParagraphs": [
    {
      "index": 5,
      "heading": "H2: Ready. Set. Turn!",
      "text": "Every day brings new turns—decisions, actions and adjustments that must be made in real time. With Trimble on your team, you're in command of connected solutions to make every turn with confidence. Time after time, end to end, to keep work flowing.",
      "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>Every day brings new turns&#x2014;decisions, actions and adjustments that must be made in real time. With Trimble on your team, you&apos;re in command of connected solutions to make every turn with confidence. Time after time, end to end, to keep work flowing.</p>"
    },
    {
      "index": 12,
      "heading": "H6: Attention",
      "text": "We tried to combine the products in your guest cart with your saved cart, but we encountered an issue while merging them. When choosing a subscription, please select either monthly or yearly as they cannot be combined. Kindly review your cart before proceeding to checkout.",
      "words": 45,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (45 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"t2-dialog__content__text\" style=\"color:#242D2F\" data-sb-field-path=\"text\">We tried to combine the products in your guest cart with your saved cart, but we encountered an issue while merging them. When choosing a subscription, please select either monthly or yearly as they cannot be combined. Kindly review your cart before proceeding to checkout.</p>"
    }
  ],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

2 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

02

Why it matters

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

Check name

AEO: Question-led structure

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "h2Count": 8,
  "questionH2s": [
    {
      "index": 4,
      "text": "Where technology and teamwork connect",
      "isQuestion": true,
      "html": "<h2 class=\"t2-lo-general__header t2-layout__header \">Where technology and teamwork connect</h2>"
    },
    {
      "index": 8,
      "text": "Looking for answers to product, order or billing questions?",
      "isQuestion": true,
      "html": "<h2 class=\"t2-action-block--general__header\">Looking for answers to product, order or billing questions?</h2>"
    }
  ],
  "hasFaq": false,
  "score": 70,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

2 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Page experience for AIO

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1, shrink-to-fit=no",
  "visibleWords": 1010,
  "htmlBytes": 422302,
  "imagesMissingDimensions": [
    {
      "src": "https://images.ctfassets.net/citn2sn5tdjr/65xldnIyMbeJ2kQvRUGW9g/4fbb4cb9ce95b7926e848c1481482970/Trimble_Hero_RFK_Misc_1-lead-hero-2880x2400.webp?fm=jpg&fl=progressive&w=50&h=50&q=100",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://images.ctfassets.net/citn2sn5tdjr/65xldnIyMbeJ2kQvRUGW9g/4fbb4cb9ce95b7926e848c1481482970/Trimble_Hero_RFK_Misc_1-lead-hero-2880x2400.webp?fm=jpg&amp;fl=progressive&amp;w=50&amp;h=50&amp;q=100\" alt=\"Man in a blue Trimble shirt with Sunoco logo and black cap measures a Goodyear tire tread with a depth gauge, highlighting AECO precision.\" class=\"ter-focused-image focused-image-homepage-rfk-hero-image-nashville-5-28-26\" style=\"opacity:0\">"
    },
    {
      "src": "https://images.ctfassets.net/citn2sn5tdjr/6rrcEzx8Dn9pRQW8w06C6/10818e523f0f4ed5fef11a54fb06922f/hp-offerings-card5-government-631x421.jpg?fm=jpg&fl=progressive&w=50&h=50&q=90",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://images.ctfassets.net/citn2sn5tdjr/6rrcEzx8Dn9pRQW8w06C6/10818e523f0f4ed5fef11a54fb06922f/hp-offerings-card5-government-631x421.jpg?fm=jpg&amp;fl=progressive&amp;w=50&amp;h=50&amp;q=90\" alt=\"Aerial view of city skyscrapers and busy intersection at night\" class=\"ter-focused-image focused-image-aerial-view-of-city-skyscrapers-and-busy-intersection-at-night\" style=\"opacity:0\">"
    },
    {
      "src": "https://images.ctfassets.net/citn2sn5tdjr/c9F2Vc3NBwPp4t67IOBKf/0b676d05b1245110538257ae302e5e68/hp-offerings-card4-natresources-631x421.jpg?fm=jpg&fl=progressive&w=50&h=50&q=90",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://images.ctfassets.net/citn2sn5tdjr/c9F2Vc3NBwPp4t67IOBKf/0b676d05b1245110538257ae302e5e68/hp-offerings-card4-natresources-631x421.jpg?fm=jpg&amp;fl=progressive&amp;w=50&amp;h=50&amp;q=90\" alt=\"Aerial view of green trees in forest\" class=\"ter-focused-image focused-image-aerial-view-of-green-trees-in-forest\" style=\"opacity:0\">"
    },
    {
      "src": "https://images.ctfassets.net/citn2sn5tdjr/178p9RkFIiWrxBEU10zW9X/43b35f40669d805b430d7649f1ebb0a4/hp-offerings-card1-construction-631x421.jpg?fm=jpg&fl=progressive&w=50&h=50&q=90",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://images.ctfassets.net/citn2sn5tdjr/178p9RkFIiWrxBEU10zW9X/43b35f40669d805b430d7649f1ebb0a4/hp-offerings-card1-construction-631x421.jpg?fm=jpg&amp;fl=progressive&amp;w=50&amp;h=50&amp;q=90\" alt=\"Aerial view of heavy machinery on construction site\" class=\"ter-focused-image focused-image-aerial-view-of-heavy-machinery-on-construction-site\" style=\"opacity:0\">"
    },
    {
      "src": "https://images.ctfassets.net/citn2sn5tdjr/4jSOa8hvyS0sec3RbiCYvC/242eef1542cd333253e2544f2282324f/hp-offerings-card2-geospatial-631x421.jpg?fm=jpg&fl=progressive&w=50&h=50&q=90",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://images.ctfassets.net/citn2sn5tdjr/4jSOa8hvyS0sec3RbiCYvC/242eef1542cd333253e2544f2282324f/hp-offerings-card2-geospatial-631x421.jpg?fm=jpg&amp;fl=progressive&amp;w=50&amp;h=50&amp;q=90\" alt=\"Aerial view of winding road in forest next to sea\" class=\"ter-focused-image focused-image-aerial-view-of-winding-road-in-forest-next-to-sea\" style=\"opacity:0\">"
    },
    {
      "src": "https://images.ctfassets.net/citn2sn5tdjr/3ojokyB1SjEi4wRz2IakAk/b8f7db23c389d7cedb61c2ff4feffd1b/hp-offerings-card3-transportation-631x421.jpg?fm=jpg&fl=progressive&w=50&h=50&q=90",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://images.ctfassets.net/citn2sn5tdjr/3ojokyB1SjEi4wRz2IakAk/b8f7db23c389d7cedb61c2ff4feffd1b/hp-offerings-card3-transportation-631x421.jpg?fm=jpg&amp;fl=progressive&amp;w=50&amp;h=50&amp;q=90\" alt=\"Aerial view of semi-truck on bridge over murky water\" class=\"ter-focused-image focused-image-aerial-view-of-semi-truck-on-bridge-over-murky-water\" style=\"opacity:0\">"
    },
    {
      "src": "https://images.ctfassets.net/citn2sn5tdjr/6rrcEzx8Dn9pRQW8w06C6/10818e523f0f4ed5fef11a54fb06922f/hp-offerings-card5-government-631x421.jpg?fm=jpg&fl=progressive&w=50&h=50&q=90",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://images.ctfassets.net/citn2sn5tdjr/6rrcEzx8Dn9pRQW8w06C6/10818e523f0f4ed5fef11a54fb06922f/hp-offerings-card5-government-631x421.jpg?fm=jpg&amp;fl=progressive&amp;w=50&amp;h=50&amp;q=90\" alt=\"Aerial view of city skyscrapers and busy intersection at night\" class=\"ter-focused-image focused-image-aerial-view-of-city-skyscrapers-and-busy-intersection-at-night\" style=\"opacity:0\">"
    },
    {
      "src": "https://images.ctfassets.net/citn2sn5tdjr/c9F2Vc3NBwPp4t67IOBKf/0b676d05b1245110538257ae302e5e68/hp-offerings-card4-natresources-631x421.jpg?fm=jpg&fl=progressive&w=50&h=50&q=90",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://images.ctfassets.net/citn2sn5tdjr/c9F2Vc3NBwPp4t67IOBKf/0b676d05b1245110538257ae302e5e68/hp-offerings-card4-natresources-631x421.jpg?fm=jpg&amp;fl=progressive&amp;w=50&amp;h=50&amp;q=90\" alt=\"Aerial view of green trees in forest\" class=\"ter-focused-image focused-image-aerial-view-of-green-trees-in-forest\" style=\"opacity:0\">"
    },
    {
      "src": "https://images.ctfassets.net/citn2sn5tdjr/178p9RkFIiWrxBEU10zW9X/43b35f40669d805b430d7649f1ebb0a4/hp-offerings-card1-construction-631x421.jpg?fm=jpg&fl=progressive&w=50&h=50&q=90",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://images.ctfassets.net/citn2sn5tdjr/178p9RkFIiWrxBEU10zW9X/43b35f40669d805b430d7649f1ebb0a4/hp-offerings-card1-construction-631x421.jpg?fm=jpg&amp;fl=progressive&amp;w=50&amp;h=50&amp;q=90\" alt=\"Aerial view of heavy machinery on construction site\" class=\"ter-focused-image focused-image-aerial-view-of-heavy-machinery-on-construction-site\" style=\"opacity:0\">"
    },
    {
      "src": "https://images.ctfassets.net/citn2sn5tdjr/4jSOa8hvyS0sec3RbiCYvC/242eef1542cd333253e2544f2282324f/hp-offerings-card2-geospatial-631x421.jpg?fm=jpg&fl=progressive&w=50&h=50&q=90",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://images.ctfassets.net/citn2sn5tdjr/4jSOa8hvyS0sec3RbiCYvC/242eef1542cd333253e2544f2282324f/hp-offerings-card2-geospatial-631x421.jpg?fm=jpg&amp;fl=progressive&amp;w=50&amp;h=50&amp;q=90\" alt=\"Aerial view of winding road in forest next to sea\" class=\"ter-focused-image focused-image-aerial-view-of-winding-road-in-forest-next-to-sea\" style=\"opacity:0\">"
    },
    {
      "src": "https://images.ctfassets.net/citn2sn5tdjr/3ojokyB1SjEi4wRz2IakAk/b8f7db23c389d7cedb61c2ff4feffd1b/hp-offerings-card3-transportation-631x421.jpg?fm=jpg&fl=progressive&w=50&h=50&q=90",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://images.ctfassets.net/citn2sn5tdjr/3ojokyB1SjEi4wRz2IakAk/b8f7db23c389d7cedb61c2ff4feffd1b/hp-offerings-card3-transportation-631x421.jpg?fm=jpg&amp;fl=progressive&amp;w=50&amp;h=50&amp;q=90\" alt=\"Aerial view of semi-truck on bridge over murky water\" class=\"ter-focused-image focused-image-aerial-view-of-semi-truck-on-bridge-over-murky-water\" style=\"opacity:0\">"
    },
    {
      "src": "https://images.ctfassets.net/citn2sn5tdjr/6rrcEzx8Dn9pRQW8w06C6/10818e523f0f4ed5fef11a54fb06922f/hp-offerings-card5-government-631x421.jpg?fm=jpg&fl=progressive&w=50&h=50&q=90",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://images.ctfassets.net/citn2sn5tdjr/6rrcEzx8Dn9pRQW8w06C6/10818e523f0f4ed5fef11a54fb06922f/hp-offerings-card5-government-631x421.jpg?fm=jpg&amp;fl=progressive&amp;w=50&amp;h=50&amp;q=90\" alt=\"Aerial view of city skyscrapers and busy intersection at night\" class=\"ter-focused-image focused-image-aerial-view-of-city-skyscrapers-and-busy-intersection-at-night\" style=\"opacity:0\">"
    },
    {
      "src": "https://images.ctfassets.net/citn2sn5tdjr/c9F2Vc3NBwPp4t67IOBKf/0b676d05b1245110538257ae302e5e68/hp-offerings-card4-natresources-631x421.jpg?fm=jpg&fl=progressive&w=50&h=50&q=90",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://images.ctfassets.net/citn2sn5tdjr/c9F2Vc3NBwPp4t67IOBKf/0b676d05b1245110538257ae302e5e68/hp-offerings-card4-natresources-631x421.jpg?fm=jpg&amp;fl=progressive&amp;w=50&amp;h=50&amp;q=90\" alt=\"Aerial view of green trees in forest\" class=\"ter-focused-image focused-image-aerial-view-of-green-trees-in-forest\" style=\"opacity:0\">"
    },
    {
      "src": "https://images.ctfassets.net/citn2sn5tdjr/3eEJ1mxem5mmJg5ujkegIY/837021a07d9ec5b76be9132a14bec882/Trimble-RFK-Ready-Set-Turn-1262x708-021726.webp?fm=jpg&fl=progressive&w=50&h=50&q=90",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://images.ctfassets.net/citn2sn5tdjr/3eEJ1mxem5mmJg5ujkegIY/837021a07d9ec5b76be9132a14bec882/Trimble-RFK-Ready-Set-Turn-1262x708-021726.webp?fm=jpg&amp;fl=progressive&amp;w=50&amp;h=50&amp;q=90\" alt=\"Aerial view of cars navigating a roundabout, with the text &quot;CONFIDENCE AT EVERY TURN&quot; and the Trimble logo.\" class=\"ter-focused-image focused-image-aerial-view-of-cars-navigating-a-roundabout-with-the-text-confidence-at-every-turn-and-the-trimble-logo-\" sty..."
    },
    {
      "src": "https://images.ctfassets.net/citn2sn5tdjr/3eEJ1mxem5mmJg5ujkegIY/837021a07d9ec5b76be9132a14bec882/Trimble-RFK-Ready-Set-Turn-1262x708-021726.webp?fm=jpg&fl=progressive&w=50&h=50&q=90",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://images.ctfassets.net/citn2sn5tdjr/3eEJ1mxem5mmJg5ujkegIY/837021a07d9ec5b76be9132a14bec882/Trimble-RFK-Ready-Set-Turn-1262x708-021726.webp?fm=jpg&amp;fl=progressive&amp;w=50&amp;h=50&amp;q=90\" alt=\"Aerial view of cars navigating a roundabout, with the text &quot;CONFIDENCE AT EVERY TURN&quot; and the Trimble logo.\" class=\"ter-focused-image focused-image-aerial-view-of-cars-navigating-a-roundabout-with-the-text-confidence-at-every-turn-and-the-trimble-logo-\" sty..."
    },
    {
      "src": "https://images.ctfassets.net/citn2sn5tdjr/3eEJ1mxem5mmJg5ujkegIY/837021a07d9ec5b76be9132a14bec882/Trimble-RFK-Ready-Set-Turn-1262x708-021726.webp?fm=jpg&fl=progressive&w=50&h=50&q=90",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://images.ctfassets.net/citn2sn5tdjr/3eEJ1mxem5mmJg5ujkegIY/837021a07d9ec5b76be9132a14bec882/Trimble-RFK-Ready-Set-Turn-1262x708-021726.webp?fm=jpg&amp;fl=progressive&amp;w=50&amp;h=50&amp;q=90\" alt=\"Aerial view of cars navigating a roundabout, with the text &quot;CONFIDENCE AT EVERY TURN&quot; and the Trimble logo.\" class=\"ter-focused-image focused-image-aerial-view-of-cars-navigating-a-roundabout-with-the-text-confidence-at-every-turn-and-the-trimble-logo-\" sty..."
    },
    {
      "src": "https://images.ctfassets.net/citn2sn5tdjr/5H0rjEmeCkwCiDvmCMWNyS/b937767d1632081617de6966f0acc339/Trimble-LFC-Partnershippage-inline-media-1000x924.webp?fm=jpg&fl=progressive&w=50&h=50",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://images.ctfassets.net/citn2sn5tdjr/5H0rjEmeCkwCiDvmCMWNyS/b937767d1632081617de6966f0acc339/Trimble-LFC-Partnershippage-inline-media-1000x924.webp?fm=jpg&amp;fl=progressive&amp;w=50&amp;h=50\" alt=\"A blue #17 RFK Racing Ford Mustang with Trimble branding, and three Athletes from Liverpool Football Club in red jerseys celebrating in the background.\" class=\"ter-focused-image focused-image-trimble-lfc-partnershippage-inline-media-1000x924\" style=\"opacity:0\">"
    },
    {
      "src": "https://images.ctfassets.net/citn2sn5tdjr/1w6YNDe2vfv9zJek43cuhO/ba4cd783f17bba1af7836e2d23092944/JE_Dunn_-_Turning_Process_into_Precision_-_Video_Thumbnail_2.jpg?fm=jpg&fl=progressive&w=50&h=50&q=100",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://images.ctfassets.net/citn2sn5tdjr/1w6YNDe2vfv9zJek43cuhO/ba4cd783f17bba1af7836e2d23092944/JE_Dunn_-_Turning_Process_into_Precision_-_Video_Thumbnail_2.jpg?fm=jpg&amp;fl=progressive&amp;w=50&amp;h=50&amp;q=100\" alt=\"JE Dunn team member verifying a layout point with precision tools during a concrete pour in Austin, Texas.\" class=\"ter-focused-image focused-image-je-dunn-team-member-verifying-a-layout-point-with-precision-tools-during-a-concrete-pour-in-austin-tex..."
    },
    {
      "src": "https://images.ctfassets.net/citn2sn5tdjr/MN3Xo3U9691AaGMrdkds4/3f6d9e532c3293b680a1eefc07cc7519/openusd-352x352.jpg?fm=jpg&fl=progressive&w=50&h=50&q=100",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://images.ctfassets.net/citn2sn5tdjr/MN3Xo3U9691AaGMrdkds4/3f6d9e532c3293b680a1eefc07cc7519/openusd-352x352.jpg?fm=jpg&amp;fl=progressive&amp;w=50&amp;h=50&amp;q=100\" alt=\"Experts in 3D modeling from Adobe, NVIDIA, Pixar and Trimble discussed the importance of OpenUSD standards at Dimensions 2025.\" class=\"ter-focused-image focused-image-experts-in-3d-modeling-from-adobe-nvidia-pixar-and-trimble-discussed-the-importance-of-openusd-standards-at-dimensions-2025-\" st..."
    },
    {
      "src": "https://images.ctfassets.net/citn2sn5tdjr/LQ3KSyEkwqJh6Uy35Kg46/f52d5c69a5b4a083fe18cc1e20c67ae1/F-F-352x252.jpg?fm=jpg&fl=progressive&w=50&h=50&q=100",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://images.ctfassets.net/citn2sn5tdjr/LQ3KSyEkwqJh6Uy35Kg46/f52d5c69a5b4a083fe18cc1e20c67ae1/F-F-352x252.jpg?fm=jpg&amp;fl=progressive&amp;w=50&amp;h=50&amp;q=100\" alt=\"Worker in an F+F Mechanical safety vest operating a Trimble Robotic Total Station at a construction site.\" class=\"ter-focused-image focused-image-worker-in-an-f-f-mechanical-safety-vest-operating-a-trimble-robotic-total-station-at-a-construction-site-\" style=\"opacity:0\">"
    },
    {
      "src": "https://images.ctfassets.net/citn2sn5tdjr/3PS46WjUBNqIuKi1aFsYc9/5175929d446e1d38c0e3a9a671d80f1b/mark-schwartz-ai-352x352.png?fm=jpg&fl=progressive&w=50&h=50&q=100",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://images.ctfassets.net/citn2sn5tdjr/3PS46WjUBNqIuKi1aFsYc9/5175929d446e1d38c0e3a9a671d80f1b/mark-schwartz-ai-352x352.png?fm=jpg&amp;fl=progressive&amp;w=50&amp;h=50&amp;q=100\" alt=\"Mark Schwartz, Trimble SVP, introduces Trimble AI at the Dimensions User Conference, showcasing productivity and efficiency in AEC workflows.\" class=\"ter-focused-image focused-image-mark-schwartz-trimble-svp-introduces-trimble-ai-at-the-dimensions-user-conference-showcasing-productivi..."
    },
    {
      "src": "https://images.ctfassets.net/citn2sn5tdjr/71qsqV8iItR2J06LZBo6h/713ca01762459671e82f2c4e5dfbec1b/microsoft.png?fm=jpg&fl=progressive&w=50&h=50&q=100",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://images.ctfassets.net/citn2sn5tdjr/71qsqV8iItR2J06LZBo6h/713ca01762459671e82f2c4e5dfbec1b/microsoft.png?fm=jpg&amp;fl=progressive&amp;w=50&amp;h=50&amp;q=100\" alt=\"Microsoft\" class=\"ter-focused-image focused-image-microsoft\" style=\"opacity:0\">"
    },
    {
      "src": "https://images.ctfassets.net/citn2sn5tdjr/2pL4iCAhUoh5NOqFBYE2wy/249fffccefe938fc3f7068eac2ccac26/mx-cx-blue-yonder-logo-197x140.jpg.png?fm=jpg&fl=progressive&w=50&h=50&q=100",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://images.ctfassets.net/citn2sn5tdjr/2pL4iCAhUoh5NOqFBYE2wy/249fffccefe938fc3f7068eac2ccac26/mx-cx-blue-yonder-logo-197x140.jpg.png?fm=jpg&amp;fl=progressive&amp;w=50&amp;h=50&amp;q=100\" alt=\"BlueYonder\" class=\"ter-focused-image focused-image-blueyonder\" style=\"opacity:0\">"
    },
    {
      "src": "https://images.ctfassets.net/citn2sn5tdjr/26cCaKWNEjtt3f1SlAK4Pq/c84a68a1b467f9233b1cb31e5d41c824/sitech.png?fm=jpg&fl=progressive&w=50&h=50&q=100",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://images.ctfassets.net/citn2sn5tdjr/26cCaKWNEjtt3f1SlAK4Pq/c84a68a1b467f9233b1cb31e5d41c824/sitech.png?fm=jpg&amp;fl=progressive&amp;w=50&amp;h=50&amp;q=100\" alt=\"Sitech\" class=\"ter-focused-image focused-image-sitech\" style=\"opacity:0\">"
    },
    {
      "src": "https://images.ctfassets.net/citn2sn5tdjr/1h9ipQdkQiZfuw7UWPfCpv/dd2bc6de125e484e7805d948d2b75984/partners-logo-esri-544x362.png?fm=jpg&fl=progressive&w=50&h=50&q=100",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://images.ctfassets.net/citn2sn5tdjr/1h9ipQdkQiZfuw7UWPfCpv/dd2bc6de125e484e7805d948d2b75984/partners-logo-esri-544x362.png?fm=jpg&amp;fl=progressive&amp;w=50&amp;h=50&amp;q=100\" alt=\"ESRI\" class=\"ter-focused-image focused-image-esri\" style=\"opacity:0\">"
    },
    {
      "src": "https://images.ctfassets.net/citn2sn5tdjr/4OhsoUfHU92fufSZqchW77/e49fde9c89d8c641b4fc3b226af32204/caterpillar.png?fm=jpg&fl=progressive&w=50&h=50&q=100",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://images.ctfassets.net/citn2sn5tdjr/4OhsoUfHU92fufSZqchW77/e49fde9c89d8c641b4fc3b226af32204/caterpillar.png?fm=jpg&amp;fl=progressive&amp;w=50&amp;h=50&amp;q=100\" alt=\"Caterpillar\" class=\"ter-focused-image focused-image-caterpillar\" style=\"opacity:0\">"
    },
    {
      "src": "https://images.ctfassets.net/citn2sn5tdjr/3AvkovuKjSXVqeNQsBiRSZ/2e9e2b891bb0ac1ed808e33fe37753cf/buildingpoint-logo-197x140.png?fm=jpg&fl=progressive&w=50&h=50&q=100",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://images.ctfassets.net/citn2sn5tdjr/3AvkovuKjSXVqeNQsBiRSZ/2e9e2b891bb0ac1ed808e33fe37753cf/buildingpoint-logo-197x140.png?fm=jpg&amp;fl=progressive&amp;w=50&amp;h=50&amp;q=100\" alt=\"buildingpoint logo\" class=\"ter-focused-image focused-image-buildingpoint-logo\" style=\"opacity:0\">"
    },
    {
      "src": "https://images.ctfassets.net/citn2sn5tdjr/od26OzmkWa72mohvcQu0a/b180453f77368228a60de1672d87698f/mx-cx-oracle-logo-197x140.jpg?fm=jpg&fl=progressive&w=50&h=50&q=100",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://images.ctfassets.net/citn2sn5tdjr/od26OzmkWa72mohvcQu0a/b180453f77368228a60de1672d87698f/mx-cx-oracle-logo-197x140.jpg?fm=jpg&amp;fl=progressive&amp;w=50&amp;h=50&amp;q=100\" alt=\"Oracle logo\" class=\"ter-focused-image focused-image-oracle-logo\" style=\"opacity:0\">"
    },
    {
      "src": "https://images.ctfassets.net/citn2sn5tdjr/5rKORhRbaVQZtJ18lldvNJ/694b3008794e314e30b6605d246670f8/mx-cx-hilti-logo-197x140.jpg?fm=jpg&fl=progressive&w=50&h=50&q=100",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://images.ctfassets.net/citn2sn5tdjr/5rKORhRbaVQZtJ18lldvNJ/694b3008794e314e30b6605d246670f8/mx-cx-hilti-logo-197x140.jpg?fm=jpg&amp;fl=progressive&amp;w=50&amp;h=50&amp;q=100\" alt=\"Hilti logo\" class=\"ter-focused-image focused-image-hilti-logo\" style=\"opacity:0\">"
    },
    {
      "src": "https://images.ctfassets.net/citn2sn5tdjr/18tWWvi6kHZ7YaHZdXb4PY/fd23730ef58b83b0e6c0f9b80280f4c5/mx-cx-platform-science-logo-197x140.jpg.png?fm=jpg&fl=progressive&w=50&h=50&q=100",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://images.ctfassets.net/citn2sn5tdjr/18tWWvi6kHZ7YaHZdXb4PY/fd23730ef58b83b0e6c0f9b80280f4c5/mx-cx-platform-science-logo-197x140.jpg.png?fm=jpg&amp;fl=progressive&amp;w=50&amp;h=50&amp;q=100\" alt=\"Platform science logo\" class=\"ter-focused-image focused-image-platform-science-logo\" style=\"opacity:0\">"
    },
    {
      "src": "https://images.ctfassets.net/citn2sn5tdjr/6jjWNNDVwbXhimjF8tAsks/d10feba74f2517835754d2251b8b6b71/aws-logo-197x140.jpg?fm=jpg&fl=progressive&w=50&h=50&q=100",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://images.ctfassets.net/citn2sn5tdjr/6jjWNNDVwbXhimjF8tAsks/d10feba74f2517835754d2251b8b6b71/aws-logo-197x140.jpg?fm=jpg&amp;fl=progressive&amp;w=50&amp;h=50&amp;q=100\" alt=\"AWS logo\" class=\"ter-focused-image focused-image-aws-logo\" style=\"opacity:0\">"
    },
    {
      "src": "https://images.ctfassets.net/citn2sn5tdjr/3Qsdyr8D4OVnz9m2zR9W9E/7268f9562d309a368ae59f1cbf008976/autodesk-logo-197x140.jpg?fm=jpg&fl=progressive&w=50&h=50&q=100",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://images.ctfassets.net/citn2sn5tdjr/3Qsdyr8D4OVnz9m2zR9W9E/7268f9562d309a368ae59f1cbf008976/autodesk-logo-197x140.jpg?fm=jpg&amp;fl=progressive&amp;w=50&amp;h=50&amp;q=100\" alt=\"AutoDesk logo\" class=\"ter-focused-image focused-image-autodesk-logo\" style=\"opacity:0\">"
    },
    {
      "src": "https://images.ctfassets.net/citn2sn5tdjr/7lCOdhliegEfsmvpWn5P6q/4d40e0fce8b433697d640b64657bd758/mx-cx-agco-logo-197x140.jpg?fm=jpg&fl=progressive&w=50&h=50&q=100",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://images.ctfassets.net/citn2sn5tdjr/7lCOdhliegEfsmvpWn5P6q/4d40e0fce8b433697d640b64657bd758/mx-cx-agco-logo-197x140.jpg?fm=jpg&amp;fl=progressive&amp;w=50&amp;h=50&amp;q=100\" alt=\"agco logo\" class=\"ter-focused-image focused-image-agco-logo\" style=\"opacity:0\">"
    }
  ],
  "possibleDialogs": [
    "<div class=\"t2-dialog t2-dialog--closed\"><h6 class=\"t2-dialog__title\">Attention</h6><p class=\"t2-dialog__content__text\" style=\"color:#242D2F\" data-sb-field-path=\"text\">We tried to combine the products in your guest cart with your saved cart, but we encountered an issue while merging them. When choosing a subscription, please select either monthly or yearly as they cannot be combined. Kindly review your cart before proceeding to checkout.</p><div class=\"t2-dialog__buttons\"><a class=\"t2-button...",
    "<h6 class=\"t2-dialog__title\">Attention</h6>",
    "<p class=\"t2-dialog__content__text\" style=\"color:#242D2F\" data-sb-field-path=\"text\">We tried to combine the products in your guest cart with your saved cart, but we encountered an issue while merging them. When choosing a subscription, please select either monthly or yearly as they cannot be combined. Kindly review your cart before proceeding to checkout.</p>",
    "<div class=\"t2-dialog__buttons\"><a class=\"t2-button t2-button--small t2-button--primary \" target=\"_self\">Continue</a></div>",
    "<div class=\"t2-dialog t2-dialog--closed\"><h6 class=\"t2-dialog__title\">Cart Updated</h6><div class=\"t2-dialog__content__text-holder\" style=\"color:#242D2F\"><div>undefined<br><br><b> undefined:</b><br> undefined</div></div><div class=\"t2-dialog__buttons\"><a class=\"t2-button t2-button--small t2-button--primary \" target=\"_self\">OK</a></div></div>",
    "<h6 class=\"t2-dialog__title\">Cart Updated</h6>",
    "<div class=\"t2-dialog__content__text-holder\" style=\"color:#242D2F\"><div>undefined<br><br><b> undefined:</b><br> undefined</div></div>",
    "<div class=\"t2-dialog__buttons\"><a class=\"t2-button t2-button--small t2-button--primary \" target=\"_self\">OK</a></div>",
    "<div class=\"t2-dialog t2-dialog--closed\"><h6 class=\"t2-dialog__title\">Attention</h6><p class=\"t2-dialog__content__text\" style=\"color:#242D2F\" data-sb-field-path=\"text\">The software you are trying to purchase is not available in your country or region.</p><div class=\"t2-dialog__buttons\"><a class=\"t2-button t2-button--small t2-button--primary \" target=\"_self\">OK</a></div></div>",
    "<h6 class=\"t2-dialog__title\">Attention</h6>",
    "<p class=\"t2-dialog__content__text\" style=\"color:#242D2F\" data-sb-field-path=\"text\">The software you are trying to purchase is not available in your country or region.</p>",
    "<div class=\"t2-dialog__buttons\"><a class=\"t2-button t2-button--small t2-button--primary \" target=\"_self\">OK</a></div>",
    "<div class=\"t2-dialog t2-dialog--closed\"><h6 class=\"t2-dialog__title\">Cart Updated</h6><div class=\"t2-dialog__content__text-holder\" style=\"color:#242D2F\"><div>The items in your cart have been updated for two reasons. Firstly, the prices now match the currency linked to your account address. Secondly, some items have been removed because they are not available for purchase in your region. Please review your cart before proceeding.<br><br><b> undefined:</b><br> undefined</div></div><div class=\"...",
    "<h6 class=\"t2-dialog__title\">Cart Updated</h6>",
    "<div class=\"t2-dialog__content__text-holder\" style=\"color:#242D2F\"><div>The items in your cart have been updated for two reasons. Firstly, the prices now match the currency linked to your account address. Secondly, some items have been removed because they are not available for purchase in your region. Please review your cart before proceeding.<br><br><b> undefined:</b><br> undefined</div></div>",
    "<div class=\"t2-dialog__buttons\"><a class=\"t2-button t2-button--small t2-button--primary \" target=\"_self\">OK</a></div>",
    "<div class=\"t2-dialog t2-dialog--closed\"><h6 class=\"t2-dialog__title\">Cart Updated</h6><div class=\"t2-dialog__content__text-holder\" style=\"color:#242D2F\"><div>The items in your cart have been updated for two reasons. Firstly, you&apos;ve added too many of one item to your cart. Secondly, some items have been removed because they are not available for purchase in your region. Please review your cart before proceeding.<br><br><b> undefined:</b><br> undefined</div></div><div class=\"t2-dialog__bu...",
    "<h6 class=\"t2-dialog__title\">Cart Updated</h6>",
    "<div class=\"t2-dialog__content__text-holder\" style=\"color:#242D2F\"><div>The items in your cart have been updated for two reasons. Firstly, you&apos;ve added too many of one item to your cart. Secondly, some items have been removed because they are not available for purchase in your region. Please review your cart before proceeding.<br><br><b> undefined:</b><br> undefined</div></div>",
    "<div class=\"t2-dialog__buttons\"><a class=\"t2-button t2-button--small t2-button--primary \" target=\"_self\">OK</a></div>",
    "<div class=\"t2-dialog t2-dialog--closed\"><h6 class=\"t2-dialog__title\">Cart Updated</h6><div class=\"t2-dialog__content__text-holder\" style=\"color:#242D2F\"><div>The items in your cart have been updated for three reasons. Firstly, the prices now match the currency linked to your account address. Secondly, you&apos;ve added too many of one item to your cart. Thirdly, some items have been removed because they are not available for purchase in your region. Please review your cart before proceeding<...",
    "<h6 class=\"t2-dialog__title\">Cart Updated</h6>",
    "<div class=\"t2-dialog__content__text-holder\" style=\"color:#242D2F\"><div>The items in your cart have been updated for three reasons. Firstly, the prices now match the currency linked to your account address. Secondly, you&apos;ve added too many of one item to your cart. Thirdly, some items have been removed because they are not available for purchase in your region. Please review your cart before proceeding<br><br><b> undefined:</b><br> undefined</div></div>",
    "<div class=\"t2-dialog__buttons\"><a class=\"t2-button t2-button--small t2-button--primary \" target=\"_self\">OK</a></div>",
    "<div class=\"t2-dialog t2-dialog--closed\"><h6 class=\"t2-dialog__title\">Cart Updated</h6><p class=\"t2-dialog__content__text\" style=\"color:#242D2F\" data-sb-field-path=\"text\">Your currency has been changed to match the currency associated with your account address.</p><div class=\"t2-dialog__buttons\"><a class=\"t2-button t2-button--small t2-button--primary \" target=\"_self\">Continue</a></div></div>",
    "<h6 class=\"t2-dialog__title\">Cart Updated</h6>",
    "<p class=\"t2-dialog__content__text\" style=\"color:#242D2F\" data-sb-field-path=\"text\">Your currency has been changed to match the currency associated with your account address.</p>",
    "<div class=\"t2-dialog__buttons\"><a class=\"t2-button t2-button--small t2-button--primary \" target=\"_self\">Continue</a></div>",
    "<div class=\"t2-dialog t2-dialog--closed\"><h6 class=\"t2-dialog__title\">Cart Updated</h6><p class=\"t2-dialog__content__text\" style=\"color:#242D2F\" data-sb-field-path=\"text\">Your cart has been updated for two reasons. First, the prices now reflect the currency associated with your account address. Second, you&apos;ve added too many of one item to your cart. Please review your cart before proceeding.</p><div class=\"t2-dialog__buttons\"><a class=\"t2-button t2-button--small t2-button--primary \" targ...",
    "<h6 class=\"t2-dialog__title\">Cart Updated</h6>",
    "<p class=\"t2-dialog__content__text\" style=\"color:#242D2F\" data-sb-field-path=\"text\">Your cart has been updated for two reasons. First, the prices now reflect the currency associated with your account address. Second, you&apos;ve added too many of one item to your cart. Please review your cart before proceeding.</p>",
    "<div class=\"t2-dialog__buttons\"><a class=\"t2-button t2-button--small t2-button--primary \" target=\"_self\">Continue</a></div>",
    "<div class=\"t2-dialog t2-dialog--closed\"><h6 class=\"t2-dialog__title\">Cart Updated</h6><p class=\"t2-dialog__content__text\" style=\"color:#242D2F\" data-sb-field-path=\"text\">While combining the products in your guest cart with your saved cart, at least one item in your cart has exceeded the maximum allowable quantity. Please review and correct your cart before proceeding to checkout.</p><div class=\"t2-dialog__buttons\"><a class=\"t2-button t2-button--small t2-button--primary \" target=\"_self\">Conti...",
    "<h6 class=\"t2-dialog__title\">Cart Updated</h6>",
    "<p class=\"t2-dialog__content__text\" style=\"color:#242D2F\" data-sb-field-path=\"text\">While combining the products in your guest cart with your saved cart, at least one item in your cart has exceeded the maximum allowable quantity. Please review and correct your cart before proceeding to checkout.</p>",
    "<div class=\"t2-dialog__buttons\"><a class=\"t2-button t2-button--small t2-button--primary \" target=\"_self\">Continue</a></div>"
  ],
  "score": 70,
  "weight": 10
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

28 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": 31,
  "passing": 3,
  "failing": [
    {
      "heading": "Accelerating the pace of work across the world's essential industries",
      "headingHtml": "<h2 class=\"t2-lo-feature-carousel__header t2-layout__header \">Accelerating the pace of work across the world&apos;s essential industries</h2>",
      "firstParagraph": "Trimble connected solutions give you a better way to work. Whether you design and construct buildings, operate and maintain infrastructure, optimize global supply chains or map the world, Trimble keeps your projects moving.",
      "paragraphHtml": "<p>Trimble connected solutions give you a better way to work. Whether you design and construct buildings, operate and maintain infrastructure, optimize global supply chains or map the world, Trimble keeps your projects moving.</p>",
      "words": 33,
      "direct": false,
      "issue": "First paragraph is 33 words and does not look like a concise direct answer."
    },
    {
      "heading": "Government",
      "headingHtml": "<h3 class=\"t2-lo-feature-carousel__item-header \">Government</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Natural Resources",
      "headingHtml": "<h3 class=\"t2-lo-feature-carousel__item-header \">Natural Resources</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Construction",
      "headingHtml": "<h3 class=\"t2-lo-feature-carousel__item-header \">Construction</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Geospatial",
      "headingHtml": "<h3 class=\"t2-lo-feature-carousel__item-header \">Geospatial</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Transportation",
      "headingHtml": "<h3 class=\"t2-lo-feature-carousel__item-header \">Transportation</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Government",
      "headingHtml": "<h3 class=\"t2-lo-feature-carousel__item-header \">Government</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Natural Resources",
      "headingHtml": "<h3 class=\"t2-lo-feature-carousel__item-header \">Natural Resources</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Construction",
      "headingHtml": "<h3 class=\"t2-lo-feature-carousel__item-header \">Construction</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Geospatial",
      "headingHtml": "<h3 class=\"t2-lo-feature-carousel__item-header \">Geospatial</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Transportation",
      "headingHtml": "<h3 class=\"t2-lo-feature-carousel__item-header \">Transportation</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Government",
      "headingHtml": "<h3 class=\"t2-lo-feature-carousel__item-header \">Government</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Natural Resources",
      "headingHtml": "<h3 class=\"t2-lo-feature-carousel__item-header \">Natural Resources</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Trimble technology in action",
      "headingHtml": "<h2 class=\"t2-lo-statistics__header t2-layout__header \">Trimble technology in action</h2>",
      "firstParagraph": "Driven by relentless innovation in precise positioning, 3D modeling and data analytics, Trimble empowers customers worldwide to succeed. With focused growth in construction, geospatial and transportation, the numbers speak for themselves.",
      "paragraphHtml": "<p>Driven by relentless innovation in precise positioning, 3D modeling and data analytics, Trimble empowers customers worldwide to succeed. With focused growth in construction, geospatial and transportation, the numbers speak for themselves.</p>",
      "words": 31,
      "direct": false,
      "issue": "First paragraph is 31 words and does not look like a concise direct answer."
    },
    {
      "heading": "BUILDING THE WORLD",
      "headingHtml": "<h3 class=\"t2-lo-statistics__statistic-card-header\">BUILDING THE WORLD</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "SHAPING THE WORLD",
      "headingHtml": "<h3 class=\"t2-lo-statistics__statistic-card-header\">SHAPING THE WORLD</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "MOVING THE WORLD",
      "headingHtml": "<h3 class=\"t2-lo-statistics__statistic-card-header\">MOVING THE WORLD</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Ready. Set. Turn!",
      "headingHtml": "<h2 class=\"t2-layout-inline-media__header t2-layout__header \">Ready. Set. Turn!</h2>",
      "firstParagraph": "Work doesn't flow in a straight line.",
      "paragraphHtml": "<p><strong>Work doesn&apos;t flow in a straight line.</strong></p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Where technology and teamwork connect",
      "headingHtml": "<h2 class=\"t2-lo-general__header t2-layout__header \">Where technology and teamwork connect</h2>",
      "firstParagraph": "Our partnerships with RFK Racing and Liverpool Football Club showcase how high-stakes competition runs on the same connected technology our customers use to engineer success and win with Confidence at every turnâ„¢.",
      "paragraphHtml": "<p>Our partnerships with RFK Racing and Liverpool Football Club showcase how high-stakes competition runs on the same connected technology our customers use to engineer success and win with Confidence at every turn<sup>&#x2122;</sup>. </p>",
      "words": 32,
      "direct": false,
      "issue": "First paragraph is 32 words and does not look like a concise direct answer."
    },
    {
      "heading": "The JE Dunn Way",
      "headingHtml": "<h3 class=\"t2-lo-inline-media-tab-title\">The JE Dunn Way</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Bristol Motor Speedway",
      "headingHtml": "<h3 class=\"t2-lo-inline-media-tab-title\">Bristol Motor Speedway</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "jorge chAvez intl. airport",
      "headingHtml": "<h3 class=\"t2-lo-inline-media-tab-title\">jorge chAvez intl. airport</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "evans distribution systems",
      "headingHtml": "<h3 class=\"t2-lo-inline-media-tab-title\">evans distribution systems</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Randselva Bridge",
      "headingHtml": "<h3 class=\"t2-lo-inline-media-tab-title\">Randselva Bridge</h3>",
      "firstParagraph": "Building confidence through consistency",
      "paragraphHtml": "<p><strong>Building confidence through consistency</strong></p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "From silver screen to job site: OpenUSD is rewriting the rules of 3D collaboration",
      "headingHtml": "<h3 class=\"t2-lo-related-subjects__card-header\">From silver screen to job site: OpenUSD is rewriting the rules of 3D collaboration</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "A construction company under construction",
      "headingHtml": "<h3 class=\"t2-lo-related-subjects__card-header\">A construction company under construction</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Hardworking AI for hardworking people",
      "headingHtml": "<h3 class=\"t2-lo-related-subjects__card-header\">Hardworking AI for hardworking people</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Looking for answers to product, order or billing questions?",
      "headingHtml": "<h2 class=\"t2-action-block--general__header\">Looking for answers to product, order or billing questions?</h2>",
      "firstParagraph": "We tried to combine the products in your guest cart with your saved cart, but we encountered an issue while merging them. When choosing a subscription, please select either monthly or yearly as they cannot be combined. Kindly review your cart before proceeding to checkout.",
      "paragraphHtml": "<p class=\"t2-dialog__content__text\" style=\"color:#242D2F\" data-sb-field-path=\"text\">We tried to combine the products in your guest cart with your saved cart, but we encountered an issue while merging them. When choosing a subscription, please select either monthly or yearly as they cannot be combined. Kindly review your cart before proceeding to checkout.</p>",
      "words": 45,
      "direct": false,
      "issue": "First paragraph is 45 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: construction, geospatial, transportation, more, confidence, every, turn.

Details

02

Why it matters

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

Check name

AEO: Entity and definition clarity

Score

81/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "Trimble | Solutions for Construction, Geospatial, Transportation & More",
  "h1": "Confidence at every turnâ„¢",
  "description": "Easily connect physical and digital worlds with Trimble industrial technologies. Our intelligent data and industry solutions transform the way the world works.",
  "topicOverlap": 0.2222222222222222,
  "definitionCount": 8,
  "topicTerms": [
    "trimble",
    "solutions",
    "construction",
    "geospatial",
    "transportation",
    "more",
    "confidence",
    "every",
    "turn"
  ],
  "descriptionTerms": [
    "easily",
    "connect",
    "physical",
    "digital",
    "worlds",
    "trimble",
    "industrial",
    "technologies",
    "intelligent",
    "data",
    "industry",
    "solutions",
    "transform",
    "way",
    "world",
    "works"
  ],
  "missingFromDescription": [
    "construction",
    "geospatial",
    "transportation",
    "more",
    "confidence",
    "every",
    "turn"
  ],
  "score": 81,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "headings": [
    {
      "text": "Accelerating the pace of work across the world's essential industries",
      "html": "<h2 class=\"t2-lo-feature-carousel__header t2-layout__header \">Accelerating the pace of work across the world&apos;s essential industries</h2>"
    },
    {
      "text": "Trimble technology in action",
      "html": "<h2 class=\"t2-lo-statistics__header t2-layout__header \">Trimble technology in action</h2>"
    },
    {
      "text": "Ready. Set. Turn!",
      "html": "<h2 class=\"t2-layout-inline-media__header t2-layout__header \">Ready. Set. Turn!</h2>"
    },
    {
      "text": "Where technology and teamwork connect",
      "html": "<h2 class=\"t2-lo-general__header t2-layout__header \">Where technology and teamwork connect</h2>"
    },
    {
      "text": "Our customers are powered by confidence that rises to the challenge",
      "html": "<h2 class=\"t2-layout-inline-media__header t2-layout__header \">Our customers are powered by confidence that rises to the challenge</h2>"
    },
    {
      "text": "Turning ideas into improvements",
      "html": "<h2 class=\"t2-lo-related-subjects__header t2-layout__header \">Turning ideas into improvements</h2>"
    },
    {
      "text": "The company we keep",
      "html": "<h2 class=\"t2-lo-logo-grid__header t2-layout__header \">The company we keep</h2>"
    },
    {
      "text": "Looking for answers to product, order or billing questions?",
      "html": "<h2 class=\"t2-action-block--general__header\">Looking for answers to product, order or billing questions?</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Trimble?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Trimble work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Trimble?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Trimble free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Trimble compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Trimble?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Trimble work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Trimble?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Trimble free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Trimble 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": 13700
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 13700
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 13700
          }
        ]
      },
      "issue": "AI context endpoint was not found at the expected path.",
      "howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Query intent coverage

AIO: Query intent coverage is informational for this page.

Informational

Needs attention

AIO: Query intent coverage

Informational
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "Accelerating the pace of work across the world's essential industries",
      "html": "<h2 class=\"t2-lo-feature-carousel__header t2-layout__header \">Accelerating the pace of work across the world&apos;s essential industries</h2>"
    },
    {
      "text": "Trimble technology in action",
      "html": "<h2 class=\"t2-lo-statistics__header t2-layout__header \">Trimble technology in action</h2>"
    },
    {
      "text": "Ready. Set. Turn!",
      "html": "<h2 class=\"t2-layout-inline-media__header t2-layout__header \">Ready. Set. Turn!</h2>"
    },
    {
      "text": "Where technology and teamwork connect",
      "html": "<h2 class=\"t2-lo-general__header t2-layout__header \">Where technology and teamwork connect</h2>"
    },
    {
      "text": "Our customers are powered by confidence that rises to the challenge",
      "html": "<h2 class=\"t2-layout-inline-media__header t2-layout__header \">Our customers are powered by confidence that rises to the challenge</h2>"
    },
    {
      "text": "Turning ideas into improvements",
      "html": "<h2 class=\"t2-lo-related-subjects__header t2-layout__header \">Turning ideas into improvements</h2>"
    },
    {
      "text": "The company we keep",
      "html": "<h2 class=\"t2-lo-logo-grid__header t2-layout__header \">The company we keep</h2>"
    },
    {
      "text": "Looking for answers to product, order or billing questions?",
      "html": "<h2 class=\"t2-action-block--general__header\">Looking for answers to product, order or billing questions?</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Trimble?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Trimble work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Trimble?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Trimble free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Trimble compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Trimble?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Trimble work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Trimble?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Trimble free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Trimble compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Performance and AccessibilityBest PracticesBrowser audit

Browser errors were logged to the console

100 Fail

Check name

Browser errors were logged to the console

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Fix guidance

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

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

SEOSEOBrowser audit

Links are not crawlable

100 Fail

Check name

Links are not crawlable

Score

0/100

Status

fail

Device

desktop

Category

SEO

Fix guidance

Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)

Evidence
{
  "description": "Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)"
}

Performance and AccessibilityAccessibilityBrowser audit

`[aria-*]` attributes do not match their roles

50 Fail

Check name

`[aria-*]` attributes do not match their roles

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. [Learn how to match ARIA attributes to their roles](https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr).

Evidence
{
  "description": "Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. [Learn how to match ARIA attributes to their roles](https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr)."
}

Performance and AccessibilityAccessibilityBrowser audit

Buttons do not have an accessible name

50 Fail

Check name

Buttons do not have an accessible name

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. [Learn how to make buttons more accessible](https://dequeuniversity.com/rules/axe/4.11/button-name).

Evidence
{
  "description": "When a button doesn't have an accessible name, screen readers announce it as \"button\", making it unusable for users who rely on screen readers. [Learn how to make buttons more accessible](https://dequeuniversity.com/rules/axe/4.11/button-name)."
}

Performance and AccessibilityPerformanceBrowser audit

LCP request discovery

17 Fail

Check name

LCP request discovery

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading

Evidence
{
  "description": "[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading"
}

Performance and AccessibilityPerformanceBrowser audit

Legacy JavaScript

17 Fail

Check name

Legacy JavaScript

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 57 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Reduce JavaScript execution time

17 Fail

Check name

Reduce JavaScript execution time

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

6.2 s

Fix guidance

Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).

Evidence
{
  "displayValue": "6.2 s",
  "description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).",
  "numericValue": 6190.444999999989
}

Performance and AccessibilityPerformanceBrowser audit

Reduce unused CSS

17 Fail

Check name

Reduce unused CSS

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 1,590 KiB

Fix guidance

Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).

Evidence
{
  "displayValue": "Est savings of 1,590 KiB",
  "description": "Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).",
  "numericValue": 1160
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

12 Fail

Check name

Loading performance

Score

31/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": "interactive",
      "title": "Time to Interactive",
      "score": 2,
      "displayValue": "11.4 s",
      "numericValue": 11446.073785549832
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 1,
      "displayValue": "770 ms",
      "numericValue": 768.9999999999964
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "40 ms",
      "numericValue": 35.34911999999999
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 0,
      "displayValue": "2,950 ms",
      "numericValue": 2951.1023002193824
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 36,
      "displayValue": "1.8 s",
      "numericValue": 1846.0031352412273
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 90 ms",
      "numericValue": 89
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 3,
      "displayValue": "6.6 s",
      "numericValue": 6604.009405723682
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 2,
      "displayValue": "5.5 s",
      "numericValue": 5457.724452605953
    }
  ]
}

Performance and AccessibilityPerformanceBrowser audit

Font display

8 Warning

Check name

Font display

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 10 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 10 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)."
}

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
41/100Level 2, Agent-LimitedCurrent report
trimble.com AI SEO Report: 41/100 (Level 2, Agent-Limited)