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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability29%Agent Easeof Use24%Security& Trust0%GEO, AIO, AEO70%SEO100%Performance& Accessibility85%
  • AI Discoverability 29 out of 100
  • Agent Ease of Use 24 out of 100
  • Security & Trust 0 out of 100
  • GEO, AIO and AEO 70 out of 100
  • SEO 100 out of 100
  • Performance and Accessibility 85 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Web Hosting Built for Growth - DreamHost favicon

Web Hosting Built for Growth - DreamHost

DreamHost offers domain names, web hosting, managed WordPress hosting, business email, and much more. 100% uptime guarantee, 24/7 support. Sign up today!

Next step

Turn this report into a fix workflow

31 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
29
Priority fix7170View details
Discoverability
29
Priority fix270View details
Content Readiness
50
Needs work560View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
24
Priority fix9293View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
38
Priority fix262View details
Skill Discovery
35
Priority fix3101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
70
Needs work6311View details
GEO Readiness
77
Mostly ready204
AIO Readiness
58
Needs work223View details
AEO Readiness
72
Needs work214View details
SEO
100
Strong1100
SEO
100
Strong1100
Security & Trust
40
Priority fix450View details
Security & Trust
0
Priority fix050View details
AI Training Exposure
100
Strong400
Performance and Accessibility
85
Mostly ready2230View details
Performance
78
Mostly ready1530View details
Accessibility
97
Strong700

Prioritized recommendations

Issues ranked by score impact

48 items need attention

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html lang=\"en\" class=\"gilroy_25cd74c3-module__UJeWJG__variable\"><head><meta charSet=\"utf-8\"/><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/b59ff47df64cebb0.css\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/3dc468b5e79203cc.css\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/b7d63325bd336dc7.js\"/><script src=\"/_next/static/chunks/b5e1a55902f4ab51.js\" async=\"\"></script><script src=\"/_next/static/chunks/7ea5cd41be905df7.js\" async=\"\"></script><script src=\"/_next/static/chunks/cecf677f5dba549e.js\" async=\"\"></script>"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

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

02

Why it matters

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

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 200,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en\" class=\"gilroy_25cd74c3-module__UJeWJG__variable\"><head><meta charSet=\"utf-8\"/><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/b59ff47df64cebb0.css\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/3dc468b5e79203cc.css\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/ded04737469e401f.css\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/b7d63325bd336dc7.js\"/><script src=\"/_next/static/chunks/b5e1a55902f4ab51.js\" async=\"\"></script><script src=\"/_next/static/chunks/7ea5cd41be905df7"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 200,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en\" class=\"gilroy_25cd74c3-module__UJeWJG__variable\"><head><meta charSet=\"utf-8\"/><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/b59ff47df64cebb0.css\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/3dc468b5e79203cc.css\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/ded04737469e401f.css\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/b7d63325bd336dc7.js\"/><script src=\"/_next/static/chunks/b5e1a55902f4ab51.js\" async=\"\"></script><script src=\"/_next/static/chunks/7ea5cd41be905df7"
          },
          {
            "path": "/swagger.json",
            "statusCode": 200,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en\" class=\"gilroy_25cd74c3-module__UJeWJG__variable\"><head><meta charSet=\"utf-8\"/><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/b59ff47df64cebb0.css\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/3dc468b5e79203cc.css\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/ded04737469e401f.css\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/b7d63325bd336dc7.js\"/><script src=\"/_next/static/chunks/b5e1a55902f4ab51.js\" async=\"\"></script><script src=\"/_next/static/chunks/7ea5cd41be905df7"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 200,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en\" class=\"gilroy_25cd74c3-module__UJeWJG__variable\"><head><meta charSet=\"utf-8\"/><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/b59ff47df64cebb0.css\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/3dc468b5e79203cc.css\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/ded04737469e401f.css\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/b7d63325bd336dc7.js\"/><script src=\"/_next/static/chunks/b5e1a55902f4ab51.js\" async=\"\"></script><script src=\"/_next/static/chunks/7ea5cd41be905df7"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en\" class=\"gilroy_25cd74c3-module__UJeWJG__variable\"><head><meta charSet=\"utf-8\"/><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/b59ff47df64cebb0.css\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/3dc468b5e79203cc.css\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/b7d63325bd336dc7.js\"/><script src=\"/_next/static/chunks/b5e1a55902f4ab51.js\" async=\"\"></script><script src=\"/_next/static/chunks/7ea5cd41be905df7.js\" async=\"\"></script><script src=\"/_next/static/chunks/cecf677f5dba549e.js\" async=\"\"></script>"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en\" class=\"gilroy_25cd74c3-module__UJeWJG__variable\"><head><meta charSet=\"utf-8\"/><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/b59ff47df64cebb0.css\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/3dc468b5e79203cc.css\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/b7d63325bd336dc7.js\"/><script src=\"/_next/static/chunks/b5e1a55902f4ab51.js\" async=\"\"></script><script src=\"/_next/static/chunks/7ea5cd41be905df7.js\" async=\"\"></script><script src=\"/_next/static/chunks/cecf677f5dba549e.js\" async=\"\"></script>"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><html lang=\"en\" class=\"gilroy_25cd74c3-module__UJeWJG__variable\"><head><meta charSet=\"utf-8\"/><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/b59ff47df64cebb0.css\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/3dc468b5e79203cc.css\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/b7d63325bd336dc7.js\"/><script src=\"/_next/static/chunks/b5e1a55902f4ab51.js\" async=\"\"></script><script src=\"/_next/static/chunks/7ea5cd41be905df7.js\" async=\"\"></script><script src=\"/_next/static/chunks/cecf677f5dba549e.js\" async=\"\"></script>"
          }
        ]
      },
      "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 DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is missing or incomplete.

33 Fail

Needs attention

Content freshness signals

Failed check
01

Issue

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

02

Why it matters

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

Check name

Content freshness signals

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is missing or incomplete.

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

AI 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": 52572,
        "excerpt": "<!DOCTYPE html><html lang=\"en\" class=\"gilroy_25cd74c3-module__UJeWJG__variable\"><head><meta charSet=\"utf-8\"/><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"viewport\"",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

33 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: 1 links missing accessible names; 1 buttons missing accessible names; 1/2 applicable form inputs have autocomplete attributes (1 missing).

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": true,
  "nav": true,
  "footer": true,
  "meaningfulH1": true,
  "headingOrder": true,
  "accessibleLinks": false,
  "accessibleButtons": false,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": false,
  "details": {
    "inaccessibleLinks": [
      "<a href=\"https://www.trustpilot.com/review/www.dreamhost.com\" target=\"_blank\" rel=\"noopener noreferrer\"><div class=\"w-full max-w-[700px] mx-auto h-[28px] bg-gray-300 animate-pulse rounded-sm\" aria-label=\"Trustpilot\"></div></a>"
    ],
    "inaccessibleButtons": [
      "<button type=\"button\" aria-hidden=\"true\" style=\"position:fixed;top:1px;left:1px;width:1px;height:0;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0\"></button>"
    ],
    "missingAutocompleteInputs": [
      "<input id=\"vendor-search-handler\" type=\"text\" name=\"vendor-search-handler\" placeholder=\"Search&#x2026;\" aria-label=\"Cookie list search\">"
    ],
    "imagesMissingAlt": [
      "<img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=610616632411055&amp;ev=PageView&amp;noscript=1\">"
    ],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 1,
    "headings": 33,
    "links": 87,
    "inaccessibleLinks": 1,
    "buttons": 84,
    "inaccessibleButtons": 1,
    "images": 17,
    "imagesWithAlt": 16,
    "autocompleteInputs": 2,
    "inputsWithAutocomplete": 1,
    "missingAutocompleteInputs": 1
  }
}

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": 155680
          }
        ]
      },
      "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 UseMCPEmerging recommendation

MCP Server Card

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

25 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

Frame protection

Frame protection is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

20 Fail

Needs attention

High-value schema types

Failed check
01

Issue

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

02

Why it matters

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

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

High-value schema types is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

HSTS header

HSTS header is missing or incomplete.

20 Fail

Needs attention

HSTS header

Failed check
01

Issue

HSTS header is missing or incomplete.

02

Why it matters

HSTS tells browsers to keep using HTTPS after the first secure visit, reducing downgrade and mixed-transport risk for repeat users.

Check name

HSTS header

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Require HTTPS for repeat visits with Strict-Transport-Security.

Result

HSTS header is missing or incomplete.

Evidence
{
  "header": "strict-transport-security",
  "value": null
}

AI DiscoverabilityDiscoverabilityEstablished

JSON-LD present

JSON-LD present is missing or incomplete.

20 Fail

Needs attention

JSON-LD present

Failed check
01

Issue

No JSON-LD blocks found.

02

Why it matters

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

Check name

JSON-LD present

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

JSON-LD present is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

20 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

Evidence
{
  "failedStep": "presence",
  "steps": [
    {
      "id": "presence",
      "title": "Find useful Link headers",
      "status": "fail",
      "evidence": {
        "links": [
          {
            "url": "/_next/static/media/Gilroy_Bold-s.p.1aca04da.woff2",
            "rel": "preload",
            "type": "font/woff2"
          },
          {
            "url": "/_next/static/media/Gilroy_Medium-s.p.d4cda536.woff2",
            "rel": "preload",
            "type": "font/woff2"
          },
          {
            "url": "/_next/static/media/Gilroy_Regular-s.p.6de73eb8.woff2",
            "rel": "preload",
            "type": "font/woff2"
          },
          {
            "url": "/_next/static/media/Gilroy_SemiBold-s.p.11f2e82a.woff2",
            "rel": "preload",
            "type": "font/woff2"
          },
          {
            "url": "/webfonts/fa-regular-400.woff2",
            "rel": "preload",
            "type": "font/woff2"
          },
          {
            "url": "/webfonts/fa-solid-900.woff2",
            "rel": "preload",
            "type": "font/woff2"
          },
          {
            "url": "/webfonts/fa-brands-400.woff2",
            "rel": "preload",
            "type": "font/woff2"
          }
        ]
      },
      "issue": "No useful agent discovery Link headers were found.",
      "howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
    },
    {
      "id": "target-validation",
      "title": "Fetch same-origin Link header targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin Link header targets were available to fetch."
          }
        ]
      },
      "issue": "Link headers did not expose any same-origin targets to validate.",
      "howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
    }
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

Organization / WebSite schema

Organization / WebSite schema is missing or incomplete.

20 Fail

Needs attention

Organization / WebSite schema

Failed check
01

Issue

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

02

Why it matters

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

Check name

Organization / WebSite schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Identify the site owner and website entity in structured data.

Result

Organization / WebSite schema is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

20 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.

