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

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability44%Agent Easeof Use10%Security& Trust80%GEO, AIO, AEO76%SEO100%Performance& Accessibility61%
  • AI Discoverability 44 out of 100
  • Agent Ease of Use 10 out of 100
  • Security & Trust 80 out of 100
  • GEO, AIO and AEO 76 out of 100
  • SEO 100 out of 100
  • Performance and Accessibility 61 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Narvar | Intelligent Personalization “Beyond Buy” favicon

Narvar | Intelligent Personalization “Beyond Buy”

Narvar's IRIS™ analyzes billions of data points, creating post-purchase experiences that boost customer loyalty, efficiency and drive sustainable retail growth.

Next step

Turn this report into a fix workflow

23 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
44
Priority fix10131View details
Discoverability
67
Needs work540View details
Content Readiness
54
Needs work551View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
10
Priority fix6291View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable070View details
MCP
25
Priority fix260View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
76
Mostly ready6212View details
GEO Readiness
86
Mostly ready204
AIO Readiness
80
Mostly ready313View details
AEO Readiness
62
Needs work115View details
SEO
100
Strong1100
SEO
100
Strong1100
Security & Trust
80
Mostly ready810View details
Security & Trust
80
Mostly ready410View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
61
Needs work1766View details
Performance
46
Priority fix1166View details
Accessibility
88
Mostly ready600

Prioritized recommendations

Issues ranked by score impact

48 items need attention

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

100 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

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

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Content-Security-Policy is missing or incomplete.

Evidence
{
  "header": "content-security-policy",
  "value": "upgrade-insecure-requests"
}

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

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

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

50 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": [
    "BreadcrumbList",
    "Organization",
    "WebSite"
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

50 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

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

02

Why it matters

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

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Tue May 26 2026 20:01:29 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"corp.narvar.com\" data-wf-page=\"67925857df43acae16e8d0e8\" data-wf-site=\"67925857df43acae16e8d057\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><link rel=\"alternate\" hrefLang=\"x-default\" href=\"https://corp.narvar.com/404\"/><link rel=\"alternate\" hrefLang=\"en\" href=\"https://corp.narvar.com/404\"/><link rel=\"alternate\" hrefLang=\"ja\" href=\"https://corp.narvar.com/jp/404\"/><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"Jx5E1jKoA0Sp1JR9iila5"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Tue May 26 2026 20:01:29 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"corp.narvar.com\" data-wf-page=\"67925857df43acae16e8d0e8\" data-wf-site=\"67925857df43acae16e8d057\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><link rel=\"alternate\" hrefLang=\"x-default\" href=\"https://corp.narvar.com/404\"/><link rel=\"alternate\" hrefLang=\"en\" href=\"https://corp.narvar.com/404\"/><link rel=\"alternate\" hrefLang=\"ja\" href=\"https://corp.narvar.com/jp/404\"/><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"Jx5E1jKoA0Sp1JR9iila5"
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Tue May 26 2026 20:01:29 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"corp.narvar.com\" data-wf-page=\"67925857df43acae16e8d0e8\" data-wf-site=\"67925857df43acae16e8d057\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><link rel=\"alternate\" hrefLang=\"x-default\" href=\"https://corp.narvar.com/404\"/><link rel=\"alternate\" hrefLang=\"en\" href=\"https://corp.narvar.com/404\"/><link rel=\"alternate\" hrefLang=\"ja\" href=\"https://corp.narvar.com/jp/404\"/><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"Jx5E1jKoA0Sp1JR9iila5"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Tue May 26 2026 20:01:29 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"corp.narvar.com\" data-wf-page=\"67925857df43acae16e8d0e8\" data-wf-site=\"67925857df43acae16e8d057\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><link rel=\"alternate\" hrefLang=\"x-default\" href=\"https://corp.narvar.com/404\"/><link rel=\"alternate\" hrefLang=\"en\" href=\"https://corp.narvar.com/404\"/><link rel=\"alternate\" hrefLang=\"ja\" href=\"https://corp.narvar.com/jp/404\"/><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"Jx5E1jKoA0Sp1JR9iila5"
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Tue May 26 2026 20:01:29 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"corp.narvar.com\" data-wf-page=\"67925857df43acae16e8d0e8\" data-wf-site=\"67925857df43acae16e8d057\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><link rel=\"alternate\" hrefLang=\"x-default\" href=\"https://corp.narvar.com/404\"/><link rel=\"alternate\" hrefLang=\"en\" href=\"https://corp.narvar.com/404\"/><link rel=\"alternate\" hrefLang=\"ja\" href=\"https://corp.narvar.com/jp/404\"/><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"Jx5E1jKoA0Sp1JR9iila5"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Tue May 26 2026 20:01:29 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"corp.narvar.com\" data-wf-page=\"67925857df43acae16e8d0e8\" data-wf-site=\"67925857df43acae16e8d057\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><link rel=\"alternate\" hrefLang=\"x-default\" href=\"https://corp.narvar.com/404\"/><link rel=\"alternate\" hrefLang=\"en\" href=\"https://corp.narvar.com/404\"/><link rel=\"alternate\" hrefLang=\"ja\" href=\"https://corp.narvar.com/jp/404\"/><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"Jx5E1jKoA0Sp1JR9iila5"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Tue May 26 2026 20:01:29 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"corp.narvar.com\" data-wf-page=\"67925857df43acae16e8d0e8\" data-wf-site=\"67925857df43acae16e8d057\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><link rel=\"alternate\" hrefLang=\"x-default\" href=\"https://corp.narvar.com/404\"/><link rel=\"alternate\" hrefLang=\"en\" href=\"https://corp.narvar.com/404\"/><link rel=\"alternate\" hrefLang=\"ja\" href=\"https://corp.narvar.com/jp/404\"/><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"Jx5E1jKoA0Sp1JR9iila5"
          }
        ]
      },
      "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

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

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

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

02

Why it matters

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

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

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

Result

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

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

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

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

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

Content Signal is missing or incomplete.

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

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

33 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

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

02

Why it matters

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

Check name

Markdown negotiation

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Return HTML responses as markdown when agents request it.

Result

Markdown negotiation failed at "Markdown content type".

Validation steps

  1. Markdown content type

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

  2. Vary: Accept header

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

  3. Structured Markdown body

    Markdown response is missing a heading.

Evidence
{
  "failedStep": "content-type",
  "steps": [
    {
      "id": "content-type",
      "title": "Markdown content type",
      "status": "fail",
      "evidence": {
        "statusCode": 200,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "Content-Type \"text/html; charset=utf-8\" does not indicate Markdown when requested with Accept: text/markdown.",
      "howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
    },
    {
      "id": "vary-accept",
      "title": "Vary: Accept header",
      "status": "fail",
      "evidence": {
        "vary": "accept-encoding"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"accept-encoding\".",
      "howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
    },
    {
      "id": "markdown-content",
      "title": "Structured Markdown body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "hasHeading": false,
        "wordCount": 28161,
        "excerpt": "<!DOCTYPE html><!-- Last Published: Tue May 26 2026 20:01:29 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"corp.narvar.com\" data-wf-page=\"67adb8ec3fd7d93b2f9b90f4\" data-wf-site=\"67925857df43acae16e8d057\" lang=\"en\"><head><me",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

33 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

Agent Ease of UseMCPEmerging recommendation

mcp.json

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

33 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

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

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

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

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

33 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: missing <main> landmark; missing <footer> landmark; invalid h1 (found 4); 7 links missing accessible names.

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": false,
  "nav": true,
  "footer": false,
  "meaningfulH1": false,
  "headingOrder": true,
  "accessibleLinks": false,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [
      "<a href=\"/agentic-ai-post-purchase\" class=\"link-agentic-banner w-inline-block\"></a>",
      "<a href=\"/customer-stories/seagerco\" class=\"c-st-card-link w-inline-block\"></a>",
      "<a href=\"/customer-stories/orvis\" class=\"c-st-card-link w-inline-block\"></a>",
      "<a href=\"/customer-stories/finish-line\" class=\"c-st-card-link w-inline-block\"></a>",
      "<a href=\"/customer-stories/sonos\" class=\"c-st-card-link w-inline-block\"></a>",
      "<a href=\"/customer-stories/clarins\" class=\"c-st-card-link w-inline-block\"></a>",
      "<a href=\"/customer-stories/gamestop\" class=\"c-st-card-link w-inline-block\"></a>"
    ],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 4,
    "headings": 21,
    "links": 134,
    "inaccessibleLinks": 7,
    "buttons": 0,
    "inaccessibleButtons": 0,
    "images": 185,
    "imagesWithAlt": 185,
    "autocompleteInputs": 0,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 0
  }
}

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

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

33 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

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

02

Why it matters

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

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/http-message-signatures-directory",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 88
          }
        ]
      },
      "issue": "Web Bot Auth request signing was not found at the expected path.",
      "howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

33 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

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

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

25 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": "Wed, 10 Jun 2026 22:17:09 GMT",
  "schemaDates": [],
  "metaDateCount": 0,
  "timeDateCount": 0
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

20 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

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

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

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

20 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

Why it matters

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

Check name

Agent Skills index

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

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

Validation steps

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

agent.json

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

20 Fail

Needs attention

agent.json

Failed check
01

Issue

agent.json was not found at the expected path.

02

Why it matters

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

Check name

agent.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agent.json was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryInformational

agents.json

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

20 Fail

Needs attention

agents.json

Failed check
01

Issue

agents.json was not found at the expected path.

02

Why it matters

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

Check name

agents.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agents.json was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

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

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

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

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

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

  3. Check DNSSEC material

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

