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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability47%Agent Easeof Use10%Security& Trust20%GEO, AIO, AEO77%SEO100%Performance& Accessibility88%
  • AI Discoverability 47 out of 100
  • Agent Ease of Use 10 out of 100
  • Security & Trust 20 out of 100
  • GEO, AIO and AEO 77 out of 100
  • SEO 100 out of 100
  • Performance and Accessibility 88 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Distru: Streamlined Seed to Sale Software & Cannabis ERP favicon

Distru: Streamlined Seed to Sale Software & Cannabis ERP

Streamline your cannabis business with Distru Cannabis ERP software. Manage inventory, ensure compliance, track seed-to-sale operations, and boost profitability in one integrated platform.

Next step

Turn this report into a fix workflow

26 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
47
Priority fix10131View details
Discoverability
71
Needs work540View details
Content Readiness
58
Needs work551View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
10
Priority fix6291View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
25
Priority fix260View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
77
Mostly ready7211View details
GEO Readiness
89
Mostly ready303
AIO Readiness
78
Mostly ready214View details
AEO Readiness
64
Needs work214View details
SEO
100
Strong1100
SEO
100
Strong1100
Security & Trust
20
Priority fix540View details
Security & Trust
20
Priority fix140View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
88
Mostly ready2122View details
Performance
87
Mostly ready1422View details
Accessibility
90
Strong700

Prioritized recommendations

Issues ranked by score impact

43 items need attention

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html>\n<html>\n  <body>\n    <p>Invalid .well-known request</p>\n  </body>\n</html>"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

50 Fail

Needs attention

FAQPage schema

Failed check
01

Issue

FAQ content was detected but no FAQPage schema was found.

02

Why it matters

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

Check name

FAQPage schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

FAQPage schema is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

50 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

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

02

Why it matters

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

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Thu Jun 11 2026 03:02:30 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.distru.com\" data-wf-page=\"63d027003bcdc1451abb969f\" data-wf-site=\"6352c27835e754635b10bba3\" lang=\"en-US\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"jWtS9e_T3LnI2v7ayDNrCttADjFtNd6TYsPDgmueU-w\" name=\"google-site-verification\"/><meta content=\"Webflow\" name=\"generator\"/><link href=\"https://cdn.prod.website-files.com/6352c27835e75463"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Thu Jun 11 2026 03:02:30 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.distru.com\" data-wf-page=\"63d027003bcdc1451abb969f\" data-wf-site=\"6352c27835e754635b10bba3\" lang=\"en-US\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"jWtS9e_T3LnI2v7ayDNrCttADjFtNd6TYsPDgmueU-w\" name=\"google-site-verification\"/><meta content=\"Webflow\" name=\"generator\"/><link href=\"https://cdn.prod.website-files.com/6352c27835e75463"
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Thu Jun 11 2026 03:02:30 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.distru.com\" data-wf-page=\"63d027003bcdc1451abb969f\" data-wf-site=\"6352c27835e754635b10bba3\" lang=\"en-US\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"jWtS9e_T3LnI2v7ayDNrCttADjFtNd6TYsPDgmueU-w\" name=\"google-site-verification\"/><meta content=\"Webflow\" name=\"generator\"/><link href=\"https://cdn.prod.website-files.com/6352c27835e75463"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Thu Jun 11 2026 03:02:30 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.distru.com\" data-wf-page=\"63d027003bcdc1451abb969f\" data-wf-site=\"6352c27835e754635b10bba3\" lang=\"en-US\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"jWtS9e_T3LnI2v7ayDNrCttADjFtNd6TYsPDgmueU-w\" name=\"google-site-verification\"/><meta content=\"Webflow\" name=\"generator\"/><link href=\"https://cdn.prod.website-files.com/6352c27835e75463"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Thu Jun 11 2026 03:02:30 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.distru.com\" data-wf-page=\"63d027003bcdc1451abb969f\" data-wf-site=\"6352c27835e754635b10bba3\" lang=\"en-US\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"jWtS9e_T3LnI2v7ayDNrCttADjFtNd6TYsPDgmueU-w\" name=\"google-site-verification\"/><meta content=\"Webflow\" name=\"generator\"/><link href=\"https://cdn.prod.website-files.com/6352c27835e75463"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Thu Jun 11 2026 03:02:30 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.distru.com\" data-wf-page=\"63d027003bcdc1451abb969f\" data-wf-site=\"6352c27835e754635b10bba3\" lang=\"en-US\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"jWtS9e_T3LnI2v7ayDNrCttADjFtNd6TYsPDgmueU-w\" name=\"google-site-verification\"/><meta content=\"Webflow\" name=\"generator\"/><link href=\"https://cdn.prod.website-files.com/6352c27835e75463"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Thu Jun 11 2026 03:02:30 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.distru.com\" data-wf-page=\"63d027003bcdc1451abb969f\" data-wf-site=\"6352c27835e754635b10bba3\" lang=\"en-US\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"jWtS9e_T3LnI2v7ayDNrCttADjFtNd6TYsPDgmueU-w\" name=\"google-site-verification\"/><meta content=\"Webflow\" name=\"generator\"/><link href=\"https://cdn.prod.website-files.com/6352c27835e75463"
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

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

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

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

02

Why it matters

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

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

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

Result

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

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

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

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

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

Content Signal is missing or incomplete.

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

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

33 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

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

02

Why it matters

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

Check name

Markdown negotiation

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Return HTML responses as markdown when agents request it.

Result

Markdown negotiation failed at "Markdown content type".

Validation steps

  1. Markdown content type

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

  2. Vary: Accept header

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

  3. Structured Markdown body

    Markdown response is missing a heading.

Evidence
{
  "failedStep": "content-type",
  "steps": [
    {
      "id": "content-type",
      "title": "Markdown content type",
      "status": "fail",
      "evidence": {
        "statusCode": 200,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "Content-Type \"text/html; charset=utf-8\" does not indicate Markdown when requested with Accept: text/markdown.",
      "howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
    },
    {
      "id": "vary-accept",
      "title": "Vary: Accept header",
      "status": "fail",
      "evidence": {
        "vary": "accept-encoding"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"accept-encoding\".",
      "howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
    },
    {
      "id": "markdown-content",
      "title": "Structured Markdown body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "hasHeading": false,
        "wordCount": 26088,
        "excerpt": "<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Thu Jun 11 2026 03:02:30 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.distru.com\" data-wf-page=\"6352c27835e754908710bba4",
        "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".

33 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

Agent Ease of UseMCPEmerging recommendation

mcp.json

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

33 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

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

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

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

Semantic HTML

Semantic HTML is missing or incomplete.

33 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: missing <main> landmark; missing <footer> landmark; skipped heading levels; 3 links missing accessible names.

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": false,
  "nav": true,
  "footer": false,
  "meaningfulH1": true,
  "headingOrder": false,
  "accessibleLinks": false,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [
      "<a href=\"/\" aria-current=\"page\" class=\"logo-link-large w-inline-block w--current\"><img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/696947621d06384af881c2b5_distru-tilt.svg\" loading=\"eager\" width=\"60\" alt class=\"distru-header-logo\"></a>",
      "<a href=\"https://youtube.com/@distru\" target=\"_blank\" class=\"social w-inline-block\"><img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/659ebb2432f181a324992ea3_youtube.svg\" loading=\"lazy\" alt class=\"image-5\"></a>",
      "<a href=\"https://www.cannabizcredit.com/about-cca\" target=\"_blank\" class=\"w-inline-block\"><img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/65aa98ded644ab49f119310c_CCA%2BBadge%2BShadow.webp\" loading=\"lazy\" width=\"100\" sizes=\"100px\" alt srcset=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/65aa98ded644ab49f119310c_CCA%2BBadge%2BShadow-p-500.webp 500w, https://cdn.prod.website-files.com/6352c27835e754635b10bba3/65aa98ded644ab49f119310c_CCA%2BBadge%2BShadow-p-800."
    ],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": [
      "h1: The Smarter Cannabis Wholesale Platform",
      "h2: The Industry's Most Trusted Cannabis ERP",
      "h2: Instant AI-Generated Orders, No Matter Where They Pop Up",
      "h2: Distru for Cultivators",
      "h2: Distru for Processors",
      "h2: Distru for Distributors",
      "h2: Distru for Retailers",
      "h2: Metrc & BioTrack Made Better",
      "h2: Seed to Sale Software that Rolls (and Works) with the Best",
      "h2: CBD? Distru Does That Too",
      "h2: Cannabis ERP: Key Features for Industry Success",
      "h2: Always There When You Need Us",
      "h2: Free Order Fulfillment Template!",
      "h2: Free Cannabis Cycle Count Template!",
      "h3: What is Seed to Sale Software?",
      "h3: Seed to Sale Software vs Track and Trace",
      "h3: What is a Cannabis ERP?",
      "h5: States We Serve",
      "h5: Metrc States We Serve",
      "h5: Useful Links",
      "h5: Solutions",
      "h5: Compare Distru"
    ]
  },
  "counts": {
    "h1": 1,
    "headings": 22,
    "links": 200,
    "inaccessibleLinks": 3,
    "buttons": 0,
    "inaccessibleButtons": 0,
    "images": 118,
    "imagesWithAlt": 118,
    "autocompleteInputs": 0,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 0
  }
}

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": 88
          }
        ]
      },
      "issue": "Web Bot Auth request signing was not found at the expected path.",
      "howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

33 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

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

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

25 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

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

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Content-Security-Policy is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

Frame protection

Frame protection is missing or incomplete.

25 Fail

Needs attention

Frame protection

Failed check
01

Issue

Frame protection is missing or incomplete.

02

Why it matters

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

Check name

Frame protection

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Frame protection is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

25 Fail

Needs attention

Referrer-Policy

Failed check
01

Issue

Referrer-Policy is missing or incomplete.

02

Why it matters

Referrer-Policy controls how much URL context is sent to other origins, limiting accidental leakage of paths, queries, and identifiers.

Check name

Referrer-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Limit how much referrer data leaves the site.

Result

Referrer-Policy is missing or incomplete.

Evidence
{
  "header": "referrer-policy",
  "value": null
}

Security & TrustSecurity & TrustEstablished

X-Content-Type-Options

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

25 Fail

Needs attention

X-Content-Type-Options

Failed check
01

Issue

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

02

Why it matters

X-Content-Type-Options prevents browsers from treating mislabeled files as executable content, reducing content-sniffing attacks.

Check name

X-Content-Type-Options

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Prevent MIME sniffing for browser-loaded resources.

Result

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

Evidence
{
  "header": "x-content-type-options",
  "value": null
}

Agent Ease of UseSkill 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": 88
          },
          {
            "path": "/.well-known/a2a/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 88
          },
          {
            "path": "/agent-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 157510
          }
        ]
      },
      "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": 88
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 88
          }
        ]
      },
      "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": 88
          },
          {
            "path": "/agent.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 157510
          }
        ]
      },
      "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": 88
          },
          {
            "path": "/agents.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 157510
          }
        ]
      },
      "issue": "agents.json was not found at the expected path.",
      "howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

17 Warning

Needs attention

Content freshness signals

Warning
01

Issue

Content freshness signals are incomplete: missing dateModified/datePublished in JSON-LD.

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

50/100

Status

warning

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is partially implemented.

