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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability26%Agent Easeof Use6%Security& Trust40%GEO, AIO, AEO67%SEO92%Performance& Accessibility80%
  • AI Discoverability 26 out of 100
  • Agent Ease of Use 6 out of 100
  • Security & Trust 40 out of 100
  • GEO, AIO and AEO 67 out of 100
  • SEO 92 out of 100
  • Performance and Accessibility 80 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Staffing Agency and Recruitment Services | Nelson Connects

Our recruiting and staffing expertise provides tailored staffing solutions for employers and job seekers. Talk to our experts today.

Next step

Turn this report into a fix workflow

28 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
26
Priority fix5171View details
Discoverability
33
Priority fix360View details
Content Readiness
38
Priority fix271View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
6
Priority fix4293View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
13
Priority fix062View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
67
Needs work5312View details
GEO Readiness
76
Mostly ready204
AIO Readiness
59
Needs work223View details
AEO Readiness
65
Needs work115View details
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
40
Priority fix630View details
Security & Trust
40
Priority fix230View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
80
Mostly ready1961View details
Performance
73
Needs work1361View details
Accessibility
92
Strong600

Prioritized recommendations

Issues ranked by score impact

51 items need attention

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 404,
        "contentType": "text/html"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!doctype html><html><head>\n  <meta charset=\"utf-8\">\n  <title></title>\n  <meta name=\"description\" content=\"Error Page\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n    \n    <meta property=\"og:description\" content=\"\">\n    <meta property=\"og:title\" content=\"\">\n    <meta name=\"twitter:description\" content=\"\">\n    <meta name=\"twitter:title\" content=\"\">\n\n    \n\n    \n    <style>\na.cta_button{-moz-box-sizing:content-box !important;-webkit-box-sizing:content-box !important;box-sizing:content-box !important;vertical-align:middle}.hs-breadcrumb-menu{list-style-type:none;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px}.hs-breadcrumb-menu-item{float:left;padding:10px 0px 10px 10px}.hs-breadcrumb-menu-divider:before{content:'›';padding-left:10px}.hs-featured-image-link{border:"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

OpenAPI YAML document did not match the expected shape. Content-Type "text/html" 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" 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",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!doctype html><html><head>\n  <meta charset=\"utf-8\">\n  <title></title>\n  <meta name=\"description\" content=\"Error Page\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n    \n    <meta property=\"og:description\" content=\"\">\n    <meta property=\"og:title\" content=\"\">\n    <meta name=\"twitter:description\" content=\"\">\n    <meta name=\"twitter:title\" content=\"\">\n\n    \n\n    \n    <style>\na.cta_button{-moz-box-sizing:content-box !important;-webkit-box-sizing:content-box !important;box-sizing:content-box !important;vertical-align:middle}.hs-breadcrumb-menu{list-style-type:none;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px}.hs-breadcrumb-menu-item{float:left;padding:10px 0px 10px 10px}.hs-breadcrumb-menu-divider:before{content:'›';padding-left:10px}.hs-featured-image-link{border:"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!doctype html><html><head>\n  <meta charset=\"utf-8\">\n  <title></title>\n  <meta name=\"description\" content=\"Error Page\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n    \n    <meta property=\"og:description\" content=\"\">\n    <meta property=\"og:title\" content=\"\">\n    <meta name=\"twitter:description\" content=\"\">\n    <meta name=\"twitter:title\" content=\"\">\n\n    \n\n    \n    <style>\na.cta_button{-moz-box-sizing:content-box !important;-webkit-box-sizing:content-box !important;box-sizing:content-box !important;vertical-align:middle}.hs-breadcrumb-menu{list-style-type:none;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px}.hs-breadcrumb-menu-item{float:left;padding:10px 0px 10px 10px}.hs-breadcrumb-menu-divider:before{content:'›';padding-left:10px}.hs-featured-image-link{border:"
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!doctype html><html><head>\n  <meta charset=\"utf-8\">\n  <title></title>\n  <meta name=\"description\" content=\"Error Page\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n    \n    <meta property=\"og:description\" content=\"\">\n    <meta property=\"og:title\" content=\"\">\n    <meta name=\"twitter:description\" content=\"\">\n    <meta name=\"twitter:title\" content=\"\">\n\n    \n\n    \n    <style>\na.cta_button{-moz-box-sizing:content-box !important;-webkit-box-sizing:content-box !important;box-sizing:content-box !important;vertical-align:middle}.hs-breadcrumb-menu{list-style-type:none;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px}.hs-breadcrumb-menu-item{float:left;padding:10px 0px 10px 10px}.hs-breadcrumb-menu-divider:before{content:'›';padding-left:10px}.hs-featured-image-link{border:"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!doctype html><html><head>\n  <meta charset=\"utf-8\">\n  <title></title>\n  <meta name=\"description\" content=\"Error Page\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n    \n    <meta property=\"og:description\" content=\"\">\n    <meta property=\"og:title\" content=\"\">\n    <meta name=\"twitter:description\" content=\"\">\n    <meta name=\"twitter:title\" content=\"\">\n\n    \n\n    \n    <style>\na.cta_button{-moz-box-sizing:content-box !important;-webkit-box-sizing:content-box !important;box-sizing:content-box !important;vertical-align:middle}.hs-breadcrumb-menu{list-style-type:none;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px}.hs-breadcrumb-menu-item{float:left;padding:10px 0px 10px 10px}.hs-breadcrumb-menu-divider:before{content:'›';padding-left:10px}.hs-featured-image-link{border:"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!doctype html><html><head>\n  <meta charset=\"utf-8\">\n  <title></title>\n  <meta name=\"description\" content=\"Error Page\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n    \n    <meta property=\"og:description\" content=\"\">\n    <meta property=\"og:title\" content=\"\">\n    <meta name=\"twitter:description\" content=\"\">\n    <meta name=\"twitter:title\" content=\"\">\n\n    \n\n    \n    <style>\na.cta_button{-moz-box-sizing:content-box !important;-webkit-box-sizing:content-box !important;box-sizing:content-box !important;vertical-align:middle}.hs-breadcrumb-menu{list-style-type:none;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px}.hs-breadcrumb-menu-item{float:left;padding:10px 0px 10px 10px}.hs-breadcrumb-menu-divider:before{content:'›';padding-left:10px}.hs-featured-image-link{border:"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!doctype html><html><head>\n  <meta charset=\"utf-8\">\n  <title></title>\n  <meta name=\"description\" content=\"Error Page\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n    \n    <meta property=\"og:description\" content=\"\">\n    <meta property=\"og:title\" content=\"\">\n    <meta name=\"twitter:description\" content=\"\">\n    <meta name=\"twitter:title\" content=\"\">\n\n    \n\n    \n    <style>\na.cta_button{-moz-box-sizing:content-box !important;-webkit-box-sizing:content-box !important;box-sizing:content-box !important;vertical-align:middle}.hs-breadcrumb-menu{list-style-type:none;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px}.hs-breadcrumb-menu-item{float:left;padding:10px 0px 10px 10px}.hs-breadcrumb-menu-divider:before{content:'›';padding-left:10px}.hs-featured-image-link{border:"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "text/html",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!doctype html><html><head>\n  <meta charset=\"utf-8\">\n  <title></title>\n  <meta name=\"description\" content=\"Error Page\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n    \n    <meta property=\"og:description\" content=\"\">\n    <meta property=\"og:title\" content=\"\">\n    <meta name=\"twitter:description\" content=\"\">\n    <meta name=\"twitter:title\" content=\"\">\n\n    \n\n    \n    <style>\na.cta_button{-moz-box-sizing:content-box !important;-webkit-box-sizing:content-box !important;box-sizing:content-box !important;vertical-align:middle}.hs-breadcrumb-menu{list-style-type:none;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px}.hs-breadcrumb-menu-item{float:left;padding:10px 0px 10px 10px}.hs-breadcrumb-menu-divider:before{content:'›';padding-left:10px}.hs-featured-image-link{border:"
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" 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
}

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

33 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": "upgrade-insecure-requests"
}

Security & TrustSecurity & TrustEstablished

Frame protection

Frame protection is missing or incomplete.

33 Fail

Needs attention

Frame protection

Failed check
01

Issue

Frame protection is missing or incomplete.

02

Why it matters

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

Check name

Frame protection

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Frame protection is missing or incomplete.

Evidence
{
  "xFrameOptions": null,
  "validXFrame": false,
  "contentSecurityPolicy": "upgrade-insecure-requests",
  "cspFrameAncestors": 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": 6805
          }
        ]
      },
      "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."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

X-Content-Type-Options

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

33 Fail

Needs attention

X-Content-Type-Options

Failed check
01

Issue

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

02

Why it matters

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

Check name

X-Content-Type-Options

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Prevent MIME sniffing for browser-loaded resources.

Result

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

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

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

25 Fail

Needs attention

High-value schema types

Failed check
01

Issue

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

02

Why it matters

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

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

High-value schema types is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

JSON-LD present

JSON-LD present is missing or incomplete.

25 Fail

Needs attention

JSON-LD present

Failed check
01

Issue

No JSON-LD blocks found.

02

Why it matters

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

Check name

JSON-LD present

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

JSON-LD present is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

25 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

Evidence
{
  "failedStep": "presence",
  "steps": [
    {
      "id": "presence",
      "title": "Find useful Link headers",
      "status": "fail",
      "evidence": {
        "links": [
          {
            "url": "https://www.nelsonconnects.com/hubfs/hub_generated/template_assets/1/78714008956/1776445307813/template_slick-1.8.1.min.css",
            "rel": "preload"
          },
          {
            "url": "https://www.nelsonconnects.com/hubfs/hub_generated/template_assets/1/78716030978/1776445307468/template_slick-theme-1.8.1.min.css",
            "rel": "preload"
          },
          {
            "url": "https://www.nelsonconnects.com/hubfs/hub_generated/template_assets/1/78714022313/1776445316838/template_aos-2.3.1.min.css",
            "rel": "preload"
          },
          {
            "url": "https://www.nelsonconnects.com/hubfs/hub_generated/template_assets/1/78716291221/1776445316462/template_fontawesome-all-6.1.1.min.css",
            "rel": "preload"
          },
          {
            "url": "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css",
            "rel": "preload"
          },
          {
            "url": "https://www.nelsonconnects.com/hubfs/hub_generated/template_assets/1/72196788142/1776445309340/template_bootstrap-grid.min.css",
            "rel": "preload"
          }
        ]
      },
      "issue": "No useful agent discovery Link headers were found.",
      "howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
    },
    {
      "id": "target-validation",
      "title": "Fetch same-origin Link header targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin Link header targets were available to fetch."
          }
        ]
      },
      "issue": "Link headers did not expose any same-origin targets to validate.",
      "howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
    }
  ]
}

AI DiscoverabilityContent ReadinessEmerging recommendation

llms.txt

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

25 Fail

Needs attention

llms.txt

Failed check
01

Issue

llms.txt was not found at the expected path.

02

Why it matters

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

Check name

llms.txt

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    llms.txt was not found at the expected path.

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

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

25 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

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

02

Why it matters

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

Check name

Markdown negotiation

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Return HTML responses as markdown when agents request it.

Result

Markdown negotiation failed at "Markdown content type".

Validation steps

  1. Markdown content type

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

  2. Vary: Accept header

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

  3. Structured Markdown body

    Markdown response is missing a heading.

Evidence
{
  "failedStep": "content-type",
  "steps": [
    {
      "id": "content-type",
      "title": "Markdown content type",
      "status": "fail",
      "evidence": {
        "statusCode": 200,
        "contentType": "text/html; charset=UTF-8"
      },
      "issue": "Content-Type \"text/html; charset=UTF-8\" does not indicate Markdown when requested with Accept: text/markdown.",
      "howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
    },
    {
      "id": "vary-accept",
      "title": "Vary: Accept header",
      "status": "fail",
      "evidence": {
        "vary": "accept-encoding"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"accept-encoding\".",
      "howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
    },
    {
      "id": "markdown-content",
      "title": "Structured Markdown body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "hasHeading": false,
        "wordCount": 19423,
        "excerpt": "<!--\n  The home page was using a V2 theme template, while all other pages used V1 (unversioned).\n  Not sure why this was done, but it caused consistency issues when updating the header and footer.\n  Swapping to V1 template broke home page e",
        "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": 6805
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 6805
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 6805
          }
        ]
      },
      "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",
            "length": 6805
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 6805
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 6805
          }
        ]
      },
      "issue": "mcp.json was not found at the expected path.",
      "howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
    }
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

Organization / WebSite schema

Organization / WebSite schema is missing or incomplete.

25 Fail

Needs attention

Organization / WebSite schema

Failed check
01

Issue

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

02

Why it matters

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

Check name

Organization / WebSite schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Identify the site owner and website entity in structured data.

Result

Organization / WebSite schema is missing or incomplete.

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

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