9 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": "/about",
      "text": "Our Story",
      "html": "<a id=\"w-node-_7c661de4-6b13-1a6c-1d5e-9859ddfab259-8abd48d2\" href=\"/about\" class=\"c-header-main-dd-list-item company w-inline-block\"><div class=\"c-header-main-dd-txt\"><div class=\"t-body-3 font-bold\">Our Story</div></div></a>"
    },
    {
      "href": "/about",
      "text": "Our Story",
      "html": "<a href=\"/about\" class=\"footer-link footer-link-top-pad-24 w-dropdown-link\">Our Story</a>"
    },
    {
      "href": "https://www.linkedin.com/company/narvar",
      "text": "",
      "html": "<a aria-label=\"Visit our LinkedIn profile\" href=\"https://www.linkedin.com/company/narvar\" target=\"_blank\" class=\"footer-web-link w-inline-block\"><img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67bc1a6ddfbd0ca783f39748_2acc73d2171de98a38c6e3ab19a35fb8_LinkedIn.svg\" loading=\"lazy\" width=\"36\" data-w-id=\"2043af9b-a838-b67c-5b7b-2d2369d02ec2\" alt class=\"footer-web-img\"></a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://www.zendesk.com/marketplace/apps/support/204089/narvar-connect-and-care/",
      "text": "Zendesk",
      "html": "<a href=\"https://www.zendesk.com/marketplace/apps/support/204089/narvar-connect-and-care/\" target=\"_blank\" class=\"c-header-main-dd-side-list-item w-inline-block\"><div class=\"t-body-3 font-bold\">Zendesk</div></a>"
    },
    {
      "href": "https://help.attentivemobile.com/hc/en-us/articles/34556159879188-Narvar#h_01JKBJ5F6588GSXJERAK8CYWYB",
      "text": "Attentive",
      "html": "<a href=\"https://help.attentivemobile.com/hc/en-us/articles/34556159879188-Narvar#h_01JKBJ5F6588GSXJERAK8CYWYB\" target=\"_blank\" class=\"c-header-main-dd-side-list-item w-inline-block\"><div class=\"t-body-3 font-bold\">Attentive</div></a>"
    },
    {
      "href": "#",
      "text": "Contact us",
      "html": "<a href=\"#\" class=\"footer-link footer-link-bot-mar-0 footer-link-bot-pad-24-tab hidden w-dropdown-link\">Contact us</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "#",
      "text": "Privacy Choices",
      "html": "<a href=\"#\" class=\"footer-link ot-sdk-show-settings w-dropdown-link\">Privacy Choices</a>"
    },
    {
      "href": "/legal/privacy-policy",
      "text": "Privacy",
      "html": "<a href=\"/legal/privacy-policy\" class=\"footer-link footer-link-top-pad-24 w-dropdown-link\">Privacy</a>"
    },
    {
      "href": "/legal/terms",
      "text": "Terms of Use",
      "html": "<a href=\"/legal/terms\" class=\"footer-link w-dropdown-link\">Terms of Use</a>"
    },
    {
      "href": "/legal/terms-of-service",
      "text": "Terms of Service",
      "html": "<a href=\"/legal/terms-of-service\" class=\"footer-link w-dropdown-link\">Terms of Service</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": "/about",
      "text": "Our Story",
      "html": "<a id=\"w-node-_7c661de4-6b13-1a6c-1d5e-9859ddfab259-8abd48d2\" href=\"/about\" class=\"c-header-main-dd-list-item company w-inline-block\"><div class=\"c-header-main-dd-txt\"><div class=\"t-body-3 font-bold\">Our Story</div></div></a>"
    },
    {
      "href": "/about",
      "text": "Our Story",
      "html": "<a href=\"/about\" class=\"footer-link footer-link-top-pad-24 w-dropdown-link\">Our Story</a>"
    },
    {
      "href": "https://www.linkedin.com/company/narvar",
      "text": "",
      "html": "<a aria-label=\"Visit our LinkedIn profile\" href=\"https://www.linkedin.com/company/narvar\" target=\"_blank\" class=\"footer-web-link w-inline-block\"><img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67bc1a6ddfbd0ca783f39748_2acc73d2171de98a38c6e3ab19a35fb8_LinkedIn.svg\" loading=\"lazy\" width=\"36\" data-w-id=\"2043af9b-a838-b67c-5b7b-2d2369d02ec2\" alt class=\"footer-web-img\"></a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://www.zendesk.com/marketplace/apps/support/204089/narvar-connect-and-care/",
      "text": "Zendesk",
      "html": "<a href=\"https://www.zendesk.com/marketplace/apps/support/204089/narvar-connect-and-care/\" target=\"_blank\" class=\"c-header-main-dd-side-list-item w-inline-block\"><div class=\"t-body-3 font-bold\">Zendesk</div></a>"
    },
    {
      "href": "https://help.attentivemobile.com/hc/en-us/articles/34556159879188-Narvar#h_01JKBJ5F6588GSXJERAK8CYWYB",
      "text": "Attentive",
      "html": "<a href=\"https://help.attentivemobile.com/hc/en-us/articles/34556159879188-Narvar#h_01JKBJ5F6588GSXJERAK8CYWYB\" target=\"_blank\" class=\"c-header-main-dd-side-list-item w-inline-block\"><div class=\"t-body-3 font-bold\">Attentive</div></a>"
    },
    {
      "href": "#",
      "text": "Contact us",
      "html": "<a href=\"#\" class=\"footer-link footer-link-bot-mar-0 footer-link-bot-pad-24-tab hidden w-dropdown-link\">Contact us</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "#",
      "text": "Privacy Choices",
      "html": "<a href=\"#\" class=\"footer-link ot-sdk-show-settings w-dropdown-link\">Privacy Choices</a>"
    },
    {
      "href": "/legal/privacy-policy",
      "text": "Privacy",
      "html": "<a href=\"/legal/privacy-policy\" class=\"footer-link footer-link-top-pad-24 w-dropdown-link\">Privacy</a>"
    },
    {
      "href": "/legal/terms",
      "text": "Terms of Use",
      "html": "<a href=\"/legal/terms\" class=\"footer-link w-dropdown-link\">Terms of Use</a>"
    },
    {
      "href": "/legal/terms-of-service",
      "text": "Terms of Service",
      "html": "<a href=\"/legal/terms-of-service\" class=\"footer-link w-dropdown-link\">Terms of Service</a>"
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

4 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

12 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": 17,
  "passing": 5,
  "failing": [
    {
      "heading": "Intelligent Personalization “Beyond Buy”",
      "headingHtml": "<h2>Intelligent Personalization <strong>&#x201c;Beyond Buy&#x201d;</strong></h2>",
      "firstParagraph": "Powered by IRIS™, Narvar transforms 74B+ interactions and 2B packages annually into predictive post-purchase intelligence — helping retailers build trust, unlock revenue, and protect margins against the $1T returns problem.",
      "paragraphHtml": "<p class=\"t-body-1 w-variant-119046ca-9c60-e573-e0b5-1a2ba6c5a24d\">Powered by IRIS&#x2122;, Narvar transforms 74B+ interactions and 2B packages annually into predictive post-purchase intelligence &#x2014; helping retailers build trust, unlock revenue, and protect margins against the &#x24;1T returns problem.</p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "One platform. Every post-purchase touchpoint.",
      "headingHtml": "<h2 class=\"t-display-2\">One platform. Every post-purchase touchpoint.</h2>",
      "firstParagraph": "Trusted by 1,500+ global brands and integrated with 1,000+ carriers, Narvar powers personalized, scalable post-purchase experiences that deliver outcomes — at global scale.",
      "paragraphHtml": "<p class=\"t-body-1 w-variant-119046ca-9c60-e573-e0b5-1a2ba6c5a24d\">Trusted by 1,500+ global brands and integrated with 1,000+ carriers, Narvar powers personalized, scalable post-purchase experiences that deliver outcomes &#x2014; at global scale.</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "Boost revenue with personalized tracking pages converting 10% higher",
      "headingHtml": "<h2>Boost revenue with personalized tracking pages converting 10% higher</h2>",
      "firstParagraph": "Deliver contextual, on-brand order tracking experiences that reduce support costs and drive engagement.",
      "paragraphHtml": "<p class=\"clr-p-text margin-0\">Deliver contextual, on-brand order tracking experiences that reduce support costs and drive engagement.<br></p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Earn up to 15x ROI from dynamic notifications",
      "headingHtml": "<h2>Earn up to 15x ROI from dynamic notifications</h2>",
      "firstParagraph": "Make every moment count in the consumer journey via multi-channel, on-brand messaging that’s built to drive engagement through proactive, timely updates.",
      "paragraphHtml": "<p class=\"clr-p-text margin-0\">Make every moment count in the consumer journey via multi-channel, on-brand messaging that&#x2019;s built to drive engagement through proactive, timely updates.<br></p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Decrease delivery claim payouts by 25% with intelligent fraud prevention",
      "headingHtml": "<h2>Decrease delivery claim payouts by 25% with intelligent&#x2028;fraud prevention</h2>",
      "firstParagraph": "Leverage Narvar’s advanced delivery claim abuse and fraud protection solution with transformational AI technology to combat delivery claim fraud and personalize the customer experience based on the consumer’s fraud risk.",
      "paragraphHtml": "<p class=\"clr-p-text margin-0\">Leverage Narvar&#x2019;s advanced delivery claim abuse and fraud protection solution with transformational AI technology to combat delivery claim fraud and personalize the customer experience based on the consumer&#x2019;s fraud risk.<br></p>",
      "words": 32,
      "direct": false,
      "issue": "First paragraph is 32 words and does not look like a concise direct answer."
    },
    {
      "heading": "Retain up to 60% of revenue with intelligent returns and exchanges",
      "headingHtml": "<h2>Retain up to 60% of revenue with intelligent returns and exchanges</h2>",
      "firstParagraph": "Leverage consumer behaviors and AI to proactively prevent fraudulent returns, enforce eligibility rules, and introduce automated exchange options — all in one platform.",
      "paragraphHtml": "<p class=\"clr-p-text margin-0\">Leverage consumer behaviors and AI to proactively prevent fraudulent returns, enforce eligibility rules, and introduce automated exchange options &#x2014; all in one platform.<br></p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Ecommerce & Digital",
      "headingHtml": "<h3 class=\"t-display-5 margin-0\" style=\"color: rgb(238, 244, 255);\">Ecommerce &amp; Digital</h3>",
      "firstParagraph": "Turn every post-purchase touchpoint into growth.",
      "paragraphHtml": "<p class=\"t-body-2\">Turn every post-purchase touchpoint into growth.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Customer Care",
      "headingHtml": "<h3 class=\"t-display-5 margin-0\">Customer Care</h3>",
      "firstParagraph": "Turn service into a loyalty driver.",
      "paragraphHtml": "<p class=\"t-body-2\">Turn service into a loyalty driver.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Supply Chain & Logistics",
      "headingHtml": "<h3 class=\"t-display-5 margin-0\">Supply Chain &amp; Logistics</h3>",
      "firstParagraph": "Turn returns into a competitive advantage.",
      "paragraphHtml": "<p class=\"t-body-2\">Turn returns into a competitive advantage.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Fraud & Risk",
      "headingHtml": "<h3 class=\"t-display-5 margin-0\">Fraud &amp; Risk</h3>",
      "firstParagraph": "Stop fraud. Protect trust.",
      "paragraphHtml": "<p class=\"t-body-2\">Stop fraud. Protect trust.</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Trusted by 1,500+ leading retail brands",
      "headingHtml": "<h2 class=\"t-display-2\">Trusted by 1,500+ leading retail brands</h2>",
      "firstParagraph": "Abhishek Vijayakumar",
      "paragraphHtml": "<p class=\"t-body-3 clr-white font-bold\">Abhishek Vijayakumar<br></p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Power every moment after the buy",
      "headingHtml": "<h2 class=\"t-display-3 margin-0\">Power every moment after the buy</h2>",
      "firstParagraph": "Build trust. Protect margins. Drive growth — “Beyond Buy.”",
      "paragraphHtml": "<p class=\"t-body-3\">Build trust. Protect margins. Drive growth &#x2014; &#x201c;Beyond Buy.&#x201d;</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

3 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

02

Why it matters

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

Check name

AEO: Question-led structure

Score

50/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

3 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: intelligent, personalization, beyond, buy, future, agentic, starts, here.

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

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

Evidence
{
  "title": "Narvar | Intelligent Personalization “Beyond Buy”",
  "h1": "The future of agentic post-purchase starts here",
  "description": "Narvar's IRIS™ analyzes billions of data points, creating post-purchase experiences that boost customer loyalty, efficiency and drive sustainable retail growth.",
  "topicOverlap": 0.2727272727272727,
  "topicTerms": [
    "narvar",
    "intelligent",
    "personalization",
    "beyond",
    "buy",
    "future",
    "agentic",
    "post",
    "purchase",
    "starts",
    "here"
  ],
  "descriptionTerms": [
    "narvar",
    "iris",
    "analyzes",
    "billions",
    "data",
    "points",
    "creating",
    "post",
    "purchase",
    "experiences",
    "boost",
    "customer",
    "loyalty",
    "efficiency",
    "drive",
    "sustainable",
    "retail",
    "growth"
  ],
  "missingFromDescription": [
    "intelligent",
    "personalization",
    "beyond",
    "buy",
    "future",
    "agentic",
    "starts",
    "here"
  ],
  "score": 78,
  "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

3 explanatory paragraph(s) could be stronger for citation or AI extraction.

Details

02

Why it matters

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

Check name

GEO: Explanatory content depth

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "candidatePassages": 3,
  "citablePassages": 0,
  "failingCandidateParagraphs": [
    {
      "index": 28,
      "heading": "H2: Post-purchase is ready for agentic disruption",
      "text": "Post-purchase is where loyalty is earned, yet friction still persists. For consumers, it feels like a chore. For retailers, it’s costly and difficult to manage across delivery, service, fraud, and returns. The work is manual, fragmented, and hard to scale — exactly where agentic systems are needed.",
      "words": 47,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (47 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"clr-p-text margin-0\">Post-purchase is where loyalty is earned, yet friction still persists. For consumers, it feels like a chore. For retailers, it&#x2019;s costly and difficult to manage across delivery, service, fraud, and returns. The work is manual, fragmented, and hard to scale &#x2014; exactly where agentic systems are needed.<br></p>"
    },
    {
      "index": 30,
      "heading": "H2: Protect deliveries. Build trust. Grow revenue.",
      "text": "Delivery failures don’t just frustrate shoppers — they drain margin and damage loyalty. With 120M+ packages stolen last year and 65% of Americans experiencing delivery anxiety, protection is no longer optional; it’s the missing piece to earning trust and giving consumers the confidence to keep coming back.",
      "words": 48,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (48 words; target 80-220)."
      ],
      "html": "<p class=\"clr-p-text margin-0\">Delivery failures don&#x2019;t just frustrate shoppers &#x2014; they drain margin and damage loyalty. With 120M+ packages stolen last year and 65% of Americans experiencing delivery anxiety, protection is no longer optional; it&#x2019;s the missing piece to earning trust and giving consumers the confidence to keep coming back.<br></p>"
    },
    {
      "index": 36,
      "heading": "H2: The AI engine poweringthe future of post-purchase",
      "text": "IRIS™ (Intelligent Retail Insights Service) is Narvar’s proprietary AI, trained on over 74B consumer interactions each year. Purpose-built for retail, IRIS™ automates decisions, flags fraud, and personalizes every post-purchase moment — from delivery to returns. Embedded into the Narvar platform, IRIS™ turns insight into action — helping brands build trust, protect revenue, and scale operations with intelligence.",
      "words": 56,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (56 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"t-body-1 w-variant-119046ca-9c60-e573-e0b5-1a2ba6c5a24d\">IRIS&#x2122; (Intelligent Retail Insights Service) is Narvar&#x2019;s proprietary AI, trained on over 74B consumer interactions each year. Purpose-built for retail, IRIS&#x2122; automates decisions, flags fraud, and personalizes every post-purchase moment &#x2014; from delivery to returns. Embedded into the Narvar platform, IRIS&#x2122; turns insight into action &#x2014; helping brands build trust, protect revenue, and scale o..."
    }
  ],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

12 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": 17,
  "passing": 5,
  "failing": [
    {
      "heading": "Intelligent Personalization “Beyond Buy”",
      "headingHtml": "<h2>Intelligent Personalization <strong>&#x201c;Beyond Buy&#x201d;</strong></h2>",
      "firstParagraph": "Powered by IRIS™, Narvar transforms 74B+ interactions and 2B packages annually into predictive post-purchase intelligence — helping retailers build trust, unlock revenue, and protect margins against the $1T returns problem.",
      "paragraphHtml": "<p class=\"t-body-1 w-variant-119046ca-9c60-e573-e0b5-1a2ba6c5a24d\">Powered by IRIS&#x2122;, Narvar transforms 74B+ interactions and 2B packages annually into predictive post-purchase intelligence &#x2014; helping retailers build trust, unlock revenue, and protect margins against the &#x24;1T returns problem.</p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "One platform. Every post-purchase touchpoint.",
      "headingHtml": "<h2 class=\"t-display-2\">One platform. Every post-purchase touchpoint.</h2>",
      "firstParagraph": "Trusted by 1,500+ global brands and integrated with 1,000+ carriers, Narvar powers personalized, scalable post-purchase experiences that deliver outcomes — at global scale.",
      "paragraphHtml": "<p class=\"t-body-1 w-variant-119046ca-9c60-e573-e0b5-1a2ba6c5a24d\">Trusted by 1,500+ global brands and integrated with 1,000+ carriers, Narvar powers personalized, scalable post-purchase experiences that deliver outcomes &#x2014; at global scale.</p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "Boost revenue with personalized tracking pages converting 10% higher",
      "headingHtml": "<h2>Boost revenue with personalized tracking pages converting 10% higher</h2>",
      "firstParagraph": "Deliver contextual, on-brand order tracking experiences that reduce support costs and drive engagement.",
      "paragraphHtml": "<p class=\"clr-p-text margin-0\">Deliver contextual, on-brand order tracking experiences that reduce support costs and drive engagement.<br></p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Earn up to 15x ROI from dynamic notifications",
      "headingHtml": "<h2>Earn up to 15x ROI from dynamic notifications</h2>",
      "firstParagraph": "Make every moment count in the consumer journey via multi-channel, on-brand messaging that’s built to drive engagement through proactive, timely updates.",
      "paragraphHtml": "<p class=\"clr-p-text margin-0\">Make every moment count in the consumer journey via multi-channel, on-brand messaging that&#x2019;s built to drive engagement through proactive, timely updates.<br></p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Decrease delivery claim payouts by 25% with intelligent fraud prevention",
      "headingHtml": "<h2>Decrease delivery claim payouts by 25% with intelligent&#x2028;fraud prevention</h2>",
      "firstParagraph": "Leverage Narvar’s advanced delivery claim abuse and fraud protection solution with transformational AI technology to combat delivery claim fraud and personalize the customer experience based on the consumer’s fraud risk.",
      "paragraphHtml": "<p class=\"clr-p-text margin-0\">Leverage Narvar&#x2019;s advanced delivery claim abuse and fraud protection solution with transformational AI technology to combat delivery claim fraud and personalize the customer experience based on the consumer&#x2019;s fraud risk.<br></p>",
      "words": 32,
      "direct": false,
      "issue": "First paragraph is 32 words and does not look like a concise direct answer."
    },
    {
      "heading": "Retain up to 60% of revenue with intelligent returns and exchanges",
      "headingHtml": "<h2>Retain up to 60% of revenue with intelligent returns and exchanges</h2>",
      "firstParagraph": "Leverage consumer behaviors and AI to proactively prevent fraudulent returns, enforce eligibility rules, and introduce automated exchange options — all in one platform.",
      "paragraphHtml": "<p class=\"clr-p-text margin-0\">Leverage consumer behaviors and AI to proactively prevent fraudulent returns, enforce eligibility rules, and introduce automated exchange options &#x2014; all in one platform.<br></p>",
      "words": 22,
      "direct": false,
      "issue": "First paragraph is 22 words and does not look like a concise direct answer."
    },
    {
      "heading": "Ecommerce & Digital",
      "headingHtml": "<h3 class=\"t-display-5 margin-0\" style=\"color: rgb(238, 244, 255);\">Ecommerce &amp; Digital</h3>",
      "firstParagraph": "Turn every post-purchase touchpoint into growth.",
      "paragraphHtml": "<p class=\"t-body-2\">Turn every post-purchase touchpoint into growth.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Customer Care",
      "headingHtml": "<h3 class=\"t-display-5 margin-0\">Customer Care</h3>",
      "firstParagraph": "Turn service into a loyalty driver.",
      "paragraphHtml": "<p class=\"t-body-2\">Turn service into a loyalty driver.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Supply Chain & Logistics",
      "headingHtml": "<h3 class=\"t-display-5 margin-0\">Supply Chain &amp; Logistics</h3>",
      "firstParagraph": "Turn returns into a competitive advantage.",
      "paragraphHtml": "<p class=\"t-body-2\">Turn returns into a competitive advantage.</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Fraud & Risk",
      "headingHtml": "<h3 class=\"t-display-5 margin-0\">Fraud &amp; Risk</h3>",
      "firstParagraph": "Stop fraud. Protect trust.",
      "paragraphHtml": "<p class=\"t-body-2\">Stop fraud. Protect trust.</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Trusted by 1,500+ leading retail brands",
      "headingHtml": "<h2 class=\"t-display-2\">Trusted by 1,500+ leading retail brands</h2>",
      "firstParagraph": "Abhishek Vijayakumar",
      "paragraphHtml": "<p class=\"t-body-3 clr-white font-bold\">Abhishek Vijayakumar<br></p>",
      "words": 2,
      "direct": false,
      "issue": "First paragraph is 2 words and does not look like a concise direct answer."
    },
    {
      "heading": "Power every moment after the buy",
      "headingHtml": "<h2 class=\"t-display-3 margin-0\">Power every moment after the buy</h2>",
      "firstParagraph": "Build trust. Protect margins. Drive growth — “Beyond Buy.”",
      "paragraphHtml": "<p class=\"t-body-3\">Build trust. Protect margins. Drive growth &#x2014; &#x201c;Beyond Buy.&#x201d;</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

2 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Extraction-friendly structure

Score

85/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

2 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Page experience for AIO

Score

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1",
  "visibleWords": 1206,
  "htmlBytes": 267432,
  "imagesMissingDimensions": [
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67a9df0cae9bb5e5d2f70e79_narvar-logo-2025.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img loading=\"eager\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67a9df0cae9bb5e5d2f70e79_narvar-logo-2025.svg\" alt=\"narvar logo\" class=\"c-img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/695d0b7a7195c6252c12602c_Vector.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/695d0b7a7195c6252c12602c_Vector.svg\" loading=\"lazy\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67be3a4811e88fcf366d5a79_189473699c09444048f68a77bbb4d7b8_2025_icons_gradient_track_order_2_2x.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67be3a4811e88fcf366d5a79_189473699c09444048f68a77bbb4d7b8_2025_icons_gradient_track_order_2_2x.svg\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/685cb2c52b29c967f1c07f24_box-shield-protected.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/685cb2c52b29c967f1c07f24_box-shield-protected.svg\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67be3a42156bd00976f2ce87_310fa2e329e2ffcdcdffc50300906d4c_2025_icons_gradient_location_pin_2x.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67be3a42156bd00976f2ce87_310fa2e329e2ffcdcdffc50300906d4c_2025_icons_gradient_location_pin_2x.svg\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67d2274ea81798542cc2ca08_8d2248740427c90ca209cdaba46bebeb_shield-icon%402x.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67d2274ea81798542cc2ca08_8d2248740427c90ca209cdaba46bebeb_shield-icon%402x.svg\" alt=\"Graphic with green shield with a checkmark at the center surrounded by green and blue circular arrows.\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67be3a44b01d892dd6903281_7e3627d6b2fcb925486dad28b3ac12c4_2025_icons_gradient_notification_alert_2x.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67be3a44b01d892dd6903281_7e3627d6b2fcb925486dad28b3ac12c4_2025_icons_gradient_notification_alert_2x.svg\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67be6d89dac101973fdaa191_7611247d90090eafe88dedd5e0db037e_user-search-icon%402x.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67be6d89dac101973fdaa191_7611247d90090eafe88dedd5e0db037e_user-search-icon%402x.svg\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/68db9071fed5a6b2fa5d8c71_037b8f29b165b11c0d304b590450d21e_iris%20burst%202.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/68db9071fed5a6b2fa5d8c71_037b8f29b165b11c0d304b590450d21e_iris%20burst%202.webp\" alt class=\"c-header-main-img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/695bfa679192c850a138b639_Vector.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/695bfa679192c850a138b639_Vector.svg\" loading=\"eager\" alt=\"Narvar Agentic\" class=\"c-img red-assist-3\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/68db956ae0e91dfcb0d5ee18_lock.svg",
      "width": "",
      "height": "Auto",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" height=\"Auto\" alt src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/68db956ae0e91dfcb0d5ee18_lock.svg\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/68db9569bb93d9548666b6c9_trending-up.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/68db9569bb93d9548666b6c9_trending-up.svg\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/68db956a16c94898cf8d9c29_zap.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/68db956a16c94898cf8d9c29_zap.svg\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/68db95694926d9a373a900b9_shopping-cart.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/68db95694926d9a373a900b9_shopping-cart.svg\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/68db9569c5295b9375f58afa_package.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/68db9569c5295b9375f58afa_package.svg\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/68db95694c7f971cccc3593a_refresh-cw.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/68db95694c7f971cccc3593a_refresh-cw.svg\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/68db95695b83c0dd2d897c7f_cpu.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/68db95695b83c0dd2d897c7f_cpu.svg\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/68db95696facca61b7f2a2de_message-circle.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/68db95696facca61b7f2a2de_message-circle.svg\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/68db9569b13a08cb8705521a_truck.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/68db9569b13a08cb8705521a_truck.svg\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/68db9569244076ef3f5970fa_shield.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/68db9569244076ef3f5970fa_shield.svg\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67c554ffb0665da9a06dcff0_partner-icon.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67c554ffb0665da9a06dcff0_partner-icon.svg\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/6a0cf8da58a394e4c51d7907_Harry%20Rosen.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/6a0cf8da58a394e4c51d7907_Harry%20Rosen.svg\" alt class=\"c-img half\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/69c2d2cc8da98bf4a9122c07_secure-2026_webinar_thumb%402x.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/69c2d2cc8da98bf4a9122c07_secure-2026_webinar_thumb%402x.png\" alt class=\"c-img full\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/6a10d22cb483e45e5ce28086_Returns-Optimization_tb%402x.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/6a10d22cb483e45e5ce28086_Returns-Optimization_tb%402x.webp\" alt class=\"c-img full\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/6a10b8a56dc07829c64ed2d9_13e7bf7b253f1af144c7bf50067e43e7_NAVI%402x.webp",
      "width": "250",
      "height": "",
      "loading": "eager",
      "html": "<img width=\"250\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/6a10b8a56dc07829c64ed2d9_13e7bf7b253f1af144c7bf50067e43e7_NAVI%402x.webp\" alt loading=\"eager\" class=\"c-img full\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/6a10b8a5ab0c87dd1393d365_821e27d4c01d706e9d50aa890932bcad_Shield%402x.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/6a10b8a5ab0c87dd1393d365_821e27d4c01d706e9d50aa890932bcad_Shield%402x.webp\" loading=\"lazy\" alt class=\"c-img full\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/6a10b8a5df6a3274cd05ecce_e0b362cf12e6878abe2d6c31d3ed75b4_Promise%402x.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/6a10b8a5df6a3274cd05ecce_e0b362cf12e6878abe2d6c31d3ed75b4_Promise%402x.webp\" loading=\"lazy\" alt class=\"c-img full\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/6a10b8a52a1746b2dd88efe3_aee95c050c659d78483a6e91cf3fe34a_Secure%402x.webp",
      "width": "250",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"250\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/6a10b8a52a1746b2dd88efe3_aee95c050c659d78483a6e91cf3fe34a_Secure%402x.webp\" alt loading=\"lazy\" class=\"c-img full\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dadc06ede78a520a66bb_67d4845d5e89202eb55c98ce_OnRunning_color.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"On Running\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dadc06ede78a520a66bb_67d4845d5e89202eb55c98ce_OnRunning_color.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dafd6e24ede427def985_67d4845a0bbb9910bd1cb5ad_Gap_white.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"GAP\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dafd6e24ede427def985_67d4845a0bbb9910bd1cb5ad_Gap_white.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7db6b984a8e0dd0b7dcd0_67a495f97c55e5e77bcd3085_02-PeterMillar.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Peter Millar\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7db6b984a8e0dd0b7dcd0_67a495f97c55e5e77bcd3085_02-PeterMillar.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7db7e2b24736bd9fde4fa_Puma.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Puma\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7db7e2b24736bd9fde4fa_Puma.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dbb1f12d2942bb8639c9_67a495f9d1e4d500642674ac_05-Levis.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Levis\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dbb1f12d2942bb8639c9_67a495f9d1e4d500642674ac_05-Levis.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dc9a40d1222de644775a_67a495f989066a612c770a32_06-Johnny%20Was.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Johnny Was\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dc9a40d1222de644775a_67a495f989066a612c770a32_06-Johnny%20Was.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dcb8abc01bc60bd1fd12_67a495f9019d86cdbf14688e_07-Newell%20Brands.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Newell Brands\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dcb8abc01bc60bd1fd12_67a495f9019d86cdbf14688e_07-Newell%20Brands.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dccaa3eb4f831dd72a35_67d47be6db20f4ec8613224b_DSW_Vector-2.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"DSW\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dccaa3eb4f831dd72a35_67d47be6db20f4ec8613224b_DSW_Vector-2.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dcdbbb11fdb2f015f7bb_67d4845cfefc949c5d0901f2_Lane%20Bryant-Default.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Lane Bryant\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dcdbbb11fdb2f015f7bb_67d4845cfefc949c5d0901f2_Lane%20Bryant-Default.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dceb9ebe5a78ae0804d7_67d47be655b59e3a282f6db3_glossier_color.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"glossier\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dceb9ebe5a78ae0804d7_67d47be655b59e3a282f6db3_glossier_color.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dd57bb1d821f17f2a587_67d47be6ce25276ca53f760b_CrateBarrel_color.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"CrateBarrel\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dd57bb1d821f17f2a587_67d47be6ce25276ca53f760b_CrateBarrel_color.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dd6c08d42e6a7655e8c4_67d47be69a911f70ac511f70_dyson-logo%20copy.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"dyson\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dd6c08d42e6a7655e8c4_67d47be69a911f70ac511f70_dyson-logo%20copy.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dd8071a949caa3f5edd7_67d47be69339ef15aaa4ac1f_orvis.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"orvis\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dd8071a949caa3f5edd7_67d47be69339ef15aaa4ac1f_orvis.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dd91d0a2f8f1f4b0b529_67d47be6e6f5d981b5a902c0_Loreal_color.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Loreal\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dd91d0a2f8f1f4b0b529_67d47be6e6f5d981b5a902c0_Loreal_color.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dda9a3eb4f831dd7f45f_67d47be6fa4575aabe0b9274_Skims.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Skims\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dda9a3eb4f831dd7f45f_67d47be6fa4575aabe0b9274_Skims.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7ddb9a1a883b960337b80_67d4845e5a2c5039c9bfcd46_urban-decay_white-logo%20mark%20only.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"urban-decay\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7ddb9a1a883b960337b80_67d4845e5a2c5039c9bfcd46_urban-decay_white-logo%20mark%20only.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7ddce8cafd23849d03016_67d4845e5e89202eb55c9940_The%20Real%20Real-Black.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"The Real Real-Black\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7ddce8cafd23849d03016_67d4845e5e89202eb55c9940_The%20Real%20Real-Black.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dde006ede78a520d7f83_67d4845d80577427797d4c56_Francesca%27s-Default.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Francesca&apos;s\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dde006ede78a520d7f83_67d4845d80577427797d4c56_Francesca%27s-Default.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7ddf23da2cc73db5240b1_67d4845b605dc9d7cc735add_Huckberry-Black.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Huckberry-Black\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7ddf23da2cc73db5240b1_67d4845b605dc9d7cc735add_Huckberry-Black.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7de09a73b8291e53344f9_67d4845a5f950c0d1d7f117b_Crystal-Classics-Color.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Crystal-Classics-Color\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7de09a73b8291e53344f9_67d4845a5f950c0d1d7f117b_Crystal-Classics-Color.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7de22a8bc5c3b89e80b51_67d4845aad45536a01032ba8_FinishLine-Default.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"FinishLine\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7de22a8bc5c3b89e80b51_67d4845aad45536a01032ba8_FinishLine-Default.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7de719ebe5a78ae09971c_67d48459623a694307b950c2_Alexis%20Bittar-white.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Alexis Bittar\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7de719ebe5a78ae09971c_67d48459623a694307b950c2_Alexis%20Bittar-white.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7de957f248981fae45d71_67d484599339ef15aaab5323_Banana-Republic-Variant2.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Banana-Republic\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7de957f248981fae45d71_67d484599339ef15aaab5323_Banana-Republic-Variant2.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7deac272e6c0e5d4ca8a1_67d48392ace971145307b1bb_Stance_color.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Stance\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7deac272e6c0e5d4ca8a1_67d48392ace971145307b1bb_Stance_color.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dec18cafd23849d1066d_67d483957e1d3e0b5e60ce30_Ann%20Taylor%20LOFT.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Ann Taylor LOFT\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dec18cafd23849d1066d_67d483957e1d3e0b5e60ce30_Ann%20Taylor%20LOFT.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dede7c8591821695086d_67d483946ca9487ea9aa7d7a_Chandon.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Chandon\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dede7c8591821695086d_67d483946ca9487ea9aa7d7a_Chandon.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7defcacc77a0494322fb5_67d484595f950c0d1d7f103e_American%20Eagle-white.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"American Eagle\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7defcacc77a0494322fb5_67d484595f950c0d1d7f103e_American%20Eagle-white.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7df0d00d62a098aa61362_67d48395c77645f4d1b79c52_everlane_color.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"everlane\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7df0d00d62a098aa61362_67d48395c77645f4d1b79c52_everlane_color.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7df21b41099c387aab9e8_67d484595e89202eb55c95e2_alice%20%2B%20olivia-white.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"alice + olivia-white\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7df21b41099c387aab9e8_67d484595e89202eb55c95e2_alice%20%2B%20olivia-white.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7df32ec2e639777e0cbcc_67d48393311995427a823af6_JD%20Sports.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"JD Sports\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7df32ec2e639777e0cbcc_67d48393311995427a823af6_JD%20Sports.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7df44907cea8299bce6c7_67d4839461a736762df66771_Lululemon_white.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Lululemon\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7df44907cea8299bce6c7_67d4839461a736762df66771_Lululemon_white.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7df54461e5c6c48efd0ac_67d48395f9f617969a6b0910_Dolls%20Kill.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Dolls Kill\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7df54461e5c6c48efd0ac_67d48395f9f617969a6b0910_Dolls%20Kill.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7df64b0d1e4092531aeba_67d48395749732eb0f458759_Bobbi%20Brown.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Bobbi Brown\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7df64b0d1e4092531aeba_67d48395749732eb0f458759_Bobbi%20Brown.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7df7a8a267cb2980b660e_67d48394432050339d99a150_Oscar%20de%20la%20Renta.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Oscar de la Renta\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7df7a8a267cb2980b660e_67d48394432050339d99a150_Oscar%20de%20la%20Renta.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dfa008d42e6a7658c0dc_67d4839428f61f28bec20e05_Clarins.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Clarins\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dfa008d42e6a7658c0dc_67d4839428f61f28bec20e05_Clarins.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dfb54bfa605e29326a8e_67d48394e07e57c69070f250_Dockers_color.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Dockers\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dfb54bfa605e29326a8e_67d48394e07e57c69070f250_Dockers_color.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dfc8c8944395c6ba70b0_67d483927d66df7d10120afa_Sephora_color.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Sephora\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dfc8c8944395c6ba70b0_67d483927d66df7d10120afa_Sephora_color.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dfd9cc50930ef6863106_67d48393599392e901285fa0_Nic%20%2B%20Zoe.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Nic + Zoe\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dfd9cc50930ef6863106_67d48393599392e901285fa0_Nic%20%2B%20Zoe.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dfea3e557c594451dd07_67d4839301ec82d566d5b938_Rothys_color.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Rothys\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dfea3e557c594451dd07_67d4839301ec82d566d5b938_Rothys_color.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dffd2b24736bd902eadb_67d4839255b59e3a2835ecf5_Serena-Lily.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Serena-Lily\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dffd2b24736bd902eadb_67d4839255b59e3a2835ecf5_Serena-Lily.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7e016f7c2cbd5c9bfaa5d_67d48392e834aa07569ae5d8_TREK.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"TREK\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7e016f7c2cbd5c9bfaa5d_67d48392e834aa07569ae5d8_TREK.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dadc06ede78a520a66bb_67d4845d5e89202eb55c98ce_OnRunning_color.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"On Running\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dadc06ede78a520a66bb_67d4845d5e89202eb55c98ce_OnRunning_color.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dafd6e24ede427def985_67d4845a0bbb9910bd1cb5ad_Gap_white.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"GAP\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dafd6e24ede427def985_67d4845a0bbb9910bd1cb5ad_Gap_white.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7db6b984a8e0dd0b7dcd0_67a495f97c55e5e77bcd3085_02-PeterMillar.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Peter Millar\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7db6b984a8e0dd0b7dcd0_67a495f97c55e5e77bcd3085_02-PeterMillar.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7db7e2b24736bd9fde4fa_Puma.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Puma\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7db7e2b24736bd9fde4fa_Puma.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dbb1f12d2942bb8639c9_67a495f9d1e4d500642674ac_05-Levis.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Levis\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dbb1f12d2942bb8639c9_67a495f9d1e4d500642674ac_05-Levis.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dc9a40d1222de644775a_67a495f989066a612c770a32_06-Johnny%20Was.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Johnny Was\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dc9a40d1222de644775a_67a495f989066a612c770a32_06-Johnny%20Was.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dcb8abc01bc60bd1fd12_67a495f9019d86cdbf14688e_07-Newell%20Brands.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Newell Brands\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dcb8abc01bc60bd1fd12_67a495f9019d86cdbf14688e_07-Newell%20Brands.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dccaa3eb4f831dd72a35_67d47be6db20f4ec8613224b_DSW_Vector-2.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"DSW\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dccaa3eb4f831dd72a35_67d47be6db20f4ec8613224b_DSW_Vector-2.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dcdbbb11fdb2f015f7bb_67d4845cfefc949c5d0901f2_Lane%20Bryant-Default.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Lane Bryant\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dcdbbb11fdb2f015f7bb_67d4845cfefc949c5d0901f2_Lane%20Bryant-Default.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dceb9ebe5a78ae0804d7_67d47be655b59e3a282f6db3_glossier_color.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"glossier\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dceb9ebe5a78ae0804d7_67d47be655b59e3a282f6db3_glossier_color.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dd57bb1d821f17f2a587_67d47be6ce25276ca53f760b_CrateBarrel_color.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"CrateBarrel\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dd57bb1d821f17f2a587_67d47be6ce25276ca53f760b_CrateBarrel_color.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dd6c08d42e6a7655e8c4_67d47be69a911f70ac511f70_dyson-logo%20copy.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"dyson\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dd6c08d42e6a7655e8c4_67d47be69a911f70ac511f70_dyson-logo%20copy.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dd8071a949caa3f5edd7_67d47be69339ef15aaa4ac1f_orvis.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"orvis\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dd8071a949caa3f5edd7_67d47be69339ef15aaa4ac1f_orvis.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dd91d0a2f8f1f4b0b529_67d47be6e6f5d981b5a902c0_Loreal_color.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Loreal\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dd91d0a2f8f1f4b0b529_67d47be6e6f5d981b5a902c0_Loreal_color.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dda9a3eb4f831dd7f45f_67d47be6fa4575aabe0b9274_Skims.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Skims\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dda9a3eb4f831dd7f45f_67d47be6fa4575aabe0b9274_Skims.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7ddb9a1a883b960337b80_67d4845e5a2c5039c9bfcd46_urban-decay_white-logo%20mark%20only.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"urban-decay\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7ddb9a1a883b960337b80_67d4845e5a2c5039c9bfcd46_urban-decay_white-logo%20mark%20only.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7ddce8cafd23849d03016_67d4845e5e89202eb55c9940_The%20Real%20Real-Black.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"The Real Real-Black\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7ddce8cafd23849d03016_67d4845e5e89202eb55c9940_The%20Real%20Real-Black.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dde006ede78a520d7f83_67d4845d80577427797d4c56_Francesca%27s-Default.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Francesca&apos;s\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dde006ede78a520d7f83_67d4845d80577427797d4c56_Francesca%27s-Default.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7ddf23da2cc73db5240b1_67d4845b605dc9d7cc735add_Huckberry-Black.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Huckberry-Black\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7ddf23da2cc73db5240b1_67d4845b605dc9d7cc735add_Huckberry-Black.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7de09a73b8291e53344f9_67d4845a5f950c0d1d7f117b_Crystal-Classics-Color.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Crystal-Classics-Color\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7de09a73b8291e53344f9_67d4845a5f950c0d1d7f117b_Crystal-Classics-Color.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7de22a8bc5c3b89e80b51_67d4845aad45536a01032ba8_FinishLine-Default.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"FinishLine\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7de22a8bc5c3b89e80b51_67d4845aad45536a01032ba8_FinishLine-Default.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7de719ebe5a78ae09971c_67d48459623a694307b950c2_Alexis%20Bittar-white.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Alexis Bittar\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7de719ebe5a78ae09971c_67d48459623a694307b950c2_Alexis%20Bittar-white.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7de957f248981fae45d71_67d484599339ef15aaab5323_Banana-Republic-Variant2.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Banana-Republic\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7de957f248981fae45d71_67d484599339ef15aaab5323_Banana-Republic-Variant2.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7deac272e6c0e5d4ca8a1_67d48392ace971145307b1bb_Stance_color.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Stance\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7deac272e6c0e5d4ca8a1_67d48392ace971145307b1bb_Stance_color.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dec18cafd23849d1066d_67d483957e1d3e0b5e60ce30_Ann%20Taylor%20LOFT.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Ann Taylor LOFT\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dec18cafd23849d1066d_67d483957e1d3e0b5e60ce30_Ann%20Taylor%20LOFT.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dede7c8591821695086d_67d483946ca9487ea9aa7d7a_Chandon.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Chandon\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dede7c8591821695086d_67d483946ca9487ea9aa7d7a_Chandon.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7defcacc77a0494322fb5_67d484595f950c0d1d7f103e_American%20Eagle-white.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"American Eagle\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7defcacc77a0494322fb5_67d484595f950c0d1d7f103e_American%20Eagle-white.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7df0d00d62a098aa61362_67d48395c77645f4d1b79c52_everlane_color.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"everlane\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7df0d00d62a098aa61362_67d48395c77645f4d1b79c52_everlane_color.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7df21b41099c387aab9e8_67d484595e89202eb55c95e2_alice%20%2B%20olivia-white.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"alice + olivia-white\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7df21b41099c387aab9e8_67d484595e89202eb55c95e2_alice%20%2B%20olivia-white.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7df32ec2e639777e0cbcc_67d48393311995427a823af6_JD%20Sports.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"JD Sports\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7df32ec2e639777e0cbcc_67d48393311995427a823af6_JD%20Sports.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7df44907cea8299bce6c7_67d4839461a736762df66771_Lululemon_white.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Lululemon\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7df44907cea8299bce6c7_67d4839461a736762df66771_Lululemon_white.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7df54461e5c6c48efd0ac_67d48395f9f617969a6b0910_Dolls%20Kill.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Dolls Kill\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7df54461e5c6c48efd0ac_67d48395f9f617969a6b0910_Dolls%20Kill.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7df64b0d1e4092531aeba_67d48395749732eb0f458759_Bobbi%20Brown.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Bobbi Brown\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7df64b0d1e4092531aeba_67d48395749732eb0f458759_Bobbi%20Brown.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7df7a8a267cb2980b660e_67d48394432050339d99a150_Oscar%20de%20la%20Renta.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Oscar de la Renta\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7df7a8a267cb2980b660e_67d48394432050339d99a150_Oscar%20de%20la%20Renta.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dfa008d42e6a7658c0dc_67d4839428f61f28bec20e05_Clarins.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Clarins\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dfa008d42e6a7658c0dc_67d4839428f61f28bec20e05_Clarins.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dfb54bfa605e29326a8e_67d48394e07e57c69070f250_Dockers_color.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Dockers\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dfb54bfa605e29326a8e_67d48394e07e57c69070f250_Dockers_color.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dfc8c8944395c6ba70b0_67d483927d66df7d10120afa_Sephora_color.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Sephora\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dfc8c8944395c6ba70b0_67d483927d66df7d10120afa_Sephora_color.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dfd9cc50930ef6863106_67d48393599392e901285fa0_Nic%20%2B%20Zoe.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Nic + Zoe\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dfd9cc50930ef6863106_67d48393599392e901285fa0_Nic%20%2B%20Zoe.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dfea3e557c594451dd07_67d4839301ec82d566d5b938_Rothys_color.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Rothys\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dfea3e557c594451dd07_67d4839301ec82d566d5b938_Rothys_color.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dffd2b24736bd902eadb_67d4839255b59e3a2835ecf5_Serena-Lily.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"Serena-Lily\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7dffd2b24736bd902eadb_67d4839255b59e3a2835ecf5_Serena-Lily.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7e016f7c2cbd5c9bfaa5d_67d48392e834aa07569ae5d8_TREK.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img alt=\"TREK\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d07e/67d7e016f7c2cbd5c9bfaa5d_67d48392e834aa07569ae5d8_TREK.svg\" loading=\"eager\" class=\"c-img ticker-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/695d0b7a7195c6252c12602c_Vector.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/695d0b7a7195c6252c12602c_Vector.svg\" loading=\"eager\" alt class=\"c-img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/695d0b7a7195c6252c12602c_Vector.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/695d0b7a7195c6252c12602c_Vector.svg\" loading=\"eager\" alt class=\"c-img red-assist-3\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/6a10c81edc87e0dbe0aae8b5_318e19022de45d84c87357f6088da9d2_Agentic_Cards2%402x.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/6a10c81edc87e0dbe0aae8b5_318e19022de45d84c87357f6088da9d2_Agentic_Cards2%402x.webp\" loading=\"lazy\" alt class=\"c-img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67adad8658507ff2b4d886db_promise-icon-dark.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67adad8658507ff2b4d886db_promise-icon-dark.svg\" loading=\"eager\" alt class=\"c-img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67adad8658507ff2b4d886db_promise-icon-dark.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67adad8658507ff2b4d886db_promise-icon-dark.svg\" loading=\"eager\" alt class=\"c-img red-assist-3\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67d1fe6c4723a4116eb85d92_43c7e292eefb8ad11a213aae1cff36f4_Promise__Product%20Card%402x.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67d1fe6c4723a4116eb85d92_43c7e292eefb8ad11a213aae1cff36f4_Promise__Product%20Card%402x.webp\" loading=\"lazy\" alt=\"Promise product showing estimated delivery dates if order is completed in the next 8 minutes with different shipment options based on location.\" class=\"c-img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/685af7f7bb678a60b26d604f_box-icon-dark.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/685af7f7bb678a60b26d604f_box-icon-dark.svg\" loading=\"eager\" alt class=\"c-img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/685af7f7bb678a60b26d604f_box-icon-dark.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/685af7f7bb678a60b26d604f_box-icon-dark.svg\" loading=\"eager\" alt class=\"c-img red-assist-3\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/68d5c8ad12997035aced6c90_ccf69328eba70d32f753a29c07fed32b_Secure__Product%20Card%402x.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/68d5c8ad12997035aced6c90_ccf69328eba70d32f753a29c07fed32b_Secure__Product%20Card%402x.webp\" loading=\"lazy\" alt class=\"c-img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/679b3fddfff238417c656023_track-icon.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/679b3fddfff238417c656023_track-icon.svg\" loading=\"eager\" alt class=\"c-img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/679b3fddfff238417c656023_track-icon.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/679b3fddfff238417c656023_track-icon.svg\" loading=\"eager\" alt class=\"c-img red-assist-3\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/68c3d90a62e6e3e3cff40993_Track_Product%20Card.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/68c3d90a62e6e3e3cff40993_Track_Product%20Card.webp\" loading=\"lazy\" alt class=\"c-img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67a5ec292de98641e0605087_notify-icon-dark.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67a5ec292de98641e0605087_notify-icon-dark.svg\" loading=\"eager\" alt class=\"c-img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67a5ec292de98641e0605087_notify-icon-dark.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67a5ec292de98641e0605087_notify-icon-dark.svg\" loading=\"eager\" alt class=\"c-img red-assist-3\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/68c3d950af3376b089463856_Notify_Product%20Card.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/68c3d950af3376b089463856_Notify_Product%20Card.webp\" loading=\"lazy\" alt class=\"c-img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67a5ec2936b42e84b84f3fa3_assist-icon-dark.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67a5ec2936b42e84b84f3fa3_assist-icon-dark.svg\" loading=\"eager\" alt class=\"c-img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67a5ec2936b42e84b84f3fa3_assist-icon-dark.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67a5ec2936b42e84b84f3fa3_assist-icon-dark.svg\" loading=\"eager\" alt class=\"c-img red-assist-3\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67d1fe6ce448b8b6f70034d0_0b3a9ab45bd1c1a2b9231a75e03a8a86_Assist__Product%20Card%402x.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67d1fe6ce448b8b6f70034d0_0b3a9ab45bd1c1a2b9231a75e03a8a86_Assist__Product%20Card%402x.webp\" loading=\"lazy\" alt=\"Narvar Assist flagging a fraudulent risk based on an item being missing from shipment.\" class=\"c-img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67cf8d6ad160cbb3ea7183dc_shield-icon.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67cf8d6ad160cbb3ea7183dc_shield-icon.svg\" loading=\"eager\" alt class=\"c-img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67cf8d6ad160cbb3ea7183dc_shield-icon.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67cf8d6ad160cbb3ea7183dc_shield-icon.svg\" loading=\"eager\" alt class=\"c-img red-assist-3\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67d1fe6dfc6e84f014a91e3e_b1ff607488b6fa35bbf231af74e88eef_Shield__Product%20Card%402x.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67d1fe6dfc6e84f014a91e3e_b1ff607488b6fa35bbf231af74e88eef_Shield__Product%20Card%402x.webp\" loading=\"lazy\" alt=\"Customer returning an item to Seager and exchanging based on clothing didn&apos;t fit so ordering a larger size.\" class=\"c-img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/68e3bf58f3f99367bd41cad8_iris-wheel-compressed.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/68e3bf58f3f99367bd41cad8_iris-wheel-compressed.svg\" loading=\"lazy\" style=\"-webkit-transform:translate3d(-50%, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0);-moz-transform:translate3d(-50%, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0);-ms-transform:translate3d(-50%, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0);transform:translate3d(-50%, 0, 0) scale3d(..."
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/68d5a2ec7b89a7acaf7d9afb_ecommerce_hero%402x.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/68d5a2ec7b89a7acaf7d9afb_ecommerce_hero%402x.webp\" loading=\"lazy\" alt class=\"c-img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/68d5c0d3b5e800f374cc351b_customer-care_hero%402x.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/68d5c0d3b5e800f374cc351b_customer-care_hero%402x.webp\" loading=\"lazy\" alt class=\"c-img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/68d5b47fd66dcf6c5340b48d_supplychain_hero%402x.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/68d5b47fd66dcf6c5340b48d_supplychain_hero%402x.webp\" loading=\"lazy\" alt class=\"c-img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/68d5c4d4ffbb7f5bcf9cbfe6_fraud-risk_hero%402x.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/68d5c4d4ffbb7f5bcf9cbfe6_fraud-risk_hero%402x.webp\" loading=\"lazy\" alt class=\"c-img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67a47c8c2d514cb9d7facd9a_retailer-photo.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67a47c8c2d514cb9d7facd9a_retailer-photo.webp\" loading=\"lazy\" alt=\"portrait of product manager of engineering at Burrow.\" class=\"c-img st-author\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67a47ad2ffb1915a64c5c184_st-logo-01.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67a47ad2ffb1915a64c5c184_st-logo-01.webp\" loading=\"lazy\" alt=\"A blue background with a white Burrow logo.\" class=\"c-img st-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67a47ad2bd86856b6d2fd553_st-logo-02.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67a47ad2bd86856b6d2fd553_st-logo-02.webp\" loading=\"lazy\" alt=\"A blue background with a white Seager logo.\" class=\"c-img st-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67a47ad2c0ba620ba5dcfabb_st-logo-03.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67a47ad2c0ba620ba5dcfabb_st-logo-03.webp\" loading=\"lazy\" alt=\"A blue background with a white Orvis logo.\" class=\"c-img st-logo w-variant-9407a029-d4a3-8f4d-522c-ea32589167cc\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67af15c30cc2af6e541190a7_finish-line-logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67af15c30cc2af6e541190a7_finish-line-logo.svg\" loading=\"lazy\" alt class=\"c-img st-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67a47ad2052d68ed955c4ae7_st-logo-08.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67a47ad2052d68ed955c4ae7_st-logo-08.webp\" loading=\"lazy\" alt=\"A blue background with a white Sonos logo.\" class=\"c-img st-logo w-variant-9407a029-d4a3-8f4d-522c-ea32589167cc\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67a4800ea7d229a592732abd_retailer-photo-2.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67a4800ea7d229a592732abd_retailer-photo-2.webp\" loading=\"lazy\" alt=\"portrait of the head of e-commerce at Moss Brothers.\" class=\"c-img st-author\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67b83afda50dba27962192f3_006ab6de4c1fb0033d04cb6ce0a0228c_moss-bros.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67b83afda50dba27962192f3_006ab6de4c1fb0033d04cb6ce0a0228c_moss-bros.svg\" loading=\"lazy\" alt=\"Moss Bros. logo\" class=\"c-img st-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67a4800ef423404b4ce582ea_retailer-photo-3.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67a4800ef423404b4ce582ea_retailer-photo-3.webp\" loading=\"lazy\" alt=\"portrait of global head of customer experience at On-Running.\" class=\"c-img st-author\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67bc1a23d07eeb519870cc93_on-running-logo-vector.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67bc1a23d07eeb519870cc93_on-running-logo-vector.svg\" loading=\"lazy\" alt class=\"c-img st-logo w-variant-a8aeb704-5009-3652-3831-812348e87c88\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67a47ad20af6aa6012a4fe3a_st-logo-05.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67a47ad20af6aa6012a4fe3a_st-logo-05.webp\" loading=\"lazy\" alt=\"A blue background with a white C logo.\" class=\"c-img st-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67ada6c6bc9fb205b7999a26_GameStop_color.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67ada6c6bc9fb205b7999a26_GameStop_color.svg\" loading=\"lazy\" alt class=\"c-img st-logo w-variant-9407a029-d4a3-8f4d-522c-ea32589167cc\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/69bc66f76e93d63a1160d355_G2BestSoftware2026-Badge-Persona-SupplyChainLogisticsProducts.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/69bc66f76e93d63a1160d355_G2BestSoftware2026-Badge-Persona-SupplyChainLogisticsProducts.svg\" loading=\"lazy\" alt class=\"c-badge-ticker-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/69bc6272fabe0860b52fdfa2_a5edb7fbbaffbf2c860eb59f94ba7b2b_PackageTracking_Leader_Enterprise_Leader%201.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/69bc6272fabe0860b52fdfa2_a5edb7fbbaffbf2c860eb59f94ba7b2b_PackageTracking_Leader_Enterprise_Leader%201.svg\" loading=\"lazy\" alt class=\"c-badge-ticker-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/69306036ee5e7cdee1c156ae_7568934f88c56f50080e3957ee4cdf4c_Winter-2026_Momentum-Leader_Package-Tracking.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/69306036ee5e7cdee1c156ae_7568934f88c56f50080e3957ee4cdf4c_Winter-2026_Momentum-Leader_Package-Tracking.svg\" loading=\"lazy\" alt class=\"c-badge-ticker-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/69306036d0052f30aae707db_2e8193ca7d73b5efbfc8affe6b70a663_Winter-2026_Leader_Package-Tracking.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/69306036d0052f30aae707db_2e8193ca7d73b5efbfc8affe6b70a663_Winter-2026_Leader_Package-Tracking.svg\" loading=\"lazy\" alt class=\"c-badge-ticker-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/69306036628213a24c8db0a7_4d81ff118cd567aebe9cbbd967cc891e_G2_Returns_Momentum.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/69306036628213a24c8db0a7_4d81ff118cd567aebe9cbbd967cc891e_G2_Returns_Momentum.svg\" loading=\"lazy\" alt class=\"c-badge-ticker-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/69306036fddbf77019d0a610_5817486b3d8a4b5f16b0b235957d8988_G2_Returns_Leader.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/69306036fddbf77019d0a610_5817486b3d8a4b5f16b0b235957d8988_G2_Returns_Leader.svg\" loading=\"lazy\" alt class=\"c-badge-ticker-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/6a15f9df36fff2f621269133_G2_Shipping_Enterprise.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/6a15f9df36fff2f621269133_G2_Shipping_Enterprise.svg\" loading=\"lazy\" alt class=\"c-badge-ticker-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/6a15f9df7103cc518ac6f8f1_G2_Shipping_Momentum.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/6a15f9df7103cc518ac6f8f1_G2_Shipping_Momentum.svg\" loading=\"lazy\" alt class=\"c-badge-ticker-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/69306036488a80aac7bfc38a_7564c7380193c69dc29b7631b9af8508_Winter-2026_Leader_Shipping.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/69306036488a80aac7bfc38a_7564c7380193c69dc29b7631b9af8508_Winter-2026_Leader_Shipping.svg\" loading=\"lazy\" alt class=\"c-badge-ticker-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67a33194168a590bfef8a897_media-placeholder.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67a33194168a590bfef8a897_media-placeholder.svg\" loading=\"lazy\" alt class=\"c-img full\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67925857df43acae16e8da12_Fill%201.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67925857df43acae16e8da12_Fill%201.svg\" alt class=\"footer-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67925857df43acae16e8da0b_Path.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67925857df43acae16e8da0b_Path.svg\" loading=\"lazy\" alt class=\"footer-arrow\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67925857df43acae16e8da0b_Path.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67925857df43acae16e8da0b_Path.svg\" loading=\"lazy\" alt class=\"footer-arrow\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67925857df43acae16e8da0b_Path.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img alt loading=\"lazy\" src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67925857df43acae16e8da0b_Path.svg\" class=\"footer-arrow\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67925857df43acae16e8da0b_Path.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67925857df43acae16e8da0b_Path.svg\" loading=\"lazy\" alt class=\"footer-arrow\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67925857df43acae16e8da0b_Path.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67925857df43acae16e8da0b_Path.svg\" loading=\"lazy\" alt class=\"footer-arrow\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67bc1a6ddfbd0ca783f39748_2acc73d2171de98a38c6e3ab19a35fb8_LinkedIn.svg",
      "width": "36",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67bc1a6ddfbd0ca783f39748_2acc73d2171de98a38c6e3ab19a35fb8_LinkedIn.svg\" loading=\"lazy\" width=\"36\" data-w-id=\"2043af9b-a838-b67c-5b7b-2d2369d02ec2\" alt class=\"footer-web-img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67ce085881bc5a8b8772d734_dcc3a38ec72f9f702ed52de28f5541c7_X.svg",
      "width": "36",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67ce085881bc5a8b8772d734_dcc3a38ec72f9f702ed52de28f5541c7_X.svg\" loading=\"lazy\" width=\"36\" alt class=\"footer-web-img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67925857df43acae16e8da71_Twitter-white.svg",
      "width": "24",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67925857df43acae16e8da71_Twitter-white.svg\" loading=\"eager\" width=\"24\" alt=\"Twitter\" class=\"footer-web-img-1\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67bc1b0e8d3bc2c505a3b048_Youtube.svg",
      "width": "36",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67bc1b0e8d3bc2c505a3b048_Youtube.svg\" loading=\"lazy\" width=\"36\" alt class=\"footer-web-img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/67925857df43acae16e8d057/67925857df43acae16e8da6e_Youtube-white.svg",
      "width": "24",
      "height": "",
      "loading": "eager",
      "html": "<img src=\"https://cdn.prod.website-files.com/67925857df43acae16e8d057/67925857df43acae16e8da6e_Youtube-white.svg\" loading=\"eager\" width=\"24\" alt=\"YouTube\" class=\"footer-web-img-1\">"
    },
    {
      "src": "https://cdn.bizible.com/ipv?_biz_r=&_biz_h=-417244810&_biz_u=71b53042a3c94e5e968424ac826c4e4e&_biz_l=https%3A%2F%2Fcorp.narvar.com%2F&_biz_t=1781129831460&_biz_i=Narvar%20%7C%20Intelligent%20Personalization%20%E2%80%9CBeyond%20Buy%E2%80%9D&_biz_n=0&rnd=942339&cdn_o=a&_biz_z=1781129832548",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt src=\"https://cdn.bizible.com/ipv?_biz_r=&amp;_biz_h=-417244810&amp;_biz_u=71b53042a3c94e5e968424ac826c4e4e&amp;_biz_l=https%3A%2F%2Fcorp.narvar.com%2F&amp;_biz_t=1781129831460&amp;_biz_i=Narvar%20%7C%20Intelligent%20Personalization%20%E2%80%9CBeyond%20Buy%E2%80%9D&amp;_biz_n=0&amp;rnd=942339&amp;cdn_o=a&amp;_biz_z=1781129832548\" style=\"display: none;\">"
    },
    {
      "src": "https://cdn.bizibly.com/u?_biz_u=71b53042a3c94e5e968424ac826c4e4e&_biz_l=https%3A%2F%2Fcorp.narvar.com%2F&_biz_t=1781129832555&_biz_i=Narvar%20%7C%20Intelligent%20Personalization%20%E2%80%9CBeyond%20Buy%E2%80%9D&rnd=483641&cdn_o=a&_biz_z=1781129832555",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt src=\"https://cdn.bizibly.com/u?_biz_u=71b53042a3c94e5e968424ac826c4e4e&amp;_biz_l=https%3A%2F%2Fcorp.narvar.com%2F&amp;_biz_t=1781129832555&amp;_biz_i=Narvar%20%7C%20Intelligent%20Personalization%20%E2%80%9CBeyond%20Buy%E2%80%9D&amp;rnd=483641&amp;cdn_o=a&amp;_biz_z=1781129832555\" style=\"display: none;\">"
    }
  ],
  "possibleDialogs": [],
  "score": 80,
  "weight": 10
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: intelligent, personalization, beyond, buy, future, agentic, starts, here.

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

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

Evidence
{
  "title": "Narvar | Intelligent Personalization “Beyond Buy”",
  "h1": "The future of agentic post-purchase starts here",
  "description": "Narvar's IRIS™ analyzes billions of data points, creating post-purchase experiences that boost customer loyalty, efficiency and drive sustainable retail growth.",
  "topicOverlap": 0.2727272727272727,
  "definitionCount": 6,
  "topicTerms": [
    "narvar",
    "intelligent",
    "personalization",
    "beyond",
    "buy",
    "future",
    "agentic",
    "post",
    "purchase",
    "starts",
    "here"
  ],
  "descriptionTerms": [
    "narvar",
    "iris",
    "analyzes",
    "billions",
    "data",
    "points",
    "creating",
    "post",
    "purchase",
    "experiences",
    "boost",
    "customer",
    "loyalty",
    "efficiency",
    "drive",
    "sustainable",
    "retail",
    "growth"
  ],
  "missingFromDescription": [
    "intelligent",
    "personalization",
    "beyond",
    "buy",
    "future",
    "agentic",
    "starts",
    "here"
  ],
  "score": 82,
  "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": "Intelligent Personalization “Beyond Buy”",
      "html": "<h2>Intelligent Personalization <strong>&#x201c;Beyond Buy&#x201d;</strong></h2>"
    },
    {
      "text": "One platform. Every post-purchase touchpoint.",
      "html": "<h2 class=\"t-display-2\">One platform. Every post-purchase touchpoint.</h2>"
    },
    {
      "text": "Post-purchase is ready for agentic disruption",
      "html": "<h2>Post-purchase is ready for agentic disruption</h2>"
    },
    {
      "text": "Boost conversion up to 5% with AI-powered delivery estimates",
      "html": "<h2>Boost conversion up to 5% with AI-powered delivery estimates</h2>"
    },
    {
      "text": "Protect deliveries. Build trust. Grow revenue.",
      "html": "<h2>Protect deliveries. Build trust. Grow revenue.</h2>"
    },
    {
      "text": "Boost revenue with personalized tracking pages converting 10% higher",
      "html": "<h2>Boost revenue with personalized tracking pages converting 10% higher</h2>"
    },
    {
      "text": "Earn up to 15x ROI from dynamic notifications",
      "html": "<h2>Earn up to 15x ROI from dynamic notifications</h2>"
    },
    {
      "text": "Decrease delivery claim payouts by 25% with intelligent fraud prevention",
      "html": "<h2>Decrease delivery claim payouts by 25% with intelligent&#x2028;fraud prevention</h2>"
    },
    {
      "text": "Retain up to 60% of revenue with intelligent returns and exchanges",
      "html": "<h2>Retain up to 60% of revenue with intelligent returns and exchanges</h2>"
    },
    {
      "text": "The AI engine poweringthe future of post-purchase",
      "html": "<h2>The <strong>AI engine</strong> powering<br>the future of post-purchase</h2>"
    },
    {
      "text": "Unifying teams around the consumer journey",
      "html": "<h2 class=\"t-display-2\">Unifying teams around the consumer journey</h2>"
    },
    {
      "text": "Trusted by 1,500+ leading retail brands",
      "html": "<h2 class=\"t-display-2\">Trusted by 1,500+ leading retail brands</h2>"
    },
    {
      "text": "Power every moment after the buy",
      "html": "<h2 class=\"t-display-3 margin-0\">Power every moment after the buy</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Narvar?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Narvar work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Narvar?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Narvar free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Narvar compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Narvar?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Narvar work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Narvar?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Narvar free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Narvar compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

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

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

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

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

Evidence
{
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/ai/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 95486
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 95486
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 95486
          }
        ]
      },
      "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": "Intelligent Personalization “Beyond Buy”",
      "html": "<h2>Intelligent Personalization <strong>&#x201c;Beyond Buy&#x201d;</strong></h2>"
    },
    {
      "text": "One platform. Every post-purchase touchpoint.",
      "html": "<h2 class=\"t-display-2\">One platform. Every post-purchase touchpoint.</h2>"
    },
    {
      "text": "Post-purchase is ready for agentic disruption",
      "html": "<h2>Post-purchase is ready for agentic disruption</h2>"
    },
    {
      "text": "Boost conversion up to 5% with AI-powered delivery estimates",
      "html": "<h2>Boost conversion up to 5% with AI-powered delivery estimates</h2>"
    },
    {
      "text": "Protect deliveries. Build trust. Grow revenue.",
      "html": "<h2>Protect deliveries. Build trust. Grow revenue.</h2>"
    },
    {
      "text": "Boost revenue with personalized tracking pages converting 10% higher",
      "html": "<h2>Boost revenue with personalized tracking pages converting 10% higher</h2>"
    },
    {
      "text": "Earn up to 15x ROI from dynamic notifications",
      "html": "<h2>Earn up to 15x ROI from dynamic notifications</h2>"
    },
    {
      "text": "Decrease delivery claim payouts by 25% with intelligent fraud prevention",
      "html": "<h2>Decrease delivery claim payouts by 25% with intelligent&#x2028;fraud prevention</h2>"
    },
    {
      "text": "Retain up to 60% of revenue with intelligent returns and exchanges",
      "html": "<h2>Retain up to 60% of revenue with intelligent returns and exchanges</h2>"
    },
    {
      "text": "The AI engine poweringthe future of post-purchase",
      "html": "<h2>The <strong>AI engine</strong> powering<br>the future of post-purchase</h2>"
    },
    {
      "text": "Unifying teams around the consumer journey",
      "html": "<h2 class=\"t-display-2\">Unifying teams around the consumer journey</h2>"
    },
    {
      "text": "Trusted by 1,500+ leading retail brands",
      "html": "<h2 class=\"t-display-2\">Trusted by 1,500+ leading retail brands</h2>"
    },
    {
      "text": "Power every moment after the buy",
      "html": "<h2 class=\"t-display-3 margin-0\">Power every moment after the buy</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is Narvar?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Narvar work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Narvar?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Narvar free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Narvar compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is Narvar?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does Narvar work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use Narvar?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is Narvar free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does Narvar compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

Agent Ease of UseAuthEmerging recommendation

Auth.md Agent Registration

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

Informational

Needs attention

Auth.md Agent Registration

Informational
01

Issue

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

02

Why it matters

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

Check name

Auth.md Agent Registration

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch and validate /auth.md

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

  2. Publish protected resource metadata

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

  3. Validate agent_auth authorization metadata

    OAuth authorization server metadata could not be fetched.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8",
        "length": 95486,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language.",
          "compatibleContentType": false,
          "contentLength": 87957,
          "hasRegisterInstructions": true,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": true,
          "links": [
            "https://cdn.prod.website-files.com\"",
            "/title",
            "https://corp.narvar.com/404\"/><link",
            "https://corp.narvar.com/404\"/><link",
            "https://corp.narvar.com/jp/404\"/><meta",
            "https://cdn.prod.website-files.com/67925857df43acae16e8d057/css/narvar-2025-dev.shared.1b8473b9b.min.css\"",
            "/css",
            "https://cdn.prod.website-files.com/67925857df43acae16e8d057/css/narvar-2025-dev.67925857df43acae16e8d0e8.ac7b743b4.opt.min.css\"",
            "/css",
            "/gaBuqGaxBv2O6RHajFHsB5fCn0NlfooCeKTxA4nQpexj80gs"
          ],
          "rawExcerpt": "<!DOCTYPE html><!-- Last Published: Tue May 26 2026 20:01:29 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain=\"corp.narvar.com\" data-wf-page=\"67925857df43acae16e8d0e8\" data-wf-site=\"67925857df43acae16e8d057\" lang=\"en\"><head><meta charset=\"utf-8\"/><link href=\"https://cdn.prod.website-files.com\" rel=\"preconnect\" crossorigin=\"anonymous\"/><title>Not Found</title><link rel=\"alternate\" hrefLang=\"x-default\" href=\"https://corp.narvar.com/404\"/><link rel=\"alternate\" hrefLang=\"en\" href=\"https://corp.narvar.com/404\"/><link rel=\"alternate\" hrefLang=\"ja\" href=\"https://corp.narvar.com/jp/404\"/><meta content=\"Not Found\" property=\"og:title\"/><meta content=\"Not Found\" name=\"twitter:title\"/><meta content=\"width=device-width, initial-scale=1\" name=\"viewport\"/><meta content=\"Jx5E1jKoA0Sp1JR9iila5"
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8",
        "length": 88,
        "text": "<!DOCTYPE html>\n<html>\n  <body>\n    <p>Invalid .well-known request</p>\n  </body>\n</html>"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
    },
    {
      "id": "agent-auth-block",
      "title": "Validate agent_auth authorization metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "issue": "OAuth authorization server metadata could not be fetched.",
        "fetch": {
          "ok": false,
          "statusCode": 404,
          "contentType": "text/html; charset=utf-8",
          "length": 88,
          "text": "<!DOCTYPE html>\n<html>\n  <body>\n    <p>Invalid .well-known request</p>\n  </body>\n</html>"
        }
      },
      "issue": "OAuth authorization server metadata could not be fetched.",
      "howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

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

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

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

Agent Ease of UseAuthEmerging recommendation

OAuth Protected Resource

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

Informational

Needs attention

OAuth Protected Resource

Informational
01

Issue

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

02

Why it matters

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

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch protected resource metadata

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

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

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

  4. Probe protected API Bearer challenge

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    },
    {
      "id": "metadata",
      "title": "Validate protected resource metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html>\n<html>\n  <body>\n    <p>Invalid .well-known request</p>\n  </body>\n</html>"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Publish resource and authorization_servers as absolute URLs."
    },
    {
      "id": "resource-identity",
      "title": "Validate protected resource identity",
      "status": "fail",
      "evidence": {
        "expectedResource": "https://corp.narvar.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://corp.narvar.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://corp.narvar.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://corp.narvar.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": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign in"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityPerformanceBrowser audit

Document does not have a main landmark.

8 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

LCP breakdown

8 Fail

Check name

LCP breakdown

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Each [subpart has specific improvement strategies](https://developer.chrome.com/docs/performance/insights/lcp-breakdown). Ideally, most of the LCP time should be spent on loading the resources, not within delays.

Evidence
{
  "description": "Each [subpart has specific improvement strategies](https://developer.chrome.com/docs/performance/insights/lcp-breakdown). Ideally, most of the LCP time should be spent on loading the resources, not within delays."
}

Performance and AccessibilityPerformanceBrowser audit

Network dependency tree

8 Fail

Check name

Network dependency tree

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.

Evidence
{
  "description": "[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load."
}

Performance and AccessibilityPerformanceBrowser audit

Render-blocking requests

8 Fail

Check name

Render-blocking requests

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 320 ms

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Touch targets do not have sufficient size or spacing.

8 Fail

Check name

Touch targets do not have sufficient size or spacing.

Score

0/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. [Learn more about touch targets](https://dequeuniversity.com/rules/axe/4.11/target-size).

Evidence
{
  "description": "Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. [Learn more about touch targets](https://dequeuniversity.com/rules/axe/4.11/target-size)."
}

Performance and AccessibilityPerformanceBrowser audit

Avoid enormous network payloads

4 Warning

Check name

Avoid enormous network payloads

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Total size was 3,400 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 3,400 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": 3482076
}

Performance and AccessibilityPerformanceBrowser audit

Font display

4 Warning

Check name

Font display

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 10 ms

Fix guidance

Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks).

Evidence
{
  "displayValue": "Est savings of 10 ms",
  "description": "Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks)."
}

Performance and AccessibilityPerformanceBrowser audit

Image elements do not have explicit `width` and `height`

4 Warning

Check name

Image elements do not have explicit `width` and `height`

Score

50/100

Status

warning

Device

desktop

Category

Performance

Fix guidance

Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)

Evidence
{
  "description": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)"
}

Performance and AccessibilityPerformanceBrowser audit

Improve image delivery

4 Warning

Check name

Improve image delivery

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 376 KiB

Fix guidance

Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)

Evidence
{
  "displayValue": "Est savings of 376 KiB",
  "description": "Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)"
}

Performance and AccessibilityPerformanceBrowser audit

Minify CSS

4 Warning

Check name

Minify CSS

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 2 KiB

Fix guidance

Minifying CSS files can reduce network payload sizes. [Learn how to minify CSS](https://developer.chrome.com/docs/lighthouse/performance/unminified-css/).

Evidence
{
  "displayValue": "Est savings of 2 KiB",
  "description": "Minifying CSS files can reduce network payload sizes. [Learn how to minify CSS](https://developer.chrome.com/docs/lighthouse/performance/unminified-css/).",
  "numericValue": 0
}

Performance and AccessibilityPerformanceBrowser audit

Reduce unused CSS

4 Warning

Check name

Reduce unused CSS

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 21 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 21 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": 0
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

4 Fail

Check name

Loading performance

Score

55/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.

Evidence
{
  "checks": [
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "40 ms",
      "numericValue": 40.16150999999999
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 2,
      "displayValue": "1,290 ms",
      "numericValue": 1287
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 10 ms",
      "numericValue": 7
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 71,
      "displayValue": "1.8 s",
      "numericValue": 1796.8869993283445
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 48,
      "displayValue": "4.6 s",
      "numericValue": 4604.738666916479
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 13,
      "displayValue": "4.3 s",
      "numericValue": 4347.5091167667415
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 6,
      "displayValue": "540 ms",
      "numericValue": 542
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 99,
      "displayValue": "0.6 s",
      "numericValue": 613.7072713286616
    }
  ]
}

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