20 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

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.dreamhost.com",
        "probes": [
          {
            "name": "_index._agents.www.dreamhost.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.www.dreamhost.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.dreamhost.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          },
          {
            "name": "dreamhost.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          }
        ]
      },
      "issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
      "howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

mcp.json

mcp.json failed at "Validate resource body".

13 Fail

Needs attention

mcp.json

Failed check
01

Issue

Response is not valid JSON.

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

50/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 "Validate resource body".

Validation steps

  1. Validate resource body

    Response is not valid JSON.

Evidence
{
  "failedStep": "validate",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch discovery resource",
      "status": "pass",
      "evidence": {
        "path": "/mcp.json",
        "statusCode": 200,
        "contentType": "text/html; charset=utf-8"
      }
    },
    {
      "id": "validate",
      "title": "Validate resource body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "validJson": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html lang=\"en\" class=\"gilroy_25cd74c3-module__UJeWJG__variable\"><head><meta charSet=\"utf-8\"/><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/b59ff47df64cebb0.css\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/3dc468b5e79203cc.css\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/ded04737469e401f.css\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/b7d63325bd336dc7.js\"/><script src=\"/_next/static/chunks/b5e1a55902f4ab51.js\" async=\"\"></script><script src=\"/_next/static/chunks/7ea5cd41be905df7"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Validate resource body".

13 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

Response is not valid JSON.

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

50/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 "Validate resource body".

Validation steps

  1. Validate resource body

    Response is not valid JSON.

Evidence
{
  "failedStep": "validate",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch discovery resource",
      "status": "pass",
      "evidence": {
        "path": "/webmcp.json",
        "statusCode": 200,
        "contentType": "text/html; charset=utf-8"
      }
    },
    {
      "id": "validate",
      "title": "Validate resource body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "validJson": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html lang=\"en\" class=\"gilroy_25cd74c3-module__UJeWJG__variable\"><head><meta charSet=\"utf-8\"/><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/b59ff47df64cebb0.css\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/3dc468b5e79203cc.css\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/ded04737469e401f.css\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/b7d63325bd336dc7.js\"/><script src=\"/_next/static/chunks/b5e1a55902f4ab51.js\" async=\"\"></script><script src=\"/_next/static/chunks/7ea5cd41be905df7"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP

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

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

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

Check name

WebMCP

Score

50/100

Status

warning

Category

MCP

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Detect data-mcp-tool annotations

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

  2. Detect WebMCP declarative tags

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

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

    WebMCP declarative annotation issues
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
    • <input name="ot-group-id-C0004"> is missing tool-param-description.
    • <input name="ot-group-id-C0002"> is missing tool-param-description.
    • <input name="ot-group-id-C0003"> is missing tool-param-description.
    • <input name="vendor-search-handler"> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing tool-param-description.
  4. Detect WebMCP imperative API usage

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

  5. Detect WebMCP browser navigator injection

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

  6. Interactive surface coverage

    Only 0% of interactive surfaces are annotated.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

A2A Agent Card failed at "Validate resource body".

10 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

Response is not valid JSON.

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

50/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 "Validate resource body".

Validation steps

  1. Validate resource body

    Response is not valid JSON.

Evidence
{
  "failedStep": "validate",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch discovery resource",
      "status": "pass",
      "evidence": {
        "path": "/agent-card.json",
        "statusCode": 200,
        "contentType": "text/html; charset=utf-8"
      }
    },
    {
      "id": "validate",
      "title": "Validate resource body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "validJson": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html lang=\"en\" class=\"gilroy_25cd74c3-module__UJeWJG__variable\"><head><meta charSet=\"utf-8\"/><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/b59ff47df64cebb0.css\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/3dc468b5e79203cc.css\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/ded04737469e401f.css\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/b7d63325bd336dc7.js\"/><script src=\"/_next/static/chunks/b5e1a55902f4ab51.js\" async=\"\"></script><script src=\"/_next/static/chunks/7ea5cd41be905df7"
      },
      "issue": "Response is not valid JSON.",
      "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.json

agent.json failed at "Validate resource body".

10 Fail

Needs attention

agent.json

Failed check
01

Issue

Response is not valid JSON.

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

50/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 "Validate resource body".

Validation steps

  1. Validate resource body

    Response is not valid JSON.

Evidence
{
  "failedStep": "validate",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch discovery resource",
      "status": "pass",
      "evidence": {
        "path": "/agent.json",
        "statusCode": 200,
        "contentType": "text/html; charset=utf-8"
      }
    },
    {
      "id": "validate",
      "title": "Validate resource body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "validJson": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html lang=\"en\" class=\"gilroy_25cd74c3-module__UJeWJG__variable\"><head><meta charSet=\"utf-8\"/><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/b59ff47df64cebb0.css\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/3dc468b5e79203cc.css\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/ded04737469e401f.css\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/b7d63325bd336dc7.js\"/><script src=\"/_next/static/chunks/b5e1a55902f4ab51.js\" async=\"\"></script><script src=\"/_next/static/chunks/7ea5cd41be905df7"
      },
      "issue": "Response is not valid JSON.",
      "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 "Validate resource body".

10 Fail

Needs attention

agents.json

Failed check
01

Issue

Response is not valid JSON.

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

50/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 "Validate resource body".

Validation steps

  1. Validate resource body

    Response is not valid JSON.

Evidence
{
  "failedStep": "validate",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch discovery resource",
      "status": "pass",
      "evidence": {
        "path": "/agents.json",
        "statusCode": 200,
        "contentType": "text/html; charset=utf-8"
      }
    },
    {
      "id": "validate",
      "title": "Validate resource body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "validJson": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html><html lang=\"en\" class=\"gilroy_25cd74c3-module__UJeWJG__variable\"><head><meta charSet=\"utf-8\"/><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/b59ff47df64cebb0.css\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/3dc468b5e79203cc.css\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/ded04737469e401f.css\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/b7d63325bd336dc7.js\"/><script src=\"/_next/static/chunks/b5e1a55902f4ab51.js\" async=\"\"></script><script src=\"/_next/static/chunks/7ea5cd41be905df7"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

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

10 Fail

Needs attention

AIO: Visible structured data match

Failed check
01

Issue

No JSON-LD structured data was detected.

Details

02

Why it matters

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

Check name

AIO: Visible structured data match

Score

0/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

AIO: Source and trust signals scored 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.trustpilot.com/reviews/632a669d6a3e1ed2c3d83105",
      "text": "Fast servers and awesome support staffI started with Dreamhost about 8 years ago and never had any issues. Changed to another provider and website speed and ranking went down. I just signed up again with DH and rankings already going higher and I get a 95/100 score for PageSpeed Insights on mobile! The staff are very knowledgeable and fix any issues on first contact. Love Dreamhost!RBRichie BreretonSep 20, 2022",
      "html": "<a href=\"https://www.trustpilot.com/reviews/632a669d6a3e1ed2c3d83105\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Richie Brereton &#x2014; Fast servers and awesome support staff\" class=\"relative flex h-full w-full flex-col items-start gap-[30px] px-5 py-[60px] text-black !no-underline group\"><div class=\"absolute -inset-px rounded-[12px] bg-white group-hover:shadow-[inset_0_0_0_3px_#0073EC] transition-all duration-300 transform-gpu\"></div><div class=\"relative flex flex-col items-star..."
    },
    {
      "href": "/pro-services/management/",
      "text": "Starts at $24.50Site ManagementYou run your business. We run your site. Updates, security, backups — handled, so you never have to worry about it.",
      "html": "<a class=\"group flex flex-col gap-[30px] pt-5 rounded-[12px] bg-white overflow-hidden shadow-[0px_4px_2px_rgba(0,0,0,0.25)] hover:!no-underline cursor-pointer\" href=\"/pro-services/management/\"><div class=\"flex flex-col items-start gap-2.5 px-[30px]\"><span class=\"leading-none rounded-full inline-flex items-center font-medium gap-x-[0.25rem] text-sm px-[0.5rem] py-half bg-opacity-20 bg-blue\"> <span class=\"bg-clip-text text-transparent [background-image:linear-gradient(12deg,#0073ec_22%,#a644e5_..."
    },
    {
      "href": "/company/",
      "text": "About",
      "html": "<a class=\"break-words\" href=\"/company/\">About<!-- --></a>"
    },
    {
      "href": "/company/we-are-green/",
      "text": "Green Hosting",
      "html": "<a class=\"break-words\" href=\"/company/we-are-green/\">Green Hosting<!-- --></a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://help.dreamhost.com/hc/en-us/",
      "text": "Knowledge Base",
      "html": "<a class=\"text-white text-center text-nowrap\" target=\"_blank\" rel=\"noopener\" href=\"https://help.dreamhost.com/hc/en-us/\">Knowledge Base</a>"
    },
    {
      "href": "/support/",
      "text": "Support",
      "html": "<a class=\"text-white text-center text-nowrap\" href=\"/support/\">Support</a>"
    },
    {
      "href": "/support/",
      "text": "Contact Customer Support",
      "html": "<a class=\"font-semibold !leading-none inline-flex justify-center items-center text-center transition ring-inset focus:outline-none hover:!no-underline ring-4 text-black ring-black py-[14px] px-2 text-lg rounded text-white ring-white !rounded-full w-full sm:w-auto !ring-2 hover:opacity-90 transition-opacity\" href=\"/support/\">Contact Customer Support<!-- --></a>"
    },
    {
      "href": "https://www.trustpilot.com/reviews/6984afcc9d5b66dbd7964b8e",
      "text": "I Appreciate DreamHost SupportI have had a Dreamhost account for ten years. The customer support is knowledgeable and communicative. Dreamhost pricing is competitive and a great value for the hosting services they provide. I have sent over a dozen clients to DreamPress for their DreamPress plan, knowing I can trust DreamHost to handle any issues that may arise. I cannot recommend them high enough.JHJoe HummelFeb 5, 2026",
      "html": "<a href=\"https://www.trustpilot.com/reviews/6984afcc9d5b66dbd7964b8e\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Joe Hummel &#x2014; I Appreciate DreamHost Support\" class=\"relative flex h-full w-full flex-col items-start gap-[30px] px-5 py-[60px] text-black !no-underline group\"><div class=\"absolute -inset-px rounded-[12px] bg-white group-hover:shadow-[inset_0_0_0_3px_#0073EC] transition-all duration-300 transform-gpu\"></div><div class=\"relative flex flex-col items-start gap-2\"><div..."
    },
    {
      "href": "https://www.trustpilot.com/reviews/69eb4978ea1453ac27b225d9",
      "text": "DreamHost is definitely a great partner.DreamHost is definitely a great partner! Up to date solutions and excellent working products. Also their support department is very helpful, fast responses and always helpful to fix any issue instantly!SLSpring Lake ProductionsApr 24, 2026",
      "html": "<a href=\"https://www.trustpilot.com/reviews/69eb4978ea1453ac27b225d9\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Spring Lake Productions &#x2014; DreamHost is definitely a great partner.\" class=\"relative flex h-full w-full flex-col items-start gap-[30px] px-5 py-[60px] text-black !no-underline group\"><div class=\"absolute -inset-px rounded-[12px] bg-white group-hover:shadow-[inset_0_0_0_3px_#0073EC] transition-all duration-300 transform-gpu\"></div><div class=\"relative flex flex-col..."
    },
    {
      "href": "https://www.trustpilot.com/reviews/65f0994797d22a671cee22f7",
      "text": "Best hosting I have dealt withThe best hosting I have dealt with. I have been on Dreamhost for 7 years. They offer the best prices compared to their services, especially in VPS hosting that works around the clock at excellent speed without any interruption. Thank their professional support 24/7 live chat they can fix all the problems you are facing.AEArabic EMar 12, 2026",
      "html": "<a href=\"https://www.trustpilot.com/reviews/65f0994797d22a671cee22f7\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Arabic E &#x2014; Best hosting I have dealt with\" class=\"relative flex h-full w-full flex-col items-start gap-[30px] px-5 py-[60px] text-black !no-underline group\"><div class=\"absolute -inset-px rounded-[12px] bg-white group-hover:shadow-[inset_0_0_0_3px_#0073EC] transition-all duration-300 transform-gpu\"></div><div class=\"relative flex flex-col items-start gap-2\"><div h..."
    },
    {
      "href": "https://www.trustpilot.com/reviews/6591d6dd3e5aded6cd6a2b5c",
      "text": "I’ve been using DreamHost for nearly a yearI've been using Dreamhost for nearly a year, tried several other hosting solutions before I found them. Very quick on the technical support, and my wordpress installation has never been faster! Love the speed and the technical support. The panel is clean and easy to navigate.CMCarl MadsenDec 31, 2026",
      "html": "<a href=\"https://www.trustpilot.com/reviews/6591d6dd3e5aded6cd6a2b5c\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Carl Madsen &#x2014; I&#x2019;ve been using DreamHost for nearly a year\" class=\"relative flex h-full w-full flex-col items-start gap-[30px] px-5 py-[60px] text-black !no-underline group\"><div class=\"absolute -inset-px rounded-[12px] bg-white group-hover:shadow-[inset_0_0_0_3px_#0073EC] transition-all duration-300 transform-gpu\"></div><div class=\"relative flex flex-col it..."
    },
    {
      "href": "https://www.trustpilot.com/reviews/6573660d2ad89183d8e12409",
      "text": "Great Value, Excellent SupportLet me count the ways… SERVICES: Everything I need, all in one place, at a competitive price. SUPPORT: In-house, enthusiastic, expert, and responsive. Good support is extremely rare in this market and Dreamhost leads by a long way. SYSTEMS: Up to date, secure, and well maintained. UPTIME & SPEED: It just always works.SWSwifthawkDec 8, 2023",
      "html": "<a href=\"https://www.trustpilot.com/reviews/6573660d2ad89183d8e12409\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Swifthawk &#x2014; Great Value, Excellent Support\" class=\"relative flex h-full w-full flex-col items-start gap-[30px] px-5 py-[60px] text-black !no-underline group\"><div class=\"absolute -inset-px rounded-[12px] bg-white group-hover:shadow-[inset_0_0_0_3px_#0073EC] transition-all duration-300 transform-gpu\"></div><div class=\"relative flex flex-col items-start gap-2\"><div..."
    },
    {
      "href": "https://www.trustpilot.com/reviews/64dbad146b0243042134bcc0",
      "text": "DreamHost keep their software up to speed!Dreamhost keep their software up to speed more than other hosting companies so websites hosted by them are faster and more secure. I'm a web designer / developer and I have been working with Dreamhost since 2011 and recommend them to my clients above all other hosting companies I've worked with. They have great tech support.HAhamiltroAug 15, 2023",
      "html": "<a href=\"https://www.trustpilot.com/reviews/64dbad146b0243042134bcc0\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"hamiltro &#x2014; DreamHost keep their software up to speed!\" class=\"relative flex h-full w-full flex-col items-start gap-[30px] px-5 py-[60px] text-black !no-underline group\"><div class=\"absolute -inset-px rounded-[12px] bg-white group-hover:shadow-[inset_0_0_0_3px_#0073EC] transition-all duration-300 transform-gpu\"></div><div class=\"relative flex flex-col items-start g..."
    },
    {
      "href": "https://www.trustpilot.com/reviews/64d964af52b16bca87420e53",
      "text": "Outstanding Hosting ExperienceThe efficiency and reliability of DreamHost's services have truly impressed me. My website's loading speed has improved significantly, and I've experienced minimal downtime, if any. The seamless integration of various tools and features has made managing my website a breeze. What sets DreamHost apart is their outstanding customer support.GMGolden MaximusAug 13, 2026",
      "html": "<a href=\"https://www.trustpilot.com/reviews/64d964af52b16bca87420e53\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Golden Maximus &#x2014; Outstanding Hosting Experience\" class=\"relative flex h-full w-full flex-col items-start gap-[30px] px-5 py-[60px] text-black !no-underline group\"><div class=\"absolute -inset-px rounded-[12px] bg-white group-hover:shadow-[inset_0_0_0_3px_#0073EC] transition-all duration-300 transform-gpu\"></div><div class=\"relative flex flex-col items-start gap-2\">..."
    },
    {
      "href": "https://www.trustpilot.com/reviews/632a669d6a3e1ed2c3d83105",
      "text": "Fast servers and awesome support staffI started with Dreamhost about 8 years ago and never had any issues. Changed to another provider and website speed and ranking went down. I just signed up again with DH and rankings already going higher and I get a 95/100 score for PageSpeed Insights on mobile! The staff are very knowledgeable and fix any issues on first contact. Love Dreamhost!RBRichie BreretonSep 20, 2022",
      "html": "<a href=\"https://www.trustpilot.com/reviews/632a669d6a3e1ed2c3d83105\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Richie Brereton &#x2014; Fast servers and awesome support staff\" class=\"relative flex h-full w-full flex-col items-start gap-[30px] px-5 py-[60px] text-black !no-underline group\"><div class=\"absolute -inset-px rounded-[12px] bg-white group-hover:shadow-[inset_0_0_0_3px_#0073EC] transition-all duration-300 transform-gpu\"></div><div class=\"relative flex flex-col items-star..."
    },
    {
      "href": "https://www.trustpilot.com/reviews/625f94810c4813f76bef0116",
      "text": "Great Service!!We have been using DreamHost for a couple of years now and find their service top notch! The tech support is fantastic and we have just used the pro team to help get our database and site tip top. Remaining in contact throughout the whole process made everything even more smoother and everyone was able to answer my questions and requests with speed and knowledge.KBKerry BApr 20, 2022",
      "html": "<a href=\"https://www.trustpilot.com/reviews/625f94810c4813f76bef0116\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Kerry B &#x2014; Great Service!!\" class=\"relative flex h-full w-full flex-col items-start gap-[30px] px-5 py-[60px] text-black !no-underline group\"><div class=\"absolute -inset-px rounded-[12px] bg-white group-hover:shadow-[inset_0_0_0_3px_#0073EC] transition-all duration-300 transform-gpu\"></div><div class=\"relative flex flex-col items-start gap-2\"><div href=\"https://www..."
    },
    {
      "href": "https://www.trustpilot.com/reviews/69e10b84e5a25f4d51e22348",
      "text": "DreamHost Is the BestDreamhost has always been a solid partner for me and my business and their systems are top notch and support is stellar. If you are looking for a great host for your websites that offers great support, look no further!RORobertApr 16, 2026",
      "html": "<a href=\"https://www.trustpilot.com/reviews/69e10b84e5a25f4d51e22348\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Robert &#x2014; DreamHost Is the Best\" class=\"relative flex h-full w-full flex-col items-start gap-[30px] px-5 py-[60px] text-black !no-underline group\"><div class=\"absolute -inset-px rounded-[12px] bg-white group-hover:shadow-[inset_0_0_0_3px_#0073EC] transition-all duration-300 transform-gpu\"></div><div class=\"relative flex flex-col items-start gap-2\"><div href=\"https:..."
    },
    {
      "href": "https://www.trustpilot.com/reviews/69d13b1f553e4e506be9440e",
      "text": "DreamHost, the Gold Standard!!I've hosted a number of websites on Dreamhost since the late 1990s. During this time, their Customer Support Team has provided outstanding support for all my technical issues large and small. They are a large part of the reasons I have been a Dreamhost customer these many years.HBHarry BApr 4, 2026",
      "html": "<a href=\"https://www.trustpilot.com/reviews/69d13b1f553e4e506be9440e\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Harry B &#x2014; DreamHost, the Gold Standard!!\" class=\"relative flex h-full w-full flex-col items-start gap-[30px] px-5 py-[60px] text-black !no-underline group\"><div class=\"absolute -inset-px rounded-[12px] bg-white group-hover:shadow-[inset_0_0_0_3px_#0073EC] transition-all duration-300 transform-gpu\"></div><div class=\"relative flex flex-col items-start gap-2\"><div hr..."
    },
    {
      "href": "https://www.trustpilot.com/reviews/69c2928fd6a83b01fcf6fd0d",
      "text": "DreamHost always goes above and beyondDreamhost always goes above and beyond. You will always get your money's worth. I appreciate them for always being there to solve hard technical issues and be there as a second set of eyes on my website, email, dns/server infrastructure! They even help in ways that are outside of their scope of responsibility, for instance when they have no financial incentive, whatsoever, in the matter. They are still there for me. Thank you!WLWhimzy LLCMar 24, 2026",
      "html": "<a href=\"https://www.trustpilot.com/reviews/69c2928fd6a83b01fcf6fd0d\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Whimzy LLC &#x2014; DreamHost always goes above and beyond\" class=\"relative flex h-full w-full flex-col items-start gap-[30px] px-5 py-[60px] text-black !no-underline group\"><div class=\"absolute -inset-px rounded-[12px] bg-white group-hover:shadow-[inset_0_0_0_3px_#0073EC] transition-all duration-300 transform-gpu\"></div><div class=\"relative flex flex-col items-start gap..."
    },
    {
      "href": "https://panel.dreamhost.com/index.cgi?tree=support.dashboard",
      "text": "Go to Panel",
      "html": "<a class=\"font-semibold !leading-none inline-flex justify-center items-center text-center transition hover:underline focus:underline decoration-current decoration-4 underline-offset-2 focus:outline-none text-blue py-[14px] px-2 text-lg rounded text-black ring-black !px-0 self-start !text-white\" target=\"_blank\" rel=\"noreferrer\" href=\"https://panel.dreamhost.com/index.cgi?tree=support.dashboard\"><span>Go to Panel<!-- --></span><i class=\"fa-arrow-right-long text-inherit far px-1\" aria-hidden=\"tr..."
    },
    {
      "href": "https://panel.dreamhost.com/index.cgi?tree=support.dashboard",
      "text": "Go to Panel",
      "html": "<a class=\"font-semibold !leading-none inline-flex justify-center items-center text-center transition hover:underline focus:underline decoration-current decoration-4 underline-offset-2 focus:outline-none text-blue py-[14px] px-2 text-lg rounded text-black ring-black !px-0 self-start !text-white\" target=\"_blank\" rel=\"noreferrer\" href=\"https://panel.dreamhost.com/index.cgi?tree=support.dashboard\"><span>Go to Panel<!-- --></span><i class=\"fa-arrow-right-long text-inherit far px-1\" aria-hidden=\"tr..."
    },
    {
      "href": "https://help.dreamhost.com/hc/en-us/",
      "text": "Community",
      "html": "<a class=\"text-white text-xl\" target=\"_blank\" rel=\"noopener\" href=\"https://help.dreamhost.com/hc/en-us/\">Community<!-- --></a>"
    },
    {
      "href": "/support/",
      "text": "Contact",
      "html": "<a class=\"break-words\" href=\"/support/\">Contact<!-- --></a>"
    },
    {
      "href": "https://help.dreamhost.com/hc/en-us/",
      "text": "Knowledge Base",
      "html": "<a class target=\"_blank\" rel=\"noopener\" href=\"https://help.dreamhost.com/hc/en-us/\">Knowledge Base<!-- --></a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/legal/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a class=\"break-words\" href=\"/legal/privacy-policy/\">Privacy Policy<!-- --></a>"
    },
    {
      "href": "/legal/terms-of-service/",
      "text": "Terms of Service",
      "html": "<a class=\"break-words\" href=\"/legal/terms-of-service/\">Terms of Service<!-- --></a>"
    },
    {
      "href": "https://www.dreamhost.com/legal/privacy-policy/#how-we-use-cookies",
      "text": "Privacy Policy",
      "html": "<a class=\"ot-cookie-policy-link\" href=\"https://www.dreamhost.com/legal/privacy-policy/#how-we-use-cookies\" aria-label=\"More information about your privacy, opens in a new tab\" rel=\"noopener noreferrer\" target=\"_blank\">Privacy Policy</a>"
    },
    {
      "href": "https://www.dreamhost.com/legal/privacy-policy/#how-we-use-cookies",
      "text": "Find out more in our Privacy Policy",
      "html": "<a href=\"https://www.dreamhost.com/legal/privacy-policy/#how-we-use-cookies\" class=\"privacy-notice-link\" rel=\"noopener noreferrer\" target=\"_blank\" aria-label=\"More information about your privacy, opens in a new tab\">Find out more in our 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.trustpilot.com/reviews/632a669d6a3e1ed2c3d83105",
      "text": "Fast servers and awesome support staffI started with Dreamhost about 8 years ago and never had any issues. Changed to another provider and website speed and ranking went down. I just signed up again with DH and rankings already going higher and I get a 95/100 score for PageSpeed Insights on mobile! The staff are very knowledgeable and fix any issues on first contact. Love Dreamhost!RBRichie BreretonSep 20, 2022",
      "html": "<a href=\"https://www.trustpilot.com/reviews/632a669d6a3e1ed2c3d83105\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Richie Brereton &#x2014; Fast servers and awesome support staff\" class=\"relative flex h-full w-full flex-col items-start gap-[30px] px-5 py-[60px] text-black !no-underline group\"><div class=\"absolute -inset-px rounded-[12px] bg-white group-hover:shadow-[inset_0_0_0_3px_#0073EC] transition-all duration-300 transform-gpu\"></div><div class=\"relative flex flex-col items-star..."
    },
    {
      "href": "/pro-services/management/",
      "text": "Starts at $24.50Site ManagementYou run your business. We run your site. Updates, security, backups — handled, so you never have to worry about it.",
      "html": "<a class=\"group flex flex-col gap-[30px] pt-5 rounded-[12px] bg-white overflow-hidden shadow-[0px_4px_2px_rgba(0,0,0,0.25)] hover:!no-underline cursor-pointer\" href=\"/pro-services/management/\"><div class=\"flex flex-col items-start gap-2.5 px-[30px]\"><span class=\"leading-none rounded-full inline-flex items-center font-medium gap-x-[0.25rem] text-sm px-[0.5rem] py-half bg-opacity-20 bg-blue\"> <span class=\"bg-clip-text text-transparent [background-image:linear-gradient(12deg,#0073ec_22%,#a644e5_..."
    },
    {
      "href": "/company/",
      "text": "About",
      "html": "<a class=\"break-words\" href=\"/company/\">About<!-- --></a>"
    },
    {
      "href": "/company/we-are-green/",
      "text": "Green Hosting",
      "html": "<a class=\"break-words\" href=\"/company/we-are-green/\">Green Hosting<!-- --></a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://help.dreamhost.com/hc/en-us/",
      "text": "Knowledge Base",
      "html": "<a class=\"text-white text-center text-nowrap\" target=\"_blank\" rel=\"noopener\" href=\"https://help.dreamhost.com/hc/en-us/\">Knowledge Base</a>"
    },
    {
      "href": "/support/",
      "text": "Support",
      "html": "<a class=\"text-white text-center text-nowrap\" href=\"/support/\">Support</a>"
    },
    {
      "href": "/support/",
      "text": "Contact Customer Support",
      "html": "<a class=\"font-semibold !leading-none inline-flex justify-center items-center text-center transition ring-inset focus:outline-none hover:!no-underline ring-4 text-black ring-black py-[14px] px-2 text-lg rounded text-white ring-white !rounded-full w-full sm:w-auto !ring-2 hover:opacity-90 transition-opacity\" href=\"/support/\">Contact Customer Support<!-- --></a>"
    },
    {
      "href": "https://www.trustpilot.com/reviews/6984afcc9d5b66dbd7964b8e",
      "text": "I Appreciate DreamHost SupportI have had a Dreamhost account for ten years. The customer support is knowledgeable and communicative. Dreamhost pricing is competitive and a great value for the hosting services they provide. I have sent over a dozen clients to DreamPress for their DreamPress plan, knowing I can trust DreamHost to handle any issues that may arise. I cannot recommend them high enough.JHJoe HummelFeb 5, 2026",
      "html": "<a href=\"https://www.trustpilot.com/reviews/6984afcc9d5b66dbd7964b8e\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Joe Hummel &#x2014; I Appreciate DreamHost Support\" class=\"relative flex h-full w-full flex-col items-start gap-[30px] px-5 py-[60px] text-black !no-underline group\"><div class=\"absolute -inset-px rounded-[12px] bg-white group-hover:shadow-[inset_0_0_0_3px_#0073EC] transition-all duration-300 transform-gpu\"></div><div class=\"relative flex flex-col items-start gap-2\"><div..."
    },
    {
      "href": "https://www.trustpilot.com/reviews/69eb4978ea1453ac27b225d9",
      "text": "DreamHost is definitely a great partner.DreamHost is definitely a great partner! Up to date solutions and excellent working products. Also their support department is very helpful, fast responses and always helpful to fix any issue instantly!SLSpring Lake ProductionsApr 24, 2026",
      "html": "<a href=\"https://www.trustpilot.com/reviews/69eb4978ea1453ac27b225d9\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Spring Lake Productions &#x2014; DreamHost is definitely a great partner.\" class=\"relative flex h-full w-full flex-col items-start gap-[30px] px-5 py-[60px] text-black !no-underline group\"><div class=\"absolute -inset-px rounded-[12px] bg-white group-hover:shadow-[inset_0_0_0_3px_#0073EC] transition-all duration-300 transform-gpu\"></div><div class=\"relative flex flex-col..."
    },
    {
      "href": "https://www.trustpilot.com/reviews/65f0994797d22a671cee22f7",
      "text": "Best hosting I have dealt withThe best hosting I have dealt with. I have been on Dreamhost for 7 years. They offer the best prices compared to their services, especially in VPS hosting that works around the clock at excellent speed without any interruption. Thank their professional support 24/7 live chat they can fix all the problems you are facing.AEArabic EMar 12, 2026",
      "html": "<a href=\"https://www.trustpilot.com/reviews/65f0994797d22a671cee22f7\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Arabic E &#x2014; Best hosting I have dealt with\" class=\"relative flex h-full w-full flex-col items-start gap-[30px] px-5 py-[60px] text-black !no-underline group\"><div class=\"absolute -inset-px rounded-[12px] bg-white group-hover:shadow-[inset_0_0_0_3px_#0073EC] transition-all duration-300 transform-gpu\"></div><div class=\"relative flex flex-col items-start gap-2\"><div h..."
    },
    {
      "href": "https://www.trustpilot.com/reviews/6591d6dd3e5aded6cd6a2b5c",
      "text": "I’ve been using DreamHost for nearly a yearI've been using Dreamhost for nearly a year, tried several other hosting solutions before I found them. Very quick on the technical support, and my wordpress installation has never been faster! Love the speed and the technical support. The panel is clean and easy to navigate.CMCarl MadsenDec 31, 2026",
      "html": "<a href=\"https://www.trustpilot.com/reviews/6591d6dd3e5aded6cd6a2b5c\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Carl Madsen &#x2014; I&#x2019;ve been using DreamHost for nearly a year\" class=\"relative flex h-full w-full flex-col items-start gap-[30px] px-5 py-[60px] text-black !no-underline group\"><div class=\"absolute -inset-px rounded-[12px] bg-white group-hover:shadow-[inset_0_0_0_3px_#0073EC] transition-all duration-300 transform-gpu\"></div><div class=\"relative flex flex-col it..."
    },
    {
      "href": "https://www.trustpilot.com/reviews/6573660d2ad89183d8e12409",
      "text": "Great Value, Excellent SupportLet me count the ways… SERVICES: Everything I need, all in one place, at a competitive price. SUPPORT: In-house, enthusiastic, expert, and responsive. Good support is extremely rare in this market and Dreamhost leads by a long way. SYSTEMS: Up to date, secure, and well maintained. UPTIME & SPEED: It just always works.SWSwifthawkDec 8, 2023",
      "html": "<a href=\"https://www.trustpilot.com/reviews/6573660d2ad89183d8e12409\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Swifthawk &#x2014; Great Value, Excellent Support\" class=\"relative flex h-full w-full flex-col items-start gap-[30px] px-5 py-[60px] text-black !no-underline group\"><div class=\"absolute -inset-px rounded-[12px] bg-white group-hover:shadow-[inset_0_0_0_3px_#0073EC] transition-all duration-300 transform-gpu\"></div><div class=\"relative flex flex-col items-start gap-2\"><div..."
    },
    {
      "href": "https://www.trustpilot.com/reviews/64dbad146b0243042134bcc0",
      "text": "DreamHost keep their software up to speed!Dreamhost keep their software up to speed more than other hosting companies so websites hosted by them are faster and more secure. I'm a web designer / developer and I have been working with Dreamhost since 2011 and recommend them to my clients above all other hosting companies I've worked with. They have great tech support.HAhamiltroAug 15, 2023",
      "html": "<a href=\"https://www.trustpilot.com/reviews/64dbad146b0243042134bcc0\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"hamiltro &#x2014; DreamHost keep their software up to speed!\" class=\"relative flex h-full w-full flex-col items-start gap-[30px] px-5 py-[60px] text-black !no-underline group\"><div class=\"absolute -inset-px rounded-[12px] bg-white group-hover:shadow-[inset_0_0_0_3px_#0073EC] transition-all duration-300 transform-gpu\"></div><div class=\"relative flex flex-col items-start g..."
    },
    {
      "href": "https://www.trustpilot.com/reviews/64d964af52b16bca87420e53",
      "text": "Outstanding Hosting ExperienceThe efficiency and reliability of DreamHost's services have truly impressed me. My website's loading speed has improved significantly, and I've experienced minimal downtime, if any. The seamless integration of various tools and features has made managing my website a breeze. What sets DreamHost apart is their outstanding customer support.GMGolden MaximusAug 13, 2026",
      "html": "<a href=\"https://www.trustpilot.com/reviews/64d964af52b16bca87420e53\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Golden Maximus &#x2014; Outstanding Hosting Experience\" class=\"relative flex h-full w-full flex-col items-start gap-[30px] px-5 py-[60px] text-black !no-underline group\"><div class=\"absolute -inset-px rounded-[12px] bg-white group-hover:shadow-[inset_0_0_0_3px_#0073EC] transition-all duration-300 transform-gpu\"></div><div class=\"relative flex flex-col items-start gap-2\">..."
    },
    {
      "href": "https://www.trustpilot.com/reviews/632a669d6a3e1ed2c3d83105",
      "text": "Fast servers and awesome support staffI started with Dreamhost about 8 years ago and never had any issues. Changed to another provider and website speed and ranking went down. I just signed up again with DH and rankings already going higher and I get a 95/100 score for PageSpeed Insights on mobile! The staff are very knowledgeable and fix any issues on first contact. Love Dreamhost!RBRichie BreretonSep 20, 2022",
      "html": "<a href=\"https://www.trustpilot.com/reviews/632a669d6a3e1ed2c3d83105\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Richie Brereton &#x2014; Fast servers and awesome support staff\" class=\"relative flex h-full w-full flex-col items-start gap-[30px] px-5 py-[60px] text-black !no-underline group\"><div class=\"absolute -inset-px rounded-[12px] bg-white group-hover:shadow-[inset_0_0_0_3px_#0073EC] transition-all duration-300 transform-gpu\"></div><div class=\"relative flex flex-col items-star..."
    },
    {
      "href": "https://www.trustpilot.com/reviews/625f94810c4813f76bef0116",
      "text": "Great Service!!We have been using DreamHost for a couple of years now and find their service top notch! The tech support is fantastic and we have just used the pro team to help get our database and site tip top. Remaining in contact throughout the whole process made everything even more smoother and everyone was able to answer my questions and requests with speed and knowledge.KBKerry BApr 20, 2022",
      "html": "<a href=\"https://www.trustpilot.com/reviews/625f94810c4813f76bef0116\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Kerry B &#x2014; Great Service!!\" class=\"relative flex h-full w-full flex-col items-start gap-[30px] px-5 py-[60px] text-black !no-underline group\"><div class=\"absolute -inset-px rounded-[12px] bg-white group-hover:shadow-[inset_0_0_0_3px_#0073EC] transition-all duration-300 transform-gpu\"></div><div class=\"relative flex flex-col items-start gap-2\"><div href=\"https://www..."
    },
    {
      "href": "https://www.trustpilot.com/reviews/69e10b84e5a25f4d51e22348",
      "text": "DreamHost Is the BestDreamhost has always been a solid partner for me and my business and their systems are top notch and support is stellar. If you are looking for a great host for your websites that offers great support, look no further!RORobertApr 16, 2026",
      "html": "<a href=\"https://www.trustpilot.com/reviews/69e10b84e5a25f4d51e22348\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Robert &#x2014; DreamHost Is the Best\" class=\"relative flex h-full w-full flex-col items-start gap-[30px] px-5 py-[60px] text-black !no-underline group\"><div class=\"absolute -inset-px rounded-[12px] bg-white group-hover:shadow-[inset_0_0_0_3px_#0073EC] transition-all duration-300 transform-gpu\"></div><div class=\"relative flex flex-col items-start gap-2\"><div href=\"https:..."
    },
    {
      "href": "https://www.trustpilot.com/reviews/69d13b1f553e4e506be9440e",
      "text": "DreamHost, the Gold Standard!!I've hosted a number of websites on Dreamhost since the late 1990s. During this time, their Customer Support Team has provided outstanding support for all my technical issues large and small. They are a large part of the reasons I have been a Dreamhost customer these many years.HBHarry BApr 4, 2026",
      "html": "<a href=\"https://www.trustpilot.com/reviews/69d13b1f553e4e506be9440e\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Harry B &#x2014; DreamHost, the Gold Standard!!\" class=\"relative flex h-full w-full flex-col items-start gap-[30px] px-5 py-[60px] text-black !no-underline group\"><div class=\"absolute -inset-px rounded-[12px] bg-white group-hover:shadow-[inset_0_0_0_3px_#0073EC] transition-all duration-300 transform-gpu\"></div><div class=\"relative flex flex-col items-start gap-2\"><div hr..."
    },
    {
      "href": "https://www.trustpilot.com/reviews/69c2928fd6a83b01fcf6fd0d",
      "text": "DreamHost always goes above and beyondDreamhost always goes above and beyond. You will always get your money's worth. I appreciate them for always being there to solve hard technical issues and be there as a second set of eyes on my website, email, dns/server infrastructure! They even help in ways that are outside of their scope of responsibility, for instance when they have no financial incentive, whatsoever, in the matter. They are still there for me. Thank you!WLWhimzy LLCMar 24, 2026",
      "html": "<a href=\"https://www.trustpilot.com/reviews/69c2928fd6a83b01fcf6fd0d\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Whimzy LLC &#x2014; DreamHost always goes above and beyond\" class=\"relative flex h-full w-full flex-col items-start gap-[30px] px-5 py-[60px] text-black !no-underline group\"><div class=\"absolute -inset-px rounded-[12px] bg-white group-hover:shadow-[inset_0_0_0_3px_#0073EC] transition-all duration-300 transform-gpu\"></div><div class=\"relative flex flex-col items-start gap..."
    },
    {
      "href": "https://panel.dreamhost.com/index.cgi?tree=support.dashboard",
      "text": "Go to Panel",
      "html": "<a class=\"font-semibold !leading-none inline-flex justify-center items-center text-center transition hover:underline focus:underline decoration-current decoration-4 underline-offset-2 focus:outline-none text-blue py-[14px] px-2 text-lg rounded text-black ring-black !px-0 self-start !text-white\" target=\"_blank\" rel=\"noreferrer\" href=\"https://panel.dreamhost.com/index.cgi?tree=support.dashboard\"><span>Go to Panel<!-- --></span><i class=\"fa-arrow-right-long text-inherit far px-1\" aria-hidden=\"tr..."
    },
    {
      "href": "https://panel.dreamhost.com/index.cgi?tree=support.dashboard",
      "text": "Go to Panel",
      "html": "<a class=\"font-semibold !leading-none inline-flex justify-center items-center text-center transition hover:underline focus:underline decoration-current decoration-4 underline-offset-2 focus:outline-none text-blue py-[14px] px-2 text-lg rounded text-black ring-black !px-0 self-start !text-white\" target=\"_blank\" rel=\"noreferrer\" href=\"https://panel.dreamhost.com/index.cgi?tree=support.dashboard\"><span>Go to Panel<!-- --></span><i class=\"fa-arrow-right-long text-inherit far px-1\" aria-hidden=\"tr..."
    },
    {
      "href": "https://help.dreamhost.com/hc/en-us/",
      "text": "Community",
      "html": "<a class=\"text-white text-xl\" target=\"_blank\" rel=\"noopener\" href=\"https://help.dreamhost.com/hc/en-us/\">Community<!-- --></a>"
    },
    {
      "href": "/support/",
      "text": "Contact",
      "html": "<a class=\"break-words\" href=\"/support/\">Contact<!-- --></a>"
    },
    {
      "href": "https://help.dreamhost.com/hc/en-us/",
      "text": "Knowledge Base",
      "html": "<a class target=\"_blank\" rel=\"noopener\" href=\"https://help.dreamhost.com/hc/en-us/\">Knowledge Base<!-- --></a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/legal/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a class=\"break-words\" href=\"/legal/privacy-policy/\">Privacy Policy<!-- --></a>"
    },
    {
      "href": "/legal/terms-of-service/",
      "text": "Terms of Service",
      "html": "<a class=\"break-words\" href=\"/legal/terms-of-service/\">Terms of Service<!-- --></a>"
    },
    {
      "href": "https://www.dreamhost.com/legal/privacy-policy/#how-we-use-cookies",
      "text": "Privacy Policy",
      "html": "<a class=\"ot-cookie-policy-link\" href=\"https://www.dreamhost.com/legal/privacy-policy/#how-we-use-cookies\" aria-label=\"More information about your privacy, opens in a new tab\" rel=\"noopener noreferrer\" target=\"_blank\">Privacy Policy</a>"
    },
    {
      "href": "https://www.dreamhost.com/legal/privacy-policy/#how-we-use-cookies",
      "text": "Find out more in our Privacy Policy",
      "html": "<a href=\"https://www.dreamhost.com/legal/privacy-policy/#how-we-use-cookies\" class=\"privacy-notice-link\" rel=\"noopener noreferrer\" target=\"_blank\" aria-label=\"More information about your privacy, opens in a new tab\">Find out more in our Privacy Policy</a>"
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

5 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Extraction-friendly structure

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

5 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

23 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": 27,
  "passing": 4,
  "failing": [
    {
      "heading": "Pick Your Starting Point",
      "headingHtml": "<h2 class=\"text-center text-4xl md:text-6xl md:mb-2.5\">Pick Your Starting Point<!-- --></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Talk to Remixer. Watch It Build.",
      "headingHtml": "<h3 class=\"text-3.5xl font-semibold text-black text-center lg:text-start text-balance\">Talk to Remixer. Watch It Build.</h3>",
      "firstParagraph": "Describe what you need. Remixer builds a complete, professional website with real copy, images, and layout in minutes. No code required, no templates.",
      "paragraphHtml": "<p class=\"text-lg leading-[1.44] text-black mb-0 text-center lg:text-start\">Describe what you need. Remixer builds a complete, professional website with real copy, images, and layout in minutes. No code required, no templates.</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Built Differently — On Purpose",
      "headingHtml": "<h2 class=\"text-5xl lg:text-6xl font-bold\">Built Differently &#x2014; On Purpose<!-- --></h2>",
      "firstParagraph": "We believe hosting should be open, reliable, and human. That belief shapes everything from our infrastructure to our support experience — here's how we deliver.",
      "paragraphHtml": "<p class=\"text-base mb-0\">We believe hosting should be open, reliable, and human. That belief shapes everything from our infrastructure to our support experience &#x2014; here&apos;s how we deliver.<!-- --></p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI Built In, Not Bolted On",
      "headingHtml": "<h3 class=\"text-4xl font-bold\">AI Built In, Not Bolted On</h3>",
      "firstParagraph": "Build your website, analyze your traffic logs, and get business advice — all powered by AI tools built directly into the platform.",
      "paragraphHtml": "<p class=\"text-base text-white/70 leading-relaxed mb-0 text-balance\">Build your website, analyze your traffic logs, and get business advice &#x2014; all powered by AI tools built directly into the platform.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Built for a Global Audience",
      "headingHtml": "<h3 class=\"text-4xl font-bold\">Built for a Global Audience</h3>",
      "firstParagraph": "Launch near your customers, then let our global CDN take it from there. With data centers across 3 continents and 100+ edge locations worldwide, your content stays quick no matter where people click from.",
      "paragraphHtml": "<p class=\"text-base text-white/70 leading-relaxed mb-0 text-balance\">Launch near your customers, then let our global CDN take it from there. With data centers across 3 continents and 100+ edge locations worldwide, your content stays quick no matter where people click from.</p>",
      "words": 34,
      "direct": false,
      "issue": "First paragraph is 34 words and does not look like a concise direct answer."
    },
    {
      "heading": "Full Visibility Into Your Stack",
      "headingHtml": "<h3 class=\"text-4xl font-bold\">Full Visibility Into Your Stack</h3>",
      "firstParagraph": "See what’s happening across your stack — without rummaging through tools. From server usage to traffic insights, everything lives in one place with clear visuals and built-in guidance to help you troubleshoot faster.",
      "paragraphHtml": "<p class=\"text-base text-white/70 leading-relaxed mb-0 text-balance\">See what&#x2019;s happening across your stack &#x2014; without rummaging through tools. From server usage to traffic insights, everything lives in one place with clear visuals and built-in guidance to help you troubleshoot faster.</p>",
      "words": 33,
      "direct": false,
      "issue": "First paragraph is 33 words and does not look like a concise direct answer."
    },
    {
      "heading": "Expert Support, Around the Clock",
      "headingHtml": "<h2 class=\"text-4xl md:text-6xl\">Expert Support, Around the Clock<!-- --></h2>",
      "firstParagraph": "In-house experts available by chat, email, or callback around the clock. No outsourced teams. And if you need it, they'll build your starter website for you — on the house.",
      "paragraphHtml": "<p class=\"text-base mb-0\">In-house experts available by chat, email, or callback around the clock. No outsourced teams. And if you need it, they&apos;ll build your starter website for you &#x2014; on the house.<!-- --></p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "Want Us to Handle It? Done.",
      "headingHtml": "<h2 class=\"text-4xl md:text-6xl\">Want Us to Handle It? Done.<!-- --></h2>",
      "firstParagraph": "Not everyone wants to DIY. Our team of web professionals will design, build, manage, and market your site so you can focus on running your business.",
      "paragraphHtml": "<p class=\"text-lg font-semibold mb-0\">Not everyone wants to DIY. Our team of web professionals will design, build, manage, and market your site so you can focus on running your business.<!-- --></p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "Web Design",
      "headingHtml": "<h3 class=\"text-3xl font-semibold text-black\">Web Design</h3>",
      "firstParagraph": "A site your customers trust the moment they land on it. Custom-designed by real people, not generated from a template.",
      "paragraphHtml": "<p class=\"text-base leading-[24px] text-black mb-0\">A site your customers trust the moment they land on it. Custom-designed by real people, not generated from a template.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Site Management",
      "headingHtml": "<h3 class=\"text-3xl font-semibold text-black\">Site Management</h3>",
      "firstParagraph": "You run your business. We run your site. Updates, security, backups — handled, so you never have to worry about it.",
      "paragraphHtml": "<p class=\"text-base leading-[24px] text-black mb-0\">You run your business. We run your site. Updates, security, backups &#x2014; handled, so you never have to worry about it.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "SEO Marketing",
      "headingHtml": "<h3 class=\"text-3xl font-semibold text-black\">SEO Marketing</h3>",
      "firstParagraph": "Show up when your customers search. Our team handles the keywords, the technical fixes, and the content strategy to get you there.",
      "paragraphHtml": "<p class=\"text-base leading-[24px] text-black mb-0\">Show up when your customers search. Our team handles the keywords, the technical fixes, and the content strategy to get you there.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Web Development",
      "headingHtml": "<h3 class=\"text-3xl font-semibold text-black\">Web Development</h3>",
      "firstParagraph": "Need something custom? Our developers build it on the DreamHost stack — integrations, performance tuning, whatever you need.",
      "paragraphHtml": "<p class=\"text-base leading-[24px] text-black mb-0\">Need something custom? Our developers build it on the DreamHost stack &#x2014; integrations, performance tuning, whatever you need.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Frequently Asked Questions",
      "headingHtml": "<h2 class=\"text-4xl lg:text-6xl\">Frequently Asked Questions<!-- --></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "No More Scrolling.Time to Build.",
      "headingHtml": "<h2 class=\"!text-white !font-black !text-[clamp(48px,_6.67vw,_128px)] !leading-[1.1] text-balance\">No More Scrolling.<br>Time to Build.<!-- --></h2>",
      "firstParagraph": "Get started for as little as $1.99/mo.",
      "paragraphHtml": "<p class=\"!text-white mb-0 mt-2 text-base md:text-2xl\">Get started for as little as <span class=\"font-extrabold\"><span class=\"inline-flex\"><span class=\"inline-flex\" data-icu-price-eur=\"&#x20ac;1.99\" data-icu-price-usd=\"&#x24;1.99\" data-icu-price-gbp=\"&#xa3;1.99\">&#x24;1.99</span></span>/mo</span>.<!-- --></p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Need Some Help?",
      "headingHtml": "<h2 class=\"mb-2\">Need Some Help?<!-- --></h2>",
      "firstParagraph": "Whether you're stuck or just want some tips on where to start, hit up our experts anytime. We're here to help!",
      "paragraphHtml": "<p>Whether you&apos;re stuck or just want some tips on where to start, hit up our experts anytime. We&apos;re here to help!<!-- --></p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Footer",
      "headingHtml": "<h2 id=\"footer-heading\" class=\"sr-only\">Footer<!-- --></h2>",
      "firstParagraph": "Connect with us",
      "paragraphHtml": "<p class=\"text-base font-medium mb-1\">Connect with us<!-- --></p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Privacy Preference Center",
      "headingHtml": "<h2 id=\"ot-pc-title\" title=\"Privacy Preference Center\" aria-hidden=\"false\">Privacy Preference Center</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Privacy Preference Center",
      "headingHtml": "<h2 id=\"ot-pc-title-mobile\" aria-hidden=\"true\">Privacy Preference Center</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Your Privacy",
      "headingHtml": "<h3 id=\"ot-pvcy-txt\">Your Privacy</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Essential Cookies",
      "headingHtml": "<h3 id=\"ot-header-id-C0001\">Essential Cookies</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Targeting Cookies",
      "headingHtml": "<h3 id=\"ot-header-id-C0004\">Targeting Cookies</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Performance Cookies",
      "headingHtml": "<h3 id=\"ot-header-id-C0002\">Performance Cookies</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Cookie List",
      "headingHtml": "<h3>Cookie List</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p role=\"status\" class=\"ot-scrn-rdr\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

3 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: built, growth, everything, need, build, grow, online.

Details

02

Why it matters

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

Check name

GEO: Entity clarity

Score

79/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "Web Hosting Built for Growth - DreamHost",
  "h1": "Everything You Need to Build and Grow Online",
  "description": "DreamHost offers domain names, web hosting, managed WordPress hosting, business email, and much more. 100% uptime guarantee, 24/7 support. Sign up today!",
  "topicOverlap": 0.3,
  "topicTerms": [
    "web",
    "hosting",
    "built",
    "growth",
    "dreamhost",
    "everything",
    "need",
    "build",
    "grow",
    "online"
  ],
  "descriptionTerms": [
    "dreamhost",
    "offers",
    "domain",
    "names",
    "web",
    "hosting",
    "managed",
    "wordpress",
    "business",
    "email",
    "much",
    "more",
    "100",
    "uptime",
    "guarantee",
    "support",
    "sign",
    "today"
  ],
  "missingFromDescription": [
    "built",
    "growth",
    "everything",
    "need",
    "build",
    "grow",
    "online"
  ],
  "score": 79,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

12 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": 12,
  "citablePassages": 0,
  "failingCandidateParagraphs": [
    {
      "index": 18,
      "heading": "H2: Don't Just Take Our Word For It",
      "text": "I have had a Dreamhost account for ten years. The customer support is knowledgeable and communicative. Dreamhost pricing is competitive and a great value for the hosting services they provide. I have sent over a dozen clients to DreamPress for their DreamPress plan, knowing I can trust DreamHost to handle any issues that may arise. I cannot recommend them high enough.",
      "words": 61,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (61 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"mb-0 text-base lg:text-[18px] font-medium leading-[28px]\">I have had a Dreamhost account for ten years. The customer support is knowledgeable and communicative. Dreamhost pricing is competitive and a great value for the hosting services they provide. I have sent over a dozen clients to DreamPress for their DreamPress plan, knowing I can trust DreamHost to handle any issues that may arise. I cannot recommend them high enough.</p>"
    },
    {
      "index": 20,
      "heading": "H2: Don't Just Take Our Word For It",
      "text": "The best hosting I have dealt with. I have been on Dreamhost for 7 years. They offer the best prices compared to their services, especially in VPS hosting that works around the clock at excellent speed without any interruption. Thank their professional support 24/7 live chat they can fix all the problems you are facing.",
      "words": 56,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (56 words; target 80-220)."
      ],
      "html": "<p class=\"mb-0 text-base lg:text-[18px] font-medium leading-[28px]\">The best hosting I have dealt with. I have been on Dreamhost for 7 years. They offer the best prices compared to their services, especially in VPS hosting that works around the clock at excellent speed without any interruption. Thank their professional support 24/7 live chat they can fix all the problems you are facing.</p>"
    },
    {
      "index": 21,
      "heading": "H2: Don't Just Take Our Word For It",
      "text": "I've been using Dreamhost for nearly a year, tried several other hosting solutions before I found them. Very quick on the technical support, and my wordpress installation has never been faster! Love the speed and the technical support. The panel is clean and easy to navigate.",
      "words": 46,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (46 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"mb-0 text-base lg:text-[18px] font-medium leading-[28px]\">I&apos;ve been using Dreamhost for nearly a year, tried several other hosting solutions before I found them. Very quick on the technical support, and my wordpress installation has never been faster! Love the speed and the technical support. The panel is clean and easy to navigate.</p>"
    },
    {
      "index": 22,
      "heading": "H2: Don't Just Take Our Word For It",
      "text": "Let me count the ways… SERVICES: Everything I need, all in one place, at a competitive price. SUPPORT: In-house, enthusiastic, expert, and responsive. Good support is extremely rare in this market and Dreamhost leads by a long way. SYSTEMS: Up to date, secure, and well maintained. UPTIME & SPEED: It just always works.",
      "words": 52,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (52 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"mb-0 text-base lg:text-[18px] font-medium leading-[28px]\">Let me count the ways&#x2026; SERVICES: Everything I need, all in one place, at a competitive price. SUPPORT: In-house, enthusiastic, expert, and responsive. Good support is extremely rare in this market and Dreamhost leads by a long way. SYSTEMS: Up to date, secure, and well maintained. UPTIME &amp; SPEED: It just always works.</p>"
    },
    {
      "index": 23,
      "heading": "H2: Don't Just Take Our Word For It",
      "text": "Dreamhost keep their software up to speed more than other hosting companies so websites hosted by them are faster and more secure. I'm a web designer / developer and I have been working with Dreamhost since 2011 and recommend them to my clients above all other hosting companies I've worked with. They have great tech support.",
      "words": 55,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (55 words; target 80-220)."
      ],
      "html": "<p class=\"mb-0 text-base lg:text-[18px] font-medium leading-[28px]\">Dreamhost keep their software up to speed more than other hosting companies so websites hosted by them are faster and more secure. I&apos;m a web designer / developer and I have been working with Dreamhost since 2011 and recommend them to my clients above all other hosting companies I&apos;ve worked with. They have great tech support.</p>"
    },
    {
      "index": 24,
      "heading": "H2: Don't Just Take Our Word For It",
      "text": "The efficiency and reliability of DreamHost's services have truly impressed me. My website's loading speed has improved significantly, and I've experienced minimal downtime, if any. The seamless integration of various tools and features has made managing my website a breeze. What sets DreamHost apart is their outstanding customer support.",
      "words": 49,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (49 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"mb-0 text-base lg:text-[18px] font-medium leading-[28px]\">The efficiency and reliability of DreamHost&apos;s services have truly impressed me. My website&apos;s loading speed has improved significantly, and I&apos;ve experienced minimal downtime, if any. The seamless integration of various tools and features has made managing my website a breeze. What sets DreamHost apart is their outstanding customer support.</p>"
    },
    {
      "index": 25,
      "heading": "H2: Don't Just Take Our Word For It",
      "text": "I started with Dreamhost about 8 years ago and never had any issues. Changed to another provider and website speed and ranking went down. I just signed up again with DH and rankings already going higher and I get a 95/100 score for PageSpeed Insights on mobile! The staff are very knowledgeable and fix any issues on first contact. Love Dreamhost!",
      "words": 62,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (62 words; target 80-220)."
      ],
      "html": "<p class=\"mb-0 text-base lg:text-[18px] font-medium leading-[28px]\">I started with Dreamhost about 8 years ago and never had any issues. Changed to another provider and website speed and ranking went down. I just signed up again with DH and rankings already going higher and I get a 95/100 score for PageSpeed Insights on mobile! The staff are very knowledgeable and fix any issues on first contact. Love Dreamhost!</p>"
    },
    {
      "index": 26,
      "heading": "H2: Don't Just Take Our Word For It",
      "text": "We have been using DreamHost for a couple of years now and find their service top notch! The tech support is fantastic and we have just used the pro team to help get our database and site tip top. Remaining in contact throughout the whole process made everything even more smoother and everyone was able to answer my questions and requests with speed and knowledge.",
      "words": 65,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (65 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"mb-0 text-base lg:text-[18px] font-medium leading-[28px]\">We have been using DreamHost for a couple of years now and find their service top notch! The tech support is fantastic and we have just used the pro team to help get our database and site tip top. Remaining in contact throughout the whole process made everything even more smoother and everyone was able to answer my questions and requests with speed and knowledge.</p>"
    },
    {
      "index": 27,
      "heading": "H2: Don't Just Take Our Word For It",
      "text": "Dreamhost has always been a solid partner for me and my business and their systems are top notch and support is stellar. If you are looking for a great host for your websites that offers great support, look no further!",
      "words": 40,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (40 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"mb-0 text-base lg:text-[18px] font-medium leading-[28px]\">Dreamhost has always been a solid partner for me and my business and their systems are top notch and support is stellar. If you are looking for a great host for your websites that offers great support, look no further!</p>"
    },
    {
      "index": 28,
      "heading": "H2: Don't Just Take Our Word For It",
      "text": "I've hosted a number of websites on Dreamhost since the late 1990s. During this time, their Customer Support Team has provided outstanding support for all my technical issues large and small. They are a large part of the reasons I have been a Dreamhost customer these many years.",
      "words": 48,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (48 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"mb-0 text-base lg:text-[18px] font-medium leading-[28px]\">I&apos;ve hosted a number of websites on Dreamhost since the late 1990s. During this time, their Customer Support Team has provided outstanding support for all my technical issues large and small. They are a large part of the reasons I have been a Dreamhost customer these many years.</p>"
    },
    {
      "index": 29,
      "heading": "H2: Don't Just Take Our Word For It",
      "text": "Dreamhost always goes above and beyond. You will always get your money's worth. I appreciate them for always being there to solve hard technical issues and be there as a second set of eyes on my website, email, dns/server infrastructure! They even help in ways that are outside of their scope of responsibility, for instance when they have no financial incentive, whatsoever, in the matter. They are still there for m...",
      "words": 74,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (74 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"mb-0 text-base lg:text-[18px] font-medium leading-[28px]\">Dreamhost always goes above and beyond. You will always get your money&apos;s worth. I appreciate them for always being there to solve hard technical issues and be there as a second set of eyes on my website, email, dns/server infrastructure! They even help in ways that are outside of their scope of responsibility, for instance when they have no financial incentive, whatsoever, in the matter. They are still there for me. Than..."
    },
    {
      "index": 60,
      "heading": "H4: Your Privacy",
      "text": "DreamHost never sells your data. But like most sites, DreamHost uses Cookies for content delivery and website functionality. By choosing to \"Accept all,\" we may also use Cookies to gather site statistics, remember your preferences, and deliver and measure the effectiveness of interest-based offers. Click the different category headings to find out more and change your default settings. Find out more in our Privacy...",
      "words": 65,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (65 words; target 80-220)."
      ],
      "html": "<p id=\"ot-pc-desc\" class=\"ot-grp-desc\">DreamHost never sells your data. But like most sites, DreamHost uses Cookies for content delivery and website functionality. By choosing to &quot;Accept all,&quot; we may also use Cookies to gather site statistics, remember your preferences, and deliver and measure the effectiveness of interest-based offers. Click the different category headings to find out more and change your default settings. <br><a href=\"https://www.dreamhost.com/legal/privacy-policy..."
    }
  ],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

23 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": 27,
  "passing": 4,
  "failing": [
    {
      "heading": "Pick Your Starting Point",
      "headingHtml": "<h2 class=\"text-center text-4xl md:text-6xl md:mb-2.5\">Pick Your Starting Point<!-- --></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Talk to Remixer. Watch It Build.",
      "headingHtml": "<h3 class=\"text-3.5xl font-semibold text-black text-center lg:text-start text-balance\">Talk to Remixer. Watch It Build.</h3>",
      "firstParagraph": "Describe what you need. Remixer builds a complete, professional website with real copy, images, and layout in minutes. No code required, no templates.",
      "paragraphHtml": "<p class=\"text-lg leading-[1.44] text-black mb-0 text-center lg:text-start\">Describe what you need. Remixer builds a complete, professional website with real copy, images, and layout in minutes. No code required, no templates.</p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Built Differently — On Purpose",
      "headingHtml": "<h2 class=\"text-5xl lg:text-6xl font-bold\">Built Differently &#x2014; On Purpose<!-- --></h2>",
      "firstParagraph": "We believe hosting should be open, reliable, and human. That belief shapes everything from our infrastructure to our support experience — here's how we deliver.",
      "paragraphHtml": "<p class=\"text-base mb-0\">We believe hosting should be open, reliable, and human. That belief shapes everything from our infrastructure to our support experience &#x2014; here&apos;s how we deliver.<!-- --></p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI Built In, Not Bolted On",
      "headingHtml": "<h3 class=\"text-4xl font-bold\">AI Built In, Not Bolted On</h3>",
      "firstParagraph": "Build your website, analyze your traffic logs, and get business advice — all powered by AI tools built directly into the platform.",
      "paragraphHtml": "<p class=\"text-base text-white/70 leading-relaxed mb-0 text-balance\">Build your website, analyze your traffic logs, and get business advice &#x2014; all powered by AI tools built directly into the platform.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Built for a Global Audience",
      "headingHtml": "<h3 class=\"text-4xl font-bold\">Built for a Global Audience</h3>",
      "firstParagraph": "Launch near your customers, then let our global CDN take it from there. With data centers across 3 continents and 100+ edge locations worldwide, your content stays quick no matter where people click from.",
      "paragraphHtml": "<p class=\"text-base text-white/70 leading-relaxed mb-0 text-balance\">Launch near your customers, then let our global CDN take it from there. With data centers across 3 continents and 100+ edge locations worldwide, your content stays quick no matter where people click from.</p>",
      "words": 34,
      "direct": false,
      "issue": "First paragraph is 34 words and does not look like a concise direct answer."
    },
    {
      "heading": "Full Visibility Into Your Stack",
      "headingHtml": "<h3 class=\"text-4xl font-bold\">Full Visibility Into Your Stack</h3>",
      "firstParagraph": "See what’s happening across your stack — without rummaging through tools. From server usage to traffic insights, everything lives in one place with clear visuals and built-in guidance to help you troubleshoot faster.",
      "paragraphHtml": "<p class=\"text-base text-white/70 leading-relaxed mb-0 text-balance\">See what&#x2019;s happening across your stack &#x2014; without rummaging through tools. From server usage to traffic insights, everything lives in one place with clear visuals and built-in guidance to help you troubleshoot faster.</p>",
      "words": 33,
      "direct": false,
      "issue": "First paragraph is 33 words and does not look like a concise direct answer."
    },
    {
      "heading": "Expert Support, Around the Clock",
      "headingHtml": "<h2 class=\"text-4xl md:text-6xl\">Expert Support, Around the Clock<!-- --></h2>",
      "firstParagraph": "In-house experts available by chat, email, or callback around the clock. No outsourced teams. And if you need it, they'll build your starter website for you — on the house.",
      "paragraphHtml": "<p class=\"text-base mb-0\">In-house experts available by chat, email, or callback around the clock. No outsourced teams. And if you need it, they&apos;ll build your starter website for you &#x2014; on the house.<!-- --></p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "Want Us to Handle It? Done.",
      "headingHtml": "<h2 class=\"text-4xl md:text-6xl\">Want Us to Handle It? Done.<!-- --></h2>",
      "firstParagraph": "Not everyone wants to DIY. Our team of web professionals will design, build, manage, and market your site so you can focus on running your business.",
      "paragraphHtml": "<p class=\"text-lg font-semibold mb-0\">Not everyone wants to DIY. Our team of web professionals will design, build, manage, and market your site so you can focus on running your business.<!-- --></p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "Web Design",
      "headingHtml": "<h3 class=\"text-3xl font-semibold text-black\">Web Design</h3>",
      "firstParagraph": "A site your customers trust the moment they land on it. Custom-designed by real people, not generated from a template.",
      "paragraphHtml": "<p class=\"text-base leading-[24px] text-black mb-0\">A site your customers trust the moment they land on it. Custom-designed by real people, not generated from a template.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "Site Management",
      "headingHtml": "<h3 class=\"text-3xl font-semibold text-black\">Site Management</h3>",
      "firstParagraph": "You run your business. We run your site. Updates, security, backups — handled, so you never have to worry about it.",
      "paragraphHtml": "<p class=\"text-base leading-[24px] text-black mb-0\">You run your business. We run your site. Updates, security, backups &#x2014; handled, so you never have to worry about it.</p>",
      "words": 20,
      "direct": false,
      "issue": "First paragraph is 20 words and does not look like a concise direct answer."
    },
    {
      "heading": "SEO Marketing",
      "headingHtml": "<h3 class=\"text-3xl font-semibold text-black\">SEO Marketing</h3>",
      "firstParagraph": "Show up when your customers search. Our team handles the keywords, the technical fixes, and the content strategy to get you there.",
      "paragraphHtml": "<p class=\"text-base leading-[24px] text-black mb-0\">Show up when your customers search. Our team handles the keywords, the technical fixes, and the content strategy to get you there.</p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Web Development",
      "headingHtml": "<h3 class=\"text-3xl font-semibold text-black\">Web Development</h3>",
      "firstParagraph": "Need something custom? Our developers build it on the DreamHost stack — integrations, performance tuning, whatever you need.",
      "paragraphHtml": "<p class=\"text-base leading-[24px] text-black mb-0\">Need something custom? Our developers build it on the DreamHost stack &#x2014; integrations, performance tuning, whatever you need.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Frequently Asked Questions",
      "headingHtml": "<h2 class=\"text-4xl lg:text-6xl\">Frequently Asked Questions<!-- --></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "No More Scrolling.Time to Build.",
      "headingHtml": "<h2 class=\"!text-white !font-black !text-[clamp(48px,_6.67vw,_128px)] !leading-[1.1] text-balance\">No More Scrolling.<br>Time to Build.<!-- --></h2>",
      "firstParagraph": "Get started for as little as $1.99/mo.",
      "paragraphHtml": "<p class=\"!text-white mb-0 mt-2 text-base md:text-2xl\">Get started for as little as <span class=\"font-extrabold\"><span class=\"inline-flex\"><span class=\"inline-flex\" data-icu-price-eur=\"&#x20ac;1.99\" data-icu-price-usd=\"&#x24;1.99\" data-icu-price-gbp=\"&#xa3;1.99\">&#x24;1.99</span></span>/mo</span>.<!-- --></p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Need Some Help?",
      "headingHtml": "<h2 class=\"mb-2\">Need Some Help?<!-- --></h2>",
      "firstParagraph": "Whether you're stuck or just want some tips on where to start, hit up our experts anytime. We're here to help!",
      "paragraphHtml": "<p>Whether you&apos;re stuck or just want some tips on where to start, hit up our experts anytime. We&apos;re here to help!<!-- --></p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Footer",
      "headingHtml": "<h2 id=\"footer-heading\" class=\"sr-only\">Footer<!-- --></h2>",
      "firstParagraph": "Connect with us",
      "paragraphHtml": "<p class=\"text-base font-medium mb-1\">Connect with us<!-- --></p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "Privacy Preference Center",
      "headingHtml": "<h2 id=\"ot-pc-title\" title=\"Privacy Preference Center\" aria-hidden=\"false\">Privacy Preference Center</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Privacy Preference Center",
      "headingHtml": "<h2 id=\"ot-pc-title-mobile\" aria-hidden=\"true\">Privacy Preference Center</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Your Privacy",
      "headingHtml": "<h3 id=\"ot-pvcy-txt\">Your Privacy</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Essential Cookies",
      "headingHtml": "<h3 id=\"ot-header-id-C0001\">Essential Cookies</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Targeting Cookies",
      "headingHtml": "<h3 id=\"ot-header-id-C0004\">Targeting Cookies</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Performance Cookies",
      "headingHtml": "<h3 id=\"ot-header-id-C0002\">Performance Cookies</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Cookie List",
      "headingHtml": "<h3>Cookie List</h3>",
      "firstParagraph": "",
      "paragraphHtml": "<p role=\"status\" class=\"ot-scrn-rdr\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: built, growth, everything, need, build, grow, online.

Details

02

Why it matters

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

Check name

AEO: Entity and definition clarity

Score

83/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "Web Hosting Built for Growth - DreamHost",
  "h1": "Everything You Need to Build and Grow Online",
  "description": "DreamHost offers domain names, web hosting, managed WordPress hosting, business email, and much more. 100% uptime guarantee, 24/7 support. Sign up today!",
  "topicOverlap": 0.3,
  "definitionCount": 19,
  "topicTerms": [
    "web",
    "hosting",
    "built",
    "growth",
    "dreamhost",
    "everything",
    "need",
    "build",
    "grow",
    "online"
  ],
  "descriptionTerms": [
    "dreamhost",
    "offers",
    "domain",
    "names",
    "web",
    "hosting",
    "managed",
    "wordpress",
    "business",
    "email",
    "much",
    "more",
    "100",
    "uptime",
    "guarantee",
    "support",
    "sign",
    "today"
  ],
  "missingFromDescription": [
    "built",
    "growth",
    "everything",
    "need",
    "build",
    "grow",
    "online"
  ],
  "score": 83,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "headings": [
    {
      "text": "Pick Your Starting Point",
      "html": "<h2 class=\"text-center text-4xl md:text-6xl md:mb-2.5\">Pick Your Starting Point<!-- --></h2>"
    },
    {
      "text": "Built Differently — On Purpose",
      "html": "<h2 class=\"text-5xl lg:text-6xl font-bold\">Built Differently &#x2014; On Purpose<!-- --></h2>"
    },
    {
      "text": "Expert Support, Around the Clock",
      "html": "<h2 class=\"text-4xl md:text-6xl\">Expert Support, Around the Clock<!-- --></h2>"
    },
    {
      "text": "Don't Just Take Our Word For It",
      "html": "<h2 class=\"text-4xl md:text-6xl\">Don&apos;t Just Take Our Word For It<!-- --></h2>"
    },
    {
      "text": "Start Small, Scale Big",
      "html": "<h2 class=\"text-4xl md:text-6xl\">Start Small, Scale Big<!-- --></h2>"
    },
    {
      "text": "Want Us to Handle It? Done.",
      "html": "<h2 class=\"text-4xl md:text-6xl\">Want Us to Handle It? Done.<!-- --></h2>"
    },
    {
      "text": "Frequently Asked Questions",
      "html": "<h2 class=\"text-4xl lg:text-6xl\">Frequently Asked Questions<!-- --></h2>"
    },
    {
      "text": "No More Scrolling.Time to Build.",
      "html": "<h2 class=\"!text-white !font-black !text-[clamp(48px,_6.67vw,_128px)] !leading-[1.1] text-balance\">No More Scrolling.<br>Time to Build.<!-- --></h2>"
    },
    {
      "text": "Need Some Help?",
      "html": "<h2 class=\"mb-2\">Need Some Help?<!-- --></h2>"
    },
    {
      "text": "Footer",
      "html": "<h2 id=\"footer-heading\" class=\"sr-only\">Footer<!-- --></h2>"
    },
    {
      "text": "Privacy Preference Center",
      "html": "<h2 id=\"ot-pc-title\" title=\"Privacy Preference Center\" aria-hidden=\"false\">Privacy Preference Center</h2>"
    },
    {
      "text": "Privacy Preference Center",
      "html": "<h2 id=\"ot-pc-title-mobile\" aria-hidden=\"true\">Privacy Preference Center</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Web Hosting Built for Growth - DreamHost?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Web Hosting Built for Growth - DreamHost work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Web Hosting Built for Growth - DreamHost?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Web Hosting Built for Growth - DreamHost free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Web Hosting Built for Growth - DreamHost compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Web Hosting Built for Growth - DreamHost?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Web Hosting Built for Growth - DreamHost work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Web Hosting Built for Growth - DreamHost?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Web Hosting Built for Growth - DreamHost free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Web Hosting Built for Growth - DreamHost 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

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

Details

02

Why it matters

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

Check name

AIO: Page experience for AIO

Score

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, shrink-to-fit=no",
  "visibleWords": 2278,
  "htmlBytes": 663665,
  "imagesMissingDimensions": [
    {
      "src": "https://cdn.cookielaw.org/logos/d986d807-e0b3-4846-a971-748a8f5c3034/018e3a51-2bed-74f5-91c9-f850f8d13a82/62aeaa5b-ecff-47f0-a983-ee5c05984c87/DH_Primary_Logo.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"DreamHost\" src=\"https://cdn.cookielaw.org/logos/d986d807-e0b3-4846-a971-748a8f5c3034/018e3a51-2bed-74f5-91c9-f850f8d13a82/62aeaa5b-ecff-47f0-a983-ee5c05984c87/DH_Primary_Logo.png\">"
    },
    {
      "src": "https://cdn.cookielaw.org/logos/static/powered_by_logo.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Powered by Onetrust\" src=\"https://cdn.cookielaw.org/logos/static/powered_by_logo.svg\" title=\"Powered by OneTrust Opens in a new Tab\">"
    }
  ],
  "possibleDialogs": [
    "<div role=\"dialog\" aria-label=\"Privacy\"><div class=\"ot-sdk-container\"><div class=\"ot-sdk-row\"><div id=\"onetrust-group-container\" class=\"ot-sdk-eight ot-sdk-columns ot-sdk-eleven\"><div class=\"banner_logo\"></div><div id=\"onetrust-policy\"><div id=\"onetrust-policy-text\">DreamHost never sells your data. However, we use cookies to enhance your browsing experience, analyze site traffic, and personalize content. Please accept cookies to continue using our site. See the &quot;Cookie Settings&quot; but...",
    "<div role=\"dialog\" aria-modal=\"true\" style=\"height: 100%;\" aria-label=\"Privacy Preference Center\"><!-- pc header --><div class=\"ot-pc-header\" role=\"presentation\"><!-- Header logo --><div class=\"ot-pc-logo\"><img alt=\"DreamHost\" src=\"https://cdn.cookielaw.org/logos/d986d807-e0b3-4846-a971-748a8f5c3034/018e3a51-2bed-74f5-91c9-f850f8d13a82/62aeaa5b-ecff-47f0-a983-ee5c05984c87/DH_Primary_Logo.png\"></div><div class=\"ot-title-cntr\"><h2 id=\"ot-pc-title\" title=\"Privacy Preference Center\" aria-hidden=\"...",
    "<section id=\"ot-fltr-modal\"><div id=\"ot-fltr-cnt\"><div id=\"ot-filter-list-header\"></div><button id=\"clear-filters-handler\">Clear</button><div class=\"ot-fltr-scrlcnt ot-pc-scrollbar\" role=\"group\" aria-labelledby=\"ot-filter-list-header\"><ul class=\"ot-fltr-opts\"><li class=\"ot-fltr-opt\"><div class=\"ot-chkbox\"><input id=\"chkbox-id\" type=\"checkbox\" class=\"category-filter-handler\"> <label for=\"chkbox-id\"><span class=\"ot-label-txt\">checkbox label</span></label> <span class=\"ot-label-status\">label</sp..."
  ],
  "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": 156577
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 156570
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 155086
          }
        ]
      },
      "issue": "AI context endpoint was not found at the expected path.",
      "howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Query intent coverage

AIO: Query intent coverage is informational for this page.

Informational

Needs attention

AIO: Query intent coverage

Informational
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "Pick Your Starting Point",
      "html": "<h2 class=\"text-center text-4xl md:text-6xl md:mb-2.5\">Pick Your Starting Point<!-- --></h2>"
    },
    {
      "text": "Built Differently — On Purpose",
      "html": "<h2 class=\"text-5xl lg:text-6xl font-bold\">Built Differently &#x2014; On Purpose<!-- --></h2>"
    },
    {
      "text": "Expert Support, Around the Clock",
      "html": "<h2 class=\"text-4xl md:text-6xl\">Expert Support, Around the Clock<!-- --></h2>"
    },
    {
      "text": "Don't Just Take Our Word For It",
      "html": "<h2 class=\"text-4xl md:text-6xl\">Don&apos;t Just Take Our Word For It<!-- --></h2>"
    },
    {
      "text": "Start Small, Scale Big",
      "html": "<h2 class=\"text-4xl md:text-6xl\">Start Small, Scale Big<!-- --></h2>"
    },
    {
      "text": "Want Us to Handle It? Done.",
      "html": "<h2 class=\"text-4xl md:text-6xl\">Want Us to Handle It? Done.<!-- --></h2>"
    },
    {
      "text": "Frequently Asked Questions",
      "html": "<h2 class=\"text-4xl lg:text-6xl\">Frequently Asked Questions<!-- --></h2>"
    },
    {
      "text": "No More Scrolling.Time to Build.",
      "html": "<h2 class=\"!text-white !font-black !text-[clamp(48px,_6.67vw,_128px)] !leading-[1.1] text-balance\">No More Scrolling.<br>Time to Build.<!-- --></h2>"
    },
    {
      "text": "Need Some Help?",
      "html": "<h2 class=\"mb-2\">Need Some Help?<!-- --></h2>"
    },
    {
      "text": "Footer",
      "html": "<h2 id=\"footer-heading\" class=\"sr-only\">Footer<!-- --></h2>"
    },
    {
      "text": "Privacy Preference Center",
      "html": "<h2 id=\"ot-pc-title\" title=\"Privacy Preference Center\" aria-hidden=\"false\">Privacy Preference Center</h2>"
    },
    {
      "text": "Privacy Preference Center",
      "html": "<h2 id=\"ot-pc-title-mobile\" aria-hidden=\"true\">Privacy Preference Center</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Web Hosting Built for Growth - DreamHost?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Web Hosting Built for Growth - DreamHost work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Web Hosting Built for Growth - DreamHost?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Web Hosting Built for Growth - DreamHost free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Web Hosting Built for Growth - DreamHost compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Web Hosting Built for Growth - DreamHost?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Web Hosting Built for Growth - DreamHost work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Web Hosting Built for Growth - DreamHost?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Web Hosting Built for Growth - DreamHost free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Web Hosting Built for Growth - DreamHost compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

Agent Ease of UseAuthEmerging recommendation

Auth.md Agent Registration

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

Informational

Needs attention

Auth.md Agent Registration

Informational
01

Issue

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

02

Why it matters

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

Check name

Auth.md Agent Registration

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch and validate /auth.md

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

  2. Publish protected resource metadata

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

  3. Validate agent_auth authorization metadata

    OAuth authorization server metadata could not be fetched.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": true,
        "statusCode": 200,
        "contentType": "text/html; charset=utf-8",
        "length": 529666,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
          "compatibleContentType": false,
          "contentLength": 523434,
          "hasRegisterInstructions": true,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": false,
          "links": [
            "/_next/static/chunks/b59ff47df64cebb0.css",
            "/_next/static/chunks/3dc468b5e79203cc.css",
            "/_next/static/chunks/ded04737469e401f.css",
            "/_next/static/chunks/b7d63325bd336dc7.js",
            "/_next/static/chunks/b5e1a55902f4ab51.js",
            "/script",
            "/_next/static/chunks/7ea5cd41be905df7.js",
            "/script",
            "/_next/static/chunks/cecf677f5dba549e.js",
            "/script"
          ],
          "rawExcerpt": "<!DOCTYPE html><html lang=\"en\" class=\"gilroy_25cd74c3-module__UJeWJG__variable\"><head><meta charSet=\"utf-8\"/><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/b59ff47df64cebb0.css\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/3dc468b5e79203cc.css\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/ded04737469e401f.css\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/b7d63325bd336dc7.js\"/><script src=\"/_next/static/chunks/b5e1a55902f4ab51.js\" async=\"\"></script><script src=\"/_next/static/chunks/7ea5cd41be905df7"
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8",
        "length": 155671,
        "text": "<!DOCTYPE html><html lang=\"en\" class=\"gilroy_25cd74c3-module__UJeWJG__variable\"><head><meta charSet=\"utf-8\"/><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/b59ff47df64cebb0.css\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/3dc468b5e79203cc.css\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/b7d63325bd336dc7.js\"/><script src=\"/_next/static/chunks/b5e1a55902f4ab51.js\" async=\"\"></script><script src=\"/_next/static/chunks/7ea5cd41be905df7.js\" async=\"\"></script><script src=\"/_next/static/chunks/cecf677f5dba549e.js\" async=\"\"></script><script src=\"/_next/static/chunks/f8ab77af20024c28.js\" async=\"\"></script><script src=\"/_next/static/chunks/turbopack-2ae8d1ddfcee0726.js\" async=\"\"></script><script src=\"/_next/static/chunks/bebec169d5a141b0.js\" async=\"\"></script><script src=\"/_next/static/chunks/effd2a05061aab84.js\" async=\"\"></script><script src=\"/_next/static/chunks/143fb803ec0fb10e.js\" async=\"\"></script><script src=\"/_next/static/chunks/f054adfba0401fff.js\" async=\"\"></script><script src=\"/_next/static/chunks/6129b69534b7b820.js\" async=\"\"></script><script src=\"/_next/static/chunks/a4c8599e7b83bb93.js\" async=\"\"></script><script src=\"/_next/static/chunks/2d546afe474a99a7.js\" async=\"\"></script><script src=\"/_next/static/chunks/008e522ef8e710d7.js\" async=\"\"></script><script src=\"/_next/static/chunks/3432ffd50f5e0646.js\" async=\"\"></script><script src=\"/_next/static/chunks/ca0cbc2258ec54e7.js\" async=\"\"></script><script src=\"/_next/static/chunks/7585450770534a63.js\" async=\"\"></script><script src=\"/_next/static/chunks/a317181c0a5d72f0.js\" async=\"\"></script><script src=\"/_next/static/chunks/62cdd831329f7ee6.js\" async=\"\"></script><script src=\"/_next/static/chunks/a1368e6c174f45c2.js\" async=\"\"></script><script src=\"/_next/static/chunks/fbc663b5dae5d974.js\" async=\"\"></script><script src=\"/_next/static/chunks/88d3aef4ec7a6004.js\" async=\"\"></script><script src=\"/_next/static/chunks/0f25a43339ace617.js\" async=\"\"></script><meta name=\"robots\" content=\"noindex\"/><meta name=\"next-size-adjust\" content=\"\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><link rel=\"preconnect\" href=\"https://cdn.cookielaw.org\" crossorigin=\"anonymous\"/><link rel=\"preconnect\" href=\"https://cdn-4.convertexperiments.com\" crossorigin=\"anonymous\"/><link rel=\"preconnect\" href=\"https://s.dreamhost.com\" crossorigin=\"anonymous\"/><link rel=\"dns-prefetch\" href=\"https://widget.trustpilot.com\"/><link rel=\"preload\" href=\"/webfonts/fa-regular-400.woff2\" as=\"font\" type=\"font/woff2\" crossorigin=\"anonymous\"/><link rel=\"preload\" href=\"/webfonts/fa-solid-900.woff2\" as=\"font\" type=\"font/woff2\" crossorigin=\"anonymous\"/><link rel=\"preload\" href=\"/webfonts/fa-brands-400.woff2\" as=\"font\" type=\"font/woff2\" crossorigin=\"anonymous\"/><meta name=\"ahrefs-site-verification\" content=\"74b1473bec109b23b5b5b7e9f82967cae170cb7e5a01cfc966fc07667ddb6ab7\"/><meta name=\"msapplication-TileColor\" content=\"#2b5797\"/><meta name=\"msapplication-TileImage\" content=\"/assets/favicons/mstile-144x144-52fb49b416e67920ced28d8756e9f58bddcd1ecaacc210299119ab4b2b6e532c.png\"/><meta name=\"p:domain_verify\" content=\"e65e36871e54f8ca6b98a10ceefb8f0a\"/><link rel=\"icon\" href=\"/icon.svg?icon.56d3c9d9.svg\" sizes=\"any\" type=\"image/svg+xml\"/><script src=\"https://cdn.cookielaw.org/consent/fd6bc21f-248a-4fde-ab0c-d77366db0778/otSDKStub.js\" data-language=\"en\" type=\"text/javascript\" charSet=\"UTF-8\" data-domain-script=\"fd6bc21f-248a-4fde-ab0c-d77366db0778\"></script><script type=\"text/javascript\">function OptanonWrapper() {}</script><script type=\"text/javascript\" src=\"//cdn-4.convertexperiments.com/v1/js/10017472-10017782.js?environment=production\"></script><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTa"
      },
      "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": 155673,
          "text": "<!DOCTYPE html><html lang=\"en\" class=\"gilroy_25cd74c3-module__UJeWJG__variable\"><head><meta charSet=\"utf-8\"/><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/b59ff47df64cebb0.css\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/3dc468b5e79203cc.css\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/b7d63325bd336dc7.js\"/><script src=\"/_next/static/chunks/b5e1a55902f4ab51.js\" async=\"\"></script><script src=\"/_next/static/chunks/7ea5cd41be905df7.js\" async=\"\"></script><script src=\"/_next/static/chunks/cecf677f5dba549e.js\" async=\"\"></script><script src=\"/_next/static/chunks/f8ab77af20024c28.js\" async=\"\"></script><script src=\"/_next/static/chunks/turbopack-2ae8d1ddfcee0726.js\" async=\"\"></script><script src=\"/_next/static/chunks/bebec169d5a141b0.js\" async=\"\"></script><script src=\"/_next/static/chunks/effd2a05061aab84.js\" async=\"\"></script><script src=\"/_next/static/chunks/143fb803ec0fb10e.js\" async=\"\"></script><script src=\"/_next/static/chunks/f054adfba0401fff.js\" async=\"\"></script><script src=\"/_next/static/chunks/6129b69534b7b820.js\" async=\"\"></script><script src=\"/_next/static/chunks/a4c8599e7b83bb93.js\" async=\"\"></script><script src=\"/_next/static/chunks/2d546afe474a99a7.js\" async=\"\"></script><script src=\"/_next/static/chunks/008e522ef8e710d7.js\" async=\"\"></script><script src=\"/_next/static/chunks/3432ffd50f5e0646.js\" async=\"\"></script><script src=\"/_next/static/chunks/ca0cbc2258ec54e7.js\" async=\"\"></script><script src=\"/_next/static/chunks/7585450770534a63.js\" async=\"\"></script><script src=\"/_next/static/chunks/a317181c0a5d72f0.js\" async=\"\"></script><script src=\"/_next/static/chunks/62cdd831329f7ee6.js\" async=\"\"></script><script src=\"/_next/static/chunks/a1368e6c174f45c2.js\" async=\"\"></script><script src=\"/_next/static/chunks/fbc663b5dae5d974.js\" async=\"\"></script><script src=\"/_next/static/chunks/88d3aef4ec7a6004.js\" async=\"\"></script><script src=\"/_next/static/chunks/0f25a43339ace617.js\" async=\"\"></script><meta name=\"robots\" content=\"noindex\"/><meta name=\"next-size-adjust\" content=\"\"/><meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\"/><link rel=\"preconnect\" href=\"https://cdn.cookielaw.org\" crossorigin=\"anonymous\"/><link rel=\"preconnect\" href=\"https://cdn-4.convertexperiments.com\" crossorigin=\"anonymous\"/><link rel=\"preconnect\" href=\"https://s.dreamhost.com\" crossorigin=\"anonymous\"/><link rel=\"dns-prefetch\" href=\"https://widget.trustpilot.com\"/><link rel=\"preload\" href=\"/webfonts/fa-regular-400.woff2\" as=\"font\" type=\"font/woff2\" crossorigin=\"anonymous\"/><link rel=\"preload\" href=\"/webfonts/fa-solid-900.woff2\" as=\"font\" type=\"font/woff2\" crossorigin=\"anonymous\"/><link rel=\"preload\" href=\"/webfonts/fa-brands-400.woff2\" as=\"font\" type=\"font/woff2\" crossorigin=\"anonymous\"/><meta name=\"ahrefs-site-verification\" content=\"74b1473bec109b23b5b5b7e9f82967cae170cb7e5a01cfc966fc07667ddb6ab7\"/><meta name=\"msapplication-TileColor\" content=\"#2b5797\"/><meta name=\"msapplication-TileImage\" content=\"/assets/favicons/mstile-144x144-52fb49b416e67920ced28d8756e9f58bddcd1ecaacc210299119ab4b2b6e532c.png\"/><meta name=\"p:domain_verify\" content=\"e65e36871e54f8ca6b98a10ceefb8f0a\"/><link rel=\"icon\" href=\"/icon.svg?icon.56d3c9d9.svg\" sizes=\"any\" type=\"image/svg+xml\"/><script src=\"https://cdn.cookielaw.org/consent/fd6bc21f-248a-4fde-ab0c-d77366db0778/otSDKStub.js\" data-language=\"en\" type=\"text/javascript\" charSet=\"UTF-8\" data-domain-script=\"fd6bc21f-248a-4fde-ab0c-d77366db0778\"></script><script type=\"text/javascript\">function OptanonWrapper() {}</script><script type=\"text/javascript\" src=\"//cdn-4.convertexperiments.com/v1/js/10017472-10017782.js?environment=production\"></script><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTa"
        }
      },
      "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": "login"
      },
      {
        "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": 155667
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 155673
          }
        ]
      },
      "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": "login"
      },
      {
        "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><html lang=\"en\" class=\"gilroy_25cd74c3-module__UJeWJG__variable\"><head><meta charSet=\"utf-8\"/><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/b59ff47df64cebb0.css\" data-precedence=\"next\"/><link rel=\"stylesheet\" href=\"/_next/static/chunks/3dc468b5e79203cc.css\" data-precedence=\"next\"/><link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/b7d63325bd336dc7.js\"/><script src=\"/_next/static/chunks/b5e1a55902f4ab51.js\" async=\"\"></script><script src=\"/_next/static/chunks/7ea5cd41be905df7.js\" async=\"\"></script><script src=\"/_next/static/chunks/cecf677f5dba549e.js\" async=\"\"></script>"
      },
      "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.dreamhost.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.dreamhost.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.dreamhost.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.dreamhost.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": "login"
      },
      {
        "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 JavaScript

33 Fail

Check name

Reduce unused JavaScript

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 933 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Render-blocking requests

33 Fail

Check name

Render-blocking requests

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 310 ms

Fix guidance

Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path.

Evidence
{
  "displayValue": "Est savings of 310 ms",
  "description": "Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path."
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

7 Fail

Check name

Loading performance

Score

78/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": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "20 ms",
      "numericValue": 16.67048999999999
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 99,
      "displayValue": "0.6 s",
      "numericValue": 632.0019074439457
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 46,
      "displayValue": "370 ms",
      "numericValue": 368.5000000000002
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 20 ms",
      "numericValue": 15
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 93,
      "displayValue": "1.1 s",
      "numericValue": 1060.6953490357553
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 63,
      "displayValue": "210 ms",
      "numericValue": 211
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 60,
      "displayValue": "2.0 s",
      "numericValue": 2037.7137662181017
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 66,
      "displayValue": "3.7 s",
      "numericValue": 3690.482730296528
    }
  ]
}

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