Evidence
{
  "lastModified": "Thu, 11 Jun 2026 15:39:12 GMT",
  "schemaDates": [],
  "metaDateCount": 1,
  "timeDateCount": 0
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

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

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

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

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

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

  3. Check DNSSEC material

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

Evidence
{
  "failedStep": "svcb-https-records",
  "steps": [
    {
      "id": "svcb-https-records",
      "title": "Resolve DNS-AID SVCB/HTTPS records",
      "status": "fail",
      "evidence": {
        "hostname": "www.distru.com",
        "probes": [
          {
            "name": "_index._agents.www.distru.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.www.distru.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.distru.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          },
          {
            "name": "distru.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          }
        ]
      },
      "issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
      "howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

6 Fail

Needs attention

AIO: Source and trust signals

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://www.linkedin.com/company/distru",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/distru\" target=\"_blank\" class=\"social w-inline-block\"><img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/635fff07eac0b285238826a3_icons8-linkedin.svg\" loading=\"lazy\" alt=\"LinkedIn icon \" width=\"24\" class=\"image-5\"></a>"
    },
    {
      "href": "https://www.cannabizcredit.com/about-cca",
      "text": "",
      "html": "<a href=\"https://www.cannabizcredit.com/about-cca\" target=\"_blank\" class=\"w-inline-block\"><img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/65aa98ded644ab49f119310c_CCA%2BBadge%2BShadow.webp\" loading=\"lazy\" width=\"100\" sizes=\"100px\" alt srcset=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/65aa98ded644ab49f119310c_CCA%2BBadge%2BShadow-p-500.webp 500w, https://cdn.prod.website-files.com/6352c27835e754635b10bba3/65aa98ded644ab49f119310c_CCA%2BBadge%2BShadow-p-8..."
    }
  ],
  "contactLinks": [
    {
      "href": "/features/cannabis-crm",
      "text": "contactsCRM",
      "html": "<a href=\"/features/cannabis-crm\" class=\"navigation-link-large w-inline-block\"><div class=\"icon-regular w-embed\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>contacts</title><path d=\"M20,0H4V2H20V0M4,24H20V22H4V24M20,4H4A2,2 0 0,0 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6A2,2 0 0,0 20,4M12,6.75A2.25,2.25 0 0,1 14.25,9A2.25,2.25 0 0,1 12,11.25A2.25,2.25 0 0,1 9.75,9A2.25,2.25 0 0,1 12,6.75M17,17H7V15.5C7,13.83 10.33,13 12,13C13.67,13 17,13.83 17,15...."
    },
    {
      "href": "https://help.distru.com/en/",
      "text": "help-boxHelp Center",
      "html": "<a href=\"https://help.distru.com/en/\" target=\"_blank\" class=\"navigation-link-large w-inline-block\"><div class=\"icon-regular w-embed\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>help-box</title><path d=\"M11,18H13V16H11V18M12,6A4,4 0 0,0 8,10H10A2,2 0 0,1 12,8A2,2 0 0,1 14,10C14,12 11,11.75 11,15H13C13,12.75 16,12.5 16,10A4,4 0 0,0 12,6M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3Z\" fill=\"#5c7a86\"/></svg></div><div class..."
    },
    {
      "href": "#solutions",
      "text": "How Can Distru Help? ➜",
      "html": "<a href=\"#solutions\" class=\"link black\"><strong class=\"bold-text-70\">How Can Distru Help? &#x279c;</strong></a>"
    },
    {
      "href": "/solutions/cannabis-cultivation-software",
      "text": "Distru for CultivatorsSee how we help save time and labor by speeding up your harvest and post-harvest processings‍LEARN MORE ➜",
      "html": "<a data-w-id=\"46f588b2-6404-4486-274f-32877df3e3aa\" href=\"/solutions/cannabis-cultivation-software\" class=\"case-study-cards gray w-inline-block\"><h2 class=\"heading-4 centered\"><strong class=\"bold-text-12\">Distru for </strong><span class=\"text-span-42\"><strong class=\"bold-text-12\">Cultivators</strong></span></h2><img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfcabac698180314dc03_cultivation.svg\" loading=\"lazy\" width=\"72\" height alt=\"Cannabis ERP\"><p id=\"w-node-_46f58..."
    },
    {
      "href": "/solutions/cannabis-manufacturing-software",
      "text": "Distru for ProcessorsSee how we help manage your production line with BOMS, COGs, and the data to make better decisions LEARN MORE ➜",
      "html": "<a data-w-id=\"46f588b2-6404-4486-274f-32877df3e3b0\" href=\"/solutions/cannabis-manufacturing-software\" class=\"case-study-cards gray w-inline-block\"><h2 class=\"heading-4 centered\"><strong class=\"bold-text-12\">Distru for </strong><span class=\"text-span-43\"><strong class=\"bold-text-12\">Processors</strong></span></h2><img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfd2e027e32ab80e7a36_manufacturing.svg\" loading=\"lazy\" width=\"72\" alt=\"Cannabis ERP\"><p id=\"w-node-_46f588b2-..."
    },
    {
      "href": "/solutions/cannabis-distribution",
      "text": "Distru for DistributorsSee how we help drive more revenue, speed up fulfillment, and reach your customers fasterLEARN MORE ➜",
      "html": "<a data-w-id=\"46f588b2-6404-4486-274f-32877df3e3b4\" href=\"/solutions/cannabis-distribution\" class=\"case-study-cards gray w-inline-block\"><h2 class=\"heading-4 centered\"><strong class=\"bold-text-12\">Distru for </strong><span class=\"text-span-44\"><strong class=\"bold-text-12\">Distributors</strong></span></h2><img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfd5805b4b5c87c468fb_order-fulfillment.svg\" loading=\"lazy\" width=\"72\" alt=\"Cannabis ERP\"><p id=\"w-node-_46f588b2-6404..."
    },
    {
      "href": "/solutions/cannabis-pos-systems",
      "text": "Distru for RetailersSee how we help speed up intake, manage inventory, and standardize your operation across locations‍LEARN MORE ➜",
      "html": "<a data-w-id=\"38932a9a-9cca-af8a-a021-3551f9d5f4ed\" href=\"/solutions/cannabis-pos-systems\" class=\"case-study-cards gray w-inline-block\"><div class=\"div-block-142\"><h2 class=\"heading-4 centered\"><strong class=\"bold-text-12\">Distru for </strong><span class=\"text-span-45\"><strong class=\"bold-text-12\">Retailers</strong></span></h2></div><img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfc698c1e11655f730a6_audit%20trail.svg\" loading=\"lazy\" width=\"72\" alt=\"Cannabis ERP\"><p..."
    },
    {
      "href": "/features/cannabis-crm",
      "text": "Cannabis CRM ➜Stay organized with your business contacts, log notes, and associate sales to companies you work with.",
      "html": "<a href=\"/features/cannabis-crm\" class=\"feature-link-block w-inline-block\"><img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfd298c1e1bddaf731f6_manage-companies.svg\" loading=\"lazy\" width=\"75\" alt=\"Cannabis ERP\" class=\"icon-standard\"><div class=\"div-block-3\"><div class=\"paragraph-regular dark\"><strong>Cannabis CRM &#x279c;</strong></div><div class=\"feature-bullet feature\">Stay organized with your business contacts, log notes, and associate sales to companies you work..."
    },
    {
      "href": "/features/calendar-tasks",
      "text": "Calendar & Tasks ➜Help your team stay on task by planning sales orders, production runs, invoicing, and more by using our built-in calendar.",
      "html": "<a href=\"/features/calendar-tasks\" class=\"feature-link-block w-inline-block\"><img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfda10d8f8ddfd3024ac_timely-task-completion.svg\" loading=\"lazy\" width=\"75\" alt=\"Cannabis ERP\" class=\"icon-standard\"><div class=\"div-block-3\"><div class=\"paragraph-regular dark\"><strong>Calendar &amp;&#xa0;Tasks &#x279c;</strong></div><div class=\"feature-bullet feature\">Help your team stay on task by planning sales orders, production runs, invoi..."
    },
    {
      "href": "https://help.distru.com/en/",
      "text": "Help Center",
      "html": "<a href=\"https://help.distru.com/en/\" target=\"_blank\" class=\"link-white\">Help&#xa0;Center</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/legal/terms-of-service",
      "text": "Terms of Service",
      "html": "<a href=\"/legal/terms-of-service\" class=\"link-white\">Terms of Service</a>"
    },
    {
      "href": "/legal/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a href=\"/legal/privacy-policy\" class=\"link-white\">Privacy Policy</a>"
    }
  ],
  "score": 40,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

6 Fail

Needs attention

AEO: Answer evidence and trust

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://www.linkedin.com/company/distru",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/distru\" target=\"_blank\" class=\"social w-inline-block\"><img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/635fff07eac0b285238826a3_icons8-linkedin.svg\" loading=\"lazy\" alt=\"LinkedIn icon \" width=\"24\" class=\"image-5\"></a>"
    },
    {
      "href": "https://www.cannabizcredit.com/about-cca",
      "text": "",
      "html": "<a href=\"https://www.cannabizcredit.com/about-cca\" target=\"_blank\" class=\"w-inline-block\"><img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/65aa98ded644ab49f119310c_CCA%2BBadge%2BShadow.webp\" loading=\"lazy\" width=\"100\" sizes=\"100px\" alt srcset=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/65aa98ded644ab49f119310c_CCA%2BBadge%2BShadow-p-500.webp 500w, https://cdn.prod.website-files.com/6352c27835e754635b10bba3/65aa98ded644ab49f119310c_CCA%2BBadge%2BShadow-p-8..."
    }
  ],
  "contactLinks": [
    {
      "href": "/features/cannabis-crm",
      "text": "contactsCRM",
      "html": "<a href=\"/features/cannabis-crm\" class=\"navigation-link-large w-inline-block\"><div class=\"icon-regular w-embed\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>contacts</title><path d=\"M20,0H4V2H20V0M4,24H20V22H4V24M20,4H4A2,2 0 0,0 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6A2,2 0 0,0 20,4M12,6.75A2.25,2.25 0 0,1 14.25,9A2.25,2.25 0 0,1 12,11.25A2.25,2.25 0 0,1 9.75,9A2.25,2.25 0 0,1 12,6.75M17,17H7V15.5C7,13.83 10.33,13 12,13C13.67,13 17,13.83 17,15...."
    },
    {
      "href": "https://help.distru.com/en/",
      "text": "help-boxHelp Center",
      "html": "<a href=\"https://help.distru.com/en/\" target=\"_blank\" class=\"navigation-link-large w-inline-block\"><div class=\"icon-regular w-embed\"><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>help-box</title><path d=\"M11,18H13V16H11V18M12,6A4,4 0 0,0 8,10H10A2,2 0 0,1 12,8A2,2 0 0,1 14,10C14,12 11,11.75 11,15H13C13,12.75 16,12.5 16,10A4,4 0 0,0 12,6M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3Z\" fill=\"#5c7a86\"/></svg></div><div class..."
    },
    {
      "href": "#solutions",
      "text": "How Can Distru Help? ➜",
      "html": "<a href=\"#solutions\" class=\"link black\"><strong class=\"bold-text-70\">How Can Distru Help? &#x279c;</strong></a>"
    },
    {
      "href": "/solutions/cannabis-cultivation-software",
      "text": "Distru for CultivatorsSee how we help save time and labor by speeding up your harvest and post-harvest processings‍LEARN MORE ➜",
      "html": "<a data-w-id=\"46f588b2-6404-4486-274f-32877df3e3aa\" href=\"/solutions/cannabis-cultivation-software\" class=\"case-study-cards gray w-inline-block\"><h2 class=\"heading-4 centered\"><strong class=\"bold-text-12\">Distru for </strong><span class=\"text-span-42\"><strong class=\"bold-text-12\">Cultivators</strong></span></h2><img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfcabac698180314dc03_cultivation.svg\" loading=\"lazy\" width=\"72\" height alt=\"Cannabis ERP\"><p id=\"w-node-_46f58..."
    },
    {
      "href": "/solutions/cannabis-manufacturing-software",
      "text": "Distru for ProcessorsSee how we help manage your production line with BOMS, COGs, and the data to make better decisions LEARN MORE ➜",
      "html": "<a data-w-id=\"46f588b2-6404-4486-274f-32877df3e3b0\" href=\"/solutions/cannabis-manufacturing-software\" class=\"case-study-cards gray w-inline-block\"><h2 class=\"heading-4 centered\"><strong class=\"bold-text-12\">Distru for </strong><span class=\"text-span-43\"><strong class=\"bold-text-12\">Processors</strong></span></h2><img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfd2e027e32ab80e7a36_manufacturing.svg\" loading=\"lazy\" width=\"72\" alt=\"Cannabis ERP\"><p id=\"w-node-_46f588b2-..."
    },
    {
      "href": "/solutions/cannabis-distribution",
      "text": "Distru for DistributorsSee how we help drive more revenue, speed up fulfillment, and reach your customers fasterLEARN MORE ➜",
      "html": "<a data-w-id=\"46f588b2-6404-4486-274f-32877df3e3b4\" href=\"/solutions/cannabis-distribution\" class=\"case-study-cards gray w-inline-block\"><h2 class=\"heading-4 centered\"><strong class=\"bold-text-12\">Distru for </strong><span class=\"text-span-44\"><strong class=\"bold-text-12\">Distributors</strong></span></h2><img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfd5805b4b5c87c468fb_order-fulfillment.svg\" loading=\"lazy\" width=\"72\" alt=\"Cannabis ERP\"><p id=\"w-node-_46f588b2-6404..."
    },
    {
      "href": "/solutions/cannabis-pos-systems",
      "text": "Distru for RetailersSee how we help speed up intake, manage inventory, and standardize your operation across locations‍LEARN MORE ➜",
      "html": "<a data-w-id=\"38932a9a-9cca-af8a-a021-3551f9d5f4ed\" href=\"/solutions/cannabis-pos-systems\" class=\"case-study-cards gray w-inline-block\"><div class=\"div-block-142\"><h2 class=\"heading-4 centered\"><strong class=\"bold-text-12\">Distru for </strong><span class=\"text-span-45\"><strong class=\"bold-text-12\">Retailers</strong></span></h2></div><img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfc698c1e11655f730a6_audit%20trail.svg\" loading=\"lazy\" width=\"72\" alt=\"Cannabis ERP\"><p..."
    },
    {
      "href": "/features/cannabis-crm",
      "text": "Cannabis CRM ➜Stay organized with your business contacts, log notes, and associate sales to companies you work with.",
      "html": "<a href=\"/features/cannabis-crm\" class=\"feature-link-block w-inline-block\"><img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfd298c1e1bddaf731f6_manage-companies.svg\" loading=\"lazy\" width=\"75\" alt=\"Cannabis ERP\" class=\"icon-standard\"><div class=\"div-block-3\"><div class=\"paragraph-regular dark\"><strong>Cannabis CRM &#x279c;</strong></div><div class=\"feature-bullet feature\">Stay organized with your business contacts, log notes, and associate sales to companies you work..."
    },
    {
      "href": "/features/calendar-tasks",
      "text": "Calendar & Tasks ➜Help your team stay on task by planning sales orders, production runs, invoicing, and more by using our built-in calendar.",
      "html": "<a href=\"/features/calendar-tasks\" class=\"feature-link-block w-inline-block\"><img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfda10d8f8ddfd3024ac_timely-task-completion.svg\" loading=\"lazy\" width=\"75\" alt=\"Cannabis ERP\" class=\"icon-standard\"><div class=\"div-block-3\"><div class=\"paragraph-regular dark\"><strong>Calendar &amp;&#xa0;Tasks &#x279c;</strong></div><div class=\"feature-bullet feature\">Help your team stay on task by planning sales orders, production runs, invoi..."
    },
    {
      "href": "https://help.distru.com/en/",
      "text": "Help Center",
      "html": "<a href=\"https://help.distru.com/en/\" target=\"_blank\" class=\"link-white\">Help&#xa0;Center</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/legal/terms-of-service",
      "text": "Terms of Service",
      "html": "<a href=\"/legal/terms-of-service\" class=\"link-white\">Terms of Service</a>"
    },
    {
      "href": "/legal/privacy-policy",
      "text": "Privacy Policy",
      "html": "<a href=\"/legal/privacy-policy\" class=\"link-white\">Privacy Policy</a>"
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

5 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

15 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": 16,
  "passing": 1,
  "failing": [
    {
      "heading": "The Industry's Most Trusted Cannabis ERP",
      "headingHtml": "<h2 class=\"heading-4 centered\"><strong class=\"bold-text-12\">The Industry&apos;s Most Trusted Cannabis ERP</strong></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Instant AI-Generated Orders, No Matter Where They Pop Up",
      "headingHtml": "<h2 class=\"heading-2 white\"><span class=\"text-span-72\"><strong>Instant AI-Generated Orders,</strong></span><strong> No Matter Where They Pop Up</strong></h2>",
      "firstParagraph": "An All-In-One Platform:Seamlessly track Costs, Inventory, and Operations from Seed to Sale",
      "paragraphHtml": "<p class=\"paragraph-regular centered\"><strong>An All-In-One Platform:</strong><br>Seamlessly track Costs, Inventory, and Operations from Seed to Sale<br></p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Distru for Cultivators",
      "headingHtml": "<h2 class=\"heading-4 centered\"><strong class=\"bold-text-12\">Distru for </strong><span class=\"text-span-42\"><strong class=\"bold-text-12\">Cultivators</strong></span></h2>",
      "firstParagraph": "See how we help save time and labor by speeding up your harvest and post-harvest processings‍LEARN MORE ➜",
      "paragraphHtml": "<p id=\"w-node-_46f588b2-6404-4486-274f-32877df3e3ac-8710bba4\" class=\"feature-bullet _600\">See how we help save time and labor by speeding up your harvest and post-harvest processings<br>&#x200d;<br>LEARN&#xa0;MORE <strong>&#x279c;</strong></p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Distru for Processors",
      "headingHtml": "<h2 class=\"heading-4 centered\"><strong class=\"bold-text-12\">Distru for </strong><span class=\"text-span-43\"><strong class=\"bold-text-12\">Processors</strong></span></h2>",
      "firstParagraph": "See how we help manage your production line with BOMS, COGs, and the data to make better decisions LEARN MORE ➜",
      "paragraphHtml": "<p id=\"w-node-_46f588b2-6404-4486-274f-32877df3e3b2-8710bba4\" class=\"feature-bullet _600\">See how we help manage your production line with BOMS, COGs, and the data to make better decisions <br> <br>LEARN&#xa0;MORE <strong>&#x279c;</strong></p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Distru for Distributors",
      "headingHtml": "<h2 class=\"heading-4 centered\"><strong class=\"bold-text-12\">Distru for </strong><span class=\"text-span-44\"><strong class=\"bold-text-12\">Distributors</strong></span></h2>",
      "firstParagraph": "See how we help drive more revenue, speed up fulfillment, and reach your customers fasterLEARN MORE ➜",
      "paragraphHtml": "<p id=\"w-node-_46f588b2-6404-4486-274f-32877df3e3b6-8710bba4\" class=\"feature-bullet _600\">See how we help drive more revenue, speed up fulfillment, and reach your customers faster<br><br>LEARN&#xa0;MORE <strong>&#x279c;</strong></p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Distru for Retailers",
      "headingHtml": "<h2 class=\"heading-4 centered\"><strong class=\"bold-text-12\">Distru for </strong><span class=\"text-span-45\"><strong class=\"bold-text-12\">Retailers</strong></span></h2>",
      "firstParagraph": "See how we help speed up intake, manage inventory, and standardize your operation across locations‍LEARN MORE ➜",
      "paragraphHtml": "<p id=\"w-node-_38932a9a-9cca-af8a-a021-3551f9d5f4f2-8710bba4\" class=\"feature-bullet _600\">See how we help speed up intake, manage inventory, and standardize your operation across locations<br>&#x200d;<br>LEARN&#xa0;MORE <strong>&#x279c;</strong></p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Metrc & BioTrack Made Better",
      "headingHtml": "<h2 class=\"heading left\">Metrc &amp;&#xa0;BioTrack Made Better</h2>",
      "firstParagraph": "An industry-leading Metrc and BioTrack integration, customized for your state’s regulatory requirements.",
      "paragraphHtml": "<p class=\"paragraph-regular\"><strong>An industry-leading </strong><a href=\"https://www.distru.com/integrations/metrc\"><strong>Metrc</strong></a><strong> and BioTrack integration</strong>, customized for your state&#x2019;s regulatory requirements.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Seed to Sale Software that Rolls (and Works) with the Best",
      "headingHtml": "<h2 class=\"heading-4 centered\"><a href=\"https://www.distru.com/seed-to-sale-software\"><strong class=\"bold-text-12\">Seed to Sale Software</strong></a><strong class=\"bold-text-12\"> that Rolls (and Works) with the Best</strong></h2>",
      "firstParagraph": "Partnerships help make Distru the most powerful Cannabis ERP on the market",
      "paragraphHtml": "<p class=\"paragraph-regular centered\"><br>Partnerships help make Distru the most powerful <strong>Cannabis ERP</strong> on the market<br></p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "CBD? Distru Does That Too",
      "headingHtml": "<h2 class=\"heading\">CBD? Distru Does That Too</h2>",
      "firstParagraph": "We can help streamline your CBD production, distribution and sales pipeline anywhere in the world.",
      "paragraphHtml": "<p class=\"paragraph-regular-centered\">We can help streamline your CBD production, distribution and sales pipeline <strong>anywhere in the world.</strong></p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Cannabis ERP: Key Features for Industry Success",
      "headingHtml": "<h2 class=\"heading left\">Cannabis ERP: Key Features for Industry Success</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Free Order Fulfillment Template!",
      "headingHtml": "<h2 class=\"heading-2\"><span class=\"text-span-25\"><strong>Free</strong></span><strong> Order Fulfillment Template!</strong><br></h2>",
      "firstParagraph": "Organize your deliveries, optimize your route plan, and log returns",
      "paragraphHtml": "<p class=\"paragraph-x-small-centered-bold\">Organize your deliveries, optimize your route plan, and log returns</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Free Cannabis Cycle Count Template!",
      "headingHtml": "<h2 class=\"heading-2\"><span class=\"text-span-24\"><strong>Free</strong></span><strong> Cannabis Cycle Count Template!</strong><br></h2>",
      "firstParagraph": "Standardize your SOP across multiple warehouses or locations",
      "paragraphHtml": "<p class=\"paragraph-x-small-centered-bold\">Standardize your SOP across multiple warehouses or locations</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "What is Seed to Sale Software?",
      "headingHtml": "<h3 class=\"heading-faq\">What is Seed to Sale Software?</h3>",
      "firstParagraph": "Seed to sale tracking (STS) is a traceability technology implemented by cannabis businesses. Often a requirement in cannabis regulatory models, the technology is called seed to sale because it captures data points throughout the cannabis supply chain – from STS tracking inception of an individual plant or crop, thro...",
      "paragraphHtml": "<p class=\"paragraph-small\">Seed to sale tracking (STS) is a traceability technology implemented by cannabis businesses. Often a requirement in cannabis regulatory models, the technology is called seed to sale because it captures data points throughout the cannabis supply chain &#x2013; from STS tracking inception of an individual plant or crop, through harvest, processing and distribution, all the way to the point of sale and the patient.<br><br>Seed to sale tracking (STS) is a traceability t...",
      "words": 245,
      "direct": false,
      "issue": "First paragraph is 245 words and does not look like a concise direct answer."
    },
    {
      "heading": "Seed to Sale Software vs Track and Trace",
      "headingHtml": "<h3 class=\"heading-faq\">Seed to Sale Software vs Track and Trace</h3>",
      "firstParagraph": "The terms seed to sale software and track and trace often get confused but have an important difference:‍",
      "paragraphHtml": "<p class=\"paragraph-small\">The terms seed to sale software and track and trace often get confused but have an important difference:<br>&#x200d;</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "What is a Cannabis ERP?",
      "headingHtml": "<h3 class=\"heading-faq\">What is a Cannabis ERP?</h3>",
      "firstParagraph": "A cannabis enterprise resource planning (ERP) system is specialized software designed to help cannabis businesses manage and integrate their core processes. While similar to standard ERPs, cannabis ERPs are tailored to meet the unique needs and challenges of the cannabis industry, including:- Seed-to-sale tracking:...",
      "paragraphHtml": "<p class=\"paragraph-small\">A <strong>cannabis enterprise resource planning (ERP) </strong>system is specialized software designed to help cannabis businesses manage and integrate their core processes. While similar to standard ERPs, c<strong>annabis ERP</strong>s are tailored to meet the unique needs and challenges of the cannabis industry, including:<br><br>- Seed-to-sale tracking: Monitors the entire lifecycle of cannabis products from cultivation to point of sale.<br>- Compliance managemen...",
      "words": 157,
      "direct": false,
      "issue": "First paragraph is 157 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

4 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

02

Why it matters

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

Check name

AEO: Question-led structure

Score

50/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

4 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

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": 3,
  "citablePassages": 1,
  "failingCandidateParagraphs": [
    {
      "index": 37,
      "heading": "H3: What is Seed to Sale Software?",
      "text": "Seed to sale tracking (STS) is a traceability technology implemented by cannabis businesses. Often a requirement in cannabis regulatory models, the technology is called seed to sale because it captures data points throughout the cannabis supply chain – from STS tracking inception of an individual plant or crop, through harvest, processing and distribution, all the way to the point of sale and the patient.Seed to s...",
      "words": 245,
      "hasEvidence": true,
      "reasons": [
        "Too long for a citation-ready passage (245 words; target 80-220)."
      ],
      "html": "<p class=\"paragraph-small\">Seed to sale tracking (STS) is a traceability technology implemented by cannabis businesses. Often a requirement in cannabis regulatory models, the technology is called seed to sale because it captures data points throughout the cannabis supply chain &#x2013; from STS tracking inception of an individual plant or crop, through harvest, processing and distribution, all the way to the point of sale and the patient.<br><br>Seed to sale tracking (STS) is a traceability t..."
    },
    {
      "index": 40,
      "heading": "H3: Seed to Sale Software vs Track and Trace",
      "text": "Track and trace systems typically receive data in several ways – through data entry, through file upload or through API integration with the seed to sale software used by the cannabis business (like Distru). Metrc is the most prevalent track and trace platform in the US cannabis industry. If you’re in a Metrc-mandated state, you can rely on Distru to sync with Metrc, automatically taking care of those cumbersome M...",
      "words": 79,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (79 words; target 80-220)."
      ],
      "html": "<p class=\"paragraph-small\"><br>Track and trace systems typically receive data in several ways &#x2013; through data entry, through file upload or through API integration with the seed to sale software used by the cannabis business (like Distru). Metrc is the most prevalent track and trace platform in the US cannabis industry. If you&#x2019;re in a Metrc-mandated state, you can rely on Distru to sync with Metrc, automatically taking care of those cumbersome Metrc entries for you. No more doubl..."
    }
  ],
  "citableParagraphs": [
    {
      "index": 41,
      "heading": "H3: What is a Cannabis ERP?",
      "text": "A cannabis enterprise resource planning (ERP) system is specialized software designed to help cannabis businesses manage and integrate their core processes. While similar to standard ERPs, cannabis ERPs are tailored to meet the unique needs and challenges of the cannabis industry, including:- Seed-to-sale tracking: Monitors the entire lifecycle of cannabis products from cultivation to point of sale.- Compliance ma...",
      "words": 157,
      "hasEvidence": true,
      "reasons": [],
      "html": "<p class=\"paragraph-small\">A <strong>cannabis enterprise resource planning (ERP) </strong>system is specialized software designed to help cannabis businesses manage and integrate their core processes. While similar to standard ERPs, c<strong>annabis ERP</strong>s are tailored to meet the unique needs and challenges of the cannabis industry, including:<br><br>- Seed-to-sale tracking: Monitors the entire lifecycle of cannabis products from cultivation to point of sale.<br>- Compliance managemen..."
    }
  ],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

3 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Extraction-friendly structure

Score

85/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

15 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": 16,
  "passing": 1,
  "failing": [
    {
      "heading": "The Industry's Most Trusted Cannabis ERP",
      "headingHtml": "<h2 class=\"heading-4 centered\"><strong class=\"bold-text-12\">The Industry&apos;s Most Trusted Cannabis ERP</strong></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Instant AI-Generated Orders, No Matter Where They Pop Up",
      "headingHtml": "<h2 class=\"heading-2 white\"><span class=\"text-span-72\"><strong>Instant AI-Generated Orders,</strong></span><strong> No Matter Where They Pop Up</strong></h2>",
      "firstParagraph": "An All-In-One Platform:Seamlessly track Costs, Inventory, and Operations from Seed to Sale",
      "paragraphHtml": "<p class=\"paragraph-regular centered\"><strong>An All-In-One Platform:</strong><br>Seamlessly track Costs, Inventory, and Operations from Seed to Sale<br></p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Distru for Cultivators",
      "headingHtml": "<h2 class=\"heading-4 centered\"><strong class=\"bold-text-12\">Distru for </strong><span class=\"text-span-42\"><strong class=\"bold-text-12\">Cultivators</strong></span></h2>",
      "firstParagraph": "See how we help save time and labor by speeding up your harvest and post-harvest processings‍LEARN MORE ➜",
      "paragraphHtml": "<p id=\"w-node-_46f588b2-6404-4486-274f-32877df3e3ac-8710bba4\" class=\"feature-bullet _600\">See how we help save time and labor by speeding up your harvest and post-harvest processings<br>&#x200d;<br>LEARN&#xa0;MORE <strong>&#x279c;</strong></p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Distru for Processors",
      "headingHtml": "<h2 class=\"heading-4 centered\"><strong class=\"bold-text-12\">Distru for </strong><span class=\"text-span-43\"><strong class=\"bold-text-12\">Processors</strong></span></h2>",
      "firstParagraph": "See how we help manage your production line with BOMS, COGs, and the data to make better decisions LEARN MORE ➜",
      "paragraphHtml": "<p id=\"w-node-_46f588b2-6404-4486-274f-32877df3e3b2-8710bba4\" class=\"feature-bullet _600\">See how we help manage your production line with BOMS, COGs, and the data to make better decisions <br> <br>LEARN&#xa0;MORE <strong>&#x279c;</strong></p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Distru for Distributors",
      "headingHtml": "<h2 class=\"heading-4 centered\"><strong class=\"bold-text-12\">Distru for </strong><span class=\"text-span-44\"><strong class=\"bold-text-12\">Distributors</strong></span></h2>",
      "firstParagraph": "See how we help drive more revenue, speed up fulfillment, and reach your customers fasterLEARN MORE ➜",
      "paragraphHtml": "<p id=\"w-node-_46f588b2-6404-4486-274f-32877df3e3b6-8710bba4\" class=\"feature-bullet _600\">See how we help drive more revenue, speed up fulfillment, and reach your customers faster<br><br>LEARN&#xa0;MORE <strong>&#x279c;</strong></p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Distru for Retailers",
      "headingHtml": "<h2 class=\"heading-4 centered\"><strong class=\"bold-text-12\">Distru for </strong><span class=\"text-span-45\"><strong class=\"bold-text-12\">Retailers</strong></span></h2>",
      "firstParagraph": "See how we help speed up intake, manage inventory, and standardize your operation across locations‍LEARN MORE ➜",
      "paragraphHtml": "<p id=\"w-node-_38932a9a-9cca-af8a-a021-3551f9d5f4f2-8710bba4\" class=\"feature-bullet _600\">See how we help speed up intake, manage inventory, and standardize your operation across locations<br>&#x200d;<br>LEARN&#xa0;MORE <strong>&#x279c;</strong></p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Metrc & BioTrack Made Better",
      "headingHtml": "<h2 class=\"heading left\">Metrc &amp;&#xa0;BioTrack Made Better</h2>",
      "firstParagraph": "An industry-leading Metrc and BioTrack integration, customized for your state’s regulatory requirements.",
      "paragraphHtml": "<p class=\"paragraph-regular\"><strong>An industry-leading </strong><a href=\"https://www.distru.com/integrations/metrc\"><strong>Metrc</strong></a><strong> and BioTrack integration</strong>, customized for your state&#x2019;s regulatory requirements.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Seed to Sale Software that Rolls (and Works) with the Best",
      "headingHtml": "<h2 class=\"heading-4 centered\"><a href=\"https://www.distru.com/seed-to-sale-software\"><strong class=\"bold-text-12\">Seed to Sale Software</strong></a><strong class=\"bold-text-12\"> that Rolls (and Works) with the Best</strong></h2>",
      "firstParagraph": "Partnerships help make Distru the most powerful Cannabis ERP on the market",
      "paragraphHtml": "<p class=\"paragraph-regular centered\"><br>Partnerships help make Distru the most powerful <strong>Cannabis ERP</strong> on the market<br></p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "CBD? Distru Does That Too",
      "headingHtml": "<h2 class=\"heading\">CBD? Distru Does That Too</h2>",
      "firstParagraph": "We can help streamline your CBD production, distribution and sales pipeline anywhere in the world.",
      "paragraphHtml": "<p class=\"paragraph-regular-centered\">We can help streamline your CBD production, distribution and sales pipeline <strong>anywhere in the world.</strong></p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Cannabis ERP: Key Features for Industry Success",
      "headingHtml": "<h2 class=\"heading left\">Cannabis ERP: Key Features for Industry Success</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Free Order Fulfillment Template!",
      "headingHtml": "<h2 class=\"heading-2\"><span class=\"text-span-25\"><strong>Free</strong></span><strong> Order Fulfillment Template!</strong><br></h2>",
      "firstParagraph": "Organize your deliveries, optimize your route plan, and log returns",
      "paragraphHtml": "<p class=\"paragraph-x-small-centered-bold\">Organize your deliveries, optimize your route plan, and log returns</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Free Cannabis Cycle Count Template!",
      "headingHtml": "<h2 class=\"heading-2\"><span class=\"text-span-24\"><strong>Free</strong></span><strong> Cannabis Cycle Count Template!</strong><br></h2>",
      "firstParagraph": "Standardize your SOP across multiple warehouses or locations",
      "paragraphHtml": "<p class=\"paragraph-x-small-centered-bold\">Standardize your SOP across multiple warehouses or locations</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "What is Seed to Sale Software?",
      "headingHtml": "<h3 class=\"heading-faq\">What is Seed to Sale Software?</h3>",
      "firstParagraph": "Seed to sale tracking (STS) is a traceability technology implemented by cannabis businesses. Often a requirement in cannabis regulatory models, the technology is called seed to sale because it captures data points throughout the cannabis supply chain – from STS tracking inception of an individual plant or crop, thro...",
      "paragraphHtml": "<p class=\"paragraph-small\">Seed to sale tracking (STS) is a traceability technology implemented by cannabis businesses. Often a requirement in cannabis regulatory models, the technology is called seed to sale because it captures data points throughout the cannabis supply chain &#x2013; from STS tracking inception of an individual plant or crop, through harvest, processing and distribution, all the way to the point of sale and the patient.<br><br>Seed to sale tracking (STS) is a traceability t...",
      "words": 245,
      "direct": false,
      "issue": "First paragraph is 245 words and does not look like a concise direct answer."
    },
    {
      "heading": "Seed to Sale Software vs Track and Trace",
      "headingHtml": "<h3 class=\"heading-faq\">Seed to Sale Software vs Track and Trace</h3>",
      "firstParagraph": "The terms seed to sale software and track and trace often get confused but have an important difference:‍",
      "paragraphHtml": "<p class=\"paragraph-small\">The terms seed to sale software and track and trace often get confused but have an important difference:<br>&#x200d;</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "What is a Cannabis ERP?",
      "headingHtml": "<h3 class=\"heading-faq\">What is a Cannabis ERP?</h3>",
      "firstParagraph": "A cannabis enterprise resource planning (ERP) system is specialized software designed to help cannabis businesses manage and integrate their core processes. While similar to standard ERPs, cannabis ERPs are tailored to meet the unique needs and challenges of the cannabis industry, including:- Seed-to-sale tracking:...",
      "paragraphHtml": "<p class=\"paragraph-small\">A <strong>cannabis enterprise resource planning (ERP) </strong>system is specialized software designed to help cannabis businesses manage and integrate their core processes. While similar to standard ERPs, c<strong>annabis ERP</strong>s are tailored to meet the unique needs and challenges of the cannabis industry, including:<br><br>- Seed-to-sale tracking: Monitors the entire lifecycle of cannabis products from cultivation to point of sale.<br>- Compliance managemen...",
      "words": 157,
      "direct": false,
      "issue": "First paragraph is 157 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

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

1 Warning

Needs attention

AIO: Visible structured data match

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Visible structured data match

Score

87/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "schemaCount": 6,
  "checkedFields": [
    {
      "path": "$[0].@graph[0].name",
      "value": "Distru Inc."
    },
    {
      "path": "$[0].@graph[0].description",
      "value": "Distru is the best cannabis ERP software for inventory, compliance, and sales management."
    },
    {
      "path": "$[0].@graph[1].name",
      "value": "Distru"
    },
    {
      "path": "$[0].@graph[2].name",
      "value": "Distru"
    },
    {
      "path": "$[0].@graph[3].itemListElement[0].name",
      "value": "Home"
    },
    {
      "path": "$[0].@graph[3].itemListElement[1].name",
      "value": "Request a demo"
    },
    {
      "path": "$[1].name",
      "value": "Distru Inc."
    },
    {
      "path": "$[1].description",
      "value": "Distru is the best cannabis ERP software for inventory, compliance, and sales management."
    },
    {
      "path": "$[2].name",
      "value": "Distru"
    },
    {
      "path": "$[3].name",
      "value": "Distru"
    },
    {
      "path": "$[4].itemListElement[0].name",
      "value": "Home"
    },
    {
      "path": "$[4].itemListElement[1].name",
      "value": "Request a demo"
    },
    {
      "path": "$[5].mainEntity[0].name",
      "value": "What is Seed to Sale Software?"
    },
    {
      "path": "$[5].mainEntity[1].name",
      "value": "Seed to Sale Software vs Track and Trace"
    },
    {
      "path": "$[5].mainEntity[2].name",
      "value": "What is a Cannabis ERP?"
    }
  ],
  "mismatches": [
    {
      "path": "$[0].@graph[3].itemListElement[0].name",
      "value": "Home"
    },
    {
      "path": "$[4].itemListElement[0].name",
      "value": "Home"
    }
  ],
  "score": 87,
  "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, benefits, compare.

Details

02

Why it matters

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

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "headings": [
    {
      "text": "The Industry's Most Trusted Cannabis ERP",
      "html": "<h2 class=\"heading-4 centered\"><strong class=\"bold-text-12\">The Industry&apos;s Most Trusted Cannabis ERP</strong></h2>"
    },
    {
      "text": "Instant AI-Generated Orders, No Matter Where They Pop Up",
      "html": "<h2 class=\"heading-2 white\"><span class=\"text-span-72\"><strong>Instant AI-Generated Orders,</strong></span><strong> No Matter Where They Pop Up</strong></h2>"
    },
    {
      "text": "Distru for Cultivators",
      "html": "<h2 class=\"heading-4 centered\"><strong class=\"bold-text-12\">Distru for </strong><span class=\"text-span-42\"><strong class=\"bold-text-12\">Cultivators</strong></span></h2>"
    },
    {
      "text": "Distru for Processors",
      "html": "<h2 class=\"heading-4 centered\"><strong class=\"bold-text-12\">Distru for </strong><span class=\"text-span-43\"><strong class=\"bold-text-12\">Processors</strong></span></h2>"
    },
    {
      "text": "Distru for Distributors",
      "html": "<h2 class=\"heading-4 centered\"><strong class=\"bold-text-12\">Distru for </strong><span class=\"text-span-44\"><strong class=\"bold-text-12\">Distributors</strong></span></h2>"
    },
    {
      "text": "Distru for Retailers",
      "html": "<h2 class=\"heading-4 centered\"><strong class=\"bold-text-12\">Distru for </strong><span class=\"text-span-45\"><strong class=\"bold-text-12\">Retailers</strong></span></h2>"
    },
    {
      "text": "Metrc & BioTrack Made Better",
      "html": "<h2 class=\"heading left\">Metrc &amp;&#xa0;BioTrack Made Better</h2>"
    },
    {
      "text": "Seed to Sale Software that Rolls (and Works) with the Best",
      "html": "<h2 class=\"heading-4 centered\"><a href=\"https://www.distru.com/seed-to-sale-software\"><strong class=\"bold-text-12\">Seed to Sale Software</strong></a><strong class=\"bold-text-12\"> that Rolls (and Works) with the Best</strong></h2>"
    },
    {
      "text": "CBD? Distru Does That Too",
      "html": "<h2 class=\"heading\">CBD? Distru Does That Too</h2>"
    },
    {
      "text": "Cannabis ERP: Key Features for Industry Success",
      "html": "<h2 class=\"heading left\">Cannabis ERP: Key Features for Industry Success</h2>"
    },
    {
      "text": "Always There When You Need Us",
      "html": "<h2 class=\"heading margin-48 left\">Always There When You Need Us</h2>"
    },
    {
      "text": "Free Order Fulfillment Template!",
      "html": "<h2 class=\"heading-2\"><span class=\"text-span-25\"><strong>Free</strong></span><strong> Order Fulfillment Template!</strong><br></h2>"
    },
    {
      "text": "Free Cannabis Cycle Count Template!",
      "html": "<h2 class=\"heading-2\"><span class=\"text-span-24\"><strong>Free</strong></span><strong> Cannabis Cycle Count Template!</strong><br></h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Distru: Streamlined Seed to Sale Software & C...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Distru: Streamlined Seed to Sale Software & C... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Distru: Streamlined Seed to Sale Software & C...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Distru: Streamlined Seed to Sale Software & C... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Distru: Streamlined Seed to Sale Software & C... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Distru: Streamlined Seed to Sale Software & C...?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Distru: Streamlined Seed to Sale Software & C...?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Distru: Streamlined Seed to Sale Software & C... compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

1 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Page experience for AIO

Score

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1",
  "visibleWords": 1995,
  "htmlBytes": 222162,
  "imagesMissingDimensions": [
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/696947621d06384af881c2b5_distru-tilt.svg",
      "width": "60",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/696947621d06384af881c2b5_distru-tilt.svg\" loading=\"eager\" width=\"60\" alt class=\"distru-header-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/img/placeholder-thumb.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/img/placeholder-thumb.svg\" loading=\"lazy\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712c01bdc344d1c874a4_smokies.webp",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"150\" id=\"w-node-_1405f72a-298e-fd9a-006d-f2a51abb4e03-8710bba4\" alt=\"Smokies logo, a Distru customer\" src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712c01bdc344d1c874a4_smokies.webp\" loading=\"lazy\" class=\"customer-logo small\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712d285b9bb89e3c8f86_ember-valley.webp",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"150\" id=\"w-node-_1405f72a-298e-fd9a-006d-f2a51abb4e04-8710bba4\" alt=\"Ember Valley logo, a Distru customer\" src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712d285b9bb89e3c8f86_ember-valley.webp\" loading=\"lazy\" class=\"customer-logo small\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712ca1b12eb0c42ec6ce_traditional.webp",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"150\" id=\"w-node-_1405f72a-298e-fd9a-006d-f2a51abb4e05-8710bba4\" alt=\"Traditional Cannabis logo, a Distru customer\" src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712ca1b12eb0c42ec6ce_traditional.webp\" loading=\"lazy\" class=\"customer-logo small\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712ca6325a70de1e56fc_mule.webp",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"150\" id=\"w-node-_1405f72a-298e-fd9a-006d-f2a51abb4e06-8710bba4\" alt=\"Mule Extracts logo, a Distru customer\" src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712ca6325a70de1e56fc_mule.webp\" loading=\"lazy\" class=\"customer-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712c3293d768d04773f2_midwest-magic.webp",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"150\" id=\"w-node-_1405f72a-298e-fd9a-006d-f2a51abb4e07-8710bba4\" alt=\"Midwest Magic logo, a Distru customer\" src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712c3293d768d04773f2_midwest-magic.webp\" loading=\"lazy\" class=\"customer-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712ed1c7e0cffbf8cdcf_highbrow.webp",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"150\" id=\"w-node-_1405f72a-298e-fd9a-006d-f2a51abb4e08-8710bba4\" alt=\"Highbrow logo, a Distru customer\" src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712ed1c7e0cffbf8cdcf_highbrow.webp\" loading=\"lazy\" class=\"customer-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712c49feb46ac87b8d83_drops-color-min.webp",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"150\" id=\"w-node-_1405f72a-298e-fd9a-006d-f2a51abb4e09-8710bba4\" alt=\"Drops logo, a Distru customer\" src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712c49feb46ac87b8d83_drops-color-min.webp\" loading=\"lazy\" class=\"customer-logo small\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712cafd80ce1e9846a3f_lyfted.webp",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"150\" id=\"w-node-_1405f72a-298e-fd9a-006d-f2a51abb4e0a-8710bba4\" alt=\"Lyfted Farms logo, a Distru customer\" src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712cafd80ce1e9846a3f_lyfted.webp\" loading=\"lazy\" class=\"customer-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/696a9ed438754b67f3789899_HPI.webp",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"150\" id=\"w-node-_1405f72a-298e-fd9a-006d-f2a51abb4e0b-8710bba4\" alt src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/696a9ed438754b67f3789899_HPI.webp\" loading=\"lazy\" srcset=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/696a9ed438754b67f3789899_HPI-p-500.webp 500w, https://cdn.prod.website-files.com/6352c27835e754635b10bba3/696a9ed438754b67f3789899_HPI-p-800.webp 800w, https://cdn.prod.website-files.com/6352c27835e754635b10bba3/696a9ed438754b67f37898..."
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712cc56a853bf0d0cd77_Valley%20Pure.webp",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"150\" id=\"w-node-_1405f72a-298e-fd9a-006d-f2a51abb4e0c-8710bba4\" alt=\"Valley Pure logo, a Distru customer\" src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712cc56a853bf0d0cd77_Valley%20Pure.webp\" loading=\"lazy\" class=\"customer-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629767f9f210407f0332216_fine-fettle.webp",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"150\" id=\"w-node-_1405f72a-298e-fd9a-006d-f2a51abb4e0d-8710bba4\" alt src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629767f9f210407f0332216_fine-fettle.webp\" loading=\"lazy\" class=\"customer-logo medium\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712da6325a70de1e581f_gelato.webp",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"150\" id=\"w-node-_1405f72a-298e-fd9a-006d-f2a51abb4e0e-8710bba4\" alt=\"Gelato Cannabis logo, a Distru customer\" src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712da6325a70de1e581f_gelato.webp\" loading=\"lazy\" class=\"customer-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712e1592215be5e30b90_fiore.webp",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"150\" id=\"w-node-_1405f72a-298e-fd9a-006d-f2a51abb4e0f-8710bba4\" alt=\"Fiore Cannabis logo, a Distru customer\" src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712e1592215be5e30b90_fiore.webp\" loading=\"lazy\" class=\"customer-logo medium rounded\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/696a9e3a15e028b0734d0261_bluesky.jpg",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"150\" id=\"w-node-_1405f72a-298e-fd9a-006d-f2a51abb4e10-8710bba4\" alt src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/696a9e3a15e028b0734d0261_bluesky.jpg\" loading=\"lazy\" srcset=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/696a9e3a15e028b0734d0261_bluesky-p-500.jpg 500w, https://cdn.prod.website-files.com/6352c27835e754635b10bba3/696a9e3a15e028b0734d0261_bluesky-p-800.jpg 800w, https://cdn.prod.website-files.com/6352c27835e754635b10bba3/696a9e3a15e02..."
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/66297130f46a2a9d7acc1909_wcc.webp",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"150\" id=\"w-node-_1405f72a-298e-fd9a-006d-f2a51abb4e11-8710bba4\" alt=\"West Coast Cure logo, a Distru customer\" src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/66297130f46a2a9d7acc1909_wcc.webp\" loading=\"lazy\" class=\"customer-logo medium-large\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/66297610f2ecc694abf5317f_ghost.webp",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"150\" id=\"w-node-_1405f72a-298e-fd9a-006d-f2a51abb4e12-8710bba4\" alt=\"Ghost logo, a Distru customer\" src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/66297610f2ecc694abf5317f_ghost.webp\" loading=\"lazy\" class=\"customer-logo medium\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712db2a4d48a8166ec7e_punch.webp",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"150\" id=\"w-node-_1405f72a-298e-fd9a-006d-f2a51abb4e13-8710bba4\" alt=\"Punch Edibles logo, a Distru customer\" src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712db2a4d48a8166ec7e_punch.webp\" loading=\"lazy\" class=\"customer-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712d6bf296d91b11994d_cheef.webp",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"150\" id=\"w-node-_1405f72a-298e-fd9a-006d-f2a51abb4e15-8710bba4\" alt=\"Cheef logo, a Distru customer\" src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712d6bf296d91b11994d_cheef.webp\" loading=\"lazy\" class=\"customer-logo large\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712fa4c35e3d095f56e3_catalyst.webp",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"150\" id=\"w-node-_1405f72a-298e-fd9a-006d-f2a51abb4e16-8710bba4\" alt=\"Catalyst logo, a Distru customer\" src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712fa4c35e3d095f56e3_catalyst.webp\" loading=\"lazy\" class=\"customer-logo small\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63ebf29829ac3c9cce138a00_flav.svg",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"150\" id=\"w-node-_1405f72a-298e-fd9a-006d-f2a51abb4e17-8710bba4\" alt=\"flav cannabis logo\" src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63ebf29829ac3c9cce138a00_flav.svg\" loading=\"lazy\" class=\"customer-logo medium\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712dd75100f60debd0ca_buds.webp",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"150\" id=\"w-node-_1405f72a-298e-fd9a-006d-f2a51abb4e18-8710bba4\" alt=\"Buds Cannabis logo, a Distru customer\" src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712dd75100f60debd0ca_buds.webp\" loading=\"lazy\" class=\"customer-logo medium-large\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712fa4c35e3d095f56de_fresh%20baked.webp",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"150\" id=\"w-node-_1405f72a-298e-fd9a-006d-f2a51abb4e19-8710bba4\" alt=\"Fresh Baked logo, a Distru customer\" src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712fa4c35e3d095f56de_fresh%20baked.webp\" loading=\"lazy\" class=\"customer-logo small\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712ef46a2a9d7acc1863_play.webp",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"150\" id=\"w-node-_1405f72a-298e-fd9a-006d-f2a51abb4e1a-8710bba4\" alt=\"Plug Play logo, a Distru customer\" src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712ef46a2a9d7acc1863_play.webp\" loading=\"lazy\" class=\"customer-logo small\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712e4f01f2787fc1de0c_verde.webp",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"150\" id=\"w-node-_1405f72a-298e-fd9a-006d-f2a51abb4e1b-8710bba4\" alt=\"Hummingbird Verde logo, a Distru customer\" src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712e4f01f2787fc1de0c_verde.webp\" loading=\"lazy\" class=\"customer-logo small\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712e04b4cd8626dbe8c7_orgin.webp",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"150\" id=\"w-node-_1405f72a-298e-fd9a-006d-f2a51abb4e1c-8710bba4\" alt=\"Orgin Extracts logo, a Distru customer\" src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712e04b4cd8626dbe8c7_orgin.webp\" loading=\"lazy\" class=\"customer-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712fdb712e318e738462_crown%20cannabis.webp",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"150\" id=\"w-node-_1405f72a-298e-fd9a-006d-f2a51abb4e1d-8710bba4\" alt=\"Crown Cannabis logo, a Distru customer\" src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712fdb712e318e738462_crown%20cannabis.webp\" loading=\"lazy\" class=\"customer-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712f3448197e43f12e9d_movals.webp",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"150\" id=\"w-node-_1405f72a-298e-fd9a-006d-f2a51abb4e1e-8710bba4\" alt=\"Movals Cannabis logo, a Distru customer\" src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712f3448197e43f12e9d_movals.webp\" loading=\"lazy\" class=\"customer-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/662971333d1f5804e77058e5_kosmic.webp",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"150\" id=\"w-node-_1405f72a-298e-fd9a-006d-f2a51abb4e1f-8710bba4\" alt=\"Kosmik Brands logo, a Distru customer\" src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/662971333d1f5804e77058e5_kosmic.webp\" loading=\"lazy\" class=\"customer-logo small\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712ef0f6f151f25999f4_moxie.webp",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"Auto\" id=\"w-node-_1405f72a-298e-fd9a-006d-f2a51abb4e20-8710bba4\" alt=\"Moxie logo, a Distru customer\" src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712ef0f6f151f25999f4_moxie.webp\" loading=\"lazy\" class=\"customer-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712fdb712e318e738467_redwoods.webp",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"150\" id=\"w-node-_1405f72a-298e-fd9a-006d-f2a51abb4e21-8710bba4\" alt=\"Redwood Roots logo, a Distru customer\" src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712fdb712e318e738467_redwoods.webp\" loading=\"lazy\" class=\"customer-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712e13c7158135a2e4e5_house%20of%20dank.webp",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"150\" id=\"w-node-_1405f72a-298e-fd9a-006d-f2a51abb4e22-8710bba4\" alt=\"House of Dank logo, a Distru customer\" src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712e13c7158135a2e4e5_house%20of%20dank.webp\" loading=\"lazy\" class=\"customer-logo large\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/662971304f01f2787fc1df2e_kan.webp",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"150\" id=\"w-node-_1405f72a-298e-fd9a-006d-f2a51abb4e23-8710bba4\" alt=\" Kan Made logo, a Distru customer\" src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/662971304f01f2787fc1df2e_kan.webp\" loading=\"lazy\" class=\"customer-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/67338097a56b07ba52973613_truleaf.webp",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"150\" id=\"w-node-_1405f72a-298e-fd9a-006d-f2a51abb4e24-8710bba4\" alt=\"TruLeaf Logo\" src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/67338097a56b07ba52973613_truleaf.webp\" loading=\"lazy\" class=\"customer-logo small\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712f2df3c5024833c423_presidental.webp",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"150\" id=\"w-node-_1405f72a-298e-fd9a-006d-f2a51abb4e25-8710bba4\" alt=\"Presidential Cannabis logo, a Distru customer\" src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629712f2df3c5024833c423_presidental.webp\" loading=\"lazy\" class=\"customer-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6a18c3a8dd255288fa601aac_distru_AI_Order_Agent.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6a18c3a8dd255288fa601aac_distru_AI_Order_Agent.webp\" loading=\"lazy\" sizes=\"(max-width: 767px) 96vw, (max-width: 991px) 354px, 460px\" srcset=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6a18c3a8dd255288fa601aac_distru_AI_Order_Agent-p-500.webp 500w, https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6a18c3a8dd255288fa601aac_distru_AI_Order_Agent.webp 800w\" alt=\"AI order intake cannabis\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfcabac698180314dc03_cultivation.svg",
      "width": "72",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfcabac698180314dc03_cultivation.svg\" loading=\"lazy\" width=\"72\" height alt=\"Cannabis ERP\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfd2e027e32ab80e7a36_manufacturing.svg",
      "width": "72",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfd2e027e32ab80e7a36_manufacturing.svg\" loading=\"lazy\" width=\"72\" alt=\"Cannabis ERP\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfd5805b4b5c87c468fb_order-fulfillment.svg",
      "width": "72",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfd5805b4b5c87c468fb_order-fulfillment.svg\" loading=\"lazy\" width=\"72\" alt=\"Cannabis ERP\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfc698c1e11655f730a6_audit%20trail.svg",
      "width": "72",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfc698c1e11655f730a6_audit%20trail.svg\" loading=\"lazy\" width=\"72\" alt=\"Cannabis ERP\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c9599682cdf01cae764ac4_plane-banner.svg",
      "width": "360",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c9599682cdf01cae764ac4_plane-banner.svg\" loading=\"lazy\" width=\"360\" data-w-id=\"9f99eca1-d611-3765-a34f-b234a8faf719\" alt=\"Cannabis ERP\" class=\"image-9\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6791589d87dda3aa50f65545_By%20Track%20and%20Trace%20Provider.svg",
      "width": "360",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6791589d87dda3aa50f65545_By%20Track%20and%20Trace%20Provider.svg\" loading=\"lazy\" width=\"360\" alt=\"Cannabis ERP\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/662982482202f2ebc7b7b834_metrc.webp",
      "width": "170",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/662982482202f2ebc7b7b834_metrc.webp\" loading=\"lazy\" width=\"170\" alt class=\"logo medium\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/66298248ff4e05f66018fc9e_leaflink.webp",
      "width": "180",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/66298248ff4e05f66018fc9e_leaflink.webp\" loading=\"lazy\" width=\"180\" id=\"w-node-caad7ba2-be8a-5ff3-193d-09a58965debb-8965deb3\" alt class=\"logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/672948d723693af97c4f7134_BioTrack.webp",
      "width": "220",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/672948d723693af97c4f7134_BioTrack.webp\" loading=\"lazy\" width=\"220\" id=\"w-node-_0bc34412-7668-d082-c6dd-9b58662a3f4b-8965deb3\" alt=\"BioTrack Logo \" class=\"logo extra-large\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/66298248900ccc5cc41787a0_dutchie.webp",
      "width": "200",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/66298248900ccc5cc41787a0_dutchie.webp\" loading=\"lazy\" width=\"200\" id=\"w-node-_499e69f5-b276-0b8c-bfcd-ffd7e6f2fea0-8965deb3\" alt class=\"logo medium\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/693b578757b5732b7eef7b62_BLAZE-Logo-fullColor-LT.avif",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/693b578757b5732b7eef7b62_BLAZE-Logo-fullColor-LT.avif\" loading=\"lazy\" width=\"150\" id=\"w-node-_19bf13e5-a33c-f91c-1869-e52b5770721d-8965deb3\" alt srcset=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/693b578757b5732b7eef7b62_BLAZE-Logo-fullColor-LT-p-500.png 500w, https://cdn.prod.website-files.com/6352c27835e754635b10bba3/693b578757b5732b7eef7b62_BLAZE-Logo-fullColor-LT.avif 1920w\" sizes=\"(max-width: 479px) 48..."
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/66298248bdbbed5baaa69eef_quickbooks.webp",
      "width": "200",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/66298248bdbbed5baaa69eef_quickbooks.webp\" loading=\"lazy\" width=\"200\" id=\"w-node-caad7ba2-be8a-5ff3-193d-09a58965dec0-8965deb3\" alt class=\"logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/64a5dddbe1cb5531990c2936_xero-logo.svg",
      "width": "120",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/64a5dddbe1cb5531990c2936_xero-logo.svg\" loading=\"lazy\" width=\"120\" id=\"w-node-caad7ba2-be8a-5ff3-193d-09a58965debe-8965deb3\" alt=\"logo for xero accounting software \" class=\"logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/64a5de0387805aee646b56ee_Sage_Group_logo_2022.svg",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/64a5de0387805aee646b56ee_Sage_Group_logo_2022.svg\" loading=\"lazy\" width=\"150\" id=\"w-node-caad7ba2-be8a-5ff3-193d-09a58965dec1-8965deb3\" alt=\"Sage accounting software logo\" class=\"logo xxl\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/662982482202f2ebc7b7b82d_Fundcanna.webp",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/662982482202f2ebc7b7b82d_Fundcanna.webp\" loading=\"lazy\" width=\"150\" id=\"w-node-f5f11f49-e48a-ce76-c2e3-947c8efffd57-8965deb3\" alt class=\"logo large\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/66298591282a4ba72169af7e_sc-labs.webp",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/66298591282a4ba72169af7e_sc-labs.webp\" loading=\"lazy\" width=\"150\" id=\"w-node-caad7ba2-be8a-5ff3-193d-09a58965dec4-8965deb3\" alt class=\"logo large\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629859118350e50ace799ce_anresco.webp",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629859118350e50ace799ce_anresco.webp\" loading=\"lazy\" width=\"150\" id=\"w-node-caad7ba2-be8a-5ff3-193d-09a58965dec6-8965deb3\" alt class=\"logo medium\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/66298591225c893501dbc260_belcosta.webp",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/66298591225c893501dbc260_belcosta.webp\" loading=\"lazy\" width=\"150\" id=\"w-node-caad7ba2-be8a-5ff3-193d-09a58965dec7-8965deb3\" alt class=\"logo large\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/66298591ade4b9db5097bad1_lahlouh.webp",
      "width": "150",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/66298591ade4b9db5097bad1_lahlouh.webp\" loading=\"lazy\" width=\"150\" id=\"w-node-caad7ba2-be8a-5ff3-193d-09a58965dec3-8965deb3\" alt class=\"logo large\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfc892d1e9cbd0768b2d_cannabinoids.svg",
      "width": "92",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfc892d1e9cbd0768b2d_cannabinoids.svg\" loading=\"lazy\" alt=\"Cannabis ERP\" width=\"92\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfd24a196c2eb78e6057_mobile-pick-pack.svg",
      "width": "75",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfd24a196c2eb78e6057_mobile-pick-pack.svg\" loading=\"lazy\" width=\"75\" alt=\"Cannabis ERP\" class=\"icon-standard\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfd3c2b1be38f4732efd_order-creation.svg",
      "width": "75",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfd3c2b1be38f4732efd_order-creation.svg\" loading=\"lazy\" width=\"75\" alt=\"Cannabis ERP\" class=\"icon-standard\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfcc1893c471fcd6c874_efficent-storage.svg",
      "width": "75",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfcc1893c471fcd6c874_efficent-storage.svg\" loading=\"lazy\" width=\"75\" alt=\"Cannabis ERP\" class=\"icon-standard\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfd5bac698123814dc78_par-levels.svg",
      "width": "75",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfd5bac698123814dc78_par-levels.svg\" loading=\"lazy\" width=\"75\" alt=\"Cannabis ERP\" class=\"icon-standard\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfce1d500a6d5b95f330_financial-close.svg",
      "width": "75",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfce1d500a6d5b95f330_financial-close.svg\" loading=\"lazy\" width=\"75\" alt=\"Cannabis ERP\" class=\"icon-standard\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfdb10d8f87c913024ee_work-order-mgmt.svg",
      "width": "75",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfdb10d8f87c913024ee_work-order-mgmt.svg\" loading=\"lazy\" width=\"75\" alt=\"Cannabis ERP\" class=\"icon-standard\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfd81cba5e990a7d588e_robust-assembly-creation.svg",
      "width": "75",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfd81cba5e990a7d588e_robust-assembly-creation.svg\" loading=\"lazy\" width=\"75\" alt=\"Cannabis ERP software\" class=\"icon-standard\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfc71d927fc5103b94c2_boms.svg",
      "width": "75",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfc71d927fc5103b94c2_boms.svg\" loading=\"lazy\" width=\"75\" alt=\"Cannabis ERP\" class=\"icon-standard\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfdb4a196c4f8d8e60d8_true-costs.svg",
      "width": "75",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfdb4a196c4f8d8e60d8_true-costs.svg\" loading=\"lazy\" height width=\"75\" alt=\"Cannabis ERP\" class=\"icon-standard\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfd9faf15f62625cbcad_save-hours.svg",
      "width": "75",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfd9faf15f62625cbcad_save-hours.svg\" loading=\"lazy\" width=\"75\" alt=\"Cannabis ERP\" class=\"icon-standard\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfd298c1e1bddaf731f6_manage-companies.svg",
      "width": "75",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfd298c1e1bddaf731f6_manage-companies.svg\" loading=\"lazy\" width=\"75\" alt=\"Cannabis ERP\" class=\"icon-standard\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfcd16dff2d2fc920f7d_faster-teardown.svg",
      "width": "75",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfcd16dff2d2fc920f7d_faster-teardown.svg\" loading=\"lazy\" width=\"75\" alt=\"Cannabis ERP\" class=\"icon-standard\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfda10d8f8ddfd3024ac_timely-task-completion.svg",
      "width": "75",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfda10d8f8ddfd3024ac_timely-task-completion.svg\" loading=\"lazy\" width=\"75\" alt=\"Cannabis ERP\" class=\"icon-standard\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfd8200d2775b6ce6502_sales-matrix.svg",
      "width": "75",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfd8200d2775b6ce6502_sales-matrix.svg\" loading=\"lazy\" width=\"75\" alt=\"Cannabis ERP\" class=\"icon-standard\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfd0b5e83a79c177da21_hardware.svg",
      "width": "75",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfd0b5e83a79c177da21_hardware.svg\" loading=\"lazy\" width=\"75\" alt=\"Cannabis ERP\" class=\"icon-standard\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfcf92d1e916a8768ca4_grow-insights.svg",
      "width": "75",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfcf92d1e916a8768ca4_grow-insights.svg\" loading=\"lazy\" width=\"75\" alt=\"Cannabis ERP\" class=\"icon-standard\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfd810d8f8554d30241e_sales-insights.svg",
      "width": "75",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfd810d8f8554d30241e_sales-insights.svg\" loading=\"lazy\" width=\"75\" alt=\"Cannabis ERP\" class=\"icon-standard\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfc81d927f28dd3b94cf_built-in-reporting.svg",
      "width": "75",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfc81d927f28dd3b94cf_built-in-reporting.svg\" loading=\"lazy\" width=\"75\" alt=\" Cannabis ERP\" class=\"icon-standard\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfc9805b4bb7a0c4685a_crm-map-view.svg",
      "width": "75",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfc9805b4bb7a0c4685a_crm-map-view.svg\" loading=\"lazy\" width=\"75\" alt=\"Cannabis ERP\" class=\"icon-standard\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfcce25c34291c86f0c0_embeded-menu.svg",
      "width": "75",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfcce25c34291c86f0c0_embeded-menu.svg\" loading=\"lazy\" width=\"75\" alt=\"Cannabis ERP\" class=\"icon-standard\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfcabac698180314dc03_cultivation.svg",
      "width": "75",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfcabac698180314dc03_cultivation.svg\" loading=\"lazy\" width=\"75\" alt=\"Cannabis ERP\" class=\"icon-standard\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfc698c1e11655f730a6_audit%20trail.svg",
      "width": "75",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfc698c1e11655f730a6_audit%20trail.svg\" loading=\"lazy\" width=\"75\" alt=\"Cannabis ERP\" class=\"icon-standard\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfc698c1e11655f730a6_audit%20trail.svg",
      "width": "Auto",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfc698c1e11655f730a6_audit%20trail.svg\" loading=\"lazy\" width=\"Auto\" alt=\"Cannabis ERP\" class=\"icon-standard\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfd21d927fa3f73b95b7_multi-menu.svg",
      "width": "75",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfd21d927fa3f73b95b7_multi-menu.svg\" loading=\"lazy\" width=\"75\" alt=\"Cannabis ERP\" class=\"icon-standard\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfcd382ff95c64ce185c_exec-insights.svg",
      "width": "75",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63c6cfcd382ff95c64ce185c_exec-insights.svg\" loading=\"lazy\" width=\"75\" alt=\"Cannabis ERP\" class=\"icon-standard\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63d28b90d18739a7826cb01a_img-135.webp",
      "width": "100",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63d28b90d18739a7826cb01a_img-135.webp\" loading=\"lazy\" width=\"100\" alt=\"Cannabis industry ERP\" class=\"avatar\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629874fe55077b6aa103804_angie.webp",
      "width": "200",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629874fe55077b6aa103804_angie.webp\" loading=\"lazy\" width=\"200\" id=\"w-node-_17ae245c-84de-eb6f-5301-3dcfecdebf85-8710bba4\" alt=\"Distru cannabis ERP\" class=\"image-14\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629874f43df245cfc37c517_thrasher.webp",
      "width": "200",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629874f43df245cfc37c517_thrasher.webp\" loading=\"lazy\" width=\"200\" id=\"w-node-_1b7d2e4b-3f21-3e3f-0fe3-375a36a55917-8710bba4\" alt=\"Distru cannabis ERP\" class=\"image-14\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629874f18350e50ace8e8ee_dan-resized.webp",
      "width": "200",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629874f18350e50ace8e8ee_dan-resized.webp\" loading=\"lazy\" width=\"200\" id=\"w-node-_437227ee-5819-8cb5-a610-abfbf686d3b7-8710bba4\" alt=\"Distru cannabis ERP\" class=\"image-14\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629874f22ca6cb4c50b1c96_ruben-resized.webp",
      "width": "200",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629874f22ca6cb4c50b1c96_ruben-resized.webp\" loading=\"lazy\" width=\"200\" id=\"w-node-_2d9f38a0-298a-20c1-f263-e25e3209ff09-8710bba4\" alt=\"Distru cannabis ERP\" class=\"image-14\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629874f27b786306715a9ef_sebby-resized.webp",
      "width": "200",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629874f27b786306715a9ef_sebby-resized.webp\" loading=\"lazy\" width=\"200\" id=\"w-node-a145461a-599d-e949-bd4a-816b89a731a7-8710bba4\" alt=\"Distru cannabis ERP\" class=\"image-14\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629874f68a1050ac1adb4b1_britt-resized.webp",
      "width": "200",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629874f68a1050ac1adb4b1_britt-resized.webp\" loading=\"lazy\" width=\"200\" id=\"w-node-c1c1b121-24d3-a5d8-008f-28db66b1c28e-8710bba4\" alt=\"Distru cannabis ERP\" class=\"image-14\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629874fb02984a04d439cab_sebastian.webp",
      "width": "200",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/6629874fb02984a04d439cab_sebastian.webp\" loading=\"lazy\" width=\"200\" id=\"w-node-fc161003-3008-a07e-b24b-066160e04c40-8710bba4\" alt=\"Distru cannabis ERP\" class=\"image-14\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63d2e9af48506d7061d7f52e_distru-check.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"cannabis ERP\" loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63d2e9af48506d7061d7f52e_distru-check.webp\" class=\"check-mark\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63d2e9af48506d7061d7f52e_distru-check.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"cannabis ERP\" loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63d2e9af48506d7061d7f52e_distru-check.webp\" class=\"check-mark\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63d2e9af48506d7061d7f52e_distru-check.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"cannabis ERP\" loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63d2e9af48506d7061d7f52e_distru-check.webp\" class=\"check-mark\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63d2e9af48506d7061d7f52e_distru-check.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"cannabis ERP\" loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63d2e9af48506d7061d7f52e_distru-check.webp\" class=\"check-mark\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63d2e9af48506d7061d7f52e_distru-check.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"cannabis ERP\" loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63d2e9af48506d7061d7f52e_distru-check.webp\" class=\"check-mark\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63d2e9af48506d7061d7f52e_distru-check.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"cannabis ERP\" loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63d2e9af48506d7061d7f52e_distru-check.webp\" class=\"check-mark\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63d2e9af48506d7061d7f52e_distru-check.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt=\"cannabis ERP\" loading=\"lazy\" src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/63d2e9af48506d7061d7f52e_distru-check.webp\" class=\"check-mark\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/635ff977183e604e16938ef7_distru-icon-white.svg",
      "width": "48",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/635ff977183e604e16938ef7_distru-icon-white.svg\" loading=\"lazy\" width=\"48\" alt=\"distru icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/635fff074b172f4933457897_icons8-gmail-logo.svg",
      "width": "24",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/635fff074b172f4933457897_icons8-gmail-logo.svg\" loading=\"lazy\" alt=\"email icon\" width=\"24\" class=\"image-5\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/635fff07eac0b285238826a3_icons8-linkedin.svg",
      "width": "24",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/635fff07eac0b285238826a3_icons8-linkedin.svg\" loading=\"lazy\" alt=\"LinkedIn icon \" width=\"24\" class=\"image-5\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/635fff0762cf55c732b0c086_icons8-instagram.svg",
      "width": "24",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/635fff0762cf55c732b0c086_icons8-instagram.svg\" loading=\"lazy\" alt=\"instagram icon \" width=\"24\" class=\"image-5\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/635fff0762cf55f3a3b0c087_icons8-facebook.svg",
      "width": "20",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/635fff0762cf55f3a3b0c087_icons8-facebook.svg\" loading=\"lazy\" alt=\"facebook icon\" width=\"20\" class=\"image-5\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/659ebb2432f181a324992ea3_youtube.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/659ebb2432f181a324992ea3_youtube.svg\" loading=\"lazy\" alt class=\"image-5\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/64dcd88a057298f690dbcd03_users-love-us.png",
      "width": "100",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/64dcd88a057298f690dbcd03_users-love-us.png\" loading=\"lazy\" width=\"100\" alt class=\"logo g2\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/66621d3018cf3e9fe3a2192b_metrc-integrator-badger.svg",
      "width": "100",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/66621d3018cf3e9fe3a2192b_metrc-integrator-badger.svg\" loading=\"lazy\" width=\"100\" alt class=\"logo g2\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/65aa98ded644ab49f119310c_CCA%2BBadge%2BShadow.webp",
      "width": "100",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/65aa98ded644ab49f119310c_CCA%2BBadge%2BShadow.webp\" loading=\"lazy\" width=\"100\" sizes=\"100px\" alt srcset=\"https://cdn.prod.website-files.com/6352c27835e754635b10bba3/65aa98ded644ab49f119310c_CCA%2BBadge%2BShadow-p-500.webp 500w, https://cdn.prod.website-files.com/6352c27835e754635b10bba3/65aa98ded644ab49f119310c_CCA%2BBadge%2BShadow-p-800.webp 800w, https://cdn.prod.website-files.com/6352c27835e754635b10bba3/65aa98ded644ab49..."
    }
  ],
  "possibleDialogs": [],
  "score": 80,
  "weight": 10
}

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": 157510
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 157510
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 157510
          }
        ]
      },
      "issue": "AI context endpoint was not found at the expected path.",
      "howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Query intent coverage

AIO: Query intent coverage is informational for this page.

Informational

Needs attention

AIO: Query intent coverage

Informational
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "The Industry's Most Trusted Cannabis ERP",
      "html": "<h2 class=\"heading-4 centered\"><strong class=\"bold-text-12\">The Industry&apos;s Most Trusted Cannabis ERP</strong></h2>"
    },
    {
      "text": "Instant AI-Generated Orders, No Matter Where They Pop Up",
      "html": "<h2 class=\"heading-2 white\"><span class=\"text-span-72\"><strong>Instant AI-Generated Orders,</strong></span><strong> No Matter Where They Pop Up</strong></h2>"
    },
    {
      "text": "Distru for Cultivators",
      "html": "<h2 class=\"heading-4 centered\"><strong class=\"bold-text-12\">Distru for </strong><span class=\"text-span-42\"><strong class=\"bold-text-12\">Cultivators</strong></span></h2>"
    },
    {
      "text": "Distru for Processors",
      "html": "<h2 class=\"heading-4 centered\"><strong class=\"bold-text-12\">Distru for </strong><span class=\"text-span-43\"><strong class=\"bold-text-12\">Processors</strong></span></h2>"
    },
    {
      "text": "Distru for Distributors",
      "html": "<h2 class=\"heading-4 centered\"><strong class=\"bold-text-12\">Distru for </strong><span class=\"text-span-44\"><strong class=\"bold-text-12\">Distributors</strong></span></h2>"
    },
    {
      "text": "Distru for Retailers",
      "html": "<h2 class=\"heading-4 centered\"><strong class=\"bold-text-12\">Distru for </strong><span class=\"text-span-45\"><strong class=\"bold-text-12\">Retailers</strong></span></h2>"
    },
    {
      "text": "Metrc & BioTrack Made Better",
      "html": "<h2 class=\"heading left\">Metrc &amp;&#xa0;BioTrack Made Better</h2>"
    },
    {
      "text": "Seed to Sale Software that Rolls (and Works) with the Best",
      "html": "<h2 class=\"heading-4 centered\"><a href=\"https://www.distru.com/seed-to-sale-software\"><strong class=\"bold-text-12\">Seed to Sale Software</strong></a><strong class=\"bold-text-12\"> that Rolls (and Works) with the Best</strong></h2>"
    },
    {
      "text": "CBD? Distru Does That Too",
      "html": "<h2 class=\"heading\">CBD? Distru Does That Too</h2>"
    },
    {
      "text": "Cannabis ERP: Key Features for Industry Success",
      "html": "<h2 class=\"heading left\">Cannabis ERP: Key Features for Industry Success</h2>"
    },
    {
      "text": "Always There When You Need Us",
      "html": "<h2 class=\"heading margin-48 left\">Always There When You Need Us</h2>"
    },
    {
      "text": "Free Order Fulfillment Template!",
      "html": "<h2 class=\"heading-2\"><span class=\"text-span-25\"><strong>Free</strong></span><strong> Order Fulfillment Template!</strong><br></h2>"
    },
    {
      "text": "Free Cannabis Cycle Count Template!",
      "html": "<h2 class=\"heading-2\"><span class=\"text-span-24\"><strong>Free</strong></span><strong> Cannabis Cycle Count Template!</strong><br></h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Distru: Streamlined Seed to Sale Software & C...?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Distru: Streamlined Seed to Sale Software & C... work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Distru: Streamlined Seed to Sale Software & C...?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Distru: Streamlined Seed to Sale Software & C... free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Distru: Streamlined Seed to Sale Software & C... compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Distru: Streamlined Seed to Sale Software & C...?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Distru: Streamlined Seed to Sale Software & C...?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Distru: Streamlined Seed to Sale Software & C... compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

Agent Ease of UseAuthEmerging recommendation

Auth.md Agent Registration

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

Informational

Needs attention

Auth.md Agent Registration

Informational
01

Issue

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

02

Why it matters

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

Check name

Auth.md Agent Registration

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch and validate /auth.md

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

  2. Publish protected resource metadata

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

  3. Validate agent_auth authorization metadata

    OAuth authorization server metadata could not be fetched.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8",
        "length": 157510,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link.",
          "compatibleContentType": false,
          "contentLength": 150324,
          "hasRegisterInstructions": true,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": true,
          "mentionsCredential": true,
          "links": [
            "https://webflow.com",
            "https://cdn.prod.website-files.com\"",
            "/title",
            "https://cdn.prod.website-files.com/6352c27835e754635b10bba3/css/distru-cannabis-seed-to-sale-erp.webflow.shared.1ce5c2c2e.min.css\"",
            "/css",
            "https://fonts.googleapis.com\"",
            "https://fonts.gstatic.com\"",
            "https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js\"",
            "/javascript",
            "/script"
          ],
          "rawExcerpt": "<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Thu Jun 11 2026 03:02:30 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"www.distru.com\" data-wf-page=\"63d027003bcdc1451abb969f\" data-wf-site=\"6352c27835e754635b10bba3\" lang=\"en-US\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"jWtS9e_T3LnI2v7ayDNrCttADjFtNd6TYsPDgmueU-w\" name=\"google-site-verification\"/><meta content=\"Webflow\" name=\"generator\"/><link href=\"https://cdn.prod.website-files.com/6352c27835e75463"
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8",
        "length": 88,
        "text": "<!DOCTYPE html>\n<html>\n  <body>\n    <p>Invalid .well-known request</p>\n  </body>\n</html>"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
    },
    {
      "id": "agent-auth-block",
      "title": "Validate agent_auth authorization metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "issue": "OAuth authorization server metadata could not be fetched.",
        "fetch": {
          "ok": false,
          "statusCode": 404,
          "contentType": "text/html; charset=utf-8",
          "length": 88,
          "text": "<!DOCTYPE html>\n<html>\n  <body>\n    <p>Invalid .well-known request</p>\n  </body>\n</html>"
        }
      },
      "issue": "OAuth authorization server metadata could not be fetched.",
      "howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 9,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

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

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

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

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

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

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch protected resource metadata

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

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

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

  4. Probe protected API Bearer challenge

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    },
    {
      "id": "metadata",
      "title": "Validate protected resource metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html>\n<html>\n  <body>\n    <p>Invalid .well-known request</p>\n  </body>\n</html>"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Publish resource and authorization_servers as absolute URLs."
    },
    {
      "id": "resource-identity",
      "title": "Validate protected resource identity",
      "status": "fail",
      "evidence": {
        "expectedResource": "https://www.distru.com"
      },
      "issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
      "howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
    },
    {
      "id": "protected-route-challenge",
      "title": "Probe protected API Bearer challenge",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/admin/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.distru.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.distru.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.distru.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          }
        ]
      },
      "issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
      "howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 9,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityBest PracticesBrowser audit

Browser errors were logged to the console

100 Fail

Check name

Browser errors were logged to the console

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Reduce unused CSS

25 Fail

Check name

Reduce unused CSS

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 58 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 58 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": 40
}

Performance and AccessibilityPerformanceBrowser audit

Font display

13 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)."
}

Performance and AccessibilityPerformanceBrowser audit

Legacy JavaScript

13 Warning

Check name

Legacy JavaScript

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

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

Loading performance

4 Fail

Check name

Loading performance

Score

86/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": 75,
      "displayValue": "3.2 s",
      "numericValue": 3248.972842540564
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 96,
      "displayValue": "100 ms",
      "numericValue": 101
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "10 ms",
      "numericValue": 12.278070000000001
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 61,
      "displayValue": "1.4 s",
      "numericValue": 1409.010337932897
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 10 ms",
      "numericValue": 8
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 75,
      "displayValue": "1.6 s",
      "numericValue": 1649.0120686744422
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 94,
      "displayValue": "130 ms",
      "numericValue": 125.99999999999977
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 86,
      "displayValue": "1.4 s",
      "numericValue": 1409.010337932897
    }
  ]
}

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