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

OVERALL SCORE

Level 2, Agent-Limited

Priority improvements needed for AI agents
AIDiscoverability43%Agent Easeof Use4%Security& Trust80%GEO, AIO, AEO84%SEO92%Performance& Accessibility53%
  • AI Discoverability 43 out of 100
  • Agent Ease of Use 4 out of 100
  • Security & Trust 80 out of 100
  • GEO, AIO and AEO 84 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 53 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Digital Marketing Agency | Thrive Internet Marketing Agency favicon

Digital Marketing Agency | Thrive Internet Marketing Agency

Thrive Internet Marketing Agency is a full-service digital marketing agency. We provide SEO, PPC, social media, web design and more.

Next step

Turn this report into a fix workflow

22 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
43
Priority fix7151View details
Discoverability
71
Needs work540View details
Content Readiness
46
Priority fix271View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
4
Priority fix4242View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable040View details
MCP
13
Priority fix062View details
Skill Discovery
0
Priority fix080View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
84
Mostly ready7013
GEO Readiness
89
Mostly ready303
AIO Readiness
85
Mostly ready205
AEO Readiness
77
Mostly ready205
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
80
Mostly ready810View details
Security & Trust
80
Mostly ready410View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
53
Needs work2250View details
Performance
30
Priority fix1040View details
Accessibility
96
Strong1210View details

Prioritized recommendations

Issues ranked by score impact

41 items need attention

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

100 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

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

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Content-Security-Policy is missing or incomplete.

Evidence
{
  "header": "content-security-policy",
  "value": "default-src * 'unsafe-inline' 'unsafe-eval' data: blob:;"
}

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"
      },
      "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": "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

50 Fail

Needs attention

FAQPage schema

Failed check
01

Issue

FAQ content was detected but no FAQPage schema was found.

02

Why it matters

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

Check name

FAQPage schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

FAQPage schema is missing or incomplete.

Evidence
{
  "found": false,
  "visibleFaq": true,
  "allTypes": [
    "BreadcrumbList",
    "ImageObject",
    "LocalBusiness",
    "Organization",
    "Service",
    "VideoObject"
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

50 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

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

02

Why it matters

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

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head >\n<meta charset=\"UTF-8\" />\n<script type=\"text/javascript\">\n/* <![CDATA[ */\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform/theme/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head >\n<meta charset=\"UTF-8\" />\n<script type=\"text/javascript\">\n/* <![CDATA[ */\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform/theme/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},"
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head >\n<meta charset=\"UTF-8\" />\n<script type=\"text/javascript\">\n/* <![CDATA[ */\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform/theme/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en-US\">\n<head >\n<meta charset=\"UTF-8\" />\n<script type=\"text/javascript\">\n/* <![CDATA[ */\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform/theme/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},"
          },
          {
            "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>\n<html lang=\"en-US\">\n<head >\n<meta charset=\"UTF-8\" />\n<script type=\"text/javascript\">\n/* <![CDATA[ */\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform/theme/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},"
          },
          {
            "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>\n<html lang=\"en-US\">\n<head >\n<meta charset=\"UTF-8\" />\n<script type=\"text/javascript\">\n/* <![CDATA[ */\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform/theme/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},"
          },
          {
            "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>\n<html lang=\"en-US\">\n<head >\n<meta charset=\"UTF-8\" />\n<script type=\"text/javascript\">\n/* <![CDATA[ */\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform/theme/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},"
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

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

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

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

02

Why it matters

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

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

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

Result

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

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

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

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

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

Content Signal is missing or incomplete.

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

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

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

33 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

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

02

Why it matters

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

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/http-message-signatures-directory",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 146
          }
        ]
      },
      "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 UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

25 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

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

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

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

25 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",
            "length": 146
          },
          {
            "path": "/.well-known/skills/index.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 146
          }
        ]
      },
      "issue": "Agent Skills index was not found at the expected path.",
      "howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

agent.json

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

25 Fail

Needs attention

agent.json

Failed check
01

Issue

agent.json was not found at the expected path.

02

Why it matters

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

Check name

agent.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agent.json was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryInformational

agents.json

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

25 Fail

Needs attention

agents.json

Failed check
01

Issue

agents.json was not found at the expected path.

02

Why it matters

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

Check name

agents.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agents.json was not found at the expected path.

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

AI DiscoverabilityContent ReadinessEmerging recommendation

llms.txt

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

25 Fail

Needs attention

llms.txt

Failed check
01

Issue

llms.txt was not found at the expected path.

02

Why it matters

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

Check name

llms.txt

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    llms.txt was not found at the expected path.

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

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

25 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

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

02

Why it matters

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

Check name

Markdown negotiation

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Return HTML responses as markdown when agents request it.

Result

Markdown negotiation failed at "Markdown content type".

Validation steps

  1. Markdown content type

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

  2. Vary: Accept header

    Markdown negotiation is missing Vary: Accept; current Vary header is "Accept-Encoding, user-agent".

  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, user-agent"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding, user-agent\".",
      "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": 57286,
        "excerpt": "<!DOCTYPE html> <html lang=\"en-US\"> <head itemscope itemtype=\"https://schema.org/WebSite\"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\\/7\\..*?rv:11/i)){let e=document.location.href;if(!",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

25 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

Agent Ease of UseMCPEmerging recommendation

mcp.json

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

25 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

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

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

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

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

25 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: skipped heading levels; 1 buttons missing accessible names; 2/12 applicable form inputs have autocomplete attributes (10 missing).

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": true,
  "nav": true,
  "footer": true,
  "meaningfulH1": true,
  "headingOrder": false,
  "accessibleLinks": true,
  "accessibleButtons": false,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": false,
  "details": {
    "inaccessibleLinks": [],
    "inaccessibleButtons": [
      "<button class=\"getButton GetYourFreeProposalClose\" style=\"display:none\"> </button>"
    ],
    "missingAutocompleteInputs": [
      "<input class=\"search-form-input\" type=\"search\" name=\"s\" id=\"searchform-1\" placeholder=\"Search this website\" itemprop=\"query-input\" value>",
      "<input type=\"text\" id=\"email-field\" placeholder=\"Enter Website Address\" class=\"email-field lazyloaded\">",
      "<input name=\"input_7\" id=\"input_101_7\" type=\"text\" value class=\"large\" tabindex=\"14\" placeholder=\"Website\" aria-invalid=\"false\">",
      "<input name=\"input_54\" id=\"input_101_54\" type=\"text\" value class=\"large\" tabindex=\"16\" placeholder=\"How did you hear about Thrive?\" aria-invalid=\"false\">",
      "<input type=\"text\" name=\"input_1.3\" id=\"input_101_1_3\" value tabindex=\"19\" aria-required=\"true\" placeholder=\"First Name*\">",
      "<input type=\"text\" name=\"input_1.6\" id=\"input_101_1_6\" value tabindex=\"21\" aria-required=\"true\" placeholder=\"Last Name*\">",
      "<input name=\"input_2\" id=\"input_101_2\" type=\"email\" value class=\"large\" tabindex=\"23\" placeholder=\"Email Address*\" aria-required=\"true\" aria-invalid=\"false\">",
      "<input name=\"input_37\" id=\"input_101_37\" type=\"tel\" value class=\"medium\" tabindex=\"25\" aria-required=\"true\" aria-invalid=\"false\">",
      "<input name=\"input_11\" id=\"input_101_11\" type=\"text\" value class=\"medium\" tabindex=\"26\" placeholder=\"Company/Organization*\" aria-required=\"true\" aria-invalid=\"false\">",
      "<input name=\"input_38\" id=\"input_101_38\" type=\"text\" value=\"isValidNumber_1\" class=\"large\" maxlength=\"15\" aria-describedby=\"gfield_description_101_38\" tabindex=\"27\" aria-required=\"true\" aria-invalid=\"false\">"
    ],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": [
      "h3: +500%",
      "h3: +60%",
      "h3: +190%",
      "h3: Results",
      "h2: Digital Marketing Agency driven by",
      "h1: RELATIONSHIPS & RESULTS",
      "h2: 150+",
      "h3: Reviews",
      "h2: 100+",
      "h3: Reviews",
      "h2: Our Clients Get Results",
      "h2: “Since we started working with Thrive, our SEO return on investment is in the 800% range.”",
      "h3: +427%",
      "h3: +68%",
      "h2: “Thrive is handling business the way they said they would in the beginning.”",
      "h3: +$350K",
      "h3: +1,092",
      "h2: What Our Clients Are Saying",
      "h3: “They do everything they say…no BS!”",
      "h4: — Marci Wiersma,",
      "h3: “These guys are incredible!”",
      "h4: — Whitney Wells Lewis,",
      "h3: “Unrivaled customer support!”",
      "h4: — Chad Montgomery,",
      "h2: The Best AI SEO Agency for AI Visibility",
      "h2: +5,556%",
      "h2: +404%",
      "h2: +1,078%",
      "h3: AI Mode Visibility",
      "h3: AI Overviews Visibility",
      "h3: ChatGPT Search Optimization",
      "h3: Gemini Search Optimization",
      "h2: How We Grow Your Revenue",
      "h2: Pay-for-Performance Software & Service Solutions for Local Businesses",
      "h2: How Thrive Grew Its Sales Qualified Leads by 1,258% in 5 Years",
      "h2: Why Choose Thrive as Your Digital Marketing Agency?",
      "h2: Meet Our Team of Digital Marketing Experts",
      "h3: We Have Proven Results",
      "h3: We Are Honest & Ethical",
      "h3: We Know Digital Marketing",
      "h3: We Put Customers First",
      "h2: Grow Your Business Faster With an Award-Winning Digital Marketing Agency",
      "h3: We Are Your Web and Digital Marketing Growth Partner, Not Just Another Vendor",
      "h2: Award-Winning Digital Marketing Agency",
      "h2: Our Digital Marketing Services",
      "h3: Search Engine Optimization (SEO)",
      "h3: Website Design & Development",
      "h3: Social Media Marketing",
      "h3: Pay Per Click (PPC)",
      "h3: Video Production",
      "h3: Content Writing",
      "h3: Reputation Management",
      "h3: Conversion Rate Optimization (CRO)",
      "h3: Amazon Marketing",
      "h2: READY TO GROW YOUR BUSINESS?",
      "h2: growing businesses since 2005",
      "h5: Experience Real Results."
    ]
  },
  "counts": {
    "h1": 1,
    "headings": 57,
    "links": 254,
    "inaccessibleLinks": 0,
    "buttons": 10,
    "inaccessibleButtons": 1,
    "images": 138,
    "imagesWithAlt": 138,
    "autocompleteInputs": 12,
    "inputsWithAutocomplete": 2,
    "missingAutocompleteInputs": 10
  }
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

25 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

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

Agent Ease of UseMCPInformational

WebMCP

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

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

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

Check name

WebMCP

Score

50/100

Status

warning

Category