25 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: missing <main> landmark; 15 links missing accessible names; 0/2 applicable form inputs have autocomplete attributes (2 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": false,
  "nav": true,
  "footer": true,
  "meaningfulH1": true,
  "headingOrder": true,
  "accessibleLinks": false,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": false,
  "details": {
    "inaccessibleLinks": [
      "<a href=\"/for-business/enterprise-managed-solutions?hsLang=en\" style=\"color: #000000;\"></a>",
      "<a href=\"/for-business/enterprise-managed-solutions?hsLang=en\" style=\"color: #000000;\"></a>",
      "<a href=\"/for-business/enterprise-managed-solutions?hsLang=en\" style=\"color: #000000;\"></a>",
      "<a href=\"/for-business/enterprise-managed-solutions?hsLang=en\" style=\"color: #000000;\"></a>",
      "<a href=\"https://www.nelsonconnects.com/learning-center/blogs/the-rise-of-the-flexible-workforce?hsLang=en\"> <div class=\"latest-blogs__img\" style=\"background-image: url(https://www.nelsonconnects.com/hubfs/iStock-1256193741.jpg)\"></div> </a>",
      "<a href=\"https://www.nelsonconnects.com/learning-center/blogs/salary-guide-2026-the-6-best-hiring-strategies-for-employers-this-year?hsLang=en\"> <div class=\"latest-blogs__img\" style=\"background-image: url(https://www.nelsonconnects.com/hubfs/iStock-1416554247.jpg)\"></div> </a>",
      "<a href=\"https://www.nelsonconnects.com/learning-center/blogs/expanding-services?hsLang=en\"> <div class=\"latest-blogs__img\" style=\"background-image: url(https://www.nelsonconnects.com/hubfs/Double%20exposure%20of%20business%20man%20hand%20working%20on%20blank%20screen%20laptop%20computer%20on%20wooden%20desk%20as%20concept.jpeg)\"></div> </a>",
      "<a href=\"mailto:[email protected]\" target=\"_blank\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"22.063\" height=\"17.65\" viewBox=\"0 0 22.063 17.65\"> <path id=\"Icon_material-email\" data-name=\"Icon material-email\" d=\"M22.857,6H5.206a2.2,2.2,0,0,0-2.2,2.206L3,21.444A2.213,2.213,0,0,0,5.206,23.65h17.65a2.213,2.213,0,0,0,2.206-2.206V8.206A2.213,2.213,0,0,0,22.857,6Zm0,4.413-8.825,5.516L5.206,10.413V8.206l8.825,5.516,8.825-5.516Z\" transform=\"translate(-3 -6)\" fill=\"#fafafa\"/> </svg> </a>",
      "<a href=\"https://www.linkedin.com/company/nelson-connects/\" rel=\"noreferrer\" target=\"_blank\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20.294\" height=\"20.294\" viewBox=\"0 0 20.294 20.294\"> <path id=\"Icon_awesome-linkedin-in\" data-name=\"Icon awesome-linkedin-in\" d=\"M4.543,20.295H.335V6.745H4.543ZM2.437,4.9a2.448,2.448,0,1,1,2.437-2.46A2.457,2.457,0,0,1,2.437,4.9Zm17.853,15.4h-4.2V13.7c0-1.572-.032-3.588-2.188-3.588-2.188,0-2.523,1.708-2.523,3.475v6.709h-4.2V6.745h4.035V8.594h.059a4.421,4.421",
      "<a href=\"https://www.facebook.com/NelsonCompanies\" rel=\"noreferrer\" target=\"_blank\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"7.76\" height=\"14.48\" viewBox=\"0 0 12.422 23.193\"> <path id=\"Icon_awesome-facebook-f\" data-name=\"Icon awesome-facebook-f\" d=\"M13.218,13.046l.644-4.2H9.834V6.125A2.1,2.1,0,0,1,12.2,3.857h1.831V.284A22.329,22.329,0,0,0,10.781,0C7.464,0,5.3,2.01,5.3,5.65v3.2H1.609v4.2H5.3V23.194H9.834V13.046Z\" transform=\"translate(-1.609)\" fill=\"#fafafa\"/> </svg> </a>",
      "<a href=\"https://www.instagram.com/nelson_connects/\" rel=\"noreferrer\" target=\"_blank\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"21.328\" height=\"21.328\" viewBox=\"0 0 21.328 21.328\"> <g id=\"Group_27\" data-name=\"Group 27\" transform=\"translate(1 1)\"> <path id=\"Path_46\" data-name=\"Path 46\" d=\"M7.832,3H17.5a4.832,4.832,0,0,1,4.832,4.832V17.5A4.832,4.832,0,0,1,17.5,22.328H7.832A4.832,4.832,0,0,1,3,17.5V7.832A4.832,4.832,0,0,1,7.832,3Z\" transform=\"translate(-3 -3)\" fill=\"none\" stroke=\"#fff\" stroke",
      "<a href=\"mailto:[email protected]\" target=\"_blank\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"22.063\" height=\"17.65\" viewBox=\"0 0 22.063 17.65\"> <path id=\"Icon_material-email\" data-name=\"Icon material-email\" d=\"M22.857,6H5.206a2.2,2.2,0,0,0-2.2,2.206L3,21.444A2.213,2.213,0,0,0,5.206,23.65h17.65a2.213,2.213,0,0,0,2.206-2.206V8.206A2.213,2.213,0,0,0,22.857,6Zm0,4.413-8.825,5.516L5.206,10.413V8.206l8.825,5.516,8.825-5.516Z\" transform=\"translate(-3 -6)\" fill=\"#fafafa\"/> </svg> </a>",
      "<a href=\"https://www.linkedin.com/company/nelson-connects/\" rel=\"noreferrer\" target=\"_blank\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20.294\" height=\"20.294\" viewBox=\"0 0 20.294 20.294\"> <path id=\"Icon_awesome-linkedin-in\" data-name=\"Icon awesome-linkedin-in\" d=\"M4.543,20.295H.335V6.745H4.543ZM2.437,4.9a2.448,2.448,0,1,1,2.437-2.46A2.457,2.457,0,0,1,2.437,4.9Zm17.853,15.4h-4.2V13.7c0-1.572-.032-3.588-2.188-3.588-2.188,0-2.523,1.708-2.523,3.475v6.709h-4.2V6.745h4.035V8.594h.059a4.421,4.421",
      "<a href=\"https://www.facebook.com/NelsonCompanies\" rel=\"noreferrer\" target=\"_blank\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12.422\" height=\"23.193\" viewBox=\"0 0 12.422 23.193\"> <path id=\"Icon_awesome-facebook-f\" data-name=\"Icon awesome-facebook-f\" d=\"M13.218,13.046l.644-4.2H9.834V6.125A2.1,2.1,0,0,1,12.2,3.857h1.831V.284A22.329,22.329,0,0,0,10.781,0C7.464,0,5.3,2.01,5.3,5.65v3.2H1.609v4.2H5.3V23.194H9.834V13.046Z\" transform=\"translate(-1.609)\" fill=\"#fafafa\"/> </svg> </a>",
      "<a href=\"https://www.instagram.com/nelson_connects/\" rel=\"noreferrer\" target=\"_blank\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"21.328\" height=\"21.328\" viewBox=\"0 0 21.328 21.328\"> <g id=\"Group_27\" data-name=\"Group 27\" transform=\"translate(1 1)\"> <path id=\"Path_46\" data-name=\"Path 46\" d=\"M7.832,3H17.5a4.832,4.832,0,0,1,4.832,4.832V17.5A4.832,4.832,0,0,1,17.5,22.328H7.832A4.832,4.832,0,0,1,3,17.5V7.832A4.832,4.832,0,0,1,7.832,3Z\" transform=\"translate(-3 -3)\" fill=\"none\" stroke=\"#fff\" stroke"
    ],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [
      "<input type=\"text\" id=\"jobsearch\" placeholder=\"Job title, Skills, or Keywords\">",
      "<input type=\"text\" id=\"search\" placeholder=\"Search for a location\">"
    ],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 1,
    "headings": 15,
    "links": 170,
    "inaccessibleLinks": 15,
    "buttons": 0,
    "inaccessibleButtons": 0,
    "images": 4,
    "imagesWithAlt": 4,
    "autocompleteInputs": 2,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 2
  }
}

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": 6805
          },
          {
            "path": "/webmcp.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 6805
          },
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 6805
          }
        ]
      },
      "issue": "WebMCP manifest was not found at the expected path.",
      "howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

20 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

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

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

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

20 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

Why it matters

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

Check name

Agent Skills index

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

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

Validation steps

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

agent.json

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

20 Fail

Needs attention

agent.json

Failed check
01

Issue

agent.json was not found at the expected path.

02

Why it matters

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

Check name

agent.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agent.json was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryInformational

agents.json

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

20 Fail

Needs attention

agents.json

Failed check
01

Issue

agents.json was not found at the expected path.

02

Why it matters

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

Check name

agents.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agents.json was not found at the expected path.

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

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

19 Warning

Needs attention

Content freshness signals

Warning
01

Issue

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

02

Why it matters

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

Check name

Content freshness signals

Score

25/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": "Sun, 07 Jun 2026 02:43:02 GMT",
  "schemaDates": [],
  "metaDateCount": 0,
  "timeDateCount": 0
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

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

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

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

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

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

  3. Check DNSSEC material

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

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

Agent Ease of UseMCPInformational

WebMCP

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

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

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

Check name

WebMCP

Score

50/100

Status

warning

Category

MCP

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Detect data-mcp-tool annotations

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

  2. Detect WebMCP declarative tags

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

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

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

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

  5. Detect WebMCP browser navigator injection

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

  6. Interactive surface coverage

    Only 0% of interactive surfaces are annotated.

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

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

10 Fail

Needs attention

AIO: Visible structured data match

Failed check
01

Issue

No JSON-LD structured data was detected.

Details

02

Why it matters

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

Check name

AIO: Visible structured data match

Score

0/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

6 Fail

Needs attention

AIO: Source and trust signals

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://www.nelsonconnects.com/about-us",
      "text": "About Us",
      "html": "<a href=\"https://www.nelsonconnects.com/about-us\" aria-haspopup=\"true\" aria-expanded=\"false\" role=\"menuitem\">About Us</a>"
    },
    {
      "href": "https://www.nelsonconnects.com/about-us/our-team",
      "text": "Our Team",
      "html": "<a href=\"https://www.nelsonconnects.com/about-us/our-team\" role=\"menuitem\">Our Team</a>"
    },
    {
      "href": "https://www.nelsonconnects.com/about-us/philanthropy",
      "text": "Philanthropy",
      "html": "<a href=\"https://www.nelsonconnects.com/about-us/philanthropy\" role=\"menuitem\">Philanthropy</a>"
    },
    {
      "href": "https://www.nelsonconnects.com/about-us",
      "text": "About Us",
      "html": "<a href=\"https://www.nelsonconnects.com/about-us\" aria-haspopup=\"true\" aria-expanded=\"false\" role=\"menuitem\">About Us</a>"
    },
    {
      "href": "https://www.nelsonconnects.com/about-us/our-team",
      "text": "Our Team",
      "html": "<a href=\"https://www.nelsonconnects.com/about-us/our-team\" role=\"menuitem\">Our Team</a>"
    },
    {
      "href": "https://www.nelsonconnects.com/about-us/philanthropy",
      "text": "Philanthropy",
      "html": "<a href=\"https://www.nelsonconnects.com/about-us/philanthropy\" role=\"menuitem\">Philanthropy</a>"
    },
    {
      "href": "https://www.nelsonconnects.com/about-us?hsLang=en",
      "text": "About Us",
      "html": "<a href=\"https://www.nelsonconnects.com/about-us?hsLang=en\" class=\"color-white fontFooter\">About Us</a>"
    },
    {
      "href": "https://www.nelsonconnects.com/about-us/our-team?hsLang=en",
      "text": "Our Team",
      "html": "<a href=\"https://www.nelsonconnects.com/about-us/our-team?hsLang=en\" class=\"color-white fontFooter\">Our Team</a>"
    },
    {
      "href": "https://www.nelsonconnects.com/about-us/philanthropy?hsLang=en",
      "text": "Philanthropy",
      "html": "<a href=\"https://www.nelsonconnects.com/about-us/philanthropy?hsLang=en\" class=\"color-white fontFooter\">Philanthropy</a>"
    },
    {
      "href": "https://www.linkedin.com/company/nelson-connects/",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/nelson-connects/\" rel=\"noreferrer\" target=\"_blank\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20.294\" height=\"20.294\" viewBox=\"0 0 20.294 20.294\"> <path id=\"Icon_awesome-linkedin-in\" data-name=\"Icon awesome-linkedin-in\" d=\"M4.543,20.295H.335V6.745H4.543ZM2.437,4.9a2.448,2.448,0,1,1,2.437-2.46A2.457,2.457,0,0,1,2.437,4.9Zm17.853,15.4h-4.2V13.7c0-1.572-.032-3.588-2.188-3.588-2.188,0-2.523,1.708-2.523,3.475v6.709h-4.2V6.745h4.035V8.594h.059a4.421,4...."
    },
    {
      "href": "https://www.nelsonconnects.com/about-us/our-team?hsLang=en",
      "text": "Our Team",
      "html": "<a href=\"https://www.nelsonconnects.com/about-us/our-team?hsLang=en\" class=\"color-white fontFooter\">Our Team</a>"
    },
    {
      "href": "https://www.nelsonconnects.com/about-us/philanthropy?hsLang=en",
      "text": "Philanthropy",
      "html": "<a href=\"https://www.nelsonconnects.com/about-us/philanthropy?hsLang=en\" class=\"color-white fontFooter\">Philanthropy</a>"
    },
    {
      "href": "https://www.linkedin.com/company/nelson-connects/",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/nelson-connects/\" rel=\"noreferrer\" target=\"_blank\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20.294\" height=\"20.294\" viewBox=\"0 0 20.294 20.294\"> <path id=\"Icon_awesome-linkedin-in\" data-name=\"Icon awesome-linkedin-in\" d=\"M4.543,20.295H.335V6.745H4.543ZM2.437,4.9a2.448,2.448,0,1,1,2.437-2.46A2.457,2.457,0,0,1,2.437,4.9Zm17.853,15.4h-4.2V13.7c0-1.572-.032-3.588-2.188-3.588-2.188,0-2.523,1.708-2.523,3.475v6.709h-4.2V6.745h4.035V8.594h.059a4.421,4...."
    }
  ],
  "contactLinks": [
    {
      "href": "https://www.nelsonconnects.com/contact-us",
      "text": "Contact Us",
      "html": "<a href=\"https://www.nelsonconnects.com/contact-us\" role=\"menuitem\">Contact Us</a>"
    },
    {
      "href": "https://www.nelsonconnects.com/contact-us",
      "text": "Contact Us",
      "html": "<a href=\"https://www.nelsonconnects.com/contact-us\" role=\"menuitem\">Contact Us</a>"
    },
    {
      "href": "https://www.nelsonconnects.com/contact-us?hsLang=en",
      "text": "Contact Nelson Connects",
      "html": "<a href=\"https://www.nelsonconnects.com/contact-us?hsLang=en\" class=\"cta-border-white color-pacific bg-white btn-hover-transparent color-hover-white\">Contact Nelson Connects</a>"
    },
    {
      "href": "https://www.nelsonconnects.com/contact-us?hsLang=en",
      "text": "Contact Us",
      "html": "<a href=\"https://www.nelsonconnects.com/contact-us?hsLang=en\" class=\"color-white fontFooter\">Contact Us</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://www.nelsonconnects.com/hubfs/2026%20People%20Operations/Gary%20D.%20Nelson%20Privacy%20Notice%20-%2012.29.2025.pdf?hsLang=en",
      "text": "HIPPA Notice of Privacy (English)",
      "html": "<a target=\"_blank\" href=\"https://www.nelsonconnects.com/hubfs/2026%20People%20Operations/Gary%20D.%20Nelson%20Privacy%20Notice%20-%2012.29.2025.pdf?hsLang=en\" class=\"color-midnight\" style=\"text-decoration: none;\">HIPPA Notice of Privacy (English) </a>"
    },
    {
      "href": "https://www.nelsonconnects.com/hubfs/2026%20People%20Operations/Gary%20D.Nelson_2026%20Privacy%20Notice_SpanishVersion.pdf?hsLang=en",
      "text": "HIPPA Notice of Privacy (Spanish)",
      "html": "<a target=\"_blank\" href=\"https://www.nelsonconnects.com/hubfs/2026%20People%20Operations/Gary%20D.Nelson_2026%20Privacy%20Notice_SpanishVersion.pdf?hsLang=en\" class=\"color-midnight\" style=\"text-decoration: none;\">HIPPA Notice of Privacy (Spanish) </a>"
    },
    {
      "href": "/privacy-policy?hsLang=en",
      "text": "Privacy Policy",
      "html": "<a href=\"/privacy-policy?hsLang=en\" class=\"color-midnight\" style=\"text-decoration: none;\">Privacy Policy</a>"
    },
    {
      "href": "/terms-of-use?hsLang=en",
      "text": "Terms of Use",
      "html": "<a href=\"/terms-of-use?hsLang=en\" class=\"color-midnight\" style=\"text-decoration: none;\">Terms of Use</a>"
    }
  ],
  "score": 40,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