MCP

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Detect data-mcp-tool annotations

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

  2. Detect WebMCP declarative tags

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

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

    WebMCP declarative annotation issues
    • <input> is missing a name attribute.
    • <input> is missing a label.
    • <input> is missing tool-param-description.
    • <input name="s"> is missing a label.
    • <input name="s"> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing a label.
    • <input> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing a label.
    • <input> is missing tool-param-description.
    • <input name="input_57"> is missing tool-param-description.
    • <select name="input_41[]"> is missing tool-param-description.
    • <select name="input_40"> is missing tool-param-description.
    • <select name="input_50"> is missing tool-param-description.
    • <select name="input_52"> is missing tool-param-description.
    • <input name="input_7"> is missing tool-param-description.
    • <textarea name="input_10"> is missing tool-param-description.
    • <input name="input_54"> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing a label.
    • <input> is missing tool-param-description.
    • <input name="input_1.3"> is missing tool-param-description.
    • <input name="input_1.6"> is missing tool-param-description.
    • <input name="input_2"> 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": 2,
        "formsWithTags": 0,
        "totalInteractive": 287,
        "interactiveWithTags": 0,
        "totalCount": 289,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"s\"> is missing a label.",
          "<input name=\"s\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"input_57\"> is missing tool-param-description.",
          "<select name=\"input_41[]\"> is missing tool-param-description.",
          "<select name=\"input_40\"> is missing tool-param-description.",
          "<select name=\"input_50\"> is missing tool-param-description.",
          "<select name=\"input_52\"> is missing tool-param-description.",
          "<input name=\"input_7\"> is missing tool-param-description.",
          "<textarea name=\"input_10\"> is missing tool-param-description.",
          "<input name=\"input_54\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"input_1.3\"> is missing tool-param-description.",
          "<input name=\"input_1.6\"> is missing tool-param-description.",
          "<input name=\"input_2\"> is missing tool-param-description.",
          "<select name=\"input_55\"> is missing tool-param-description.",
          "<input name=\"input_37\"> is missing tool-param-description.",
          "<input name=\"input_11\"> is missing tool-param-description.",
          "<input name=\"input_38\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<textarea name=\"ak_hp_textarea\"> 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": 36,
        "issues": [
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"s\"> is missing a label.",
          "<input name=\"s\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"input_57\"> is missing tool-param-description.",
          "<select name=\"input_41[]\"> is missing tool-param-description.",
          "<select name=\"input_40\"> is missing tool-param-description.",
          "<select name=\"input_50\"> is missing tool-param-description.",
          "<select name=\"input_52\"> is missing tool-param-description.",
          "<input name=\"input_7\"> is missing tool-param-description.",
          "<textarea name=\"input_10\"> is missing tool-param-description.",
          "<input name=\"input_54\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"input_1.3\"> is missing tool-param-description.",
          "<input name=\"input_1.6\"> is missing tool-param-description.",
          "<input name=\"input_2\"> is missing tool-param-description."
        ]
      },
      "issue": "WebMCP declarative annotations need fixes.",
      "issueDetails": [
        {
          "title": "WebMCP declarative annotation issues",
          "items": [
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing a label."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"s\"> is missing a label."
            },
            {
              "type": "code",
              "value": "<input name=\"s\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing a label."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing a label."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"input_57\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<select name=\"input_41[]\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<select name=\"input_40\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<select name=\"input_50\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<select name=\"input_52\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"input_7\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<textarea name=\"input_10\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"input_54\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing a label."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"input_1.3\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"input_1.6\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"input_2\"> 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": 2,
        "formsWithTags": 0,
        "totalInteractive": 287,
        "interactiveWithTags": 0,
        "totalCount": 289,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"s\"> is missing a label.",
          "<input name=\"s\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"input_57\"> is missing tool-param-description.",
          "<select name=\"input_41[]\"> is missing tool-param-description.",
          "<select name=\"input_40\"> is missing tool-param-description.",
          "<select name=\"input_50\"> is missing tool-param-description.",
          "<select name=\"input_52\"> is missing tool-param-description.",
          "<input name=\"input_7\"> is missing tool-param-description.",
          "<textarea name=\"input_10\"> is missing tool-param-description.",
          "<input name=\"input_54\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"input_1.3\"> is missing tool-param-description.",
          "<input name=\"input_1.6\"> is missing tool-param-description.",
          "<input name=\"input_2\"> is missing tool-param-description.",
          "<select name=\"input_55\"> is missing tool-param-description.",
          "<input name=\"input_37\"> is missing tool-param-description.",
          "<input name=\"input_11\"> is missing tool-param-description.",
          "<input name=\"input_38\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<textarea name=\"ak_hp_textarea\"> 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": 2,
    "formsWithTags": 0,
    "totalInteractive": 287,
    "interactiveWithTags": 0,
    "totalCount": 289,
    "taggedCount": 0,
    "dataMcpToolCount": 0,
    "dataMcpTools": [],
    "coverage": 0,
    "annotationIssues": [
      "<input> is missing a name attribute.",
      "<input> is missing a label.",
      "<input> is missing tool-param-description.",
      "<input name=\"s\"> is missing a label.",
      "<input name=\"s\"> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing a label.",
      "<input> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing a label.",
      "<input> is missing tool-param-description.",
      "<input name=\"input_57\"> is missing tool-param-description.",
      "<select name=\"input_41[]\"> is missing tool-param-description.",
      "<select name=\"input_40\"> is missing tool-param-description.",
      "<select name=\"input_50\"> is missing tool-param-description.",
      "<select name=\"input_52\"> is missing tool-param-description.",
      "<input name=\"input_7\"> is missing tool-param-description.",
      "<textarea name=\"input_10\"> is missing tool-param-description.",
      "<input name=\"input_54\"> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing a label.",
      "<input> is missing tool-param-description.",
      "<input name=\"input_1.3\"> is missing tool-param-description.",
      "<input name=\"input_1.6\"> is missing tool-param-description.",
      "<input name=\"input_2\"> is missing tool-param-description.",
      "<select name=\"input_55\"> is missing tool-param-description.",
      "<input name=\"input_37\"> is missing tool-param-description.",
      "<input name=\"input_11\"> is missing tool-param-description.",
      "<input name=\"input_38\"> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing a label.",
      "<input> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing a label.",
      "<input> is missing tool-param-description.",
      "<textarea name=\"ak_hp_textarea\"> is missing tool-param-description."
    ]
  },
  "browserWebMcp": {
    "checked": true,
    "detected": false,
    "hasNavigatorModelContext": false,
    "modelContextType": "undefined",
    "hasProvideContext": false,
    "hasRegisterTool": false
  }
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

6 Warning

Needs attention

Content freshness signals

Warning
01

Issue

Content freshness signals are incomplete: missing Last-Modified HTTP header.

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

75/100

Status

warning

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is partially implemented.

Evidence
{
  "lastModified": null,
  "schemaDates": [
    "2017-09-16",
    "2017-09-13",
    "2025-10-28"
  ],
  "metaDateCount": 1,
  "timeDateCount": 0
}

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

34 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": 52,
  "passing": 18,
  "failing": [
    {
      "heading": "+500%",
      "headingHtml": "<h3 class=\"wp-block-heading\">+500%</h3>",
      "firstParagraph": "Impressions",
      "paragraphHtml": "<p class=\"block-content-text font-md\">Impressions</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "+60%",
      "headingHtml": "<h3 class=\"wp-block-heading\">+60%</h3>",
      "firstParagraph": "New Followers",
      "paragraphHtml": "<p class=\"block-content-text\">New Followers</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "+190%",
      "headingHtml": "<h3 class=\"wp-block-heading\">+190%</h3>",
      "firstParagraph": "Engagement",
      "paragraphHtml": "<p class=\"block-content-text font-md2\">Engagement</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Results",
      "headingHtml": "<h3 class=\"mb-0\">Results</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Digital Marketing Agency driven by",
      "headingHtml": "<h2 class=\"wp-block-heading\">Digital Marketing Agency driven by</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "150+",
      "headingHtml": "<h2 class=\"reviews\">150+</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Reviews",
      "headingHtml": "<h3>Reviews</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "100+",
      "headingHtml": "<h2 class=\"reviews\">100+</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Reviews",
      "headingHtml": "<h3>Reviews</h3>",
      "firstParagraph": "Over 1,000 Client Reviews",
      "paragraphHtml": "<p class=\"mb-0\"> <a href=\"/real-reviews-from-real-people/\"> Over 1,000 Client Reviews <span> <img alt=\"link-external\" width=\"14\" height=\"14\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/source/rev-3039f85/thriveagency.com/files/externallink.svg\" class=\"nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"MjQyNjoxMzg=-1\" data-nitro-empty-id=\"MjQyNjoxMzg=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTQgMTQiIHdpZHRoPSIxNCIgaGVpZ2h0PSIxN...",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Our Clients Get Results",
      "headingHtml": "<h2 class=\"wp-block-heading has-text-align-center mb-30 fs-30\"><strong>Our Clients&#xa0;Get Results</strong></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "“Since we started working with Thrive, our SEO return on investment is in the 800% range.”",
      "headingHtml": "<h2 class=\"client-tagline\">&#x201c;Since we started working with Thrive, our SEO return on investment is in the 800% range.&#x201d;</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "+427%",
      "headingHtml": "<h3 class=\"wp-block-heading has-text-align-center left-result\">+427%</h3>",
      "firstParagraph": "Top 10 Organic Keywords(year-over-year)",
      "paragraphHtml": "<p class=\"has-text-align-center\">Top 10 Organic Keywords<br>(year-over-year)</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "+68%",
      "headingHtml": "<h3 class=\"wp-block-heading has-text-align-center right-result\">+68%</h3>",
      "firstParagraph": "Organic Conversions(in 6 months)",
      "paragraphHtml": "<p class=\"has-text-align-center\">Organic Conversions<br>(in 6 months)</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "“Thrive is handling business the way they said they would in the beginning.”",
      "headingHtml": "<h2 class=\"client-tagline\">&#x201c;Thrive is handling business the way they said they would in the beginning.&#x201d;</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "+$350K",
      "headingHtml": "<h3 class=\"wp-block-heading has-text-align-center left-result\">+&#x24;350K</h3>",
      "firstParagraph": "AdRevenue",
      "paragraphHtml": "<p class=\"has-text-align-center\">Ad<br>Revenue</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "+1,092",
      "headingHtml": "<h3 class=\"wp-block-heading has-text-align-center right-result\">+1,092</h3>",
      "firstParagraph": "Website Purchases(in 6 months)",
      "paragraphHtml": "<p class=\"has-text-align-center\">Website Purchases<br>(in 6 months)</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "What Our Clients Are Saying",
      "headingHtml": "<h2 class=\"wp-block-heading has-text-align-center fs-30 mb-20\"><strong>What Our&#xa0;Clients Are Saying</strong></h2>",
      "firstParagraph": "Don’t just take our word for it. Hear from our clients how our full-service marketing agency has helped them achieve their growth goals:",
      "paragraphHtml": "<p class=\"has-text-align-center mb-0\">Don&#x2019;t just take our word for it. Hear from our clients how our full-service marketing agency has helped them achieve their growth goals:</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "The Best AI SEO Agency for AI Visibility",
      "headingHtml": "<h2 class=\"wp-block-heading has-text-align-center fs-30\">The Best AI SEO Agency for <span>AI Visibility</span></h2>",
      "firstParagraph": "Helping Businesses Dominate Large Language Model AI Search",
      "paragraphHtml": "<p class=\"has-text-align-center greensubheading mb-0\">Helping Businesses Dominate Large Language Model AI Search</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "+5,556%",
      "headingHtml": "<h2>+5,556%</h2>",
      "firstParagraph": "AI Referral Traffic (2025)",
      "paragraphHtml": "<p>AI Referral Traffic (2025) </p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "+404%",
      "headingHtml": "<h2>+404%</h2>",
      "firstParagraph": "Gemini Traffic (2025)",
      "paragraphHtml": "<p>Gemini Traffic (2025) </p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "+1,078%",
      "headingHtml": "<h2>+1,078%</h2>",
      "firstParagraph": "ChatGPT Search Traffic (2025)",
      "paragraphHtml": "<p>ChatGPT Search Traffic (2025) </p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI Mode Visibility",
      "headingHtml": "<h3 class=\"text-underline\"><a href=\"/ai-search-optimization/ai-mode/\" aria-label=\"ai-mode\">AI Mode Visibility</a></h3>",
      "firstParagraph": "Google AI Mode redefines how customers discover businesses, prioritizing zero-click answers over traditional search results. Thrive’s AI SEO experts optimize your content for passage-level targeting and conversational queries to build topical authority that AI recognizes.",
      "paragraphHtml": "<p>Google AI Mode redefines how customers discover businesses, prioritizing zero-click answers over traditional search results. Thrive&#x2019;s AI SEO experts optimize your content for passage-level targeting and conversational queries to build topical authority that AI recognizes.</p>",
      "words": 36,
      "direct": false,
      "issue": "First paragraph is 36 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI Overviews Visibility",
      "headingHtml": "<h3 class=\"text-underline\"><a href=\"/ai-search-optimization/ai-overviews/\" aria-label=\"ai-overview\">AI Overviews Visibility</a></h3>",
      "firstParagraph": "Get cited as a trusted source in Google AI Overviews and drive traffic even when users don’t click through traditional results. Our LLM SEO approach structures content to answer layered user queries, earning authentic reviews and boosting your online presence.",
      "paragraphHtml": "<p>Get cited as a trusted source in Google AI Overviews and drive traffic even when users don&#x2019;t click through traditional results. Our LLM SEO approach structures content to answer layered user queries, earning authentic reviews and boosting your online presence.</p>",
      "words": 41,
      "direct": false,
      "issue": "First paragraph is 41 words and does not look like a concise direct answer."
    },
    {
      "heading": "ChatGPT Search Optimization",
      "headingHtml": "<h3 class=\"text-underline\"><a href=\"/ai-search-optimization/chatgpt-search/\" aria-label=\"chatgpt-search\">ChatGPT Search Optimization</a></h3>",
      "firstParagraph": "Our ChatGPT SEO strategies leverage digital PR to build external brand mentions and create high-quality, digestible content that appears in the forums and authoritative sources the LLM pulls from.",
      "paragraphHtml": "<p class=\"text-underline\">Our ChatGPT SEO strategies leverage <a href=\"/digital-marketing-services/digital-pr-services/\">digital PR</a> to build external brand mentions and create high-quality, digestible content that appears in the forums and authoritative sources the LLM pulls from.</p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "Gemini Search Optimization",
      "headingHtml": "<h3 class=\"text-underline\"><a href=\"/ai-search-optimization/gemini-search/\" aria-label=\"gemini-search\">Gemini Search Optimization</a></h3>",
      "firstParagraph": "Optimize your content for Google’s Gemini AI, the source behind AI Overviews and AI Mode. Our AI SEO experts create content using semantic comprehension and natural language that Gemini can easily interpret.",
      "paragraphHtml": "<p>Optimize your content for Google&#x2019;s Gemini AI, the source behind AI Overviews and AI Mode. Our AI SEO experts create content using semantic comprehension and natural language that Gemini can easily interpret. </p>",
      "words": 33,
      "direct": false,
      "issue": "First paragraph is 33 words and does not look like a concise direct answer."
    },
    {
      "heading": "How We Grow Your Revenue",
      "headingHtml": "<h2 class=\"wp-block-heading has-text-align-left fs-30 mb-20\">How We Grow Your Revenue</h2>",
      "firstParagraph": "Thrive stands apart from the more than 100,000 marketing companies with its proprietary technology that gives you complete visibility into your performance across channels.",
      "paragraphHtml": "<p class=\"mb-20\">Thrive stands apart from the more than 100,000 marketing companies with its <strong>proprietary technology</strong> that gives you complete visibility into your performance across channels.</p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "Pay-for-Performance Software & Service Solutions for Local Businesses",
      "headingHtml": "<h2 class=\"wp-block-heading mt-20 mb-20\">Pay-for-Performance Software &amp; Service Solutions for Local Businesses</h2>",
      "firstParagraph": "Generate 5-star online reviews at scale, effortlessly attract leads and drive real growth with our 100% done-for-you online reputation management and lead generation solutions.",
      "paragraphHtml": "<p class=\"mb-20 pt-20 mb-20\">Generate 5-star online reviews at scale, effortlessly attract leads and drive real growth with our 100% done-for-you online reputation management and lead generation solutions.&#xa0;</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "How Thrive Grew Its Sales Qualified Leads by 1,258% in 5 Years",
      "headingHtml": "<h2 class=\"wp-block-heading has-text-align-center mb-20\"><strong>How Thrive Grew Its Sales Qualified Leads by 1,258% in 5 Years</strong></h2>",
      "firstParagraph": "We don’t make promises – we show you real results.",
      "paragraphHtml": "<p>We don&#x2019;t make promises <strong>&#x2013; we show you real results.</strong>&#xa0;</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Why Choose Thrive as Your Digital Marketing Agency?",
      "headingHtml": "<h2 class=\"wp-block-heading has-text-align-center mb-20 fs-30\"><strong>Why Choose Thrive as Your Digital Marketing Agency?</strong></h2>",
      "firstParagraph": "We’ve provided comprehensive website marketing services to clients across industries since 2005.",
      "paragraphHtml": "<p class=\"has-text-align-left\">We&#x2019;ve provided comprehensive website marketing services to clients across industries since 2005. </p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Meet Our Team of Digital Marketing Experts",
      "headingHtml": "<h2 class=\"wp-block-heading fs-30 mb-20\"><strong>Meet Our Team of <br>Digital Marketing Experts</strong></h2>",
      "firstParagraph": "You may have a website, but if it fails to generate leads and increase conversions, then the search engines aren’t picking it up. To ensure customers find your site online, our marketing company takes your online presence to the next level — your website design, copywriting, keywords, social media presence and more....",
      "paragraphHtml": "<p>You may have a website, but if it fails to generate leads and increase conversions, then the search engines aren&#x2019;t picking it up. To ensure customers find your site online, our marketing company takes your online presence to the next level &#x2014; your website design, copywriting, keywords, social media presence and more. Work with the best digital marketing agency and maximize your return on marketing investment.</p>",
      "words": 66,
      "direct": false,
      "issue": "First paragraph is 66 words and does not look like a concise direct answer."
    },
    {
      "heading": "We Are Honest & Ethical",
      "headingHtml": "<h3 id=\"at-1367781\" class=\"c-accordion__title js-accordion-controller\" role=\"button\"><strong><strong>We Are Honest &amp; Ethical</strong></strong></h3>",
      "firstParagraph": "As a people-powered digital marketing agency, Thrive believes in honesty, integrity and respect for its clients. We don’t believe in “selling” local internet marketing services you don’t need or applying a one-size-fits-all approach to each client. Our internet marketing consultants dedicate their time to achieving...",
      "paragraphHtml": "<p>As a people-powered digital marketing agency, Thrive believes in honesty, integrity and respect for its clients. We don&#x2019;t believe in &#x201c;selling&#x201d; local internet marketing services you don&#x2019;t need or applying a one-size-fits-all approach to each client. Our internet marketing consultants dedicate their time to achieving higher rankings, increased traffic and conversions and a higher ROI for our clients.</p>",
      "words": 60,
      "direct": false,
      "issue": "First paragraph is 60 words and does not look like a concise direct answer."
    },
    {
      "heading": "Conversion Rate Optimization (CRO)",
      "headingHtml": "<h3 class=\"text-underline\"><a href=\"/digital-marketing-services/conversion-rate-optimization/\" rel=\"noopener\" aria-label=\"Convsersion rate\">Conversion Rate<br> Optimization (CRO)</a></h3>",
      "firstParagraph": "Turn more site visitors into customers! Our experts utilize the latest conversion optimization techniques to help increase the percentage of passive website visitors into active users. Through A/B testing, user behavior analysis and strategic redesigns, our advertising and digital marketing agency optimizes your sal...",
      "paragraphHtml": "<p class=\"mb-0\">Turn more site visitors into customers! Our experts utilize the latest conversion optimization techniques to help increase the percentage of passive website visitors into active users. Through A/B testing, user behavior analysis and strategic redesigns, our advertising and digital marketing agency optimizes your sales funnel. </p>",
      "words": 46,
      "direct": false,
      "issue": "First paragraph is 46 words and does not look like a concise direct answer."
    },
    {
      "heading": "READY TO GROW YOUR BUSINESS?",
      "headingHtml": "<h2 class=\"wp-block-heading has-text-align-left mb-20 fs-30 mb-xs-10\"><strong>READY TO&#xa0;GROW YOUR BUSINESS?</strong></h2>",
      "firstParagraph": "If you’re looking for the best marketing agency that delivers real results — not just clicks and impressions — you’re in the right place. Contact us today to work with a results-driven digital marketing agency.",
      "paragraphHtml": "<p class=\"has-text-align-left\">If you&#x2019;re looking for the best marketing agency that delivers real results &#x2014; not just clicks and impressions &#x2014; you&#x2019;re in the right place. Contact us today to work with a results-driven digital marketing agency.</p>",
      "words": 35,
      "direct": false,
      "issue": "First paragraph is 35 words and does not look like a concise direct answer."
    },
    {
      "heading": "growing businesses since 2005",
      "headingHtml": "<h2 style=\"text-align:center\">growing businesses since 2005</h2>",
      "firstParagraph": "Made with in 25 cities around the world",
      "paragraphHtml": "<p style=\"text-align:center\">Made with <img alt=\"Footer Icon\" width=\"32\" height=\"32\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/optimized/rev-3039f85/thriveagency.com/wp-content/themes/thrive-agency/images/footer-heart-icon.svg\" class=\"nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"MzcxOToxNjM=-1\" data-nitro-empty-id=\"MzcxOToxNjM=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEgNTEiIHdpZHRoPSI1MSIgaGVpZ2h0PSI1MSIgeG1sbnM9Imh0...",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

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

4 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

30 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": 30,
  "citablePassages": 0,
  "failingCandidateParagraphs": [
    {
      "index": 9,
      "heading": "H3: +68%",
      "text": "Qualis partnered with Thrive to improve local visibility throughout the Dallas-Fort Worth area. By optimizing location and service pages and publishing targeted blog posts around high-potential keywords, the campaign delivered a +427% increase in top 10 organic keywords year over year (YoY) and a +68% boost in organic conversions.",
      "words": 49,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (49 words; target 80-220)."
      ],
      "html": "<p class=\"clientpara\">Qualis partnered with Thrive to improve local visibility throughout the Dallas-Fort Worth area. By optimizing location and service pages and publishing targeted blog posts around high-potential keywords, the campaign delivered a <strong>+427% increase in top 10 organic keywords</strong> year over year (YoY) and a <strong>+68% boost in organic conversions</strong>.</p>"
    },
    {
      "index": 13,
      "heading": "H3: +1,092",
      "text": "Thrive rebuilt TruckAC+’s paid media strategy across social, PPC and programmatic channels. The full-funnel approach generated a 23X return on ad spend (ROAS), +$350K in ad revenue and +1,000 purchases in six months, exceeding performance benchmarks and seasonal goals.",
      "words": 41,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (41 words; target 80-220)."
      ],
      "html": "<p class=\"clientpara\">Thrive rebuilt TruckAC+&#x2019;s paid media strategy across social, PPC and programmatic channels. The full-funnel approach generated a <strong>23X return on ad spend (ROAS), +&#x24;350K in ad revenue</strong> and<strong> +1,000 purchases in six months</strong>, exceeding performance benchmarks and seasonal goals.</p>"
    },
    {
      "index": 16,
      "heading": "H3: +1,092",
      "text": "Thrive works with clients of all sizes, from startups to multi-location enterprises. We have clients in just about every industry in the U.S., Canada, UK and other countries. We offer affordable pricing for any size budget. Partner with the nation’s top SEO company: We believe in ourselves so much that we offer month-to-month contracts that allow us to prove our value every day.",
      "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>Thrive works with clients of all sizes, from startups to multi-location enterprises. We have clients in just about every industry in the U.S., Canada, UK and other countries. We offer affordable pricing for any size budget. Partner with the nation&#x2019;s top SEO company: We believe in ourselves so much that we offer <strong>month-to-month contracts</strong> that allow us to prove our value every day.</p>"
    },
    {
      "index": 18,
      "heading": "H3: “They do everything they say…no BS!”",
      "text": "“Thrive is a much-needed blessing and exceeded our expectations in every way. They are honest, straightforward, they take care of ALL your needs quickly, they are reliable, you can count on them and most of all, they do everything they say they will do, no BS.”",
      "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=\"has-text-align-center\"><em>&#x201c;Thrive is a much-needed blessing and exceeded our expectations in every way. They are honest, straightforward, they take care of ALL your needs quickly, they are reliable, you can count on them and most of all, they do everything they say they will do, no BS.&#x201d;</em></p>"
    },
    {
      "index": 20,
      "heading": "H3: “These guys are incredible!”",
      "text": "“These guys are incredible. They’ve helped us to grow our business and now the biggest problem we seem to come across is having too much business – which is the ideal problem to have. We are right where we wanted to be and Thrive made that possible. Thanks guys!”",
      "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=\"has-text-align-center\"><em>&#x201c;These guys are incredible. They&#x2019;ve helped us to grow our business and now the biggest problem we seem to come across is having too much business &#x2013; which is the ideal problem to have. We are right where we wanted to be and Thrive made that possible. Thanks guys!&#x201d;</em></p>"
    },
    {
      "index": 22,
      "heading": "H3: “Unrivaled customer support!”",
      "text": "“Working with the Thrive team has been a most pleasant experience! Their dedication and passion for what they do are exemplified by their unrivaled customer support and attentiveness to the specific needs of our business. We look forward to a long-lasting and prosperous relationship!”",
      "words": 44,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (44 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"has-text-align-center\"><em>&#x201c;Working with the Thrive team has been a most pleasant experience! Their dedication and passion for what they do are exemplified by their unrivaled customer support and attentiveness to the specific needs of our business. We look forward to a long-lasting and prosperous relationship!&#x201d;</em></p>"
    },
    {
      "index": 28,
      "heading": "H2: +1,078%",
      "text": "Rapid advances in generative artificial intelligence (AI) models have reshaped how content is discovered and consumed. Traditional search engine optimization (SEO) is no longer enough to reach those looking for your products or services. To stay visible online amid shifting algorithms, you need to optimize for AI-first discovery.",
      "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>Rapid advances in generative artificial intelligence (AI) models have reshaped how content is discovered and consumed. Traditional search engine optimization (SEO) is no longer enough to reach those looking for your products or services. To stay visible online amid shifting algorithms, you need to optimize for AI-first discovery.</p>"
    },
    {
      "index": 29,
      "heading": "H2: +1,078%",
      "text": "Thrive is one of the top generative engine optimization companies for AI visibility. Using our internal research and development (R&D) department, we’ve been testing and perfecting AI SEO strategies for large language models (LLMs) while other agencies experiment with your budget.",
      "words": 43,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (43 words; target 80-220)."
      ],
      "html": "<p class=\"text-underline\">Thrive is one of the <a href=\"https://thriveagency.com/digital-marketing-services/ai-seo-services/\">top generative engine optimization companies</a> for AI visibility. Using our internal research and development (R&amp;D) department, we&#x2019;ve been testing and perfecting AI SEO strategies for large language models (LLMs) while other agencies experiment with your budget.</p>"
    },
    {
      "index": 31,
      "heading": "H3: AI Overviews Visibility",
      "text": "Get cited as a trusted source in Google AI Overviews and drive traffic even when users don’t click through traditional results. Our LLM SEO approach structures content to answer layered user queries, earning authentic reviews and boosting your online presence.",
      "words": 41,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (41 words; target 80-220)."
      ],
      "html": "<p>Get cited as a trusted source in Google AI Overviews and drive traffic even when users don&#x2019;t click through traditional results. Our LLM SEO approach structures content to answer layered user queries, earning authentic reviews and boosting your online presence.</p>"
    },
    {
      "index": 36,
      "heading": "H2: How We Grow Your Revenue",
      "text": "The Thrive Score is a comprehensive evaluation process designed to assess our client’s digital marketing efforts. We utilize a scoring matrix with over 150 factors that gauge the effectiveness of the client’s current approach, providing insights into their strengths and highlighting opportunities for improvement.",
      "words": 46,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (46 words; target 80-220)."
      ],
      "html": "<p class=\"mb-20 pt-20 mb-20\">The Thrive Score is a comprehensive evaluation process designed to assess our client&#x2019;s digital marketing efforts. We utilize a scoring matrix with <strong>over 150 factors</strong> that gauge the effectiveness of the client&#x2019;s current approach, providing insights into their strengths and highlighting opportunities for improvement.</p>"
    },
    {
      "index": 38,
      "heading": "H2: How We Grow Your Revenue",
      "text": "Before businesses caught on to AI search, Thrive had been testing and optimizing it for months. That experience powers ThriveAI, a suite of tools built to put your brand ahead of the curve. ThriveAI helps your business be recommended in AI search results in ChatGPT, Gemini, Google AI Overviews, AI Mode and several others. Through human expertise and AI insights, Thrive helps you earn visibility, build authority, i...",
      "words": 73,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (73 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"mb-20 pt-20 mb-20\">Before businesses caught on to AI search, Thrive had been testing and optimizing it for months. That experience powers ThriveAI, a suite of tools built to put your brand ahead of the curve. ThriveAI helps your business be recommended in AI search results in ChatGPT, Gemini, Google AI Overviews, AI Mode and several others. Through human expertise and AI insights, Thrive helps you earn visibility, build authority, improve sentiment and reach high-intent audiences.</p>"
    },
    {
      "index": 40,
      "heading": "H2: How We Grow Your Revenue",
      "text": "Gain visibility into your online performance with Thrive Stats, our proprietary reporting solution. Beyond tracking performance metrics, it transforms complex marketing data into actionable intelligence. Thrive Stats helps you understand your campaign status, why it matters and how we’re optimizing for your success.",
      "words": 44,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (44 words; target 80-220)."
      ],
      "html": "<p class=\"mb-20 pt-20 mb-20\">Gain visibility into your online performance with Thrive Stats, our proprietary reporting solution. Beyond tracking performance metrics, it transforms complex marketing data into actionable intelligence. Thrive Stats helps you understand your campaign status, why it matters and how we&#x2019;re optimizing for your success.</p>"
    },
    {
      "index": 57,
      "heading": "H2: Why Choose Thrive as Your Digital Marketing Agency?",
      "text": "Our digital marketing services include a combination of consultation and management. Our team of 160+ online marketing experts can help you with search engine optimization (SEO), pay-per-click (PPC) ads, Amazon store optimization, copywriting, conversion rate optimization (CRO) and much more. We also offer expert web design and development services for eCommerce and B2B companies.",
      "words": 54,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (54 words; target 80-220)."
      ],
      "html": "<p>Our digital marketing services include a combination of consultation and management. Our team of 160+ online marketing experts can help you with search engine optimization (SEO), pay-per-click (PPC) ads, Amazon store optimization, copywriting, conversion rate optimization (CRO) and much more. We also offer expert web design and development services for eCommerce and B2B companies. </p>"
    },
    {
      "index": 60,
      "heading": "H2: Why Choose Thrive as Your Digital Marketing Agency?",
      "text": "Our digital marketing services include a combination of consultation and management. Our team of 160+ online marketing experts can help you with search engine optimization (SEO), pay-per-click (PPC) ads, Amazon store optimization, copywriting, conversion rate optimization (CRO) and much more. We also offer expert web design and development services for eCommerce and B2B companies.",
      "words": 54,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (54 words; target 80-220)."
      ],
      "html": "<p>Our digital marketing services include a combination of consultation and management. Our team of 160+ online marketing experts can help you with search engine optimization (SEO), pay-per-click (PPC) ads, Amazon store optimization, copywriting, conversion rate optimization (CRO) and much more. We also offer expert web design and development services for eCommerce and B2B companies. </p>"
    },
    {
      "index": 62,
      "heading": "H2: Meet Our Team of Digital Marketing Experts",
      "text": "You may have a website, but if it fails to generate leads and increase conversions, then the search engines aren’t picking it up. To ensure customers find your site online, our marketing company takes your online presence to the next level — your website design, copywriting, keywords, social media presence and more. Work with the best digital marketing agency and maximize your return on marketing investment.",
      "words": 66,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (66 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>You may have a website, but if it fails to generate leads and increase conversions, then the search engines aren&#x2019;t picking it up. To ensure customers find your site online, our marketing company takes your online presence to the next level &#x2014; your website design, copywriting, keywords, social media presence and more. Work with the best digital marketing agency and maximize your return on marketing investment.</p>"
    },
    {
      "index": 63,
      "heading": "H3: We Have Proven Results",
      "text": "Why work with an SEO services firm that doesn’t provide you with the results you are looking for? Stop wasting your hard-earned money on an online marketing business strategy that isn’t converting. Our marketing agency takes the time to listen to your business’s goals and needs and builds a custom strategy to reach these goals.",
      "words": 58,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (58 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Why work with an SEO services firm that doesn&#x2019;t provide you with the results you are looking for? Stop wasting your hard-earned money on an online marketing business strategy that isn&#x2019;t converting. Our marketing agency takes the time to listen to your business&#x2019;s goals and needs and builds a custom strategy to reach these goals.</p>"
    },
    {
      "index": 64,
      "heading": "H3: We Are Honest & Ethical",
      "text": "As a people-powered digital marketing agency, Thrive believes in honesty, integrity and respect for its clients. We don’t believe in “selling” local internet marketing services you don’t need or applying a one-size-fits-all approach to each client. Our internet marketing consultants dedicate their time to achieving higher rankings, increased traffic and conversions and a higher ROI for our clients.",
      "words": 60,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (60 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>As a people-powered digital marketing agency, Thrive believes in honesty, integrity and respect for its clients. We don&#x2019;t believe in &#x201c;selling&#x201d; local internet marketing services you don&#x2019;t need or applying a one-size-fits-all approach to each client. Our internet marketing consultants dedicate their time to achieving higher rankings, increased traffic and conversions and a higher ROI for our clients.</p>"
    },
    {
      "index": 65,
      "heading": "H3: We Know Digital Marketing",
      "text": "Working with a digital marketing company that actually knows digital marketing seems obvious, but unfortunately, many firms fail to deliver positive results. Our online marketing solutions are proven to work. In fact, most of our clients pay for their entire website in the first month from new business leads as a direct result of our online marketing and SEO efforts.",
      "words": 60,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (60 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>Working with a digital marketing company that actually knows digital marketing seems obvious, but unfortunately, many firms fail to deliver positive results. Our online marketing solutions are proven to work. In fact, most of our clients pay for their entire website in the first month from new business leads as a direct result of our online marketing and SEO efforts.</p>"
    },
    {
      "index": 66,
      "heading": "H3: We Put Customers First",
      "text": "Maintaining a customer-centric focus is a priority for many marketing agencies. However, few follow through. As an SEO agency, Thrive is different. We are truly diligent and committed to our clients by showing up on time, keeping our promises, being polite, honest and respectful and going above and beyond for our clients.",
      "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>Maintaining a customer-centric focus is a priority for many marketing agencies. However, few follow through. As an SEO agency, Thrive is different. We are truly diligent and committed to our clients by showing up on time, keeping our promises, being polite, honest and respectful and going above and beyond for our clients.</p>"
    },
    {
      "index": 69,
      "heading": "H3: We Are Your Web and Digital Marketing Growth Partner, Not Just Another Vendor",
      "text": "Our website marketing company delivers end-to-end digital solutions designed to maximize your online presence and drive revenue. We don’t believe in a one-size-fits-all approach. Instead, our digital media agency crafts custom digital marketing strategies aligned with your unique business goals, niche market, financial capacity and target audience.",
      "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>Our website marketing company delivers end-to-end digital solutions designed to maximize your online presence and drive revenue. We don&#x2019;t believe in a one-size-fits-all approach. Instead, our digital media agency crafts custom digital marketing strategies aligned with your unique business goals, niche market, financial capacity and target audience.</p>"
    },
    {
      "index": 71,
      "heading": "H2: Award-Winning Digital Marketing Agency",
      "text": "Thrive is a WordPress web design and SEO company with proven results. Our commitment to being the best digital marketing agency drives everything we do and empowers us to deliver measurable return on investment (ROI) for every client we serve.",
      "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>Thrive is a WordPress web design and SEO company with proven results. Our commitment to being the best digital marketing agency drives everything we do and empowers us to deliver measurable return on investment (ROI) for every client we serve.</p>"
    },
    {
      "index": 72,
      "heading": "H2: Award-Winning Digital Marketing Agency",
      "text": "Read more Read Less As a full-service digital marketing agency, we are passionate about using the power of the Internet to grow any business. Whether it’s growing your email marketing list or selling more products through your eCommerce website, our website marketing company brings the dedication and experience for all your digital marketing needs. Our headquarters is in Arlington, Texas, but our clients can be fo...",
      "words": 275,
      "hasEvidence": false,
      "reasons": [
        "Too long for a citation-ready passage (275 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p> <a class=\"read-more-show btntext\" aria-label=\"Read more\" href=\"#\">Read more<img alt=\"readless\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/source/rev-3039f85/thriveagency.com/files/readmore.svg\" class=\"nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"MzQwNjoxNTI=-1\" data-nitro-empty-id=\"MzQwNjoxNTI=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3Z..."
    },
    {
      "index": 74,
      "heading": "H3: Search Engine Optimization (SEO)",
      "text": "Through careful keyword research and white hat practices, our digital marketing agency helps you achieve high rankings in the major search engines. Our comprehensive SEO strategies include on-page optimization, technical audits and local internet marketing services to drive organic visibility and traffic to your site.",
      "words": 45,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (45 words; target 80-220)."
      ],
      "html": "<p class=\"mb-0\">Through careful keyword research and white hat practices, our digital marketing agency helps you achieve high rankings in the major search engines. Our comprehensive SEO strategies include on-page optimization, technical audits and local internet marketing services to drive organic visibility and traffic to your site.</p>"
    },
    {
      "index": 75,
      "heading": "H3: Website Design & Development",
      "text": "With millions of websites on the internet, you want to be sure your website stands out, represents you well and most importantly, helps your organization grow. Our digital media agency creates visually stunning, mobile-responsive websites that provide the best possible user experience.",
      "words": 42,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (42 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"mb-0\">With millions of websites on the internet, you want to be sure your website stands out, represents you well and most importantly, helps your organization grow. Our digital media agency creates visually stunning, mobile-responsive websites that provide the best possible user experience. </p>"
    },
    {
      "index": 76,
      "heading": "H3: Social Media Marketing",
      "text": "Social media marketing is critical to staying connected with your audience. Working independently of, or side-by-side with you, our B2B internet marketing agency helps keep your social community engaged. We develop tailored strategies across all relevant platforms and manage targeted ad campaigns to maximize your ROI.",
      "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\">Social media marketing is critical to staying connected with your audience. Working independently of, or side-by-side with you, our B2B internet marketing agency helps keep your social community engaged. We develop tailored strategies across all relevant platforms and manage targeted ad campaigns to maximize your ROI. </p>"
    },
    {
      "index": 77,
      "heading": "H3: Pay Per Click (PPC)",
      "text": "While SEO offers long-term growth, sometimes you need an immediate boost. Our online advertising firm’s PPC campaign ensures the money you spend is put to the very best possible use. We manage ad campaigns across Google Ads, Bing and social platforms to deliver maximum conversions.",
      "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\">While SEO offers long-term growth, sometimes you need an immediate boost. Our online advertising firm&#x2019;s PPC campaign ensures the money you spend is put to the very best possible use. We manage ad campaigns across Google Ads, Bing and social platforms to deliver maximum conversions.</p>"
    },
    {
      "index": 78,
      "heading": "H3: Video Production",
      "text": "There is no more powerful way to communicate your brand message than through video. Engage your audience by telling your story and sharing your mission. Our website marketing company handles everything from concept development and filming to distribution, so you can focus on your business.",
      "words": 45,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (45 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"mb-0\">There is no more powerful way to communicate your brand message than through video. Engage your audience by telling your story and sharing your mission. Our website marketing company handles everything from concept development and filming to distribution, so you can focus on your business. </p>"
    },
    {
      "index": 79,
      "heading": "H3: Content Writing",
      "text": "Our content writers know search engine optimization and create great marketing copy that is designed to be informative and compelling and push your business objectives. Entrust your copywriting to the best internet marketing company to publish quality content that builds authority.",
      "words": 41,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (41 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"mb-0\">Our content writers know search engine optimization and create great marketing copy that is designed to be informative and compelling and push your business objectives. Entrust your copywriting to the best internet marketing company to publish quality content that builds authority. </p>"
    },
    {
      "index": 81,
      "heading": "H3: Conversion Rate Optimization (CRO)",
      "text": "Turn more site visitors into customers! Our experts utilize the latest conversion optimization techniques to help increase the percentage of passive website visitors into active users. Through A/B testing, user behavior analysis and strategic redesigns, our advertising and digital marketing agency optimizes your sales funnel.",
      "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\">Turn more site visitors into customers! Our experts utilize the latest conversion optimization techniques to help increase the percentage of passive website visitors into active users. Through A/B testing, user behavior analysis and strategic redesigns, our advertising and digital marketing agency optimizes your sales funnel. </p>"
    },
    {
      "index": 82,
      "heading": "H3: Amazon Marketing",
      "text": "Getting found on Amazon is not easy! Competition is fierce and thick. Partner with the best digital marketing agency, and we’ll help your products get found in this massive marketplace. We implement proven strategies to enhance your brand presence, improve rankings and boost sales on the world’s largest online retail platform.",
      "words": 53,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (53 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"mb-0\">Getting found on Amazon is not easy! Competition is fierce and thick. Partner with the best digital marketing agency, and we&#x2019;ll help your products get found in this massive marketplace. We implement proven strategies to enhance your brand presence, improve rankings and boost sales on the world&#x2019;s largest online retail platform. </p>"
    }
  ],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

3 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Extraction-friendly structure

Score

85/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

2 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

02

Why it matters

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

Check name

AEO: Question-led structure

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "h2Count": 21,
  "questionH2s": [
    {
      "index": 7,
      "text": "What Our Clients Are Saying",
      "isQuestion": true,
      "html": "<h2 class=\"wp-block-heading has-text-align-center fs-30 mb-20\"><strong>What Our&#xa0;Clients Are Saying</strong></h2>"
    },
    {
      "index": 12,
      "text": "How We Grow Your Revenue",
      "isQuestion": true,
      "html": "<h2 class=\"wp-block-heading has-text-align-left fs-30 mb-20\">How We Grow Your Revenue</h2>"
    },
    {
      "index": 14,
      "text": "How Thrive Grew Its Sales Qualified Leads by 1,258% in 5 Years",
      "isQuestion": true,
      "html": "<h2 class=\"wp-block-heading has-text-align-center mb-20\"><strong>How Thrive Grew Its Sales Qualified Leads by 1,258% in 5 Years</strong></h2>"
    },
    {
      "index": 15,
      "text": "Why Choose Thrive as Your Digital Marketing Agency?",
      "isQuestion": true,
      "html": "<h2 class=\"wp-block-heading has-text-align-center mb-20 fs-30\"><strong>Why Choose Thrive as Your Digital Marketing Agency?</strong></h2>"
    },
    {
      "index": 20,
      "text": "READY TO GROW YOUR BUSINESS?",
      "isQuestion": true,
      "html": "<h2 class=\"wp-block-heading has-text-align-left mb-20 fs-30 mb-xs-10\"><strong>READY TO&#xa0;GROW YOUR BUSINESS?</strong></h2>"
    }
  ],
  "hasFaq": false,
  "score": 70,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

AIO: Source and trust signals scored 80/100 and needs improvement.

2 Warning

Needs attention

AIO: Source and trust signals

Warning
01

Issue

Missing AIO trust signals: publisher.

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

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: Source and trust signals scored 80/100 and needs improvement.

Evidence
{
  "signals": {
    "author": true,
    "publisher": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "publisher"
  ],
  "authorMeta": "",
  "schemaAuthors": [
    "Kim",
    "Charlie Martin"
  ],
  "schemaPublishers": [],
  "schemaDates": [
    "2017-09-16",
    "2017-09-13",
    "2025-10-28"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/thrive-local/white-label-reputation-management-company",
      "text": "White Label Reputation Management",
      "html": "<a href=\"/thrive-local/white-label-reputation-management-company\" itemprop=\"url\"><span itemprop=\"name\">White Label Reputation Management</span></a>"
    },
    {
      "href": "/about/",
      "text": "About",
      "html": "<a href=\"/about/\" itemprop=\"url\"><span itemprop=\"name\">About</span></a>"
    },
    {
      "href": "/about/",
      "text": "Who We Are",
      "html": "<a href=\"/about/\" itemprop=\"url\"><span itemprop=\"name\"><img width=\"25\" height=\"25\" alt=\"who-we-are-img\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/source/rev-3039f85/thriveagency.com/files/who-we-are-img.svg\" class=\"attachment-25x25 size-25x25 nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"MjI4MzozODU=-1\" data-nitro-empty-id=\"MjI4MzozODU=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjUgMjQiIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCIgeG1s..."
    },
    {
      "href": "/about/careers/",
      "text": "Careers",
      "html": "<a href=\"/about/careers/\" itemprop=\"url\"><span itemprop=\"name\"><img width=\"25\" height=\"25\" alt=\"careers-img\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/source/rev-3039f85/thriveagency.com/files/careers-img.svg\" class=\"attachment-25x25 size-25x25 nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"MjI4NDozODc=-1\" data-nitro-empty-id=\"MjI4NDozODc=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjUgMjQiIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCIgeG..."
    },
    {
      "href": "https://thriveagency.com/about/web-marketing-experts/",
      "text": "Why Choose Us?",
      "html": "<a href=\"https://thriveagency.com/about/web-marketing-experts/\" itemprop=\"url\"><span itemprop=\"name\"><img width=\"25\" height=\"25\" alt=\"why-choose-img\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/source/rev-3039f85/thriveagency.com/files/why-choose-img.svg\" class=\"attachment-25x25 size-25x25 nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"MjI4NTo0MzI=-1\" data-nitro-empty-id=\"MjI4NTo0MzI=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwID..."
    },
    {
      "href": "https://thriveagency.com/about/thrive-gives-back/",
      "text": "Thrive Gives Back",
      "html": "<a href=\"https://thriveagency.com/about/thrive-gives-back/\" itemprop=\"url\"><span itemprop=\"name\"><img width=\"25\" height=\"25\" alt=\"thrive-gives-img\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/source/rev-3039f85/thriveagency.com/files/thrive-gives-img.svg\" class=\"attachment-25x25 size-25x25 nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"MjI4ODo0MzI=-1\" data-nitro-empty-id=\"MjI4ODo0MzI=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwID..."
    },
    {
      "href": "/thrive-local/",
      "text": "LEARN MORE ABOUT THRIVE LOCAL",
      "html": "<a href=\"/thrive-local/\" aria-label=\"More about thrive local\" class=\"fl-button\" rel=\"noopener\"> <span class=\"fl-button-text\">LEARN MORE ABOUT THRIVE LOCAL</span> </a>"
    },
    {
      "href": "https://www.linkedin.com/company/thrive-agency",
      "text": "Linkedin",
      "html": "<a href=\"https://www.linkedin.com/company/thrive-agency\" target=\"_blank\" aria-label=\"Thrive Linkedin\"><span style=\"display:none;font-size:0\">Linkedin</span></a>"
    },
    {
      "href": "/about/thrive-gives-back/",
      "text": "Thrive Gives Back",
      "html": "<a class=\"give-back\" href=\"/about/thrive-gives-back/\">Thrive Gives Back</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/contact/",
      "text": "Contact",
      "html": "<a href=\"/contact/\" itemprop=\"url\"><span itemprop=\"name\">Contact</span></a>"
    },
    {
      "href": "/contact/",
      "text": "SEND MY FREE PROPOSAL",
      "html": "<a href=\"/contact/\" itemprop=\"url\"><span itemprop=\"name\">SEND MY FREE PROPOSAL</span></a>"
    },
    {
      "href": "/contact/",
      "text": "Support",
      "html": "<a href=\"/contact/\" class=\"support\">Support</a>"
    },
    {
      "href": "/contact/",
      "text": "WORK WITH A TRUSTED MARKETING AGENCY",
      "html": "<a href=\"/contact/\" aria-label=\"button\" class=\"fl-button\" rel=\"noopener\"> <span class=\"fl-button-text\">WORK WITH A TRUSTED MARKETING AGENCY</span> </a>"
    },
    {
      "href": "/contact/",
      "text": "BUILD MY AI SEO STRATEGY",
      "html": "<a href=\"/contact/\" aria-label=\"Build my seo strategy\" class=\"fl-button\" rel=\"noopener\"> <span class=\"fl-button-text\">BUILD MY AI SEO STRATEGY</span> </a>"
    },
    {
      "href": "/contact/",
      "text": "LET’S GROW YOUR BUSINESS NOW",
      "html": "<a href=\"/contact/\" aria-label=\"Lets grow your buisness now\" class=\"fl-button\" rel=\"noopener\"> <span class=\"fl-button-text\">LET&#x2019;S GROW YOUR BUSINESS NOW</span> </a>"
    },
    {
      "href": "/contact/",
      "text": "SPEAK WITH AN INTERNET MARKETING CONSULTANT",
      "html": "<a href=\"/contact/\" aria-label=\"Speak with consultant\" class=\"fl-button\" rel=\"noopener\"> <span class=\"fl-button-text\">SPEAK WITH AN INTERNET MARKETING CONSULTANT</span> </a>"
    },
    {
      "href": "/contact",
      "text": "Let’s talk!",
      "html": "<a href=\"/contact\" aria-label=\"Lets talk\">Let&#x2019;s talk!</a>"
    },
    {
      "href": "/contact",
      "text": "GET MY FREE PROPOSAL",
      "html": "<a href=\"/contact\" aria-label=\"Proposal\" class=\"fl-button\" rel=\"noopener\"> <span class=\"fl-button-text\">GET MY FREE PROPOSAL </span> </a>"
    },
    {
      "href": "/contact/",
      "text": "Contact Us",
      "html": "<a class=\"contactus\" href=\"/contact/\">Contact Us</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/terms-conditions/",
      "text": "Terms",
      "html": "<a href=\"/terms-conditions/\" target=\"_blank\" rel=\"noopener\">Terms</a>"
    },
    {
      "href": "/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a href=\"/privacy-policy/\" target=\"_blank\">Privacy Policy</a>"
    }
  ],
  "score": 80,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

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

2 Warning

Needs attention

AIO: Visible structured data match

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Visible structured data match

Score

78/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "schemaCount": 11,
  "checkedFields": [
    {
      "path": "$[0].name",
      "value": "Thrive Internet Marketing Agency"
    },
    {
      "path": "$[1].@graph[0].name",
      "value": "Thrive Internet Marketing Agency"
    },
    {
      "path": "$[1].@graph[0].founder.name",
      "value": "Matt Bowman"
    },
    {
      "path": "$[1].@graph[0].description",
      "value": "Thrive Internet Marketing Agency is a full-service digital marketing agency. We provide SEO, PPC, social media, web design and more."
    },
    {
      "path": "$[1].@graph[0].hasOfferCatalog.name",
      "value": "Services Offered"
    },
    {
      "path": "$[1].@graph[0].hasOfferCatalog.itemListElement[0].name",
      "value": "Digital Marketing"
    },
    {
      "path": "$[1].@graph[0].hasOfferCatalog.itemListElement[0].description",
      "value": "Thrive, a top digital marketing agency that offers expert digital marketing services to businesses across the U.S. Contact us today."
    },
    {
      "path": "$[1].@graph[0].hasOfferCatalog.itemListElement[0].audience[0].name",
      "value": "Small Businesses"
    },
    {
      "path": "$[1].@graph[0].hasOfferCatalog.itemListElement[0].audience[1].name",
      "value": "Enterprises"
    },
    {
      "path": "$[1].@graph[0].hasOfferCatalog.itemListElement[0].audience[2].name",
      "value": "eCommerce Brands"
    },
    {
      "path": "$[1].@graph[0].hasOfferCatalog.itemListElement[0].audience[3].name",
      "value": "Franchises"
    },
    {
      "path": "$[1].@graph[0].hasOfferCatalog.itemListElement[0].audience[4].name",
      "value": "Startups"
    },
    {
      "path": "$[1].@graph[0].hasOfferCatalog.itemListElement[0].audience[5].name",
      "value": "Local Businesses"
    },
    {
      "path": "$[1].@graph[0].hasOfferCatalog.itemListElement[0].audience[6].name",
      "value": "B2B Companies"
    },
    {
      "path": "$[1].@graph[0].hasOfferCatalog.itemListElement[1].name",
      "value": "SEO Services"
    },
    {
      "path": "$[1].@graph[0].hasOfferCatalog.itemListElement[1].description",
      "value": "Partner with the top-ranked SEO company for proven SEO services that increase website traffic, boost rankings, and drive real business growth."
    },
    {
      "path": "$[1].@graph[0].hasOfferCatalog.itemListElement[2].name",
      "value": "Web Design and Development"
    },
    {
      "path": "$[1].@graph[0].hasOfferCatalog.itemListElement[2].description",
      "value": "Partner with our professional web design services and web design agency to transform your online presence today!"
    },
    {
      "path": "$[1].@graph[0].hasOfferCatalog.itemListElement[3].name",
      "value": "PPC Services"
    },
    {
      "path": "$[1].@graph[0].hasOfferCatalog.itemListElement[3].description",
      "value": "Maximize ROI with our expert PPC agency. Get top-notch pay-per-click marketing services to drive traffic, boost conversions & grow your business online!"
    },
    {
      "path": "$[1].@graph[0].hasOfferCatalog.itemListElement[4].name",
      "value": "Social Media Marketing"
    },
    {
      "path": "$[1].@graph[0].hasOfferCatalog.itemListElement[4].description",
      "value": "Share your brand story, connect with your audience, and establish industry leadership with Thrive."
    },
    {
      "path": "$[1].@graph[0].hasOfferCatalog.itemListElement[5].name",
      "value": "Link Building Services"
    },
    {
      "path": "$[1].@graph[0].hasOfferCatalog.itemListElement[5].description",
      "value": "Boost your website's rankings with our expert link building services."
    },
    {
      "path": "$[1].@graph[0].hasOfferCatalog.itemListElement[6].name",
      "value": "Content Marketing"
    },
    {
      "path": "$[1].@graph[0].hasOfferCatalog.itemListElement[6].description",
      "value": "Boost your online presence with Thrive’s content marketing services."
    },
    {
      "path": "$[1].@graph[0].hasOfferCatalog.itemListElement[7].name",
      "value": "eCommerce Marketing"
    },
    {
      "path": "$[1].@graph[0].hasOfferCatalog.itemListElement[7].description",
      "value": "Grow your customer base and boost your conversion rate with data-driven eCommerce marketing solutions."
    },
    {
      "path": "$[1].@graph[0].areaServed[0].name",
      "value": "United States"
    },
    {
      "path": "$[1].@graph[0].areaServed[1].name",
      "value": "Canada"
    },
    {
      "path": "$[1].@graph[0].areaServed[2].name",
      "value": "United Kingdom"
    },
    {
      "path": "$[1].@graph[0].review[0].author.name",
      "value": "Kim"
    },
    {
      "path": "$[1].@graph[0].review[1].author.name",
      "value": "Charlie Martin"
    },
    {
      "path": "$[1].@graph[2].itemListElement[0].name",
      "value": "Home"
    },
    {
      "path": "$[1].@graph[3].name",
      "value": "Thrive Construction Internet Marketing - Nationwide Construction Client Testimonial"
    },
    {
      "path": "$[1].@graph[3].description",
      "value": "Hear how Thrive Internet Marketing Agency helped a nationwide construction company boost its online visibility..."
    },
    {
      "path": "$[1].@graph[3].about[0].name",
      "value": "Construction marketing"
    },
    {
      "path": "$[1].@graph[3].about[1].name",
      "value": "Lead generation"
    },
    {
      "path": "$[1].@graph[4].name",
      "value": "Thrive Legal Internet Marketing - Farah Law Firm Client Testimonial"
    },
    {
      "path": "$[1].@graph[4].description",
      "value": "Discover how Thrive Internet Marketing Agency helped Farah Law Firm strengthen its online presence..."
    }
  ],
  "mismatches": [
    {
      "path": "$[1].@graph[0].founder.name",
      "value": "Matt Bowman"
    },
    {
      "path": "$[1].@graph[0].hasOfferCatalog.name",
      "value": "Services Offered"
    },
    {
      "path": "$[1].@graph[0].hasOfferCatalog.itemListElement[0].audience[3].name",
      "value": "Franchises"
    },
    {
      "path": "$[1].@graph[0].areaServed[0].name",
      "value": "United States"
    },
    {
      "path": "$[1].@graph[0].areaServed[2].name",
      "value": "United Kingdom"
    },
    {
      "path": "$[1].@graph[0].review[0].author.name",
      "value": "Kim"
    },
    {
      "path": "$[1].@graph[0].review[1].author.name",
      "value": "Charlie Martin"
    },
    {
      "path": "$[1].@graph[2].itemListElement[0].name",
      "value": "Home"
    },
    {
      "path": "$[1].@graph[3].about[0].name",
      "value": "Construction marketing"
    }
  ],
  "score": 78,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

AEO: Answer evidence and trust scored 80/100 and needs improvement.

2 Warning

Needs attention

AEO: Answer evidence and trust

Warning
01

Issue

Missing AIO trust signals: publisher.

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

80/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 evidence and trust scored 80/100 and needs improvement.

Evidence
{
  "signals": {
    "author": true,
    "publisher": false,
    "freshnessDate": true,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "publisher"
  ],
  "authorMeta": "",
  "schemaAuthors": [
    "Kim",
    "Charlie Martin"
  ],
  "schemaPublishers": [],
  "schemaDates": [
    "2017-09-16",
    "2017-09-13",
    "2025-10-28"
  ],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/thrive-local/white-label-reputation-management-company",
      "text": "White Label Reputation Management",
      "html": "<a href=\"/thrive-local/white-label-reputation-management-company\" itemprop=\"url\"><span itemprop=\"name\">White Label Reputation Management</span></a>"
    },
    {
      "href": "/about/",
      "text": "About",
      "html": "<a href=\"/about/\" itemprop=\"url\"><span itemprop=\"name\">About</span></a>"
    },
    {
      "href": "/about/",
      "text": "Who We Are",
      "html": "<a href=\"/about/\" itemprop=\"url\"><span itemprop=\"name\"><img width=\"25\" height=\"25\" alt=\"who-we-are-img\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/source/rev-3039f85/thriveagency.com/files/who-we-are-img.svg\" class=\"attachment-25x25 size-25x25 nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"MjI4MzozODU=-1\" data-nitro-empty-id=\"MjI4MzozODU=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjUgMjQiIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCIgeG1s..."
    },
    {
      "href": "/about/careers/",
      "text": "Careers",
      "html": "<a href=\"/about/careers/\" itemprop=\"url\"><span itemprop=\"name\"><img width=\"25\" height=\"25\" alt=\"careers-img\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/source/rev-3039f85/thriveagency.com/files/careers-img.svg\" class=\"attachment-25x25 size-25x25 nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"MjI4NDozODc=-1\" data-nitro-empty-id=\"MjI4NDozODc=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjUgMjQiIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCIgeG..."
    },
    {
      "href": "https://thriveagency.com/about/web-marketing-experts/",
      "text": "Why Choose Us?",
      "html": "<a href=\"https://thriveagency.com/about/web-marketing-experts/\" itemprop=\"url\"><span itemprop=\"name\"><img width=\"25\" height=\"25\" alt=\"why-choose-img\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/source/rev-3039f85/thriveagency.com/files/why-choose-img.svg\" class=\"attachment-25x25 size-25x25 nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"MjI4NTo0MzI=-1\" data-nitro-empty-id=\"MjI4NTo0MzI=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwID..."
    },
    {
      "href": "https://thriveagency.com/about/thrive-gives-back/",
      "text": "Thrive Gives Back",
      "html": "<a href=\"https://thriveagency.com/about/thrive-gives-back/\" itemprop=\"url\"><span itemprop=\"name\"><img width=\"25\" height=\"25\" alt=\"thrive-gives-img\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/source/rev-3039f85/thriveagency.com/files/thrive-gives-img.svg\" class=\"attachment-25x25 size-25x25 nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"MjI4ODo0MzI=-1\" data-nitro-empty-id=\"MjI4ODo0MzI=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwID..."
    },
    {
      "href": "/thrive-local/",
      "text": "LEARN MORE ABOUT THRIVE LOCAL",
      "html": "<a href=\"/thrive-local/\" aria-label=\"More about thrive local\" class=\"fl-button\" rel=\"noopener\"> <span class=\"fl-button-text\">LEARN MORE ABOUT THRIVE LOCAL</span> </a>"
    },
    {
      "href": "https://www.linkedin.com/company/thrive-agency",
      "text": "Linkedin",
      "html": "<a href=\"https://www.linkedin.com/company/thrive-agency\" target=\"_blank\" aria-label=\"Thrive Linkedin\"><span style=\"display:none;font-size:0\">Linkedin</span></a>"
    },
    {
      "href": "/about/thrive-gives-back/",
      "text": "Thrive Gives Back",
      "html": "<a class=\"give-back\" href=\"/about/thrive-gives-back/\">Thrive Gives Back</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "/contact/",
      "text": "Contact",
      "html": "<a href=\"/contact/\" itemprop=\"url\"><span itemprop=\"name\">Contact</span></a>"
    },
    {
      "href": "/contact/",
      "text": "SEND MY FREE PROPOSAL",
      "html": "<a href=\"/contact/\" itemprop=\"url\"><span itemprop=\"name\">SEND MY FREE PROPOSAL</span></a>"
    },
    {
      "href": "/contact/",
      "text": "Support",
      "html": "<a href=\"/contact/\" class=\"support\">Support</a>"
    },
    {
      "href": "/contact/",
      "text": "WORK WITH A TRUSTED MARKETING AGENCY",
      "html": "<a href=\"/contact/\" aria-label=\"button\" class=\"fl-button\" rel=\"noopener\"> <span class=\"fl-button-text\">WORK WITH A TRUSTED MARKETING AGENCY</span> </a>"
    },
    {
      "href": "/contact/",
      "text": "BUILD MY AI SEO STRATEGY",
      "html": "<a href=\"/contact/\" aria-label=\"Build my seo strategy\" class=\"fl-button\" rel=\"noopener\"> <span class=\"fl-button-text\">BUILD MY AI SEO STRATEGY</span> </a>"
    },
    {
      "href": "/contact/",
      "text": "LET’S GROW YOUR BUSINESS NOW",
      "html": "<a href=\"/contact/\" aria-label=\"Lets grow your buisness now\" class=\"fl-button\" rel=\"noopener\"> <span class=\"fl-button-text\">LET&#x2019;S GROW YOUR BUSINESS NOW</span> </a>"
    },
    {
      "href": "/contact/",
      "text": "SPEAK WITH AN INTERNET MARKETING CONSULTANT",
      "html": "<a href=\"/contact/\" aria-label=\"Speak with consultant\" class=\"fl-button\" rel=\"noopener\"> <span class=\"fl-button-text\">SPEAK WITH AN INTERNET MARKETING CONSULTANT</span> </a>"
    },
    {
      "href": "/contact",
      "text": "Let’s talk!",
      "html": "<a href=\"/contact\" aria-label=\"Lets talk\">Let&#x2019;s talk!</a>"
    },
    {
      "href": "/contact",
      "text": "GET MY FREE PROPOSAL",
      "html": "<a href=\"/contact\" aria-label=\"Proposal\" class=\"fl-button\" rel=\"noopener\"> <span class=\"fl-button-text\">GET MY FREE PROPOSAL </span> </a>"
    },
    {
      "href": "/contact/",
      "text": "Contact Us",
      "html": "<a class=\"contactus\" href=\"/contact/\">Contact Us</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/terms-conditions/",
      "text": "Terms",
      "html": "<a href=\"/terms-conditions/\" target=\"_blank\" rel=\"noopener\">Terms</a>"
    },
    {
      "href": "/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a href=\"/privacy-policy/\" target=\"_blank\">Privacy Policy</a>"
    }
  ],
  "score": 80,
  "weight": 22
}

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

34 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": 52,
  "passing": 18,
  "failing": [
    {
      "heading": "+500%",
      "headingHtml": "<h3 class=\"wp-block-heading\">+500%</h3>",
      "firstParagraph": "Impressions",
      "paragraphHtml": "<p class=\"block-content-text font-md\">Impressions</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "+60%",
      "headingHtml": "<h3 class=\"wp-block-heading\">+60%</h3>",
      "firstParagraph": "New Followers",
      "paragraphHtml": "<p class=\"block-content-text\">New Followers</p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "+190%",
      "headingHtml": "<h3 class=\"wp-block-heading\">+190%</h3>",
      "firstParagraph": "Engagement",
      "paragraphHtml": "<p class=\"block-content-text font-md2\">Engagement</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "Results",
      "headingHtml": "<h3 class=\"mb-0\">Results</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Digital Marketing Agency driven by",
      "headingHtml": "<h2 class=\"wp-block-heading\">Digital Marketing Agency driven by</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "150+",
      "headingHtml": "<h2 class=\"reviews\">150+</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Reviews",
      "headingHtml": "<h3>Reviews</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "100+",
      "headingHtml": "<h2 class=\"reviews\">100+</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Reviews",
      "headingHtml": "<h3>Reviews</h3>",
      "firstParagraph": "Over 1,000 Client Reviews",
      "paragraphHtml": "<p class=\"mb-0\"> <a href=\"/real-reviews-from-real-people/\"> Over 1,000 Client Reviews <span> <img alt=\"link-external\" width=\"14\" height=\"14\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/source/rev-3039f85/thriveagency.com/files/externallink.svg\" class=\"nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"MjQyNjoxMzg=-1\" data-nitro-empty-id=\"MjQyNjoxMzg=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTQgMTQiIHdpZHRoPSIxNCIgaGVpZ2h0PSIxN...",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Our Clients Get Results",
      "headingHtml": "<h2 class=\"wp-block-heading has-text-align-center mb-30 fs-30\"><strong>Our Clients&#xa0;Get Results</strong></h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "“Since we started working with Thrive, our SEO return on investment is in the 800% range.”",
      "headingHtml": "<h2 class=\"client-tagline\">&#x201c;Since we started working with Thrive, our SEO return on investment is in the 800% range.&#x201d;</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "+427%",
      "headingHtml": "<h3 class=\"wp-block-heading has-text-align-center left-result\">+427%</h3>",
      "firstParagraph": "Top 10 Organic Keywords(year-over-year)",
      "paragraphHtml": "<p class=\"has-text-align-center\">Top 10 Organic Keywords<br>(year-over-year)</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "+68%",
      "headingHtml": "<h3 class=\"wp-block-heading has-text-align-center right-result\">+68%</h3>",
      "firstParagraph": "Organic Conversions(in 6 months)",
      "paragraphHtml": "<p class=\"has-text-align-center\">Organic Conversions<br>(in 6 months)</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "“Thrive is handling business the way they said they would in the beginning.”",
      "headingHtml": "<h2 class=\"client-tagline\">&#x201c;Thrive is handling business the way they said they would in the beginning.&#x201d;</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "+$350K",
      "headingHtml": "<h3 class=\"wp-block-heading has-text-align-center left-result\">+&#x24;350K</h3>",
      "firstParagraph": "AdRevenue",
      "paragraphHtml": "<p class=\"has-text-align-center\">Ad<br>Revenue</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    },
    {
      "heading": "+1,092",
      "headingHtml": "<h3 class=\"wp-block-heading has-text-align-center right-result\">+1,092</h3>",
      "firstParagraph": "Website Purchases(in 6 months)",
      "paragraphHtml": "<p class=\"has-text-align-center\">Website Purchases<br>(in 6 months)</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "What Our Clients Are Saying",
      "headingHtml": "<h2 class=\"wp-block-heading has-text-align-center fs-30 mb-20\"><strong>What Our&#xa0;Clients Are Saying</strong></h2>",
      "firstParagraph": "Don’t just take our word for it. Hear from our clients how our full-service marketing agency has helped them achieve their growth goals:",
      "paragraphHtml": "<p class=\"has-text-align-center mb-0\">Don&#x2019;t just take our word for it. Hear from our clients how our full-service marketing agency has helped them achieve their growth goals:</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "The Best AI SEO Agency for AI Visibility",
      "headingHtml": "<h2 class=\"wp-block-heading has-text-align-center fs-30\">The Best AI SEO Agency for <span>AI Visibility</span></h2>",
      "firstParagraph": "Helping Businesses Dominate Large Language Model AI Search",
      "paragraphHtml": "<p class=\"has-text-align-center greensubheading mb-0\">Helping Businesses Dominate Large Language Model AI Search</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "+5,556%",
      "headingHtml": "<h2>+5,556%</h2>",
      "firstParagraph": "AI Referral Traffic (2025)",
      "paragraphHtml": "<p>AI Referral Traffic (2025) </p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "+404%",
      "headingHtml": "<h2>+404%</h2>",
      "firstParagraph": "Gemini Traffic (2025)",
      "paragraphHtml": "<p>Gemini Traffic (2025) </p>",
      "words": 3,
      "direct": false,
      "issue": "First paragraph is 3 words and does not look like a concise direct answer."
    },
    {
      "heading": "+1,078%",
      "headingHtml": "<h2>+1,078%</h2>",
      "firstParagraph": "ChatGPT Search Traffic (2025)",
      "paragraphHtml": "<p>ChatGPT Search Traffic (2025) </p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI Mode Visibility",
      "headingHtml": "<h3 class=\"text-underline\"><a href=\"/ai-search-optimization/ai-mode/\" aria-label=\"ai-mode\">AI Mode Visibility</a></h3>",
      "firstParagraph": "Google AI Mode redefines how customers discover businesses, prioritizing zero-click answers over traditional search results. Thrive’s AI SEO experts optimize your content for passage-level targeting and conversational queries to build topical authority that AI recognizes.",
      "paragraphHtml": "<p>Google AI Mode redefines how customers discover businesses, prioritizing zero-click answers over traditional search results. Thrive&#x2019;s AI SEO experts optimize your content for passage-level targeting and conversational queries to build topical authority that AI recognizes.</p>",
      "words": 36,
      "direct": false,
      "issue": "First paragraph is 36 words and does not look like a concise direct answer."
    },
    {
      "heading": "AI Overviews Visibility",
      "headingHtml": "<h3 class=\"text-underline\"><a href=\"/ai-search-optimization/ai-overviews/\" aria-label=\"ai-overview\">AI Overviews Visibility</a></h3>",
      "firstParagraph": "Get cited as a trusted source in Google AI Overviews and drive traffic even when users don’t click through traditional results. Our LLM SEO approach structures content to answer layered user queries, earning authentic reviews and boosting your online presence.",
      "paragraphHtml": "<p>Get cited as a trusted source in Google AI Overviews and drive traffic even when users don&#x2019;t click through traditional results. Our LLM SEO approach structures content to answer layered user queries, earning authentic reviews and boosting your online presence.</p>",
      "words": 41,
      "direct": false,
      "issue": "First paragraph is 41 words and does not look like a concise direct answer."
    },
    {
      "heading": "ChatGPT Search Optimization",
      "headingHtml": "<h3 class=\"text-underline\"><a href=\"/ai-search-optimization/chatgpt-search/\" aria-label=\"chatgpt-search\">ChatGPT Search Optimization</a></h3>",
      "firstParagraph": "Our ChatGPT SEO strategies leverage digital PR to build external brand mentions and create high-quality, digestible content that appears in the forums and authoritative sources the LLM pulls from.",
      "paragraphHtml": "<p class=\"text-underline\">Our ChatGPT SEO strategies leverage <a href=\"/digital-marketing-services/digital-pr-services/\">digital PR</a> to build external brand mentions and create high-quality, digestible content that appears in the forums and authoritative sources the LLM pulls from.</p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "Gemini Search Optimization",
      "headingHtml": "<h3 class=\"text-underline\"><a href=\"/ai-search-optimization/gemini-search/\" aria-label=\"gemini-search\">Gemini Search Optimization</a></h3>",
      "firstParagraph": "Optimize your content for Google’s Gemini AI, the source behind AI Overviews and AI Mode. Our AI SEO experts create content using semantic comprehension and natural language that Gemini can easily interpret.",
      "paragraphHtml": "<p>Optimize your content for Google&#x2019;s Gemini AI, the source behind AI Overviews and AI Mode. Our AI SEO experts create content using semantic comprehension and natural language that Gemini can easily interpret. </p>",
      "words": 33,
      "direct": false,
      "issue": "First paragraph is 33 words and does not look like a concise direct answer."
    },
    {
      "heading": "How We Grow Your Revenue",
      "headingHtml": "<h2 class=\"wp-block-heading has-text-align-left fs-30 mb-20\">How We Grow Your Revenue</h2>",
      "firstParagraph": "Thrive stands apart from the more than 100,000 marketing companies with its proprietary technology that gives you complete visibility into your performance across channels.",
      "paragraphHtml": "<p class=\"mb-20\">Thrive stands apart from the more than 100,000 marketing companies with its <strong>proprietary technology</strong> that gives you complete visibility into your performance across channels.</p>",
      "words": 25,
      "direct": false,
      "issue": "First paragraph is 25 words and does not look like a concise direct answer."
    },
    {
      "heading": "Pay-for-Performance Software & Service Solutions for Local Businesses",
      "headingHtml": "<h2 class=\"wp-block-heading mt-20 mb-20\">Pay-for-Performance Software &amp; Service Solutions for Local Businesses</h2>",
      "firstParagraph": "Generate 5-star online reviews at scale, effortlessly attract leads and drive real growth with our 100% done-for-you online reputation management and lead generation solutions.",
      "paragraphHtml": "<p class=\"mb-20 pt-20 mb-20\">Generate 5-star online reviews at scale, effortlessly attract leads and drive real growth with our 100% done-for-you online reputation management and lead generation solutions.&#xa0;</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "How Thrive Grew Its Sales Qualified Leads by 1,258% in 5 Years",
      "headingHtml": "<h2 class=\"wp-block-heading has-text-align-center mb-20\"><strong>How Thrive Grew Its Sales Qualified Leads by 1,258% in 5 Years</strong></h2>",
      "firstParagraph": "We don’t make promises – we show you real results.",
      "paragraphHtml": "<p>We don&#x2019;t make promises <strong>&#x2013; we show you real results.</strong>&#xa0;</p>",
      "words": 10,
      "direct": false,
      "issue": "First paragraph is 10 words and does not look like a concise direct answer."
    },
    {
      "heading": "Why Choose Thrive as Your Digital Marketing Agency?",
      "headingHtml": "<h2 class=\"wp-block-heading has-text-align-center mb-20 fs-30\"><strong>Why Choose Thrive as Your Digital Marketing Agency?</strong></h2>",
      "firstParagraph": "We’ve provided comprehensive website marketing services to clients across industries since 2005.",
      "paragraphHtml": "<p class=\"has-text-align-left\">We&#x2019;ve provided comprehensive website marketing services to clients across industries since 2005. </p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Meet Our Team of Digital Marketing Experts",
      "headingHtml": "<h2 class=\"wp-block-heading fs-30 mb-20\"><strong>Meet Our Team of <br>Digital Marketing Experts</strong></h2>",
      "firstParagraph": "You may have a website, but if it fails to generate leads and increase conversions, then the search engines aren’t picking it up. To ensure customers find your site online, our marketing company takes your online presence to the next level — your website design, copywriting, keywords, social media presence and more....",
      "paragraphHtml": "<p>You may have a website, but if it fails to generate leads and increase conversions, then the search engines aren&#x2019;t picking it up. To ensure customers find your site online, our marketing company takes your online presence to the next level &#x2014; your website design, copywriting, keywords, social media presence and more. Work with the best digital marketing agency and maximize your return on marketing investment.</p>",
      "words": 66,
      "direct": false,
      "issue": "First paragraph is 66 words and does not look like a concise direct answer."
    },
    {
      "heading": "We Are Honest & Ethical",
      "headingHtml": "<h3 id=\"at-1367781\" class=\"c-accordion__title js-accordion-controller\" role=\"button\"><strong><strong>We Are Honest &amp; Ethical</strong></strong></h3>",
      "firstParagraph": "As a people-powered digital marketing agency, Thrive believes in honesty, integrity and respect for its clients. We don’t believe in “selling” local internet marketing services you don’t need or applying a one-size-fits-all approach to each client. Our internet marketing consultants dedicate their time to achieving...",
      "paragraphHtml": "<p>As a people-powered digital marketing agency, Thrive believes in honesty, integrity and respect for its clients. We don&#x2019;t believe in &#x201c;selling&#x201d; local internet marketing services you don&#x2019;t need or applying a one-size-fits-all approach to each client. Our internet marketing consultants dedicate their time to achieving higher rankings, increased traffic and conversions and a higher ROI for our clients.</p>",
      "words": 60,
      "direct": false,
      "issue": "First paragraph is 60 words and does not look like a concise direct answer."
    },
    {
      "heading": "Conversion Rate Optimization (CRO)",
      "headingHtml": "<h3 class=\"text-underline\"><a href=\"/digital-marketing-services/conversion-rate-optimization/\" rel=\"noopener\" aria-label=\"Convsersion rate\">Conversion Rate<br> Optimization (CRO)</a></h3>",
      "firstParagraph": "Turn more site visitors into customers! Our experts utilize the latest conversion optimization techniques to help increase the percentage of passive website visitors into active users. Through A/B testing, user behavior analysis and strategic redesigns, our advertising and digital marketing agency optimizes your sal...",
      "paragraphHtml": "<p class=\"mb-0\">Turn more site visitors into customers! Our experts utilize the latest conversion optimization techniques to help increase the percentage of passive website visitors into active users. Through A/B testing, user behavior analysis and strategic redesigns, our advertising and digital marketing agency optimizes your sales funnel. </p>",
      "words": 46,
      "direct": false,
      "issue": "First paragraph is 46 words and does not look like a concise direct answer."
    },
    {
      "heading": "READY TO GROW YOUR BUSINESS?",
      "headingHtml": "<h2 class=\"wp-block-heading has-text-align-left mb-20 fs-30 mb-xs-10\"><strong>READY TO&#xa0;GROW YOUR BUSINESS?</strong></h2>",
      "firstParagraph": "If you’re looking for the best marketing agency that delivers real results — not just clicks and impressions — you’re in the right place. Contact us today to work with a results-driven digital marketing agency.",
      "paragraphHtml": "<p class=\"has-text-align-left\">If you&#x2019;re looking for the best marketing agency that delivers real results &#x2014; not just clicks and impressions &#x2014; you&#x2019;re in the right place. Contact us today to work with a results-driven digital marketing agency.</p>",
      "words": 35,
      "direct": false,
      "issue": "First paragraph is 35 words and does not look like a concise direct answer."
    },
    {
      "heading": "growing businesses since 2005",
      "headingHtml": "<h2 style=\"text-align:center\">growing businesses since 2005</h2>",
      "firstParagraph": "Made with in 25 cities around the world",
      "paragraphHtml": "<p style=\"text-align:center\">Made with <img alt=\"Footer Icon\" width=\"32\" height=\"32\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/optimized/rev-3039f85/thriveagency.com/wp-content/themes/thrive-agency/images/footer-heart-icon.svg\" class=\"nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"MzcxOToxNjM=-1\" data-nitro-empty-id=\"MzcxOToxNjM=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEgNTEiIHdpZHRoPSI1MSIgaGVpZ2h0PSI1MSIgeG1sbnM9Imh0...",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

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: 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": "Digital Marketing Agency driven by",
      "html": "<h2 class=\"wp-block-heading\">Digital Marketing Agency driven by</h2>"
    },
    {
      "text": "150+",
      "html": "<h2 class=\"reviews\">150+</h2>"
    },
    {
      "text": "100+",
      "html": "<h2 class=\"reviews\">100+</h2>"
    },
    {
      "text": "Our Clients Get Results",
      "html": "<h2 class=\"wp-block-heading has-text-align-center mb-30 fs-30\"><strong>Our Clients&#xa0;Get Results</strong></h2>"
    },
    {
      "text": "“Since we started working with Thrive, our SEO return on investment is in the 800% range.”",
      "html": "<h2 class=\"client-tagline\">&#x201c;Since we started working with Thrive, our SEO return on investment is in the 800% range.&#x201d;</h2>"
    },
    {
      "text": "“Thrive is handling business the way they said they would in the beginning.”",
      "html": "<h2 class=\"client-tagline\">&#x201c;Thrive is handling business the way they said they would in the beginning.&#x201d;</h2>"
    },
    {
      "text": "What Our Clients Are Saying",
      "html": "<h2 class=\"wp-block-heading has-text-align-center fs-30 mb-20\"><strong>What Our&#xa0;Clients Are Saying</strong></h2>"
    },
    {
      "text": "The Best AI SEO Agency for AI Visibility",
      "html": "<h2 class=\"wp-block-heading has-text-align-center fs-30\">The Best AI SEO Agency for <span>AI Visibility</span></h2>"
    },
    {
      "text": "+5,556%",
      "html": "<h2>+5,556%</h2>"
    },
    {
      "text": "+404%",
      "html": "<h2>+404%</h2>"
    },
    {
      "text": "+1,078%",
      "html": "<h2>+1,078%</h2>"
    },
    {
      "text": "How We Grow Your Revenue",
      "html": "<h2 class=\"wp-block-heading has-text-align-left fs-30 mb-20\">How We Grow Your Revenue</h2>"
    },
    {
      "text": "Pay-for-Performance Software & Service Solutions for Local Businesses",
      "html": "<h2 class=\"wp-block-heading mt-20 mb-20\">Pay-for-Performance Software &amp; Service Solutions for Local Businesses</h2>"
    },
    {
      "text": "How Thrive Grew Its Sales Qualified Leads by 1,258% in 5 Years",
      "html": "<h2 class=\"wp-block-heading has-text-align-center mb-20\"><strong>How Thrive Grew Its Sales Qualified Leads by 1,258% in 5 Years</strong></h2>"
    },
    {
      "text": "Why Choose Thrive as Your Digital Marketing Agency?",
      "html": "<h2 class=\"wp-block-heading has-text-align-center mb-20 fs-30\"><strong>Why Choose Thrive as Your Digital Marketing Agency?</strong></h2>"
    },
    {
      "text": "Meet Our Team of Digital Marketing Experts",
      "html": "<h2 class=\"wp-block-heading fs-30 mb-20\"><strong>Meet Our Team of <br>Digital Marketing Experts</strong></h2>"
    },
    {
      "text": "Grow Your Business Faster With an Award-Winning Digital Marketing Agency",
      "html": "<h2 class=\"wp-block-heading fs-30 mb-20\">Grow Your Business Faster With an Award-Winning Digital Marketing Agency</h2>"
    },
    {
      "text": "Award-Winning Digital Marketing Agency",
      "html": "<h2 class=\"wp-block-heading has-text-align-center fs-30 mb-20 d-none\"><strong>Award-Winning Digital Marketing Agency</strong></h2>"
    },
    {
      "text": "Our Digital Marketing Services",
      "html": "<h2 class=\"wp-block-heading has-text-align-center fs-30 mb-20 has-text-color has-link-color wp-elements-da4b46254c6ef328b4a2e098a9d48249\" style=\"color:#433f34\"><strong>Our&#xa0;Digital Marketing Services</strong></h2>"
    },
    {
      "text": "READY TO GROW YOUR BUSINESS?",
      "html": "<h2 class=\"wp-block-heading has-text-align-left mb-20 fs-30 mb-xs-10\"><strong>READY TO&#xa0;GROW YOUR BUSINESS?</strong></h2>"
    },
    {
      "text": "growing businesses since 2005",
      "html": "<h2 style=\"text-align:center\">growing businesses since 2005</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Digital Marketing Agency?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Digital Marketing Agency work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Digital Marketing Agency?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Digital Marketing Agency free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Digital Marketing Agency compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "cost",
      "label": "Is Digital Marketing Agency free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Digital Marketing Agency 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

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

Details

02

Why it matters

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

Check name

AIO: Page experience for AIO

Score

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1",
  "visibleWords": 3558,
  "htmlBytes": 519017,
  "imagesMissingDimensions": [
    {
      "src": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTE5IDEwOSIgd2lkdGg9IjExOSIgaGVpZ2h0PSIxMDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Result thumb\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/optimized/rev-3039f85/thriveagency.com/wp-content/themes/thrive-agency/images/resultgroup-image.png\" class=\"nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"MjA0NjoxMjM=-1\" data-nitro-empty-id=\"MjA0NjoxMjM=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTE5IDEwOSIgd2lkdGg9IjExOSIgaGVpZ2h0PSIxMDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+\">"
    },
    {
      "src": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTkgMTgiIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Email Globe\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/optimized/rev-3039f85/thriveagency.com/wp-content/themes/thrive-agency/images/email-globe-icon.png\" class=\"globe-icon nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"MjA1MzoxMzM=-1\" data-nitro-empty-id=\"MjA1MzoxMzM=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTkgMTgiIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=\">"
    },
    {
      "src": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTIwIDYyIiB3aWR0aD0iMTIwIiBoZWlnaHQ9IjYyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"logo-1\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/source/rev-3039f85/thriveagency.com/wp-content/themes/thrive-agency/images/logo-1.svg\" class=\"nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"MjA2Mjo5OQ==-1\" data-nitro-empty-id=\"MjA2Mjo5OQ==-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTIwIDYyIiB3aWR0aD0iMTIwIiBoZWlnaHQ9IjYyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\">"
    },
    {
      "src": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjkwIDEyMyIgd2lkdGg9IjI5MCIgaGVpZ2h0PSIxMjMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"local-left-image\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/optimized/rev-3039f85/thriveagency.com/files/thrive-local-case-image.jpg\" class=\"nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"MjI1MjoxNDA=-1\" data-nitro-empty-id=\"MjI1MjoxNDA=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjkwIDEyMyIgd2lkdGg9IjI5MCIgaGVpZ2h0PSIxMjMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+\">"
    },
    {
      "src": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjkwIDEyMyIgd2lkdGg9IjI5MCIgaGVpZ2h0PSIxMjMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"local-left-image\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/optimized/rev-3039f85/thriveagency.com/files/thrive-local-testimonials-client.jpg\" class=\"nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"MjI1NToxNjc=-1\" data-nitro-empty-id=\"MjI1NToxNjc=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjkwIDEyMyIgd2lkdGg9IjI5MCIgaGVpZ2h0PSIxMjMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+\">"
    },
    {
      "src": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgODcwIDM2OSIgd2lkdGg9Ijg3MCIgaGVpZ2h0PSIzNjkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Case Studies\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/optimized/rev-3039f85/thriveagency.com/wp-content/themes/thrive-agency/images/menu-casestudy.png\" class=\"nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"MjI3NDo2NDA=-1\" data-nitro-empty-id=\"MjI3NDo2NDA=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgODcwIDM2OSIgd2lkdGg9Ijg3MCIgaGVpZ2h0PSIzNjkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+\">"
    },
    {
      "src": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjkwIDEyMyIgd2lkdGg9IjI5MCIgaGVpZ2h0PSIxMjMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"client-testimonial\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/optimized/rev-3039f85/thriveagency.com/files/client-testimonial.jpg\" class=\"nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"MjI3NTo2NjA=-1\" data-nitro-empty-id=\"MjI3NTo2NjA=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjkwIDEyMyIgd2lkdGg9IjI5MCIgaGVpZ2h0PSIxMjMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+\">"
    },
    {
      "src": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjkwIDEyMyIgd2lkdGg9IjI5MCIgaGVpZ2h0PSIxMjMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Portfolio\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/optimized/rev-3039f85/thriveagency.com/files/design-portfolio.jpg\" class=\"nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"MjI3Njo2MDA=-1\" data-nitro-empty-id=\"MjI3Njo2MDA=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjkwIDEyMyIgd2lkdGg9IjI5MCIgaGVpZ2h0PSIxMjMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+\">"
    },
    {
      "src": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjkwIDEyMyIgd2lkdGg9IjI5MCIgaGVpZ2h0PSIxMjMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Logo Designs\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/optimized/rev-3039f85/thriveagency.com/wp-content/themes/thrive-agency/images/menu-logo-design.svg\" class=\"nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"MjI3Nzo2NjA=-1\" data-nitro-empty-id=\"MjI3Nzo2NjA=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjkwIDEyMyIgd2lkdGg9IjI5MCIgaGVpZ2h0PSIxMjMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+\">"
    },
    {
      "src": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjkwIDEyMyIgd2lkdGg9IjI5MCIgaGVpZ2h0PSIxMjMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Video Production\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/optimized/rev-3039f85/thriveagency.com/wp-content/themes/thrive-agency/images/menuvideo-production.svg\" class=\"nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"MjI3ODo2NTk=-1\" data-nitro-empty-id=\"MjI3ODo2NTk=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjkwIDEyMyIgd2lkdGg9IjI5MCIgaGVpZ2h0PSIxMjMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+\">"
    },
    {
      "src": "https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/optimized/rev-3039f85/thriveagency.com/files/email-globe-icon.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"email-globe-icon\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/optimized/rev-3039f85/thriveagency.com/files/email-globe-icon.png\" class=\"globe-icon lazyloaded\" decoding=\"async\" nitro-lazy-empty id=\"MjM1ODoxMDM=-1\" data-nitro-empty-id=\"MjM1ODoxMDM=-1\" src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/optimized/rev-3039f85/thriveagency.com/files/email-globe-icon.png\">"
    },
    {
      "src": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"chatgpt-icon\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/optimized/rev-3039f85/thriveagency.com/wp-content/themes/thrive-agency/images/ChatGPT-icon.svg\" class=\"nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"Mjc2ODoxNzc=-1\" data-nitro-empty-id=\"Mjc2ODoxNzc=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=\">"
    },
    {
      "src": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTI2IDI0MiIgd2lkdGg9IjUyNiIgaGVpZ2h0PSIyNDIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"revnuelogos\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/optimized/rev-3039f85/thriveagency.com/wp-content/themes/thrive-agency/images/thrivescore.svg\" class=\"nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"Mjg5OToxOTY=-1\" data-nitro-empty-id=\"Mjg5OToxOTY=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTI2IDI0MiIgd2lkdGg9IjUyNiIgaGVpZ2h0PSIyNDIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+\">"
    },
    {
      "src": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNjA2IDI5OSIgd2lkdGg9IjYwNiIgaGVpZ2h0PSIyOTkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"thrivescore\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/optimized/rev-3039f85/thriveagency.com/wp-content/themes/thrive-agency/images/thrivescorewithshadow.svg\" class=\"nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"MjkxMzoxNzA=-1\" data-nitro-empty-id=\"MjkxMzoxNzA=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNjA2IDI5OSIgd2lkdGg9IjYwNiIgaGVpZ2h0PSIyOTkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+\">"
    },
    {
      "src": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNjIxIDQ2MSIgd2lkdGg9IjYyMSIgaGVpZ2h0PSI0NjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"thrive-aiimg\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/optimized/rev-3039f85/thriveagency.com/files/thrive-ai-brands.png\" class=\"nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"MjkyOToxNjk=-1\" data-nitro-empty-id=\"MjkyOToxNjk=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNjIxIDQ2MSIgd2lkdGg9IjYyMSIgaGVpZ2h0PSI0NjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+\">"
    },
    {
      "src": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNjIxIDQ2MSIgd2lkdGg9IjYyMSIgaGVpZ2h0PSI0NjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"thrive-ai-brands\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/optimized/rev-3039f85/thriveagency.com/files/thrive-ai-brands.png\" class=\"nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"Mjk0MzoxMzc=-1\" data-nitro-empty-id=\"Mjk0MzoxMzc=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNjIxIDQ2MSIgd2lkdGg9IjYyMSIgaGVpZ2h0PSI0NjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+\">"
    },
    {
      "src": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDUxIDMwMCIgd2lkdGg9IjQ1MSIgaGVpZ2h0PSIzMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"thrivestatsimage\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/optimized/rev-3039f85/thriveagency.com/files/thrivestatsimage.png\" class=\"nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"Mjk1OToxNzY=-1\" data-nitro-empty-id=\"Mjk1OToxNzY=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDUxIDMwMCIgd2lkdGg9IjQ1MSIgaGVpZ2h0PSIzMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+\">"
    },
    {
      "src": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDUxIDMwMCIgd2lkdGg9IjQ1MSIgaGVpZ2h0PSIzMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"thrivestatsimage\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/optimized/rev-3039f85/thriveagency.com/files/thrivestatsimage.png\" class=\"nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"Mjk3MzoxMzc=-1\" data-nitro-empty-id=\"Mjk3MzoxMzc=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDUxIDMwMCIgd2lkdGg9IjQ1MSIgaGVpZ2h0PSIzMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+\">"
    },
    {
      "src": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTIxMiA3OTQiIHdpZHRoPSIxMjEyIiBoZWlnaHQ9Ijc5NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"thrivestatsimage\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/optimized/rev-3039f85/thriveagency.com/files/Thrive-Growth-Formula.gif\" class=\"nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"Mjk4OToxODE=-1\" data-nitro-empty-id=\"Mjk4OToxODE=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTIxMiA3OTQiIHdpZHRoPSIxMjEyIiBoZWlnaHQ9Ijc5NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=\">"
    },
    {
      "src": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTIxMiA3OTQiIHdpZHRoPSIxMjEyIiBoZWlnaHQ9Ijc5NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Thrive Growth Formula\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/optimized/rev-3039f85/thriveagency.com/files/Thrive-Growth-Formula.gif\" class=\"nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"MzAwMzoxNDc=-1\" data-nitro-empty-id=\"MzAwMzoxNDc=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTIxMiA3OTQiIHdpZHRoPSIxMjEyIiBoZWlnaHQ9Ijc5NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=\">"
    },
    {
      "src": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTQwIDU4NyIgd2lkdGg9IjU0MCIgaGVpZ2h0PSI1ODciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"thrivelocalprovidernew\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/optimized/rev-3039f85/thriveagency.com/files/thrivelocalprovider.png\" class=\"nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"MzAyMzoxNzk=-1\" data-nitro-empty-id=\"MzAyMzoxNzk=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTQwIDU4NyIgd2lkdGg9IjU0MCIgaGVpZ2h0PSI1ODciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+\">"
    },
    {
      "src": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTQwIDU4NyIgd2lkdGg9IjU0MCIgaGVpZ2h0PSI1ODciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"thrivelocalprovider\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/optimized/rev-3039f85/thriveagency.com/files/thrivelocalprovider.png\" class=\"nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"MzA0MToxNDM=-1\" data-nitro-empty-id=\"MzA0MToxNDM=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTQwIDU4NyIgd2lkdGg9IjU0MCIgaGVpZ2h0PSI1ODciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+\">"
    },
    {
      "src": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjYzIDI3NyIgd2lkdGg9IjI2MyIgaGVpZ2h0PSIyNzciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"in -Google-Search\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/optimized/rev-3039f85/thriveagency.com/files/in-Google-Search.png\" class=\"nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"MzEzOToxMjM=-1\" data-nitro-empty-id=\"MzEzOToxMjM=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjYzIDI3NyIgd2lkdGg9IjI2MyIgaGVpZ2h0PSIyNzciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+\">"
    },
    {
      "src": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjY4IDI3NyIgd2lkdGg9IjI2OCIgaGVpZ2h0PSIyNzciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"in-Google-maps -search\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/optimized/rev-3039f85/thriveagency.com/files/in-Google-maps-search.png\" class=\"nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"MzE2MjoxMzM=-1\" data-nitro-empty-id=\"MzE2MjoxMzM=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjY4IDI3NyIgd2lkdGg9IjI2OCIgaGVpZ2h0PSIyNzciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+\">"
    },
    {
      "src": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjY3IDI3NyIgd2lkdGg9IjI2NyIgaGVpZ2h0PSIyNzciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"in-chatGPT-search\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/optimized/rev-3039f85/thriveagency.com/files/in-chatGPT-search.png\" class=\"nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"MzE4NToxMjQ=-1\" data-nitro-empty-id=\"MzE4NToxMjQ=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjY3IDI3NyIgd2lkdGg9IjI2NyIgaGVpZ2h0PSIyNzciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+\">"
    },
    {
      "src": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDQ3IDI4NiIgd2lkdGg9IjQ0NyIgaGVpZ2h0PSIyODYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"awardinclogo\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/optimized/rev-3039f85/thriveagency.com/wp-content/themes/thrive-agency/images/inclogo5000.svg\" class=\"nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"MzIwMzoxNDY=-1\" data-nitro-empty-id=\"MzIwMzoxNDY=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDQ3IDI4NiIgd2lkdGg9IjQ0NyIgaGVpZ2h0PSIyODYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+\">"
    },
    {
      "src": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"readless\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/source/rev-3039f85/thriveagency.com/files/readmore.svg\" class=\"nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"MzQwNjoxNTI=-1\" data-nitro-empty-id=\"MzQwNjoxNTI=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=\">"
    },
    {
      "src": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"readless\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/source/rev-3039f85/thriveagency.com/files/readless.svg\" class=\"nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"MzQwODoxNTY=-1\" data-nitro-empty-id=\"MzQwODoxNTY=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=\">"
    },
    {
      "src": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTIwMCAxNzMiIHdpZHRoPSIxMjAwIiBoZWlnaHQ9IjE3MyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"award-img-new\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/optimized/rev-3039f85/thriveagency.com/files/award-img-new.jpg\" class=\"nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"MzQyNzoxNDM=-1\" data-nitro-empty-id=\"MzQyNzoxNDM=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTIwMCAxNzMiIHdpZHRoPSIxMjAwIiBoZWlnaHQ9IjE3MyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L3N2Zz4=\">"
    },
    {
      "src": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzUwIDIwNSIgd2lkdGg9IjM1MCIgaGVpZ2h0PSIyMDUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"award-img-mob\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/optimized/rev-3039f85/thriveagency.com/files/award-img-mob.jpg\" class=\"nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"MzQzMToxNTU=-1\" data-nitro-empty-id=\"MzQzMToxNTU=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzUwIDIwNSIgd2lkdGg9IjM1MCIgaGVpZ2h0PSIyMDUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+\">"
    },
    {
      "src": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDA4IDQyNSIgd2lkdGg9IjQwOCIgaGVpZ2h0PSI0MjUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"freeseo-businness\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/optimized/rev-3039f85/thriveagency.com/wp-content/themes/thrive-agency/images/getproposalimage.svg\" class=\"nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"MzYzOToxNjc=-1\" data-nitro-empty-id=\"MzYzOToxNjc=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDA4IDQyNSIgd2lkdGg9IjQwOCIgaGVpZ2h0PSI0MjUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+\">"
    },
    {
      "src": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQ5IDQwMiIgd2lkdGg9IjI0OSIgaGVpZ2h0PSI0MDIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"freeseo-businness\" style=\"width:332px;height:auto\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/optimized/rev-3039f85/thriveagency.com/wp-content/themes/thrive-agency/images/homeunlockimage.svg\" class=\"nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"MzY0MzoyMDk=-1\" data-nitro-empty-id=\"MzY0MzoyMDk=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQ5IDQwMiIgd2lkdGg9IjI0OSIgaGVpZ2h0PSI0MDIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy..."
    },
    {
      "src": "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzA0IDMwNCIgd2lkdGg9IjMwNCIgaGVpZ2h0PSIzMDQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Aaron-Whittaker-1\" nitro-lazy-src=\"https://cdn-icggj.nitrocdn.com/AphBmykuaGyxZijWArNhxcCiPzVdYZGT/assets/images/optimized/rev-3039f85/thriveagency.com/wp-content/themes/thrive-agency/images/aaron-popup-img1.png\" class=\"nitro-lazy\" decoding=\"async\" nitro-lazy-empty id=\"NDY4MzoxMjE=-1\" data-nitro-empty-id=\"NDY4MzoxMjE=-1\" src=\"data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzA0IDMwNCIgd2lkdGg9IjMwNCIgaGVpZ2h0PSIzMDQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PC9zdmc+\">"
    }
  ],
  "possibleDialogs": [],
  "score": 80,
  "weight": 10
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

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

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

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

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

Evidence
{
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/ai/context",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 329255
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 328686
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=UTF-8",
            "length": 328673
          }
        ]
      },
      "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: 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": "Digital Marketing Agency driven by",
      "html": "<h2 class=\"wp-block-heading\">Digital Marketing Agency driven by</h2>"
    },
    {
      "text": "150+",
      "html": "<h2 class=\"reviews\">150+</h2>"
    },
    {
      "text": "100+",
      "html": "<h2 class=\"reviews\">100+</h2>"
    },
    {
      "text": "Our Clients Get Results",
      "html": "<h2 class=\"wp-block-heading has-text-align-center mb-30 fs-30\"><strong>Our Clients&#xa0;Get Results</strong></h2>"
    },
    {
      "text": "“Since we started working with Thrive, our SEO return on investment is in the 800% range.”",
      "html": "<h2 class=\"client-tagline\">&#x201c;Since we started working with Thrive, our SEO return on investment is in the 800% range.&#x201d;</h2>"
    },
    {
      "text": "“Thrive is handling business the way they said they would in the beginning.”",
      "html": "<h2 class=\"client-tagline\">&#x201c;Thrive is handling business the way they said they would in the beginning.&#x201d;</h2>"
    },
    {
      "text": "What Our Clients Are Saying",
      "html": "<h2 class=\"wp-block-heading has-text-align-center fs-30 mb-20\"><strong>What Our&#xa0;Clients Are Saying</strong></h2>"
    },
    {
      "text": "The Best AI SEO Agency for AI Visibility",
      "html": "<h2 class=\"wp-block-heading has-text-align-center fs-30\">The Best AI SEO Agency for <span>AI Visibility</span></h2>"
    },
    {
      "text": "+5,556%",
      "html": "<h2>+5,556%</h2>"
    },
    {
      "text": "+404%",
      "html": "<h2>+404%</h2>"
    },
    {
      "text": "+1,078%",
      "html": "<h2>+1,078%</h2>"
    },
    {
      "text": "How We Grow Your Revenue",
      "html": "<h2 class=\"wp-block-heading has-text-align-left fs-30 mb-20\">How We Grow Your Revenue</h2>"
    },
    {
      "text": "Pay-for-Performance Software & Service Solutions for Local Businesses",
      "html": "<h2 class=\"wp-block-heading mt-20 mb-20\">Pay-for-Performance Software &amp; Service Solutions for Local Businesses</h2>"
    },
    {
      "text": "How Thrive Grew Its Sales Qualified Leads by 1,258% in 5 Years",
      "html": "<h2 class=\"wp-block-heading has-text-align-center mb-20\"><strong>How Thrive Grew Its Sales Qualified Leads by 1,258% in 5 Years</strong></h2>"
    },
    {
      "text": "Why Choose Thrive as Your Digital Marketing Agency?",
      "html": "<h2 class=\"wp-block-heading has-text-align-center mb-20 fs-30\"><strong>Why Choose Thrive as Your Digital Marketing Agency?</strong></h2>"
    },
    {
      "text": "Meet Our Team of Digital Marketing Experts",
      "html": "<h2 class=\"wp-block-heading fs-30 mb-20\"><strong>Meet Our Team of <br>Digital Marketing Experts</strong></h2>"
    },
    {
      "text": "Grow Your Business Faster With an Award-Winning Digital Marketing Agency",
      "html": "<h2 class=\"wp-block-heading fs-30 mb-20\">Grow Your Business Faster With an Award-Winning Digital Marketing Agency</h2>"
    },
    {
      "text": "Award-Winning Digital Marketing Agency",
      "html": "<h2 class=\"wp-block-heading has-text-align-center fs-30 mb-20 d-none\"><strong>Award-Winning Digital Marketing Agency</strong></h2>"
    },
    {
      "text": "Our Digital Marketing Services",
      "html": "<h2 class=\"wp-block-heading has-text-align-center fs-30 mb-20 has-text-color has-link-color wp-elements-da4b46254c6ef328b4a2e098a9d48249\" style=\"color:#433f34\"><strong>Our&#xa0;Digital Marketing Services</strong></h2>"
    },
    {
      "text": "READY TO GROW YOUR BUSINESS?",
      "html": "<h2 class=\"wp-block-heading has-text-align-left mb-20 fs-30 mb-xs-10\"><strong>READY TO&#xa0;GROW YOUR BUSINESS?</strong></h2>"
    },
    {
      "text": "growing businesses since 2005",
      "html": "<h2 style=\"text-align:center\">growing businesses since 2005</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Digital Marketing Agency?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Digital Marketing Agency work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Digital Marketing Agency?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Digital Marketing Agency free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Digital Marketing Agency compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "cost",
      "label": "Is Digital Marketing Agency free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Digital Marketing Agency compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

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",
            "length": 146
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 146
          }
        ]
      },
      "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": 10,
    "signals": [
      {
        "source": "field:autocomplete",
        "weight": 4,
        "match": "credential autocomplete"
      },
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      }
    ]
  },
  "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"
      },
      "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": "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n"
      },
      "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://thriveagency.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://thriveagency.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://thriveagency.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://thriveagency.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": 10,
    "signals": [
      {
        "source": "field:autocomplete",
        "weight": 4,
        "match": "credential autocomplete"
      },
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "login"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

SEOSEOBrowser audit

Links do not have descriptive text

100 Fail

Check name

Links do not have descriptive text

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

4 links found

Fix guidance

Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).

Evidence
{
  "displayValue": "4 links found",
  "description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/)."
}

Performance and AccessibilityAccessibilityBrowser audit

Uses ARIA roles on incompatible elements

100 Fail

Check name

Uses ARIA roles on incompatible elements

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

Many HTML elements can only be assigned certain ARIA roles. Using ARIA roles where they are not allowed can interfere with the accessibility of the web page. [Learn more about ARIA roles](https://dequeuniversity.com/rules/axe/4.10/aria-allowed-role).

Evidence
{
  "description": "Many HTML elements can only be assigned certain ARIA roles. Using ARIA roles where they are not allowed can interfere with the accessibility of the web page. [Learn more about ARIA roles](https://dequeuniversity.com/rules/axe/4.10/aria-allowed-role)."
}

Performance and AccessibilityPerformanceBrowser audit

Avoid large layout shifts

25 Fail

Check name

Avoid large layout shifts

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

5 layout shifts found

Fix guidance

These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to [windowing](https://web.dev/articles/cls#what_is_cls). [Learn how to improve CLS](https://web.dev/articles/optimize-cls)

Evidence
{
  "displayValue": "5 layout shifts found",
  "description": "These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to [windowing](https://web.dev/articles/cls#what_is_cls). [Learn how to improve CLS](https://web.dev/articles/optimize-cls)"
}

Performance and AccessibilityPerformanceBrowser audit

Image optimization

25 Fail

Check name

Image optimization

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Review the grouped image optimization checks and improve the failing sub-checks listed in evidence.

Evidence
{
  "checks": [
    {
      "id": "image-aspect-ratio",
      "title": "Displays images with incorrect aspect ratio",
      "score": 0
    },
    {
      "id": "uses-responsive-images",
      "title": "Properly size images",
      "score": 0,
      "displayValue": "Est savings of 45 KiB",
      "numericValue": 30
    }
  ]
}

Performance and AccessibilityPerformanceBrowser audit

Reduce JavaScript execution time

25 Fail

Check name

Reduce JavaScript execution time

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

3.2 s

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Loading performance

16 Fail

Check name

Loading performance

Score

35/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": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 59,
      "displayValue": "1.4 s",
      "numericValue": 1439.0932
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 20,
      "displayValue": "3.8 s",
      "numericValue": 3767.9498000000003
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 0,
      "displayValue": "7.5 s",
      "numericValue": 7454.643523847148
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 0,
      "displayValue": "6,320 ms",
      "numericValue": 6319.5
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 1,
      "displayValue": "720 ms",
      "numericValue": 715.0000000000002
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 380 ms",
      "numericValue": 380.54400000000004
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 2,
      "displayValue": "11.3 s",
      "numericValue": 11286.943200000002
    },
    {
      "id": "uses-rel-preconnect",
      "title": "Preconnect to required origins",
      "score": 100
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "0 ms",
      "numericValue": 0.054299999999999994
    },
    {
      "id": "third-party-summary",
      "title": "Reduce the impact of third-party code",
      "score": 0,
      "displayValue": "Third-party code blocked the main thread for 290 ms"
    },
    {
      "id": "largest-contentful-paint-element",
      "title": "Largest Contentful Paint element",
      "score": 0,
      "displayValue": "3,770 ms"
    }
  ]
}

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
49/100Level 2, Agent-LimitedCurrent report
Report ID d8981f8a-3894-459d-9a13-38cde3ff9dd3. Scanned Jun 7, 2026, 2:28 AM.
thriveagency.com AI SEO Report: 49/100 (Level 2, Agent-Limited)