5 Fail

Needs attention

AEO: Answer evidence and trust

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://www.nelsonconnects.com/about-us",
      "text": "About Us",
      "html": "<a href=\"https://www.nelsonconnects.com/about-us\" aria-haspopup=\"true\" aria-expanded=\"false\" role=\"menuitem\">About Us</a>"
    },
    {
      "href": "https://www.nelsonconnects.com/about-us/our-team",
      "text": "Our Team",
      "html": "<a href=\"https://www.nelsonconnects.com/about-us/our-team\" role=\"menuitem\">Our Team</a>"
    },
    {
      "href": "https://www.nelsonconnects.com/about-us/philanthropy",
      "text": "Philanthropy",
      "html": "<a href=\"https://www.nelsonconnects.com/about-us/philanthropy\" role=\"menuitem\">Philanthropy</a>"
    },
    {
      "href": "https://www.nelsonconnects.com/about-us",
      "text": "About Us",
      "html": "<a href=\"https://www.nelsonconnects.com/about-us\" aria-haspopup=\"true\" aria-expanded=\"false\" role=\"menuitem\">About Us</a>"
    },
    {
      "href": "https://www.nelsonconnects.com/about-us/our-team",
      "text": "Our Team",
      "html": "<a href=\"https://www.nelsonconnects.com/about-us/our-team\" role=\"menuitem\">Our Team</a>"
    },
    {
      "href": "https://www.nelsonconnects.com/about-us/philanthropy",
      "text": "Philanthropy",
      "html": "<a href=\"https://www.nelsonconnects.com/about-us/philanthropy\" role=\"menuitem\">Philanthropy</a>"
    },
    {
      "href": "https://www.nelsonconnects.com/about-us?hsLang=en",
      "text": "About Us",
      "html": "<a href=\"https://www.nelsonconnects.com/about-us?hsLang=en\" class=\"color-white fontFooter\">About Us</a>"
    },
    {
      "href": "https://www.nelsonconnects.com/about-us/our-team?hsLang=en",
      "text": "Our Team",
      "html": "<a href=\"https://www.nelsonconnects.com/about-us/our-team?hsLang=en\" class=\"color-white fontFooter\">Our Team</a>"
    },
    {
      "href": "https://www.nelsonconnects.com/about-us/philanthropy?hsLang=en",
      "text": "Philanthropy",
      "html": "<a href=\"https://www.nelsonconnects.com/about-us/philanthropy?hsLang=en\" class=\"color-white fontFooter\">Philanthropy</a>"
    },
    {
      "href": "https://www.linkedin.com/company/nelson-connects/",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/nelson-connects/\" rel=\"noreferrer\" target=\"_blank\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20.294\" height=\"20.294\" viewBox=\"0 0 20.294 20.294\"> <path id=\"Icon_awesome-linkedin-in\" data-name=\"Icon awesome-linkedin-in\" d=\"M4.543,20.295H.335V6.745H4.543ZM2.437,4.9a2.448,2.448,0,1,1,2.437-2.46A2.457,2.457,0,0,1,2.437,4.9Zm17.853,15.4h-4.2V13.7c0-1.572-.032-3.588-2.188-3.588-2.188,0-2.523,1.708-2.523,3.475v6.709h-4.2V6.745h4.035V8.594h.059a4.421,4...."
    },
    {
      "href": "https://www.nelsonconnects.com/about-us/our-team?hsLang=en",
      "text": "Our Team",
      "html": "<a href=\"https://www.nelsonconnects.com/about-us/our-team?hsLang=en\" class=\"color-white fontFooter\">Our Team</a>"
    },
    {
      "href": "https://www.nelsonconnects.com/about-us/philanthropy?hsLang=en",
      "text": "Philanthropy",
      "html": "<a href=\"https://www.nelsonconnects.com/about-us/philanthropy?hsLang=en\" class=\"color-white fontFooter\">Philanthropy</a>"
    },
    {
      "href": "https://www.linkedin.com/company/nelson-connects/",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/nelson-connects/\" rel=\"noreferrer\" target=\"_blank\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20.294\" height=\"20.294\" viewBox=\"0 0 20.294 20.294\"> <path id=\"Icon_awesome-linkedin-in\" data-name=\"Icon awesome-linkedin-in\" d=\"M4.543,20.295H.335V6.745H4.543ZM2.437,4.9a2.448,2.448,0,1,1,2.437-2.46A2.457,2.457,0,0,1,2.437,4.9Zm17.853,15.4h-4.2V13.7c0-1.572-.032-3.588-2.188-3.588-2.188,0-2.523,1.708-2.523,3.475v6.709h-4.2V6.745h4.035V8.594h.059a4.421,4...."
    }
  ],
  "contactLinks": [
    {
      "href": "https://www.nelsonconnects.com/contact-us",
      "text": "Contact Us",
      "html": "<a href=\"https://www.nelsonconnects.com/contact-us\" role=\"menuitem\">Contact Us</a>"
    },
    {
      "href": "https://www.nelsonconnects.com/contact-us",
      "text": "Contact Us",
      "html": "<a href=\"https://www.nelsonconnects.com/contact-us\" role=\"menuitem\">Contact Us</a>"
    },
    {
      "href": "https://www.nelsonconnects.com/contact-us?hsLang=en",
      "text": "Contact Nelson Connects",
      "html": "<a href=\"https://www.nelsonconnects.com/contact-us?hsLang=en\" class=\"cta-border-white color-pacific bg-white btn-hover-transparent color-hover-white\">Contact Nelson Connects</a>"
    },
    {
      "href": "https://www.nelsonconnects.com/contact-us?hsLang=en",
      "text": "Contact Us",
      "html": "<a href=\"https://www.nelsonconnects.com/contact-us?hsLang=en\" class=\"color-white fontFooter\">Contact Us</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://www.nelsonconnects.com/hubfs/2026%20People%20Operations/Gary%20D.%20Nelson%20Privacy%20Notice%20-%2012.29.2025.pdf?hsLang=en",
      "text": "HIPPA Notice of Privacy (English)",
      "html": "<a target=\"_blank\" href=\"https://www.nelsonconnects.com/hubfs/2026%20People%20Operations/Gary%20D.%20Nelson%20Privacy%20Notice%20-%2012.29.2025.pdf?hsLang=en\" class=\"color-midnight\" style=\"text-decoration: none;\">HIPPA Notice of Privacy (English) </a>"
    },
    {
      "href": "https://www.nelsonconnects.com/hubfs/2026%20People%20Operations/Gary%20D.Nelson_2026%20Privacy%20Notice_SpanishVersion.pdf?hsLang=en",
      "text": "HIPPA Notice of Privacy (Spanish)",
      "html": "<a target=\"_blank\" href=\"https://www.nelsonconnects.com/hubfs/2026%20People%20Operations/Gary%20D.Nelson_2026%20Privacy%20Notice_SpanishVersion.pdf?hsLang=en\" class=\"color-midnight\" style=\"text-decoration: none;\">HIPPA Notice of Privacy (Spanish) </a>"
    },
    {
      "href": "/privacy-policy?hsLang=en",
      "text": "Privacy Policy",
      "html": "<a href=\"/privacy-policy?hsLang=en\" class=\"color-midnight\" style=\"text-decoration: none;\">Privacy Policy</a>"
    },
    {
      "href": "/terms-of-use?hsLang=en",
      "text": "Terms of Use",
      "html": "<a href=\"/terms-of-use?hsLang=en\" class=\"color-midnight\" style=\"text-decoration: none;\">Terms of Use</a>"
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

5 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Extraction-friendly structure

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

4 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: agency, recruitment, services, nelson, connects, connecting, jobs, people, communities.

Details

02

Why it matters

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

Check name

GEO: Entity clarity

Score

73/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "Staffing Agency and Recruitment Services | Nelson Connects",
  "h1": "Connecting Jobs, People, and Communities.",
  "description": "Our recruiting and staffing expertise provides tailored staffing solutions for employers and job seekers. Talk to our experts today.",
  "topicOverlap": 0.1,
  "topicTerms": [
    "staffing",
    "agency",
    "recruitment",
    "services",
    "nelson",
    "connects",
    "connecting",
    "jobs",
    "people",
    "communities"
  ],
  "descriptionTerms": [
    "recruiting",
    "staffing",
    "expertise",
    "provides",
    "tailored",
    "solutions",
    "employers",
    "job",
    "seekers",
    "talk",
    "experts",
    "today"
  ],
  "missingFromDescription": [
    "agency",
    "recruitment",
    "services",
    "nelson",
    "connects",
    "connecting",
    "jobs",
    "people",
    "communities"
  ],
  "score": 73,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

4 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

13 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": 14,
  "passing": 1,
  "failing": [
    {
      "heading": "Featured Services",
      "headingHtml": "<h2 class=\"fontHeading pb-55 color-midnight\">Featured Services</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Staffing and Recruiting",
      "headingHtml": "<h3 class=\"fontSubHead color-black\"> Staffing and Recruiting </h3>",
      "firstParagraph": "Access qualified talent quickly with flexible staffing solutions designed to scale with your business.",
      "paragraphHtml": "<p><span style=\"color: #000000;\">Access qualified talent quickly with flexible staffing solutions designed to scale with your business.</span></p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Employer of Record",
      "headingHtml": "<h3 class=\"fontSubHead color-white\"> Employer of Record </h3>",
      "firstParagraph": "Access qualified talent quickly with flexible staffing solutions designed to scale with your business.",
      "paragraphHtml": "<p><span style=\"color: #ffffff;\">Access qualified talent quickly with flexible staffing solutions designed to scale with your business.</span></p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Independent Contractor Compliance",
      "headingHtml": "<h3 class=\"fontSubHead color-white\"> Independent Contractor Compliance </h3>",
      "firstParagraph": "Engage and manage independent contractors with confidence while we handle classification, compliance, and documentation.",
      "paragraphHtml": "<p><span style=\"color: #ffffff;\">Engage and manage independent contractors with confidence while we handle classification, compliance, and documentation.</span></p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Agent of Record",
      "headingHtml": "<h3 class=\"fontSubHead color-white\"> Agent of Record </h3>",
      "firstParagraph": "Simplify how you manage and pay independent contractors with one partner handling contracts, invoicing, and administration.",
      "paragraphHtml": "<p><span style=\"color: #ffffff;\">Simplify how you manage and pay independent contractors with one partner handling contracts, invoicing, and administration.</span></p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Most workforce solutions are fragmented",
      "headingHtml": "<h2 class=\"fontHeading pb-25 color-\"> Most workforce solutions are fragmented </h2>",
      "firstParagraph": "Staffing firms focus on talent. Platforms focus on technology. You’re left connecting the dots across hiring, compliance, and workforce management.",
      "paragraphHtml": "<p>Staffing firms focus on talent. Platforms focus on technology. You&#x2019;re left connecting the dots across hiring, compliance, and workforce management.&#xa0;</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "We take a different approach",
      "headingHtml": "<h2 class=\"fontHeading pb-25 color-\"> We take a different approach </h2>",
      "firstParagraph": "Nelson Connects combines Recruiting and Staffing, Employer of Record, and Contractor Compliance into one integrated solution, backed by high-touch expertise. Learn more about our services here.",
      "paragraphHtml": "<p>Nelson Connects combines Recruiting and Staffing, Employer of Record, and Contractor Compliance into one integrated solution, backed by high-touch expertise. <br><br>Learn more about our services <a style=\"color: #00aac4;\" href=\"/for-business?hsLang=en\" rel=\"noopener\">here.</a><span style=\"margin: 0px auto; border: 0px dotted red; position: absolute; z-index: 2147483646; visibility: hidden;\"></span><span style=\"z-index: 2147483647; display: inline-block; visibility: hidden; position: absol...",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "Reviews and Testimonials",
      "headingHtml": "<h2 class=\"fontHeading\"> Reviews and Testimonials </h2>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"pre-title\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Latest posts",
      "headingHtml": "<h2 class=\"fontHeading color-midnight\"> Latest posts </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The Rise of the Flexible Workforce",
      "headingHtml": "<h3 class=\"blog-title-h3 color-midnight fontSubHead22 pt-20 pb-20\">The Rise of the Flexible Workforce</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Salary Guide 2026: The 6 Best Hiring Strategies for Employers This Year",
      "headingHtml": "<h3 class=\"blog-title-h3 color-midnight fontSubHead22 pt-20 pb-20\">Salary Guide 2026: The 6 Best Hiring Strategies for Employers This Year</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Nelson Connects Expands Workforce Solutions",
      "headingHtml": "<h3 class=\"blog-title-h3 color-midnight fontSubHead22 pt-20 pb-20\">Nelson Connects Expands Workforce Solutions</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Have a more general question?",
      "headingHtml": "<h2 class=\"color-white fontHeading\">Have a more general question?</h2>",
      "firstParagraph": "Bring it on. We're excited to answer all your professional and workforce-related questions.",
      "paragraphHtml": "<p class=\"color-white\">Bring it on. We&apos;re excited to answer all your professional and workforce-related questions.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 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.

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

55 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": 62,
  "citablePassages": 7,
  "failingCandidateParagraphs": [
    {
      "index": 24,
      "heading": "H2: Reviews and Testimonials",
      "text": "\"I just wanted to say thank you for all your incredible communication and support in helping me get connected with a new employer. If it wasn’t for you reaching out to me on LinkedIn, your very easygoing personality, and phenomenal communication and support, I wouldn’t be in this great company. You made it easier for me than I could have ever imagined changing companies could be. During orientation two other women...",
      "words": 129,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&quot;I just wanted to say thank you for all your incredible communication and support in helping me get connected with a new employer. If it wasn&#x2019;t for you reaching out to me on LinkedIn, your very easygoing personality, and phenomenal communication and support, I wouldn&#x2019;t be in this great company. You made it easier for me than I could have ever imagined changing companies could be. During orientation two other women had mentioned being placed with this company as temps via..."
    },
    {
      "index": 28,
      "heading": "H2: Reviews and Testimonials",
      "text": "“Working with Debi and Nelson Connects is always an absolute pleasure. Everyone at Nelson Connects is personable, responsive and I can tell how much they care about finding the right fit for me at any of my future jobs. Debi specifically has been incredible to work with since day one. She checks in, makes sure I am receiving the support I need and is always willing to go above and beyond. I’ve known Debi for years...",
      "words": 119,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&#x201c;Working with Debi and Nelson Connects is always an absolute pleasure. Everyone at Nelson Connects is personable, responsive and I can tell how much they care about finding the right fit for me at any of my future jobs. Debi specifically has been incredible to work with since day one. She checks in, makes sure I am receiving the support I need and is always willing to go above and beyond. I&#x2019;ve known Debi for years and will continue to come to her any time I am looking for a n..."
    },
    {
      "index": 32,
      "heading": "H2: Reviews and Testimonials",
      "text": "\"Nelson Connects, and specifically Eli, changed my life for the better by connecting me with the opportunity to work for a company that excited both my passion and my desire for professional growth. Additionally, Eli was a champion for me and got me the salary and benefits I asked for immediately. My family and I have experienced a tremendous improvement in our quality of life thanks to the hard work of Eli at Nel...",
      "words": 80,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&quot;Nelson Connects, and specifically Eli, changed my life for the better by connecting me with the opportunity to work for a company that excited both my passion and my desire for professional growth. Additionally, Eli was a champion for me and got me the salary and benefits I asked for immediately. My family and I have experienced a tremendous improvement in our quality of life thanks to the hard work of Eli at Nelson Connects. Thankful for all of it!&quot;</p>"
    },
    {
      "index": 36,
      "heading": "H2: Reviews and Testimonials",
      "text": "\"Hi Elke, things have been going great with this company and position! Thank you for your amazing efforts in helping me land this role. Prior to this position, I’d been working as a barista and really felt things were at an all-time low with the pandemic and my luck with finding new jobs hadn’t been great. You helped find a great role for me and I just wanted to thank you from the bottom of my heart. You’re the be...",
      "words": 83,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&quot;Hi Elke, things have been going great with this company and position! Thank you for your amazing efforts in helping me land this role. Prior to this position, I&#x2019;d been working as a barista and really felt things were at an all-time low with the pandemic and my luck with finding new jobs hadn&#x2019;t been great. You helped find a great role for me and I just wanted to thank you from the bottom of my heart. You&#x2019;re the best!&quot;</p>"
    },
    {
      "index": 40,
      "heading": "H2: Reviews and Testimonials",
      "text": "\"I wanted to let you know I was offered a permanent, full-time position! I couldn't be happier, and I owe it to you - thank you SO MUCH for your help and support with this. This has really changed my life. I am sincerely grateful for all your kindness and support, and wish you the very, very best for the future <3.\"",
      "words": 61,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (61 words; target 80-220)."
      ],
      "html": "<p>&quot;I wanted to let you know I was offered a permanent, full-time position! I couldn&apos;t be happier, and I owe it to you - thank you SO MUCH for your help and support with this. This has really changed my life. I am sincerely grateful for all your kindness and support, and wish you the very, very best for the future &lt;3.&quot;</p>"
    },
    {
      "index": 48,
      "heading": "H2: Reviews and Testimonials",
      "text": "\"Thank you Elke for assisting me with the employment search and delegating for me to get a higher pay, great schedule and going above for me with the direction on using Smart Train for this position in Novato. I am truly thankful. \"",
      "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>&quot;Thank you Elke for assisting me with the employment search and delegating for me to get a higher pay, great schedule and going above for me with the direction on using Smart Train for this position in Novato. I am truly thankful. &quot;</p>"
    },
    {
      "index": 56,
      "heading": "H2: Reviews and Testimonials",
      "text": "\"Elke and everyone at Nelson have been terrific to work with. I have gotten really fun, dynamic assignments from them at local businesses that I would not have had the chance to work at on my own, from a concierge moving company to a fire station!",
      "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>&quot;Elke and everyone at Nelson have been terrific to work with. I have gotten really fun, dynamic assignments from them at local businesses that I would not have had the chance to work at on my own, from a concierge moving company to a fire station!</p>"
    },
    {
      "index": 58,
      "heading": "H2: Reviews and Testimonials",
      "text": "After my last assignment ended, Elke contacted me about a great opportunity that was a perfect fit with my background and I ended up hiring on. Her enthusiasm and passion for her work shows through, wherever you are in the job hunting process, and made it a joy to work with Nelson Connects. I wholeheartedly recommend Nelson Connects to candidates and employers and have met amazing people through the company.\"",
      "words": 70,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (70 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>After my last assignment ended, Elke contacted me about a great opportunity that was a perfect fit with my background and I ended up hiring on. Her enthusiasm and passion for her work shows through, wherever you are in the job hunting process, and made it a joy to work with Nelson Connects. I wholeheartedly recommend Nelson Connects to candidates and employers and have met amazing people through the company.&quot;</p>"
    },
    {
      "index": 70,
      "heading": "H2: Reviews and Testimonials",
      "text": "“It has been a pleasure to work with Nelson Connects. We appreciate their professionalism and responsiveness. Our Business Development Manager, Suzanne, invests the time to understand the needs of our organization, job requirements for open roles and what we are looking for in candidates and future employees. She has provided us great talent that fit both technically and culturally.”",
      "words": 59,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (59 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&#x201c;It has been a pleasure to work with Nelson Connects. We appreciate their professionalism and responsiveness. Our Business Development Manager, Suzanne, invests the time to understand the needs of our organization, job requirements for open roles and what we are looking for in candidates and future employees. She has provided us great talent that fit both technically and culturally.&#x201d;</p>"
    },
    {
      "index": 74,
      "heading": "H2: Reviews and Testimonials",
      "text": "\"Nelson Connects staff are truly wonderful! They took the time to listen to my needs and within a week they presented me with opportunities that matched up with my skills as well as my need to work remotely. They also took the time to continue to reach out after I started my assignment to assure that I was happy. I have worked with other staffing agencies in the past and Nelson Connects is by far the best!\"",
      "words": 77,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (77 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&quot;Nelson Connects staff are truly wonderful! They took the time to listen to my needs and within a week they presented me with opportunities that matched up with my skills as well as my need to work remotely. They also took the time to continue to reach out after I started my assignment to assure that I was happy. I have worked with other staffing agencies in the past and Nelson Connects is by far the best!&quot;</p>"
    },
    {
      "index": 78,
      "heading": "H2: Reviews and Testimonials",
      "text": "\"I have worked with Nelson Connects over the years and have had nothing but positive experiences with their firm. Besides hiring needs they have proven to be a great resource for other needs such as detail salary information. Most recently we needed a top notch \"super\" Sr. Accountant that we initially tried to place on our own. The candidates brought to my attention by Nelson Connects were hands down superior to w...",
      "words": 117,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&quot;I have worked with Nelson Connects over the years and have had nothing but positive experiences with their firm. Besides hiring needs they have proven to be a great resource for other needs such as detail salary information. Most recently we needed a top notch &quot;super&quot; Sr. Accountant that we initially tried to place on our own. The candidates brought to my attention by Nelson Connects were hands down superior to what we were finding on our own. Ultimately, we made a great hi..."
    },
    {
      "index": 82,
      "heading": "H2: Reviews and Testimonials",
      "text": "\"I’ve been working with Nelson Connects for a long time now. I love their professionalism and appreciate all their support in furthering my career! I’ve had the best luck with Nelson Connects - they found me my current role and other great positions that happily worked out for years!\"",
      "words": 50,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (50 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&quot;I&#x2019;ve been working with Nelson Connects for a long time now. I love their professionalism and appreciate all their support in furthering my career! I&#x2019;ve had the best luck with Nelson Connects - they found me my current role and other great positions that happily worked out for years!&quot;</p>"
    },
    {
      "index": 86,
      "heading": "H2: Reviews and Testimonials",
      "text": "\"Nelson Connects has continuously provided our company with exceptional service and highly qualified candidates. We have utilized Nelson Connects for both high level Direct Hire positions as well as temporary assignments, and with each position have been given access to a pool of talented people we would otherwise not have access to. Through the years we have developed a strong professional relationship with their...",
      "words": 81,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&quot;Nelson Connects has continuously provided our company with exceptional service and highly qualified candidates. We have utilized Nelson Connects for both high level Direct Hire positions as well as temporary assignments, and with each position have been given access to a pool of talented people we would otherwise not have access to. Through the years we have developed a strong professional relationship with their staff and can say with confidence that we will continue this relationsh..."
    },
    {
      "index": 90,
      "heading": "H2: Reviews and Testimonials",
      "text": "\"Working with Nelson Connects makes my job as an HR Manager so much easier! We recently partnered with them on a search for multiple positions. This was a difficult search as it required the candidates to train in southern California and eventually work at our corporate office in the Bay Area. They coordinated the interviews very quickly with qualified candidates and within a very short turnaround the positions we...",
      "words": 92,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&quot;Working with Nelson Connects makes my job as an HR Manager so much easier! We recently partnered with them on a search for multiple positions. This was a difficult search as it required the candidates to train in southern California and eventually work at our corporate office in the Bay Area. They coordinated the interviews very quickly with qualified candidates and within a very short turnaround the positions were filled! Nelson Connects does a great job &amp; I would recommend them..."
    },
    {
      "index": 98,
      "heading": "H2: Reviews and Testimonials",
      "text": "\"Over the last few years, I have had the opportunity to work with the Nelson Connects team to recruit for several key roles within my Accounting/Finance department. They were extremely successful in identifying exceptional talent and I was impressed with their level of professionalism and responsiveness. I would highly recommend working with Nelson Connects for Accounting and Finance recruiting needs at any level.\"",
      "words": 64,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (64 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&quot;Over the last few years, I have had the opportunity to work with the Nelson Connects team to recruit for several key roles within my Accounting/Finance department. &#xa0;They were extremely successful in identifying exceptional talent and I was impressed with their level of professionalism and responsiveness. &#xa0;I would highly recommend working with Nelson Connects for Accounting and Finance recruiting needs at any level.&quot;</p>"
    },
    {
      "index": 102,
      "heading": "H2: Reviews and Testimonials",
      "text": "\"When recruiting for a Senior Pricing Analyst, I reached out to Nelson Connects and engaged their services. I hired a candidate presented to us predominantly because they listened to what I was looking for in a candidate and was able to provide a good match. I was so pleased with the experience that I have continued to reach out to Nelson Connects for additional hiring needs.\"",
      "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>&quot;When recruiting for a Senior Pricing Analyst, I reached out to Nelson Connects and engaged their services. I hired a candidate presented to us predominantly because they listened to what I was looking for in a candidate and was able to provide a good match. I was so pleased with the experience that I have continued to reach out to Nelson Connects for additional hiring needs.&quot;</p>"
    },
    {
      "index": 106,
      "heading": "H2: Reviews and Testimonials",
      "text": "\"For several years, I’ve been working with Nelson Connects to fill a variety of staffing needs. They consistently offer top notch experience, provide exemplary customer service, and deliver the caliber of candidates that will be successful in our entrepreneurial environment.\"",
      "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>&quot;For several years, I&#x2019;ve been working with Nelson Connects to fill a variety of staffing needs. They consistently offer top notch experience, provide exemplary customer service, and deliver the caliber of candidates that will be successful in our entrepreneurial environment.&quot;</p>"
    },
    {
      "index": 110,
      "heading": "H2: Reviews and Testimonials",
      "text": "\"We have enjoyed a long-term relationship with Nelson Connects and have worked with them exclusively to assist us on a variety of recruiting needs. Most recently, I had the opportunity to engage the Finance & Accounting team at Nelson Connects in a highly complex search to identify a new CFO. We have a deeply rooted history in Sonoma County and building a strong team is vital to our continued success. Not only did...",
      "words": 131,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&quot;We have enjoyed a long-term relationship with Nelson Connects and have worked with them exclusively to assist us on a variety of recruiting needs. Most recently, I had the opportunity to engage the Finance &amp; Accounting team at Nelson Connects in a highly complex search to identify a new CFO. We have a deeply rooted history in Sonoma County and building a strong team is vital to our continued success. &#xa0;Not only did the recruiters at Nelson Connects present us with a panel of..."
    },
    {
      "index": 114,
      "heading": "H2: Reviews and Testimonials",
      "text": "\"We were growing faster than expected and quickly needed to bring on a CFO specific to our industry. This was a critical hire for us, and we needed to identify someone in our industry, complete our due diligence and move quickly to meet with appropriate candidates. Within 3 weeks of our first conversation with Joseph we extended an offer and hired a fantastic CFO. I would strongly recommend working with Joseph and...",
      "words": 74,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (74 words; target 80-220)."
      ],
      "html": "<p>&quot;We were growing faster than expected and quickly needed to bring on a CFO specific to our industry. &#xa0;This was a critical hire for us, and we needed to identify someone in our industry, complete our due diligence and move quickly to meet with appropriate candidates. &#xa0;Within 3 weeks of our first conversation with Joseph we extended an offer and hired a fantastic CFO. I would strongly recommend working with Joseph and Nelson Connects.&quot;</p>"
    },
    {
      "index": 118,
      "heading": "H2: Reviews and Testimonials",
      "text": "\"We trust Nelson Connects to help us find seasonal tax professionals. They understand our needs and always do a great job in finding knowledgeable and dependable people. Their tax professionals allow us the ability to meet the demands of increased workload during certain times of the year and provide quality service to our clients.\"",
      "words": 54,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (54 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&quot;We trust Nelson Connects to help us find seasonal tax professionals. They understand our needs and always do a great job in finding knowledgeable and dependable people. Their tax professionals allow us the ability to meet the demands of increased workload during certain times of the year and provide quality service to our clients.&quot;</p>"
    },
    {
      "index": 122,
      "heading": "H2: Reviews and Testimonials",
      "text": "\"We’re happy to recommend Nelson Connects. They offer top quality service and stand behind their people. From Tax Manager to seasonal tax assembly, Nelson Connects has helped us find the best talent in the area. They understood our busy schedule and worked with us to get the right person for the job.\"",
      "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>&quot;We&#x2019;re happy to recommend Nelson Connects. They offer top quality service and stand behind their people. From Tax Manager to seasonal tax assembly, Nelson Connects has helped us find the best talent in the area. They understood our busy schedule and worked with us to get the right person for the job.&quot;</p>"
    },
    {
      "index": 130,
      "heading": "H2: Reviews and Testimonials",
      "text": "\"On a scale of 1 to 10, they are a 12! They’re fantastic! They provide outstanding customer service, and they understand the personality and caliber of people who are going to fit in with our organization. They are mindful of my budget and make it feel like a partnership… I use them exclusively… they just always get it done.\"",
      "words": 60,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (60 words; target 80-220)."
      ],
      "html": "<p>&quot;On a scale of 1 to 10, they are a 12! They&#x2019;re fantastic! They provide outstanding customer service, and they understand the personality and caliber of people who are going to fit in with our organization. They are mindful of my budget and make it feel like a partnership&#x2026; &#xa0;I use them exclusively&#x2026; &#xa0;they just always get it done.&quot;</p>"
    },
    {
      "index": 138,
      "heading": "H2: Reviews and Testimonials",
      "text": "\"They’re fabulous. Nelson Connects is very good at what they do. They are experienced at staffing all levels within a wide variety of organizations. I really like the quality of people we get. When you call into them, they know you. They know what our standards are, and they know that quality always comes first. I feel that they’re always looking out for our best interests. They want to make sure it’s a good fit a...",
      "words": 86,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&quot;They&#x2019;re fabulous. Nelson Connects is very good at what they do. They are experienced at staffing all levels within a wide variety of organizations. I really like the quality of people we get. When you call into them, they know you. They know what our standards are, and they know that quality always comes first. &#xa0;I feel that they&#x2019;re always looking out for our best interests. They want to make sure it&#x2019;s a good fit and I think their customer services is outstan..."
    },
    {
      "index": 142,
      "heading": "H2: Reviews and Testimonials",
      "text": "\"I highly recommend Nelson Connects to anyone needing assistance of a staffing professional for the recruiting of an Accounting or Finance position. They have helped me fill positions on numerous occasions… Nelson Connects is an Accounting and Finance staffing firm I trust.\"",
      "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>&quot;I highly recommend Nelson Connects to anyone needing assistance of a staffing professional for the recruiting of an Accounting or Finance position. They have helped me fill positions on numerous occasions&#x2026; Nelson Connects is an Accounting and Finance staffing firm I trust.&quot;</p>"
    },
    {
      "index": 146,
      "heading": "H2: Reviews and Testimonials",
      "text": "\"I would highly recommend Nelson Connects to anyone needing staffing assistance. Not only have they presented us with top quality candidates, but they have found an efficient way to screen a group of candidates without taking very much time out of my day. Most recently they set up back-to-back thirty-minute interviews with five candidates at their office. We had a chance to meet and talk with all five of them, tim...",
      "words": 141,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&quot;I would highly recommend Nelson Connects to anyone needing staffing assistance. Not only have they presented us with top quality candidates, but they have found an efficient way to screen a group of candidates without taking very much time out of my day. Most recently they set up back-to-back thirty-minute interviews with five candidates at their office. We had a chance to meet and talk with all five of them, time to compare notes, and pick one or two in bring back for a second more..."
    },
    {
      "index": 150,
      "heading": "H2: Reviews and Testimonials",
      "text": "\"I had the opportunity to work with Nelson Connects when I needed to bring on an Accounting Finance Controller. Our need was unique in that I had to bring someone on quickly with Retail Industry experience. Nelson Connects was quick to respond, and I was very pleased. We made a great hire, and I will continue to seek out their assistance when needed.\"",
      "words": 63,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (63 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&quot;I had the opportunity to work with Nelson Connects when I needed to bring on an Accounting Finance Controller. Our need was unique in that I had to bring someone on quickly with Retail Industry experience. Nelson Connects was quick to respond, and I was very pleased. We made a great hire, and I will continue to seek out their assistance when needed.&quot;</p>"
    },
    {
      "index": 154,
      "heading": "H2: Reviews and Testimonials",
      "text": "“I have been working with Nelson Connects for many years now. Their team is an amazing group of talented individuals that know my industry and what type of people I’m looking for. They have always gone above and beyond to provide excellent service. I value their input and enjoy working with the whole team!”",
      "words": 55,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (55 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&#x201c;I have been working with Nelson Connects for many years now. Their team is an amazing group of talented individuals that know my industry and what type of people I&#x2019;m looking for. They have always gone above and beyond to provide excellent service. I value their input and enjoy working with the whole team!&#x201d;</p>"
    },
    {
      "index": 158,
      "heading": "H2: Reviews and Testimonials",
      "text": "“Had barely come to town as a last minute ditch effort for a pivot in life. Found myself at the front door of Nelson Connects speaking with a kind soul (Aimee ), who pointed me in a new direction in which I’ve never seen or heard of before in my life. Months into the project I had a difficult time in my personal life and was in complete amazement when my recruiter went above and beyond to make sure everything will...",
      "words": 102,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&#x201c;Had barely come to town as a last minute ditch effort for a pivot in life. Found myself at the front door of Nelson Connects speaking with a kind soul (Aimee ), who pointed me in a new direction in which I&#x2019;ve never seen or heard of before in my life. Months into the project I had a difficult time in my personal life and was in complete amazement when my recruiter went above and beyond to make sure everything will be just fine. I&#x2019;ve been loving every minute at my new j..."
    },
    {
      "index": 162,
      "heading": "H2: Reviews and Testimonials",
      "text": "“I wanted to let you know how great and wonderful Mauricio and Mary are and have been to work with! The teamwork and relationship I’ve built with them for almost the past year has been exceptional. They respond to me timely and are always on top of their game!I appreciate all their hard work in getting our baking team staffed and all the great candidates they have assisted on bringing on to my team and being able...",
      "words": 156,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&#x201c;I wanted to let you know how great and wonderful Mauricio and Mary are and have been to work with! The teamwork and relationship I&#x2019;ve built with them for almost the past year has been exceptional. They respond to me timely and are always on top of their game!<br><br>I appreciate all their hard work in getting our baking team staffed and all the great candidates they have assisted on bringing on to my team and being able to hire them on permanently/directly afterwards. I appr..."
    },
    {
      "index": 166,
      "heading": "H2: Reviews and Testimonials",
      "text": "“Wanted to take a minute to say how much I appreciate working with the Nelson Connects Santa Rosa team! I am retired but still like to work projects so they have put me on multiple assignments at different client sites, they know exactly which projects will work for me. This team is always kind and professional. I also appreciate how detailed they are with providing me all of the information I need for each projec...",
      "words": 86,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&#x201c;Wanted to take a minute to say how much I appreciate working with the Nelson Connects Santa Rosa team! I am retired but still like to work projects so they have put me on multiple assignments at different client sites, they know exactly which projects will work for me. This team is always kind and professional. I also appreciate how detailed they are with providing me all of the information I need for each project I am going to. I highly recommend working with Nelson Connects!&#x20..."
    },
    {
      "index": 174,
      "heading": "H2: Reviews and Testimonials",
      "text": "“Quiero agradecer a Nelson Connects por ayudarme a conseguir trabajo, en especial a Aimee que con su gratitud sabiendo que mi inglés no es bueno siempre trató de hacerme sentirme bien, no solo es una empleadora, sabe escuchar, aconseja y eso me motiva. Desde ya muchas gracias por todo.I want to thank Nelson Connects for helping me find a job, especially Aimee because my English is not good and she is always trying...",
      "words": 99,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&#x201c;Quiero agradecer a Nelson Connects por ayudarme a conseguir trabajo, en especial a Aimee que con su gratitud sabiendo que mi ingl&#xe9;s no es bueno siempre trat&#xf3; &#xa0;de hacerme sentirme bien, no solo es una empleadora, sabe escuchar, aconseja y eso me motiva. Desde ya muchas gracias por todo.<br><br>I want to thank Nelson Connects for helping me find a job, especially Aimee because my English is not good and she is always trying to make me feel good, not only as an employee..."
    },
    {
      "index": 178,
      "heading": "H2: Reviews and Testimonials",
      "text": "“In the short time I have been working with Matt and Nelson Connects, I have developed a great working relationship. Matt is very knowledgeable and is very invested in procuring the right candidates for us. He follows up and asks for feedback on all candidates he presents. He has successfully found two great candidates for two different positions for the company. I look forward to continuing my working relationshi...",
      "words": 71,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (71 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&#x201c;In the short time I have been working with Matt and Nelson Connects, I have developed a great working relationship. Matt is very knowledgeable and is very invested in procuring the right candidates for us. He follows up and asks for feedback on all candidates he presents. He has successfully found two great candidates for two different positions for the company. I look forward to continuing my working relationship with Matt.&#x201d;</p>"
    },
    {
      "index": 182,
      "heading": "H2: Reviews and Testimonials",
      "text": "“I have been with Nelson Connects for many years and it has been a great way for me to obtain work at different companies. I am currently working at one of those companies for over a year. I am very thankful of all the work opportunities that Nelson Connects has provided me with. It’s being always a nice experience interacting with Nelson Connects team.”",
      "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>&#x201c;I have been with Nelson Connects for many years and it has been a great way for me to obtain work at different companies. I am currently working at one of those companies for over a year. I am very thankful of all the work opportunities that Nelson Connects has provided me with. It&#x2019;s being always a nice experience interacting with Nelson Connects team.&#x201d;</p>"
    },
    {
      "index": 186,
      "heading": "H2: Reviews and Testimonials",
      "text": "“Matt has been a valuable partner in helping us find rock stars that we have added to our team! He takes the time to understand the qualifications of our positions and our company culture. Not only did Matt vet out candidates, he also found qualified, dynamic people for us to hire in two different departments – Human Resources and Sales. His candidates have hit the ground running and made a positive impact on our...",
      "words": 74,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (74 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&#x201c;Matt has been a valuable partner in helping us find rock stars that we have added to our team! He takes the time to understand the qualifications of our positions and our company culture. Not only did Matt vet out candidates, he also found qualified, dynamic people for us to hire in two different departments &#x2013; Human Resources and Sales. His candidates have hit the ground running and made a positive impact on our business.&#x201d;</p>"
    },
    {
      "index": 190,
      "heading": "H2: Reviews and Testimonials",
      "text": "“I have had the opportunity to work with Matt while pursuing an Account Manager position. After an initial interview, Matt acted as a great liaison between me and the hiring company. Through the interview process to the final offer, he constantly kept me updated. I highly recommend his service.”",
      "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>&#x201c;I have had the opportunity to work with Matt while pursuing an Account Manager position. After an initial interview, Matt acted as a great liaison between me and the hiring company. Through the interview process to the final offer, he constantly kept me updated. I highly recommend his service.&#x201d;</p>"
    },
    {
      "index": 194,
      "heading": "H2: Reviews and Testimonials",
      "text": "“I was very pleased with Matt and his attention to detail. He was straight to the point, very knowledgeable, and patient. I have never experienced such service like the one he provided to me in a time of need. Thank you so much Matt, for building a connection and helping me find a new place to expand my career and experience.”",
      "words": 61,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (61 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&#x201c;I was very pleased with Matt and his attention to detail. He was straight to the point, very knowledgeable, and patient. I have never experienced such service like the one he provided to me in a time of need. Thank you so much Matt, for building a connection and helping me find a new place to expand my career and experience.&#x201d;</p>"
    },
    {
      "index": 198,
      "heading": "H2: Reviews and Testimonials",
      "text": "“Being suddenly unemployed can be a tough experience. As a husband with two young children, the thought of being unemployed after a massive layoff made me think of long, stressful days searching for the next opportunity. But Matt at Nelson Connects helped me along my journey. Matt was awesome with communication and gave me confidence a new job was on the horizon. Matt did great prepping me with interview questions...",
      "words": 150,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&#x201c;Being suddenly unemployed can be a tough experience. As a husband with two young children, the thought of being unemployed after a massive layoff &#xa0;made me think of long, stressful days searching for the next opportunity.&#xa0;<br><br>But Matt at Nelson Connects helped me along my journey. Matt was awesome with communication &#xa0;and gave me confidence a new job was on the horizon. Matt did great prepping me with interview questions and techniques to crush the process. Once it..."
    },
    {
      "index": 202,
      "heading": "H2: Reviews and Testimonials",
      "text": "“From the outset of our business relationship, Evan demonstrated professionalism, instinctually understood the firm’s needs and continues to be a valuable resource for future recruiting needs. I have happily and without reservations recommended Evan and Nelson Connects as valuable resources to my colleagues.”",
      "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>&#x201c;From the outset of our business relationship, Evan demonstrated professionalism, instinctually understood the firm&#x2019;s needs and continues to be a valuable resource for future recruiting needs. I have happily and without reservations recommended Evan and Nelson Connects as valuable resources to my colleagues.&#x201d;</p>"
    },
    {
      "index": 206,
      "heading": "H2: Reviews and Testimonials",
      "text": "“Can't say enough good things about my time with Nelson Connects. My experience has felt more like family, than co-workers. Every single member of the staff I’ve had the pleasure of interacting with have been caring and compassionate. They have always made sure to make me feel valued and respected, while maintaining a thorough and informative approach. I’m incredibly fortunate to be associated with this team and c...",
      "words": 77,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (77 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&#x201c;Can&apos;t say enough good things about my time with Nelson Connects. My experience has felt more like family, than co-workers. Every single member of the staff I&#x2019;ve had the pleasure of interacting with have been caring and compassionate. They have always made sure to make me feel valued and respected, while maintaining a thorough and informative approach. I&#x2019;m incredibly fortunate to be associated with this team and commend them on their incredible and well-deserved s..."
    },
    {
      "index": 210,
      "heading": "H2: Reviews and Testimonials",
      "text": "“I have confidence when I contact Urvashi and her team at Nelson Connects to fulfill any of our hard-to-fill positions. Recruiting is not only about matching qualifications, it’s also about truly listening and asking the right questions to search for people who are aligned with an organization’s mission and values. Nelson Connects stays engaged and builds relationships as well as pipelines talent who are intereste...",
      "words": 118,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&#x201c;I have confidence when I contact Urvashi and her team at Nelson Connects to fulfill any of our hard-to-fill positions. Recruiting is not only about matching qualifications, it&#x2019;s also about truly listening and asking the right questions to search for people who are aligned with an organization&#x2019;s mission and values. Nelson Connects stays engaged and builds relationships as well as pipelines talent who are interested and waiting for the right opportunity. Even on short n..."
    },
    {
      "index": 214,
      "heading": "H2: Reviews and Testimonials",
      "text": "“Nelson Connects notified me of an opportunity at the top technology company in the U.S. Mike, Todd, and the onboarding team did a great job preparing me and walking me through the process. I highly recommend this team because of their outstanding communication, energy, and professionalism. Currently, I work for my dream company and the whole experience has been incredibly rewarding.”",
      "words": 62,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (62 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&#x201c;Nelson Connects notified me of an opportunity at the top technology company in the U.S. Mike, Todd, and the onboarding team did a great job preparing me and walking me through the process. I highly recommend this team because of their outstanding communication, energy, and professionalism. Currently, I work for my dream company and the whole experience has been incredibly rewarding.&#x201d;</p>"
    },
    {
      "index": 218,
      "heading": "H2: Reviews and Testimonials",
      "text": "“Kevin has been a pleasure to work with. He is technically strong and always eager to learn new technologies that are relevant to our business. He tries to understand our company, initiatives, and future roadmaps. As a result, we get skillful candidates in a timely manner who are also good culture fits! I enjoy working with Kevin and will continue partnering with him.”",
      "words": 63,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (63 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&#x201c;Kevin has been a pleasure to work with. He is technically strong and always eager to learn new technologies that are relevant to our business. He tries to understand our company, initiatives, and future roadmaps. As a result, we get skillful candidates in a timely manner who are also good culture fits! I enjoy working with Kevin and will continue partnering with him.&#x201d;</p>"
    },
    {
      "index": 222,
      "heading": "H2: Reviews and Testimonials",
      "text": "“I've been working with Michelle for over a year and a half and she has helped my land a handful of different positions. Michelle is very professional and I enjoy working with her very much. She’s always helpful when I have any questions and she’s always been able to answer them. She has great communication skills, is very good at what she does, and I would recommend her to any of my friends that are seeking emplo...",
      "words": 79,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (79 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&#x201c;I&apos;ve been working with Michelle for over a year and a half and she has helped my land a handful of different positions. Michelle is very professional and I enjoy working with her very much. She&#x2019;s always helpful when I have any questions and she&#x2019;s always been able to answer them. She has great communication skills, is very good at what she does, and I would recommend her to any of my friends that are seeking employment.&#x201d;</p>"
    },
    {
      "index": 226,
      "heading": "H2: Reviews and Testimonials",
      "text": "“I just wanted to sing (not really sing, but you get it) the praises of Kevin. He is in constant communication and shares his roadblocks so that the team knows what is going on. One of our technical hiring managers mentioned they like working with Kevin as he has technical chops and is not just pushing us candidates – he finds us good people. I just wanted you to know how much we value his work and partnership.”",
      "words": 77,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (77 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&#x201c;I just wanted to sing (not really sing, but you get it) the praises of Kevin. He is in constant communication and shares his roadblocks so that the team knows what is going on. One of our technical hiring managers mentioned they like working with Kevin as he has technical chops and is not just pushing us candidates &#x2013; he finds us good people. I just wanted you to know how much we value his work and partnership.&#x201d;</p>"
    },
    {
      "index": 230,
      "heading": "H2: Reviews and Testimonials",
      "text": "“My experience working with Nelson Connects was one of the better ones in working with a technical recruiter. Evan is very much the real deal and throughout my search process, he was able to keep eyes on the prize on my behalf and ultimately landed me at an amazing company working with an incredible team. A job search can be frustrating and at times, underwhelming. But I can honestly say that working with Evan and...",
      "words": 103,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&#x201c;My experience working with Nelson Connects was one of the better ones in working with a technical recruiter. Evan is very much the real deal and throughout my search process, he was able to keep eyes on the prize on my behalf and ultimately landed me at an amazing company working with an incredible team. A job search can be frustrating and at times, underwhelming. But I can honestly say that working with Evan and Nelson Connects opened my eyes to what is truly possible when a recru..."
    },
    {
      "index": 234,
      "heading": "H2: Reviews and Testimonials",
      "text": "“Working with Kevin has been an entirely positive experience. We tested Kevin with a few talent acquisition needs which had otherwise stalled. Kevin listened to our needs, quickly produced high-quality leads, and filled our toughest positions. Moreover, Kevin proved his integrity as an honest broker, seeking the best outcome for his candidates while also correctly representing the priorities of our business.”",
      "words": 61,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (61 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&#x201c;Working with Kevin has been an entirely positive experience. &#xa0;We tested Kevin with a few talent acquisition needs which had otherwise stalled. Kevin listened to our needs, quickly produced high-quality leads, and filled our toughest positions. Moreover, Kevin proved his integrity as an honest broker, seeking the best outcome for his candidates while also correctly representing the priorities of our business.&#x201d;</p>"
    },
    {
      "index": 242,
      "heading": "H2: Reviews and Testimonials",
      "text": "“I had the pleasure of working with Evan and Nelson Connects regarding a senior technical leadership role in 2022. In short they were a joy to work with. Evan and the team’s communication throughout the entire process was excellent. They had their finger on the pulse of the volatile market shifts and had an excellent pool of candidates to source from. I would highly recommend them and work with them again.”",
      "words": 72,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (72 words; target 80-220)."
      ],
      "html": "<p>&#x201c;I had the pleasure of working with Evan and Nelson Connects regarding a senior technical leadership role in 2022. In short they were a joy to work with. Evan and the team&#x2019;s communication throughout the entire process was excellent. They had their finger on the pulse of the volatile market shifts and had an excellent pool of candidates to source from. I would highly recommend them and work with them again.&#x201d;</p>"
    },
    {
      "index": 246,
      "heading": "H2: Reviews and Testimonials",
      "text": "“Kendal found me on LinkedIn and asked me to apply for her client's contract job. Throughout the process, Kendal was helpful, friendly, and openly interested in supporting my career strategizing. I am grateful that she matched me so skillfully and followed through with the whole process!”",
      "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>&#x201c;Kendal found me on LinkedIn and asked me to apply for her client&apos;s contract job. Throughout the process, Kendal was helpful, friendly, and openly interested in supporting my career strategizing. I am grateful that she matched me so skillfully and followed through with the whole process!&#x201d;</p>"
    },
    {
      "index": 250,
      "heading": "H2: Reviews and Testimonials",
      "text": "“I highly recommend Kevin for your next executive (or other) search. We recently partnered with Kevin and were impressed with his timely follow-up skills as well as his commitment to transparent communication. He really listened to our needs in a candidate and used his scoping abilities to bring us qualified individuals.”",
      "words": 51,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (51 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&#x201c;I highly recommend Kevin for your next executive (or other) search. We recently partnered with Kevin and were impressed with his timely follow-up skills as well as his commitment to transparent communication. He really listened to our needs in a candidate and used his scoping abilities to bring us qualified individuals.&#x201d;</p>"
    },
    {
      "index": 258,
      "heading": "H2: Reviews and Testimonials",
      "text": "“Nelson Connects and I have been working together for 4 short months, but our partnership has been advantageous to our Contingent Workforce Program's growth so far. My team and I have worked with Urvashi closely, and she is a pleasure to work with when it comes to hard-to-fill reqs, negotiation, market data, and overall suggestions and recommendations she has shared with us.”",
      "words": 62,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (62 words; target 80-220)."
      ],
      "html": "<p>&#x201c;Nelson Connects and I have been working together for 4 short months, but our partnership has been advantageous to our Contingent Workforce Program&apos;s growth so far. My team and I have worked with Urvashi closely, and she is a pleasure to work with when it comes to hard-to-fill reqs, negotiation, market data, and overall suggestions and recommendations she has shared with us.&#x201d;</p>"
    },
    {
      "index": 262,
      "heading": "H2: Reviews and Testimonials",
      "text": "“Michelle is an awesome recruiter who has made my IT life a very promising and fruitful experience. … She has gotten jobs that have not only helped my career as far as experience goes, but the jobs have also helped monetarily that I probably wouldn’t have been able to negotiate myself. … I recommended her to two of my previous co-workers, and she is doing an amazing job finding them above market work. … I’ve been...",
      "words": 119,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&#x201c;Michelle is an awesome recruiter who has made my IT life a very promising and fruitful experience. &#x2026; She has gotten jobs that have not only helped my career as far as experience goes, but the jobs have also helped monetarily that I probably wouldn&#x2019;t have been able to negotiate myself. &#x2026; I recommended her to two of my previous co-workers, and she is doing an amazing job finding them above market work. &#x2026; I&#x2019;ve been able to work with systems and utili..."
    },
    {
      "index": 270,
      "heading": "H2: Reviews and Testimonials",
      "text": "“I applied to a position on LinkedIn that was posted by Nelson Connects (Wine & Spirits). From the start, Nicole was beyond helpful throughout the entire process. She continually checked in, was a major advocate for me during the interview process and was also an influential piece in getting the job. I can't thank Nicole and Nelson Connects enough for playing a pivotal role in my job search and ultimately helping...",
      "words": 74,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (74 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&#x201c;I applied to a position on LinkedIn that was posted by Nelson Connects (Wine &amp; Spirits). From the start, Nicole was beyond helpful throughout the entire process. She continually checked in, was a major advocate for me during the interview process and was also an influential piece in getting the job. I can&apos;t thank Nicole and Nelson Connects enough for playing a pivotal role in my job search and ultimately helping me get the job!&#x201d;</p>"
    },
    {
      "index": 278,
      "heading": "H2: Reviews and Testimonials",
      "text": "“If you are hiring for a role or looking to find a job in the wine and spirits industry, Executive Recruiter Caitlyn should be your first call. She is a natural connector with extensive relationships in the industry and loves helping people find their perfect role and ultimate happiness. Caitlyn has a passion for the beverage industry with a progressive career working for restaurants, distributors, and suppliers/i...",
      "words": 116,
      "hasEvidence": false,
      "reasons": [
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&#x201c;If you are hiring for a role or looking to find a job in the wine and spirits industry, Executive Recruiter Caitlyn should be your first call. She is a natural connector with extensive relationships in the industry and loves helping people find their perfect role and ultimate happiness. Caitlyn has a passion for the beverage industry with a progressive career working for restaurants, distributors, and suppliers/importers. This direct experience sets her apart and gives her a compet..."
    },
    {
      "index": 282,
      "heading": "H2: Reviews and Testimonials",
      "text": "“As co-owner of a large wine importer of Bordeaux wines, I have used the services of Nelson Connects for six years and have recruited six people through their platform. I have always been very pleased with their services and professionalism. Lately I have worked with Nicole and recruited two regional managers. The experience was extremely positive, and Nicole has been committed to our project.”",
      "words": 64,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (64 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p>&#x201c;As co-owner of &#xa0;a large wine importer of Bordeaux wines, I have used the services of Nelson Connects for six years and have recruited six people through their platform. I have always been very pleased with their services and professionalism. Lately I have worked with Nicole and recruited two regional managers. The experience was extremely positive, and Nicole has been committed to our project.&#x201d;</p>"
    },
    {
      "index": 283,
      "heading": "H2: Your Workforce Partner",
      "text": "For over 50 years, our commitment to service excellence, attention to detail, and continuous improvement have helped us build authentic, long-lasting partnerships. Every day we use our core values of excellence, integrity, empathy, and innovation to guide our business decisions and personal interactions. At Nelson Connects, our purpose is your success.",
      "words": 51,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (51 words; target 80-220)."
      ],
      "html": "<p><span style=\"color: #ffffff;\">For over 50 years, our commitment to service excellence, attention to detail, and continuous improvement have helped us build authentic, long-lasting partnerships. Every day we use our core values of excellence, integrity, empathy, and innovation to guide our business decisions and personal interactions. At Nelson Connects, our purpose is your success.</span></p>"
    }
  ],
  "citableParagraphs": [
    {
      "index": 20,
      "heading": "H2: Reviews and Testimonials",
      "text": "“My company used Nelson Connects for staffing services. We were transitioning the business from 1099 contractors to W-2 employees over a 12-month period. I honestly didn’t know how many of the employment laws and regulations worked and needed a solution. The Nelson Connects team made it easy! They educated me, set all the employees up and created a simply way to track time for payment. My team loved the simplicity...",
      "words": 100,
      "hasEvidence": true,
      "reasons": [],
      "html": "<p>&#x201c;My company used Nelson Connects for staffing services. We were transitioning the business from 1099 contractors to W-2 employees over a 12-month period. I honestly didn&#x2019;t know how many of the employment laws and regulations worked and needed a solution. The Nelson Connects team made it easy! They educated me, set all the employees up and created a simply way to track time for payment. My team loved the simplicity and mostly the direct deposit connection versus the paper chec..."
    },
    {
      "index": 52,
      "heading": "H2: Reviews and Testimonials",
      "text": "\"Hi Elke! Thanks so much! The last 6 months have flown by, but at the same time it felt like an eternity for me to get hired on. I even stopped expecting it, and then it happened! I can’t even tell you how happy I am. This would not have happened without you, and without you fighting for me & getting the door open for me. I’ve enjoyed working with you! And I would do it again. Thank you so much for everything! I’l...",
      "words": 89,
      "hasEvidence": true,
      "reasons": [],
      "html": "<p>&quot;Hi Elke! Thanks so much! The last 6 months have flown by, but at the same time it felt like an eternity for me to get hired on. I even stopped expecting it, and then it happened! I can&#x2019;t even tell you how happy I am. This would not have happened without you, and without you fighting for me &amp; getting the door open for me. I&#x2019;ve enjoyed working with you! And I would do it again. Thank you so much for everything! I&#x2019;ll keep in touch. &quot;</p>"
    },
    {
      "index": 66,
      "heading": "H2: Reviews and Testimonials",
      "text": "\"As an Associate with Nelson Connects from 2000 to 2012 and again in 2021, I have to say that there is no other agency that would care and work with you like Nelson Connects. I've recommended so many of my peers and friends because I know they will receive a positive experience from beginning to end. Thank you for all the amazing years you have given me and all of the wonderful opportunities you have place me on....",
      "words": 98,
      "hasEvidence": true,
      "reasons": [],
      "html": "<p>&quot;As an Associate with Nelson Connects from 2000 to 2012 and again in 2021, I have to say that there is no other agency that would care and work with you like Nelson Connects. I&apos;ve recommended so many of my peers and friends because I know they will receive a positive experience from beginning to end. Thank you for all the amazing years you have given me and all of the wonderful opportunities you have place me on. I love Nelson Connects and am grateful to have such an agency that..."
    },
    {
      "index": 170,
      "heading": "H2: Reviews and Testimonials",
      "text": "“Nelson Connects, our business partner, has proven to be the most effective source to cover our needs regarding temporary employees.A quick phone call, e-mail, or text is enough to have the Nelson Connects team send people either to be interviewed or already pre-filtered candidates to start as machine operators or clean room employees.We have also hired summer interns though Nelson Connects, which allows us to cov...",
      "words": 94,
      "hasEvidence": true,
      "reasons": [],
      "html": "<p>&#x201c;Nelson Connects, our business partner, has proven to be the most effective source to cover our needs regarding temporary employees.<br><br>A quick phone call, e-mail, or text is enough to have the Nelson Connects team send people either to be interviewed or already pre-filtered candidates to start as machine operators or clean room employees.<br><br>We have also hired summer interns though Nelson Connects, which allows us to cover peaks of demand as well as special tasks and short-..."
    },
    {
      "index": 238,
      "heading": "H2: Reviews and Testimonials",
      "text": "“In February 2020 I was first contacted by Michelle of Nelson Connects. Michelle not only FULLY reviewed my resume and qualifications, she cared enough to actually listen to express my career goals. She matched me with client companies not only from the technical standpoint, but also in terms of client company culture. I consider myself lucky to have had the pleasure of working with a technical recruiter with such...",
      "words": 104,
      "hasEvidence": true,
      "reasons": [],
      "html": "<p>&#x201c;In February 2020 I was first contacted by Michelle of Nelson Connects. Michelle not only FULLY reviewed my resume and qualifications, she cared enough to actually listen to express my career goals. She matched me with client companies not only from the technical standpoint, but also in terms of client company culture. I consider myself lucky to have had the pleasure of working with a technical recruiter with such a strong work ethic, professionalism, and determination to find the b..."
    }
  ],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

2 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

13 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": 7,
  "questionH2s": [
    {
      "index": 9,
      "text": "Have a more general question?",
      "isQuestion": true,
      "html": "<h2 class=\"color-white fontHeading\">Have a more general question?</h2>"
    }
  ],
  "hasFaq": false,
  "score": 70,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

13 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": 14,
  "passing": 1,
  "failing": [
    {
      "heading": "Featured Services",
      "headingHtml": "<h2 class=\"fontHeading pb-55 color-midnight\">Featured Services</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Staffing and Recruiting",
      "headingHtml": "<h3 class=\"fontSubHead color-black\"> Staffing and Recruiting </h3>",
      "firstParagraph": "Access qualified talent quickly with flexible staffing solutions designed to scale with your business.",
      "paragraphHtml": "<p><span style=\"color: #000000;\">Access qualified talent quickly with flexible staffing solutions designed to scale with your business.</span></p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Employer of Record",
      "headingHtml": "<h3 class=\"fontSubHead color-white\"> Employer of Record </h3>",
      "firstParagraph": "Access qualified talent quickly with flexible staffing solutions designed to scale with your business.",
      "paragraphHtml": "<p><span style=\"color: #ffffff;\">Access qualified talent quickly with flexible staffing solutions designed to scale with your business.</span></p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Independent Contractor Compliance",
      "headingHtml": "<h3 class=\"fontSubHead color-white\"> Independent Contractor Compliance </h3>",
      "firstParagraph": "Engage and manage independent contractors with confidence while we handle classification, compliance, and documentation.",
      "paragraphHtml": "<p><span style=\"color: #ffffff;\">Engage and manage independent contractors with confidence while we handle classification, compliance, and documentation.</span></p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Agent of Record",
      "headingHtml": "<h3 class=\"fontSubHead color-white\"> Agent of Record </h3>",
      "firstParagraph": "Simplify how you manage and pay independent contractors with one partner handling contracts, invoicing, and administration.",
      "paragraphHtml": "<p><span style=\"color: #ffffff;\">Simplify how you manage and pay independent contractors with one partner handling contracts, invoicing, and administration.</span></p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Most workforce solutions are fragmented",
      "headingHtml": "<h2 class=\"fontHeading pb-25 color-\"> Most workforce solutions are fragmented </h2>",
      "firstParagraph": "Staffing firms focus on talent. Platforms focus on technology. You’re left connecting the dots across hiring, compliance, and workforce management.",
      "paragraphHtml": "<p>Staffing firms focus on talent. Platforms focus on technology. You&#x2019;re left connecting the dots across hiring, compliance, and workforce management.&#xa0;</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "We take a different approach",
      "headingHtml": "<h2 class=\"fontHeading pb-25 color-\"> We take a different approach </h2>",
      "firstParagraph": "Nelson Connects combines Recruiting and Staffing, Employer of Record, and Contractor Compliance into one integrated solution, backed by high-touch expertise. Learn more about our services here.",
      "paragraphHtml": "<p>Nelson Connects combines Recruiting and Staffing, Employer of Record, and Contractor Compliance into one integrated solution, backed by high-touch expertise. <br><br>Learn more about our services <a style=\"color: #00aac4;\" href=\"/for-business?hsLang=en\" rel=\"noopener\">here.</a><span style=\"margin: 0px auto; border: 0px dotted red; position: absolute; z-index: 2147483646; visibility: hidden;\"></span><span style=\"z-index: 2147483647; display: inline-block; visibility: hidden; position: absol...",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "Reviews and Testimonials",
      "headingHtml": "<h2 class=\"fontHeading\"> Reviews and Testimonials </h2>",
      "firstParagraph": "",
      "paragraphHtml": "<p class=\"pre-title\"></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    },
    {
      "heading": "Latest posts",
      "headingHtml": "<h2 class=\"fontHeading color-midnight\"> Latest posts </h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "The Rise of the Flexible Workforce",
      "headingHtml": "<h3 class=\"blog-title-h3 color-midnight fontSubHead22 pt-20 pb-20\">The Rise of the Flexible Workforce</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Salary Guide 2026: The 6 Best Hiring Strategies for Employers This Year",
      "headingHtml": "<h3 class=\"blog-title-h3 color-midnight fontSubHead22 pt-20 pb-20\">Salary Guide 2026: The 6 Best Hiring Strategies for Employers This Year</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Nelson Connects Expands Workforce Solutions",
      "headingHtml": "<h3 class=\"blog-title-h3 color-midnight fontSubHead22 pt-20 pb-20\">Nelson Connects Expands Workforce Solutions</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Have a more general question?",
      "headingHtml": "<h2 class=\"color-white fontHeading\">Have a more general question?</h2>",
      "firstParagraph": "Bring it on. We're excited to answer all your professional and workforce-related questions.",
      "paragraphHtml": "<p class=\"color-white\">Bring it on. We&apos;re excited to answer all your professional and workforce-related questions.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: agency, recruitment, services, nelson, connects, connecting, jobs, people, communities.

Details

02

Why it matters

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

Check name

AEO: Entity and definition clarity

Score

78/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "title": "Staffing Agency and Recruitment Services | Nelson Connects",
  "h1": "Connecting Jobs, People, and Communities.",
  "description": "Our recruiting and staffing expertise provides tailored staffing solutions for employers and job seekers. Talk to our experts today.",
  "topicOverlap": 0.1,
  "definitionCount": 43,
  "topicTerms": [
    "staffing",
    "agency",
    "recruitment",
    "services",
    "nelson",
    "connects",
    "connecting",
    "jobs",
    "people",
    "communities"
  ],
  "descriptionTerms": [
    "recruiting",
    "staffing",
    "expertise",
    "provides",
    "tailored",
    "solutions",
    "employers",
    "job",
    "seekers",
    "talk",
    "experts",
    "today"
  ],
  "missingFromDescription": [
    "agency",
    "recruitment",
    "services",
    "nelson",
    "connects",
    "connecting",
    "jobs",
    "people",
    "communities"
  ],
  "score": 78,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "headings": [
    {
      "text": "Featured Services",
      "html": "<h2 class=\"fontHeading pb-55 color-midnight\">Featured Services</h2>"
    },
    {
      "text": "Most workforce solutions are fragmented",
      "html": "<h2 class=\"fontHeading pb-25 color-\"> Most workforce solutions are fragmented </h2>"
    },
    {
      "text": "We take a different approach",
      "html": "<h2 class=\"fontHeading pb-25 color-\"> We take a different approach </h2>"
    },
    {
      "text": "Reviews and Testimonials",
      "html": "<h2 class=\"fontHeading\"> Reviews and Testimonials </h2>"
    },
    {
      "text": "Your Workforce Partner",
      "html": "<h2 class=\"fontHeading color-white\"> Your Workforce Partner </h2>"
    },
    {
      "text": "Latest posts",
      "html": "<h2 class=\"fontHeading color-midnight\"> Latest posts </h2>"
    },
    {
      "text": "Have a more general question?",
      "html": "<h2 class=\"color-white fontHeading\">Have a more general question?</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Staffing Agency and Recruitment Services?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Staffing Agency and Recruitment Services work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Staffing Agency and Recruitment Services?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Staffing Agency and Recruitment Services free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Staffing Agency and Recruitment Services compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Staffing Agency and Recruitment Services?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Staffing Agency and Recruitment Services work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Staffing Agency and Recruitment Services?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Staffing Agency and Recruitment Services free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Staffing Agency and Recruitment Services 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 85/100 and needs improvement.

1 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Page experience for AIO

Score

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

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1",
  "visibleWords": 6312,
  "htmlBytes": 206910,
  "imagesMissingDimensions": [
    {
      "src": "https://www.nelsonconnects.com/hubfs/Nelson%20Connects%20Logo%20(R)-1.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.nelsonconnects.com/hubfs/Nelson%20Connects%20Logo%20(R)-1.svg\" alt=\"Nelson Connects Logo (R)-1\" loading=\"lazy\">"
    },
    {
      "src": "https://www.nelsonconnects.com/hubfs/Nelson%20Connects%20Logo%20(R)-1.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://www.nelsonconnects.com/hubfs/Nelson%20Connects%20Logo%20(R)-1.svg\" alt=\"Nelson Connects Logo (R)-1\" loading=\"lazy\">"
    }
  ],
  "possibleDialogs": [
    "<div id=\"hs-interactives-modal-overlay\" class=\"go1632949049\"></div>"
  ],
  "score": 85,
  "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",
            "length": 6805
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 6805
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 6805
          }
        ]
      },
      "issue": "AI context endpoint was not found at the expected path.",
      "howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Query intent coverage

AIO: Query intent coverage is informational for this page.

Informational

Needs attention

AIO: Query intent coverage

Informational
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "Featured Services",
      "html": "<h2 class=\"fontHeading pb-55 color-midnight\">Featured Services</h2>"
    },
    {
      "text": "Most workforce solutions are fragmented",
      "html": "<h2 class=\"fontHeading pb-25 color-\"> Most workforce solutions are fragmented </h2>"
    },
    {
      "text": "We take a different approach",
      "html": "<h2 class=\"fontHeading pb-25 color-\"> We take a different approach </h2>"
    },
    {
      "text": "Reviews and Testimonials",
      "html": "<h2 class=\"fontHeading\"> Reviews and Testimonials </h2>"
    },
    {
      "text": "Your Workforce Partner",
      "html": "<h2 class=\"fontHeading color-white\"> Your Workforce Partner </h2>"
    },
    {
      "text": "Latest posts",
      "html": "<h2 class=\"fontHeading color-midnight\"> Latest posts </h2>"
    },
    {
      "text": "Have a more general question?",
      "html": "<h2 class=\"color-white fontHeading\">Have a more general question?</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Staffing Agency and Recruitment Services?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Staffing Agency and Recruitment Services work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Staffing Agency and Recruitment Services?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Staffing Agency and Recruitment Services free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Staffing Agency and Recruitment Services compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Staffing Agency and Recruitment Services?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Staffing Agency and Recruitment Services work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Staffing Agency and Recruitment Services?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Staffing Agency and Recruitment Services free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Staffing Agency and Recruitment Services compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

Agent Ease of UseAuthEmerging recommendation

Auth.md Agent Registration

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

Informational

Needs attention

Auth.md Agent Registration

Informational
01

Issue

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

02

Why it matters

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

Check name

Auth.md Agent Registration

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch and validate /auth.md

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

  2. Publish protected resource metadata

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

  3. Validate agent_auth authorization metadata

    OAuth authorization server metadata could not be fetched.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html",
        "length": 6805,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
          "compatibleContentType": false,
          "contentLength": 6067,
          "hasRegisterInstructions": false,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": false,
          "links": [
            "/title",
            "/style",
            "https://www.nelsonconnects.com/hubfs/hub_generated/module_assets/1/85175332908/1742210623921/module_404.min.css\">",
            "https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f",
            "/script",
            "/Added",
            "https://www.nelsonconnects.com/404\">",
            "https://www.nelsonconnects.com/",
            "https://static.hotjar.com/c/hotjar-','.js?sv='",
            "/script"
          ],
          "rawExcerpt": "<!doctype html><html><head>\n  <meta charset=\"utf-8\">\n  <title></title>\n  <meta name=\"description\" content=\"Error Page\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n    \n    <meta property=\"og:description\" content=\"\">\n    <meta property=\"og:title\" content=\"\">\n    <meta name=\"twitter:description\" content=\"\">\n    <meta name=\"twitter:title\" content=\"\">\n\n    \n\n    \n    <style>\na.cta_button{-moz-box-sizing:content-box !important;-webkit-box-sizing:content-box !important;box-sizing:content-box !important;vertical-align:middle}.hs-breadcrumb-menu{list-style-type:none;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px}.hs-breadcrumb-menu-item{float:left;padding:10px 0px 10px 10px}.hs-breadcrumb-menu-divider:before{content:'›';padding-left:10px}.hs-featured-image-link{border:"
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html",
        "length": 6805,
        "text": "<!doctype html><html><head>\n  <meta charset=\"utf-8\">\n  <title></title>\n  <meta name=\"description\" content=\"Error Page\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n    \n    <meta property=\"og:description\" content=\"\">\n    <meta property=\"og:title\" content=\"\">\n    <meta name=\"twitter:description\" content=\"\">\n    <meta name=\"twitter:title\" content=\"\">\n\n    \n\n    \n    <style>\na.cta_button{-moz-box-sizing:content-box !important;-webkit-box-sizing:content-box !important;box-sizing:content-box !important;vertical-align:middle}.hs-breadcrumb-menu{list-style-type:none;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px}.hs-breadcrumb-menu-item{float:left;padding:10px 0px 10px 10px}.hs-breadcrumb-menu-divider:before{content:'›';padding-left:10px}.hs-featured-image-link{border:0}.hs-featured-image{float:right;margin:0 0 20px 20px;max-width:50%}@media (max-width: 568px){.hs-featured-image{float:none;margin:0;width:100%;max-width:100%}}.hs-screen-reader-text{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}\n</style>\n\n<link rel=\"stylesheet\" href=\"https://www.nelsonconnects.com/hubfs/hub_generated/module_assets/1/85175332908/1742210623921/module_404.min.css\">\n    \n\n    \n<!--  Added by GoogleTagManager integration -->\n<script>\nvar _hsp = window._hsp = window._hsp || [];\nwindow.dataLayer = window.dataLayer || [];\nfunction gtag(){dataLayer.push(arguments);}\n\nvar useGoogleConsentModeV2 = true;\nvar waitForUpdateMillis = 1000;\n\n\n\nvar hsLoadGtm = function loadGtm() {\n    if(window._hsGtmLoadOnce) {\n      return;\n    }\n\n    if (useGoogleConsentModeV2) {\n\n      gtag('set','developer_id.dZTQ1Zm',true);\n\n      gtag('consent', 'default', {\n      'ad_storage': 'denied',\n      'analytics_storage': 'denied',\n      'ad_user_data': 'denied',\n      'ad_personalization': 'denied',\n      'wait_for_update': waitForUpdateMillis\n      });\n\n      _hsp.push(['useGoogleConsentModeV2'])\n    }\n\n    (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\n    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\n    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n    'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n    })(window,document,'script','dataLayer','GTM-NBKN2PQ');\n\n    window._hsGtmLoadOnce = true;\n};\n\n_hsp.push(['addPrivacyConsentListener', function(consent){\n  if(consent.allowed || (consent.categories && consent.categories.analytics)){\n    hsLoadGtm();\n  }\n}]);\n\n</script>\n\n<!-- /Added by GoogleTagManager integration -->\n\n    <link rel=\"canonical\" href=\"https://www.nelsonconnects.com/404\">\n\n<!-- Hotjar Tracking Code for https://www.nelsonconnects.com/ -->\n<script>\n    (function(h,o,t,j,a,r){\n        h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};\n        h._hjSettings={hjid:3474929,hjsv:6};\n        a=o.getElementsByTagName('head')[0];\n        r=o.createElement('script');r.async=1;\n        r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;\n        a.appendChild(r);\n    })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');\n</script>\n<meta property=\"og:url\" content=\"https://www.nelsonconnects.com/404\">\n<meta name=\"twitter:card\" content=\"summary\">\n<meta http-equiv=\"content-language\" content=\"en\">\n\n\n\n\n\n\n  <link rel=\"stylesheet\" href=\"https://www.nelsonconnects.com/hubfs/hub_generated/template_assets/1/72196788142/1776445309340/template_bootstrap-grid.min.css\">\n  <link rel=\"stylesheet\" href=\"https://www.nelsonconnects.com/hubfs/hub_generated/template_assets/1/72163001095/1776445314128/template_main.min.css\">\n<meta name=\"generator\" content=\"HubSpot\"></head>\n<body>\n<!--  Added by GoogleTagManager integration -->\n<noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-NBKN2PQ\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\n\n<!-- /Added by GoogleTagManager integration -->\n\n  <div id=\"hs_cos_wrapper_module_16633470847052\" class=\"hs_cos_wrapper hs_cos_w"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
    },
    {
      "id": "agent-auth-block",
      "title": "Validate agent_auth authorization metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "issue": "OAuth authorization server metadata could not be fetched.",
        "fetch": {
          "ok": false,
          "statusCode": 404,
          "contentType": "text/html",
          "length": 6805,
          "text": "<!doctype html><html><head>\n  <meta charset=\"utf-8\">\n  <title></title>\n  <meta name=\"description\" content=\"Error Page\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n    \n    <meta property=\"og:description\" content=\"\">\n    <meta property=\"og:title\" content=\"\">\n    <meta name=\"twitter:description\" content=\"\">\n    <meta name=\"twitter:title\" content=\"\">\n\n    \n\n    \n    <style>\na.cta_button{-moz-box-sizing:content-box !important;-webkit-box-sizing:content-box !important;box-sizing:content-box !important;vertical-align:middle}.hs-breadcrumb-menu{list-style-type:none;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px}.hs-breadcrumb-menu-item{float:left;padding:10px 0px 10px 10px}.hs-breadcrumb-menu-divider:before{content:'›';padding-left:10px}.hs-featured-image-link{border:0}.hs-featured-image{float:right;margin:0 0 20px 20px;max-width:50%}@media (max-width: 568px){.hs-featured-image{float:none;margin:0;width:100%;max-width:100%}}.hs-screen-reader-text{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}\n</style>\n\n<link rel=\"stylesheet\" href=\"https://www.nelsonconnects.com/hubfs/hub_generated/module_assets/1/85175332908/1742210623921/module_404.min.css\">\n    \n\n    \n<!--  Added by GoogleTagManager integration -->\n<script>\nvar _hsp = window._hsp = window._hsp || [];\nwindow.dataLayer = window.dataLayer || [];\nfunction gtag(){dataLayer.push(arguments);}\n\nvar useGoogleConsentModeV2 = true;\nvar waitForUpdateMillis = 1000;\n\n\n\nvar hsLoadGtm = function loadGtm() {\n    if(window._hsGtmLoadOnce) {\n      return;\n    }\n\n    if (useGoogleConsentModeV2) {\n\n      gtag('set','developer_id.dZTQ1Zm',true);\n\n      gtag('consent', 'default', {\n      'ad_storage': 'denied',\n      'analytics_storage': 'denied',\n      'ad_user_data': 'denied',\n      'ad_personalization': 'denied',\n      'wait_for_update': waitForUpdateMillis\n      });\n\n      _hsp.push(['useGoogleConsentModeV2'])\n    }\n\n    (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\n    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\n    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n    'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n    })(window,document,'script','dataLayer','GTM-NBKN2PQ');\n\n    window._hsGtmLoadOnce = true;\n};\n\n_hsp.push(['addPrivacyConsentListener', function(consent){\n  if(consent.allowed || (consent.categories && consent.categories.analytics)){\n    hsLoadGtm();\n  }\n}]);\n\n</script>\n\n<!-- /Added by GoogleTagManager integration -->\n\n    <link rel=\"canonical\" href=\"https://www.nelsonconnects.com/404\">\n\n<!-- Hotjar Tracking Code for https://www.nelsonconnects.com/ -->\n<script>\n    (function(h,o,t,j,a,r){\n        h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};\n        h._hjSettings={hjid:3474929,hjsv:6};\n        a=o.getElementsByTagName('head')[0];\n        r=o.createElement('script');r.async=1;\n        r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;\n        a.appendChild(r);\n    })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');\n</script>\n<meta property=\"og:url\" content=\"https://www.nelsonconnects.com/404\">\n<meta name=\"twitter:card\" content=\"summary\">\n<meta http-equiv=\"content-language\" content=\"en\">\n\n\n\n\n\n\n  <link rel=\"stylesheet\" href=\"https://www.nelsonconnects.com/hubfs/hub_generated/template_assets/1/72196788142/1776445309340/template_bootstrap-grid.min.css\">\n  <link rel=\"stylesheet\" href=\"https://www.nelsonconnects.com/hubfs/hub_generated/template_assets/1/72163001095/1776445314128/template_main.min.css\">\n<meta name=\"generator\" content=\"HubSpot\"></head>\n<body>\n<!--  Added by GoogleTagManager integration -->\n<noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-NBKN2PQ\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\n\n<!-- /Added by GoogleTagManager integration -->\n\n  <div id=\"hs_cos_wrapper_module_16633470847052\" class=\"hs_cos_wrapper hs_cos_w"
        }
      },
      "issue": "OAuth authorization server metadata could not be fetched.",
      "howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 3,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

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

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/openid-configuration",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 6805
          },
          {
            "path": "/.well-known/oauth-authorization-server",
            "statusCode": 404,
            "contentType": "text/html",
            "length": 6805
          }
        ]
      },
      "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": 3,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      }
    ]
  },
  "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": "<!doctype html><html><head>\n  <meta charset=\"utf-8\">\n  <title></title>\n  <meta name=\"description\" content=\"Error Page\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n\n    \n    <meta property=\"og:description\" content=\"\">\n    <meta property=\"og:title\" content=\"\">\n    <meta name=\"twitter:description\" content=\"\">\n    <meta name=\"twitter:title\" content=\"\">\n\n    \n\n    \n    <style>\na.cta_button{-moz-box-sizing:content-box !important;-webkit-box-sizing:content-box !important;box-sizing:content-box !important;vertical-align:middle}.hs-breadcrumb-menu{list-style-type:none;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px}.hs-breadcrumb-menu-item{float:left;padding:10px 0px 10px 10px}.hs-breadcrumb-menu-divider:before{content:'›';padding-left:10px}.hs-featured-image-link{border:"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Publish resource and authorization_servers as absolute URLs."
    },
    {
      "id": "resource-identity",
      "title": "Validate protected resource identity",
      "status": "fail",
      "evidence": {
        "expectedResource": "https://www.nelsonconnects.com"
      },
      "issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
      "howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
    },
    {
      "id": "protected-route-challenge",
      "title": "Probe protected API Bearer challenge",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/admin/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.nelsonconnects.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.nelsonconnects.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.nelsonconnects.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": 3,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      }
    ]
  },
  "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

3 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": "3 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 AccessibilityPerformanceBrowser audit

Document does not have a main landmark.

14 Fail

Check name

Document does not have a main landmark.

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

One main landmark helps screen reader users navigate a web page. [Learn more about landmarks](https://dequeuniversity.com/rules/axe/4.11/landmark-one-main).

Evidence
{
  "description": "One main landmark helps screen reader users navigate a web page. [Learn more about landmarks](https://dequeuniversity.com/rules/axe/4.11/landmark-one-main)."
}

Performance and AccessibilityPerformanceBrowser audit

Forced reflow

14 Fail

Check name

Forced reflow

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations.

Evidence
{
  "description": "A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations."
}

Performance and AccessibilityPerformanceBrowser audit

Legacy JavaScript

14 Fail

Check name

Legacy JavaScript

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 20 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Reduce unused CSS

14 Fail

Check name

Reduce unused CSS

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 37 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Reduce unused JavaScript

14 Fail

Check name

Reduce unused JavaScript

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 301 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Avoid enormous network payloads

7 Warning

Check name

Avoid enormous network payloads

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Total size was 5,079 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Loading performance

3 Fail

Check name

Loading performance

Score

76/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": "speed-index",
      "title": "Speed Index",
      "score": 34,
      "displayValue": "2.8 s",
      "numericValue": 2754.7272350382545
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "20 ms",
      "numericValue": 17.78078999999998
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 23,
      "displayValue": "3.5 s",
      "numericValue": 3521.1389824016214
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 99,
      "displayValue": "70 ms",
      "numericValue": 72.5
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 64,
      "displayValue": "3.8 s",
      "numericValue": 3773.0469819700866
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 10 ms",
      "numericValue": 10
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 97,
      "displayValue": "100 ms",
      "numericValue": 96
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 91,
      "displayValue": "0.9 s",
      "numericValue": 903.0064642977497
    }
  ]
}

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