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

OVERALL SCORE

Level 2, Agent-Limited

Priority improvements needed for AI agents
AIDiscoverability7%Agent Easeof Use15%Security& Trust80%GEO, AIO, AEO67%SEO67%Performance& Accessibility49%
  • AI Discoverability 7 out of 100
  • Agent Ease of Use 15 out of 100
  • Security & Trust 80 out of 100
  • GEO, AIO and AEO 67 out of 100
  • SEO 67 out of 100
  • Performance and Accessibility 49 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

ARTKIVE | Personalized Books & Frames for Displaying Kids’ Art favicon

ARTKIVE | Personalized Books & Frames for Displaying Kids’ Art

With the Artkive Box, make a personalized book for kids and a kids art frame that preserves and celebrates their arts and crafts!

Next step

Turn this report into a fix workflow

31 failed checks are ready to move into MCP or CLI remediation. Generate a repair prompt, connect the scanner to your coding agent, or open the integration docs before your next rescan.

Detailed report scores grouped by capability area
MetricScoreStatusPassedFailedWarningEvidence
AI Discoverability
7
Priority fix3210View details
Discoverability
0
Priority fix090View details
Content Readiness
7
Priority fix280View details
Bot Access Control
17
Priority fix140View details
Agent Ease of Use
15
Priority fix9313View details
API
28
Priority fix270View details
Auth
Not Applicable
Not Applicable380View details
MCP
13
Priority fix062View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
67
Needs work4313View details
GEO Readiness
78
Mostly ready204
AIO Readiness
55
Needs work124View details
AEO Readiness
67
Needs work115View details
SEO
67
Needs work740View details
SEO
67
Needs work740View details
Security & Trust
80
Mostly ready810View details
Security & Trust
80
Mostly ready410View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
49
Priority fix1635View details
Performance
36
Priority fix1225View details
Accessibility
73
Needs work410View details

Prioritized recommendations

Issues ranked by score impact

58 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": null
}

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
}

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

33 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

OpenAPI JSON document did not match the expected shape. unsupported version: ; missing info.title; missing info.version; no paths defined; no operations defined.

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 JSON document did not match the expected shape. unsupported version: ; missing info.title; missing info.version; no paths defined; no operations defined.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 404,
            "contentType": "application/json; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI JSON document did not match the expected shape. unsupported version: ; missing info.title; missing info.version; no paths defined; no operations defined.",
            "compatibleContentType": true,
            "format": "json",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "operationWarnings": [
              {
                "field": "servers",
                "issue": "No servers array declared."
              },
              {
                "field": "components.securitySchemes",
                "issue": "No security schemes or explicit no-auth declaration."
              }
            ],
            "hasServers": false,
            "hasSecuritySchemes": false,
            "hasExplicitNoAuth": false,
            "rawExcerpt": "{\"message\":\"This route does not exist\"}"
          },
          {
            "path": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "application/x-yaml",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": true,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": ""
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "application/json; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI JSON document did not match the expected shape. unsupported version: ; missing info.title; missing info.version; no paths defined; no operations defined.",
            "compatibleContentType": true,
            "format": "json",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "operationWarnings": [
              {
                "field": "servers",
                "issue": "No servers array declared."
              },
              {
                "field": "components.securitySchemes",
                "issue": "No security schemes or explicit no-auth declaration."
              }
            ],
            "hasServers": false,
            "hasSecuritySchemes": false,
            "hasExplicitNoAuth": false,
            "rawExcerpt": "{\"message\":\"This route does not exist\"}"
          },
          {
            "path": "/swagger.yaml",
            "statusCode": 404,
            "contentType": "application/x-yaml",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": true,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": ""
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "application/json; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI JSON document did not match the expected shape. unsupported version: ; missing info.title; missing info.version; no paths defined; no operations defined.",
            "compatibleContentType": true,
            "format": "json",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "operationWarnings": [
              {
                "field": "servers",
                "issue": "No servers array declared."
              },
              {
                "field": "components.securitySchemes",
                "issue": "No security schemes or explicit no-auth declaration."
              }
            ],
            "hasServers": false,
            "hasSecuritySchemes": false,
            "hasExplicitNoAuth": false,
            "rawExcerpt": "{\"message\":\"This route does not exist\"}"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "application/json; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI JSON document did not match the expected shape. unsupported version: ; missing info.title; missing info.version; no paths defined; no operations defined.",
            "compatibleContentType": true,
            "format": "json",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "operationWarnings": [
              {
                "field": "servers",
                "issue": "No servers array declared."
              },
              {
                "field": "components.securitySchemes",
                "issue": "No security schemes or explicit no-auth declaration."
              }
            ],
            "hasServers": false,
            "hasSecuritySchemes": false,
            "hasExplicitNoAuth": false,
            "rawExcerpt": "{\"message\":\"This route does not exist\"}"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "application/json; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI JSON document did not match the expected shape. unsupported version: ; missing info.title; missing info.version; no paths defined; no operations defined.",
            "compatibleContentType": true,
            "format": "json",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "operationWarnings": [
              {
                "field": "servers",
                "issue": "No servers array declared."
              },
              {
                "field": "components.securitySchemes",
                "issue": "No security schemes or explicit no-auth declaration."
              }
            ],
            "hasServers": false,
            "hasSecuritySchemes": false,
            "hasExplicitNoAuth": false,
            "rawExcerpt": "{\"message\":\"This route does not exist\"}"
          }
        ]
      },
      "issue": "OpenAPI JSON document did not match the expected shape. unsupported version: ; missing info.title; missing info.version; no paths defined; no operations defined.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

25 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

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

Agent Ease of UseMCPEmerging recommendation

mcp.json

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

25 Fail

Needs attention

mcp.json

Failed check
01

Issue

mcp.json was not found at the expected path.

02

Why it matters

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

Check name

mcp.json

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    mcp.json was not found at the expected path.

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

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

25 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

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

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

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

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

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

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Validate RFC 9727 linkset".

22 Fail

Needs attention

API Catalog

Failed check
01

Issue

Response is not valid JSON.

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

33/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Validate RFC 9727 linkset".

Validation steps

  1. Validate RFC 9727 linkset

    Response is not valid JSON.

  2. Fetch advertised API catalog targets

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

Evidence
{
  "failedStep": "validate",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "pass",
      "evidence": {
        "statusCode": 200,
        "contentType": "text/html; charset=utf-8"
      },
      "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 class=\"\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta\n    content=\"width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no\"\n    name=\"viewport\"\n  />\n\n    <style id=\"jss-server-side\">.MuiPaper-root {\n  color: rgba(0, 0, 0, 0.87);\n  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;\n  background-color: #fff;\n}\n.MuiPaper-rounded {\n  border-radius: 4px;\n}\n.MuiPaper-outlined {\n  border: 1px solid rgba(0, 0, 0, 0.12);\n}\n.MuiPaper-elevation0 {\n  box-shadow: none;\n}\n.MuiPaper-elevation1 {\n  box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 1px 3px 0px rgba(0,0,0,0.12);\n}\n.MuiPaper-elevation2 {\n  box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);\n}\n.MuiPaper-ele"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

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

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is missing or incomplete.

20 Fail

Needs attention

Content freshness signals

Failed check
01

Issue

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

02

Why it matters

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

Check name

Content freshness signals

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is missing or incomplete.

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

AI DiscoverabilityContent ReadinessEmerging recommendation

llms.txt

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

20 Fail

Needs attention

llms.txt

Failed check
01

Issue

llms.txt was not found at the expected path.

02

Why it matters

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

Check name

llms.txt

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    llms.txt was not found at the expected path.

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

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

20 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: missing <main> landmark; missing <nav> landmark; missing <footer> landmark; skipped heading levels; 15 links missing accessible names; missing alt text on >10% of images.

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": false,
  "footer": false,
  "meaningfulH1": true,
  "headingOrder": false,
  "accessibleLinks": false,
  "accessibleButtons": true,
  "imageAltCoverage": false,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [
      "<a class=\"MuiButtonBase-root MuiButton-root jss16 MuiButton-text\" tabindex=\"0\" aria-disabled=\"false\" href=\"/\"><span class=\"MuiButton-label\"><img class=\"jss17 jss9\" src=\"/packs/media/brands-banner/ArtkiveGrayscaleLogo-70c26edf.svg\" loading=\"eager\"></span></a>",
      "<a class=\"MuiButtonBase-root MuiButton-root jss16 MuiButton-text\" tabindex=\"0\" aria-disabled=\"false\" href=\"https://www.cardkive.co/\" target=\"_blank\"><span class=\"MuiButton-label\"><img class=\"jss17 jss10\" src=\"/packs/media/brands-banner/CardkiveGrayscaleLogo-19c8b621.svg\" loading=\"eager\"></span></a>",
      "<a class=\"MuiButtonBase-root MuiButton-root jss16 MuiButton-text\" tabindex=\"0\" aria-disabled=\"false\" href=\"https://www.photokive.com/\" target=\"_blank\"><span class=\"MuiButton-label\"><img class=\"jss17 jss11\" src=\"/packs/media/brands-banner/PhotokiveGrayscaleLogo-37b86862.svg\" loading=\"eager\"></span></a>",
      "<a class=\"MuiTypography-root MuiLink-root MuiLink-underlineHover MuiTypography-colorPrimary\" href=\"https://www.cardkive.co/\" target=\"_blank\"><div class=\"jss169\"><img class=\"jss17\" src=\"/packs/media/brand/CardkiveLogo-94df6f4e.svg\" style=\"height:44px;width:auto\" loading=\"lazy\"></div></a>",
      "<a class=\"MuiTypography-root MuiLink-root MuiLink-underlineHover MuiTypography-colorPrimary\" href=\"https://www.photokive.com/\" target=\"_blank\"><div class=\"jss169\"><img class=\"jss17\" src=\"/packs/media/brand/PhotokiveLogo-b2d11af4.svg\" style=\"height:22px;width:auto\" loading=\"lazy\"></div></a>",
      "<a class=\"MuiTypography-root MuiLink-root MuiLink-underlineHover MuiTypography-colorPrimary\" href=\"https://www.instagram.com/artkivebox/\" target=\"_blank\"><svg class=\"MuiSvgIcon-root MuiSvgIcon-colorPrimary MuiSvgIcon-fontSizeLarge\" focusable=\"false\" viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.3",
      "<a class=\"MuiTypography-root MuiLink-root MuiLink-underlineHover MuiTypography-colorPrimary\" href=\"https://www.facebook.com/artkiveapp/\" target=\"_blank\"><svg class=\"MuiSvgIcon-root MuiSvgIcon-colorPrimary MuiSvgIcon-fontSizeLarge\" focusable=\"false\" viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m13 2h-2.5A3.5 3.5 0 0 0 12 8.5V11h-2v3h2v7h3v-7h3v-3h-3V9a1 1 0 0 1 1-1h2V5z\"/></svg></a>",
      "<a class=\"MuiTypography-root MuiLink-root MuiLink-underlineHover MuiTypography-colorPrimary\" href=\"https://www.pinterest.com/ARTKIVE/\" target=\"_blank\"><svg class=\"MuiSvgIcon-root MuiSvgIcon-colorPrimary MuiSvgIcon-fontSizeLarge\" focusable=\"false\" viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M9.04 21.54c.96.29 1.93.46 2.96.46a10 10 0 0 0 10-10A10 10 0 0 0 12 2 10 10 0 0 0 2 12c0 4.25 2.67 7.9 6.44 9.34-.09-.78-.18-2.07 0-2.96l1.15-4.94s-.29-.58-.29-1.5c0-1.38.86-2.41 1.84-2.41.86 0 1.26.63 1.2",
      "<a class=\"MuiTypography-root MuiLink-root MuiLink-underlineHover MuiTypography-colorPrimary\" href=\"https://www.tiktok.com/@artkivebox\" target=\"_blank\"><img src=\"/packs/media/social/tiktok-icon-2e4ccd54.svg\"></a>",
      "<a href=\"https://itunes.apple.com/us/app/artkive-save-kids-art/id549980508?mt=8\" class=\"jss211\" target=\"_blank\" rel=\"noreferrer\"><img class=\"jss17\" src=\"/packs/media/footer/getIOSApp-73d48697.svg\" loading=\"lazy\"></a>",
      "<a class=\"MuiTypography-root MuiLink-root MuiLink-underlineHover MuiTypography-colorSecondary\" href=\"https://www.instagram.com/artkivebox/\" target=\"_blank\"><svg class=\"MuiSvgIcon-root MuiSvgIcon-fontSizeSmall\" focusable=\"false\" viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4H7.6m9.65 1.",
      "<a class=\"MuiTypography-root MuiLink-root MuiLink-underlineHover MuiTypography-colorSecondary\" href=\"https://www.facebook.com/artkiveapp/\" target=\"_blank\"><svg class=\"MuiSvgIcon-root MuiSvgIcon-fontSizeSmall\" focusable=\"false\" viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m13 2h-2.5A3.5 3.5 0 0 0 12 8.5V11h-2v3h2v7h3v-7h3v-3h-3V9a1 1 0 0 1 1-1h2V5z\"/></svg></a>",
      "<a class=\"MuiTypography-root MuiLink-root MuiLink-underlineHover MuiTypography-colorSecondary\" href=\"https://www.pinterest.com/ARTKIVE/\" target=\"_blank\"><svg class=\"MuiSvgIcon-root MuiSvgIcon-fontSizeSmall\" focusable=\"false\" viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M9.04 21.54c.96.29 1.93.46 2.96.46a10 10 0 0 0 10-10A10 10 0 0 0 12 2 10 10 0 0 0 2 12c0 4.25 2.67 7.9 6.44 9.34-.09-.78-.18-2.07 0-2.96l1.15-4.94s-.29-.58-.29-1.5c0-1.38.86-2.41 1.84-2.41.86 0 1.26.63 1.26 1.44 0 .86-.57 2.09-",
      "<a class=\"MuiTypography-root MuiLink-root MuiLink-underlineHover MuiTypography-colorSecondary\" href=\"https://www.tiktok.com/@artkivebox\" target=\"_blank\"><img src=\"/packs/media/social/tiktok-icon-small-e0f1bac0.svg\"></a>",
      "<a class=\"MuiTypography-root MuiLink-root MuiLink-underlineHover MuiTypography-colorSecondary\" href=\"https://www.youtube.com/channel/UC2cgBQDf9YFr7AbVceWKG5g\" target=\"_blank\"><svg class=\"MuiSvgIcon-root MuiSvgIcon-fontSizeSmall\" focusable=\"false\" viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M10 15l5.19-3L10 9v6m11.56-7.83c.13.47.22 1.1.28 1.9.07.8.1 1.49.1 2.09L22 12c0 2.19-.16 3.8-.44 4.83-.25.9-.83 1.48-1.73 1.73-.47.13-1.33.22-2.65.28-1.3.07-2.49.1-3.59.1L12 19c-4.19 0-6.8-.16-7.83-.44-.9-"
    ],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [
      "<img class=\"jss17 jss9\" src=\"/packs/media/brands-banner/ArtkiveGrayscaleLogo-70c26edf.svg\" loading=\"eager\">",
      "<img class=\"jss17 jss10\" src=\"/packs/media/brands-banner/CardkiveGrayscaleLogo-19c8b621.svg\" loading=\"eager\">",
      "<img class=\"jss17 jss11\" src=\"/packs/media/brands-banner/PhotokiveGrayscaleLogo-37b86862.svg\" loading=\"eager\">",
      "<img class=\"jss17 jss46 jss47\" src=\"/packs/media/ecom/bubbles-cdcda34d.svg\" loading=\"lazy\">",
      "<img class=\"jss17 jss55 jss56\" src=\"/packs/media/brand/brushStrokes-5c35e7cd.svg\" loading=\"lazy\">",
      "<img class=\"jss17 jss73\" src=\"/packs/media/process/Process1-866eaf5c.png\" loading=\"lazy\">",
      "<img class=\"jss17 jss73\" src=\"/packs/media/process/Process2-52ff7051.jpg\" loading=\"lazy\">",
      "<img class=\"jss17 jss73\" src=\"/packs/media/process/Process3-b40379d1.jpg\" loading=\"lazy\">",
      "<img class=\"jss17 jss73\" src=\"/packs/media/process/Process4-9acb3971.png\" loading=\"lazy\">",
      "<img class=\"jss17 jss99\" src=\"/packs/media/get-started/BoxProduct-mobile-ed185d1e.png\" loading=\"lazy\">",
      "<img class=\"jss17\" src=\"/packs/media/brand/brushStrokes-5c35e7cd.svg\" style=\"width:50px\" loading=\"lazy\">",
      "<img class=\"jss17\" src=\"/packs/media/home/Press-27259355.png\" style=\"max-width:100%\" loading=\"lazy\">",
      "<img class=\"jss17\" src=\"/packs/media/home/Press-2-6ef968cd.png\" style=\"max-width:100%\" loading=\"lazy\">",
      "<img class=\"jss17\" src=\"/packs/media/home/Press-3-ab9f6d18.png\" style=\"max-width:100%\" loading=\"lazy\">",
      "<img class=\"jss17 jss143\" src=\"/packs/media/featured/Today-6674b00d.png\" loading=\"lazy\">",
      "<img class=\"jss17 jss143\" src=\"/packs/media/featured/Oprah-63803801.png\" loading=\"lazy\">",
      "<img class=\"jss17 jss143\" src=\"/packs/media/featured/Parents-32944821.png\" loading=\"lazy\">",
      "<img class=\"jss17 jss143\" src=\"/packs/media/featured/RealSimple-8165558f.png\" loading=\"lazy\">",
      "<img class=\"jss17 jss143\" src=\"/packs/media/featured/GH-142133d2.png\" loading=\"lazy\">",
      "<img class=\"jss17 jss143\" src=\"/packs/media/featured/Goop-6b0fbf16.png\" loading=\"lazy\">",
      "<img class=\"jss17 jss143\" src=\"/packs/media/featured/USAToday-d877a90c.png\" loading=\"lazy\">",
      "<img class=\"jss17 jss143\" src=\"/packs/media/featured/VanityFair-cc376622.png\" loading=\"lazy\">",
      "<img class=\"jss17 jss147\" srcset=\"/packs/media/home/SeeUsInMotion-x1-0a7fe625.png, /packs/media/home/SeeUsInMotion-x2-48f97a91.png 2x\" src=\"/packs/media/home/SeeUsInMotion-x1-0a7fe625.png\" loading=\"lazy\">",
      "<img class=\"jss17\" src=\"/packs/media/brand/CardkiveLogo-94df6f4e.svg\" style=\"height:44px;width:auto\" loading=\"lazy\">",
      "<img class=\"jss176\" src=\"/packs/media/about/CardsPreview-ab696fe8.jpg\" loading=\"lazy\">",
      "<img class=\"jss17\" src=\"/packs/media/brand/PhotokiveLogo-b2d11af4.svg\" style=\"height:22px;width:auto\" loading=\"lazy\">",
      "<img class=\"jss176\" src=\"/packs/media/about/PhotokivePreview-dc48fe46.jpg\" loading=\"lazy\">",
      "<img src=\"/packs/media/social/tiktok-icon-2e4ccd54.svg\">",
      "<img class=\"jss17\" src=\"/packs/media/social/social-2-13145914.jpg\" loading=\"lazy\">",
      "<img class=\"jss17\" src=\"/packs/media/social/social-3-980e71f8.png\" loading=\"lazy\">",
      "<img class=\"jss17\" src=\"/packs/media/social/social-4-b0eaa233.jpg\" loading=\"lazy\">",
      "<img class=\"jss17\" src=\"/packs/media/social/social-5-ad710506.png\" loading=\"lazy\">",
      "<img class=\"jss17\" src=\"/packs/media/social/social-6-e93728f4.jpg\" loading=\"lazy\">",
      "<img class=\"jss17 jss198\" src=\"/packs/media/get-started/Product-956b5041.png\" loading=\"lazy\">",
      "<img class=\"jss17\" src=\"/packs/media/footer/getIOSApp-73d48697.svg\" loading=\"lazy\">",
      "<img src=\"/packs/media/social/tiktok-icon-small-e0f1bac0.svg\">"
    ],
    "skippedHeadingLevels": [
      "h1: The #1 solutionfor preserving and celebrating kids' art!",
      "h6: We transform your piles of kid art into Art Books and Framed Mosaics.",
      "h2: Our Products",
      "h3: Art Books",
      "h3: Framed Mosaics",
      "h2: How It Works",
      "h3: Order an Artkive Box & Send Us Your Art",
      "h3: Professional Photography & Editing",
      "h3: Make Final Payment",
      "h3: Design & Enjoy",
      "h2: Get Started With An Artkive Box",
      "h6: Includes everything you need to send in your artwork",
      "h2: Digital Storage",
      "h6: You will receive access to your digital images with your Art Book or Framed Mosaic.",
      "h2: 500,000 families, 20 million pieces of art and counting",
      "h6: IN THE NEWS",
      "h6: 2021 GH Storage Award Winner: Superb Artwork Collector",
      "h6: IN THE NEWS",
      "h6: The Most Adorable Solution For Saving All Of Your Kid’s Art",
      "h6: IN THE NEWS",
      "h6: 13 Products That Finally Helped My Family Get Organized",
      "h2: As Featured On",
      "h2: We Exist To Help Kids Thrive.",
      "h2: Explore Other Kive Products",
      "h2: Share The Joy!",
      "h2: Get StartedWith An Artkive Box",
      "h6: It includes everything you need to send in your artwork"
    ]
  },
  "counts": {
    "h1": 1,
    "headings": 27,
    "links": 47,
    "inaccessibleLinks": 15,
    "buttons": 1,
    "inaccessibleButtons": 0,
    "images": 39,
    "imagesWithAlt": 3,
    "autocompleteInputs": 0,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 0
  }
}

AI DiscoverabilityContent ReadinessEstablished

Structured data

Structured data is missing or incomplete.

20 Fail

Needs attention

Structured data

Failed check
01

Issue

No structured data (JSON-LD, Microdata, or RDFa) found on page.

02

Why it matters

Structured data gives agents explicit entities, relationships, and page meaning that are harder to infer reliably from visual layout alone.

Check name

Structured data

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose machine-readable page entities and relationships.

Result

Structured data is missing or incomplete.

Evidence
{
  "jsonLdBlocks": 0,
  "microdata": false,
  "rdfa": false
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint failed at "Validate resource body".

17 Fail

Needs attention

AI context endpoint

Failed check
01

Issue

Content-Type "text/html; charset=utf-8" is not JSON, Markdown, or text/plain.

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

50/100

Status

fail

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 failed at "Validate resource body".

Validation steps

  1. Validate resource body

    Content-Type "text/html; charset=utf-8" is not JSON, Markdown, or text/plain.

Evidence
{
  "failedStep": "validate",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch discovery resource",
      "status": "pass",
      "evidence": {
        "path": "/api/ai/context",
        "statusCode": 200,
        "contentType": "text/html; charset=utf-8"
      }
    },
    {
      "id": "validate",
      "title": "Validate resource body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Content-Type \"text/html; charset=utf-8\" is not JSON, Markdown, or text/plain.",
        "rawExcerpt": "<!DOCTYPE html>\n<html class=\"\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta\n    content=\"width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no\"\n    name=\"viewport\"\n  />\n\n    <style id=\"jss-server-side\">.MuiPaper-root {\n  color: rgba(0, 0, 0, 0.87);\n  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;\n  background-color: #fff;\n}\n.MuiPaper-rounded {\n  border-radius: 4px;\n}\n.MuiPaper-outlined {\n  border: 1px solid rgba(0, 0, 0, 0.12);\n}\n.MuiPaper-elevation0 {\n  box-shadow: none;\n}\n.MuiPaper-elevation1 {\n  box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 1px 3px 0px rgba(0,0,0,0.12);\n}\n.MuiPaper-elevation2 {\n  box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);\n}\n.MuiPaper-ele"
      },
      "issue": "Content-Type \"text/html; charset=utf-8\" is not JSON, Markdown, or text/plain.",
      "howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
    }
  ]
}

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

Web Bot Auth request signing failed at "Validate resource body".

17 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

Response is not valid JSON.

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

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

Validation steps

  1. Validate resource body

    Response is not valid JSON.

Evidence
{
  "failedStep": "validate",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch discovery resource",
      "status": "pass",
      "evidence": {
        "path": "/.well-known/http-message-signatures-directory",
        "statusCode": 200,
        "contentType": "text/html; charset=utf-8"
      }
    },
    {
      "id": "validate",
      "title": "Validate resource body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "validJson": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html>\n<html class=\"\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta\n    content=\"width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no\"\n    name=\"viewport\"\n  />\n\n    <style id=\"jss-server-side\">.MuiPaper-root {\n  color: rgba(0, 0, 0, 0.87);\n  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;\n  background-color: #fff;\n}\n.MuiPaper-rounded {\n  border-radius: 4px;\n}\n.MuiPaper-outlined {\n  border: 1px solid rgba(0, 0, 0, 0.12);\n}\n.MuiPaper-elevation0 {\n  box-shadow: none;\n}\n.MuiPaper-elevation1 {\n  box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 1px 3px 0px rgba(0,0,0,0.12);\n}\n.MuiPaper-elevation2 {\n  box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);\n}\n.MuiPaper-ele"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

DNS-AID Agent Discovery

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

15 Fail

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

Why it matters

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

Check name

DNS-AID Agent Discovery

Score

25/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

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

  3. Check DNSSEC material

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

Evidence
{
  "failedStep": "svcb-https-records",
  "steps": [
    {
      "id": "svcb-https-records",
      "title": "Resolve DNS-AID SVCB/HTTPS records",
      "status": "fail",
      "evidence": {
        "hostname": "www.artkiveapp.com",
        "probes": [
          {
            "name": "_index._agents.www.artkiveapp.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          },
          {
            "name": "_a2a._agents.www.artkiveapp.com",
            "found": false,
            "recordCount": 1,
            "records": [],
            "hasAlpn": false,
            "hasEndpoint": false
          }
        ]
      },
      "issue": "No DNS-AID entrypoint records were found under _agents.",
      "howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
    },
    {
      "id": "service-params",
      "title": "Validate alpn and endpoint parameters",
      "status": "informational",
      "evidence": {
        "discovered": []
      },
      "howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
    },
    {
      "id": "dnssec",
      "title": "Check DNSSEC material",
      "status": "warning",
      "evidence": {
        "hasDnssecMaterial": false,
        "checked": [
          {
            "name": "www.artkiveapp.com",
            "dnssecTypes": [],
            "dnssecRecordCount": 0
          },
          {
            "name": "artkiveapp.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."
    }
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

FAQPage schema

FAQPage schema is missing or incomplete.

14 Fail

Needs attention

FAQPage schema

Failed check
01

Issue

FAQ content was detected but no FAQPage schema was found.

02

Why it matters

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

Check name

FAQPage schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

FAQPage schema is missing or incomplete.

Evidence
{
  "found": false,
  "visibleFaq": true,
  "allTypes": []
}

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

14 Fail

Needs attention

High-value schema types

Failed check
01

Issue

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

02

Why it matters

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

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

High-value schema types is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

JSON-LD present

JSON-LD present is missing or incomplete.

14 Fail

Needs attention

JSON-LD present

Failed check
01

Issue

No JSON-LD blocks found.

02

Why it matters

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

Check name

JSON-LD present

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

JSON-LD present is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

14 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

AI DiscoverabilityDiscoverabilityEstablished

Organization / WebSite schema

Organization / WebSite schema is missing or incomplete.

14 Fail

Needs attention

Organization / WebSite schema

Failed check
01

Issue

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

02

Why it matters

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

Check name

Organization / WebSite schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Identify the site owner and website entity in structured data.

Result

Organization / WebSite schema is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

robots.txt

robots.txt is missing or incomplete.

14 Fail

Needs attention

robots.txt

Failed check
01

Issue

robots.txt was found but could not be parsed as valid.

02

Why it matters

robots.txt gives crawlers and agents a standard place to read crawl permissions, disallowed paths, and sitemap locations before requesting site content.

Check name

robots.txt

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Publish /robots.txt with clear crawl rules.

Result

robots.txt is missing or incomplete.

Evidence
{
  "statusCode": 200,
  "contentType": "text/plain",
  "parsedUserAgents": [],
  "sitemapDirectives": [],
  "rawExcerpt": "# See http://www.robotstxt.org/wc/norobots.html for documentation on how to use the robots.txt file\n#\n# To ban all spiders from the entire site uncomment the next two lines:\n# User-Agent: *\n# Disallow: /\nDisallow: /sharings/*\n"
}

AI DiscoverabilityDiscoverabilityEstablished

Sitemap

Sitemap is missing or incomplete.

14 Fail

Needs attention

Sitemap

Failed check
01

Issue

No valid XML sitemap found at checked locations: https://www.artkiveapp.com/sitemap.xml, https://www.artkiveapp.com/sitemap_index.xml, https://www.artkiveapp.com/sitemap-index.xml.

02

Why it matters

Sitemaps help crawlers and agents discover canonical URLs, updated pages, and deeper content that may not be obvious from the homepage navigation.

Check name

Sitemap

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Publish a sitemap and reference it from robots.txt.

Result

Sitemap is missing or incomplete.

Evidence
{
  "checked": [
    "https://www.artkiveapp.com/sitemap.xml",
    "https://www.artkiveapp.com/sitemap_index.xml",
    "https://www.artkiveapp.com/sitemap-index.xml"
  ]
}

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

13 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

33/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. 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": "pass",
      "evidence": {
        "vary": "Accept, Origin"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept, Origin\".",
      "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": 13730,
        "excerpt": "<!DOCTYPE html>\n<html class=\"\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta\n    content=\"width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no\"\n    name=\"viewport\"\n  />\n\n    <style id=\"jss-server-side\">.MuiPaper-root {\n  color",
        "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 UseMCPInformational

WebMCP

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

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

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

Check name

WebMCP

Score

50/100

Status

warning

Category

MCP

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Detect data-mcp-tool annotations

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

  2. Detect WebMCP declarative tags

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

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

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

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

  5. Detect WebMCP browser navigator injection

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

  6. Interactive surface coverage

    Only 0% of interactive surfaces are annotated.

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

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

7 Fail

Needs attention

AIO: Visible structured data match

Failed check
01

Issue

No JSON-LD structured data was detected.

Details

02

Why it matters

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

Check name

AIO: Visible structured data match

Score

0/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

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-artkive-keepsake-app",
      "text": "About Us",
      "html": "<a class=\"MuiButtonBase-root MuiButton-root MuiButton-outlined MuiButton-outlinedPrimary MuiButton-outlinedSizeLarge MuiButton-sizeLarge\" tabindex=\"0\" aria-disabled=\"false\" href=\"/about-artkive-keepsake-app\" underline=\"none\"><span class=\"MuiButton-label\">About Us</span></a>"
    },
    {
      "href": "/about-artkive-keepsake-app",
      "text": "About Us",
      "html": "<a class=\"MuiTypography-root MuiLink-root jss222 MuiLink-underlineHover MuiTypography-colorPrimary\" href=\"/about-artkive-keepsake-app\">About Us</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "mailto:[email protected]",
      "text": "Email [email protected]",
      "html": "<a class=\"MuiTypography-root MuiLink-root jss222 MuiLink-underlineHover MuiTypography-colorPrimary\" href=\"mailto:[email protected]\">Email <strong style=\"color:#3D4156\">[email protected]</strong></a>"
    },
    {
      "href": "https://artkiveboxhelp.zendesk.com/hc/en-us",
      "text": "FAQs",
      "html": "<a class=\"MuiTypography-root MuiLink-root jss222 MuiLink-underlineHover MuiTypography-colorPrimary\" href=\"https://artkiveboxhelp.zendesk.com/hc/en-us\" target=\"_blank\">FAQs</a>"
    },
    {
      "href": "/contact",
      "text": "Contact Us",
      "html": "<a class=\"MuiTypography-root MuiLink-root jss222 MuiLink-underlineHover MuiTypography-colorPrimary\" href=\"/contact\">Contact Us</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/privacypolicy",
      "text": "Privacy Policy",
      "html": "<a class=\"MuiTypography-root MuiLink-root MuiLink-underlineHover MuiTypography-subtitle2 MuiTypography-colorPrimary\" href=\"/privacypolicy\"><strong>Privacy Policy</strong></a>"
    },
    {
      "href": "/tou",
      "text": "Terms of Use",
      "html": "<a class=\"MuiTypography-root MuiLink-root MuiLink-underlineHover MuiTypography-subtitle2 MuiTypography-colorPrimary\" href=\"/tou\"><strong>Terms of Use</strong></a>"
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

5 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-artkive-keepsake-app",
      "text": "About Us",
      "html": "<a class=\"MuiButtonBase-root MuiButton-root MuiButton-outlined MuiButton-outlinedPrimary MuiButton-outlinedSizeLarge MuiButton-sizeLarge\" tabindex=\"0\" aria-disabled=\"false\" href=\"/about-artkive-keepsake-app\" underline=\"none\"><span class=\"MuiButton-label\">About Us</span></a>"
    },
    {
      "href": "/about-artkive-keepsake-app",
      "text": "About Us",
      "html": "<a class=\"MuiTypography-root MuiLink-root jss222 MuiLink-underlineHover MuiTypography-colorPrimary\" href=\"/about-artkive-keepsake-app\">About Us</a>"
    }
  ],
  "contactLinks": [
    {
      "href": "mailto:[email protected]",
      "text": "Email [email protected]",
      "html": "<a class=\"MuiTypography-root MuiLink-root jss222 MuiLink-underlineHover MuiTypography-colorPrimary\" href=\"mailto:[email protected]\">Email <strong style=\"color:#3D4156\">[email protected]</strong></a>"
    },
    {
      "href": "https://artkiveboxhelp.zendesk.com/hc/en-us",
      "text": "FAQs",
      "html": "<a class=\"MuiTypography-root MuiLink-root jss222 MuiLink-underlineHover MuiTypography-colorPrimary\" href=\"https://artkiveboxhelp.zendesk.com/hc/en-us\" target=\"_blank\">FAQs</a>"
    },
    {
      "href": "/contact",
      "text": "Contact Us",
      "html": "<a class=\"MuiTypography-root MuiLink-root jss222 MuiLink-underlineHover MuiTypography-colorPrimary\" href=\"/contact\">Contact Us</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "/privacypolicy",
      "text": "Privacy Policy",
      "html": "<a class=\"MuiTypography-root MuiLink-root MuiLink-underlineHover MuiTypography-subtitle2 MuiTypography-colorPrimary\" href=\"/privacypolicy\"><strong>Privacy Policy</strong></a>"
    },
    {
      "href": "/tou",
      "text": "Terms of Use",
      "html": "<a class=\"MuiTypography-root MuiLink-root MuiLink-underlineHover MuiTypography-subtitle2 MuiTypography-colorPrimary\" href=\"/tou\"><strong>Terms of Use</strong></a>"
    }
  ],
  "score": 40,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

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

5 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

GEO: Extraction-friendly structure

Score

60/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

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

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

Details

02

Why it matters

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

Check name

AEO: Answer-first sections

Score

65/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "sectionCount": 16,
  "passing": 1,
  "failing": [
    {
      "heading": "Our Products",
      "headingHtml": "<h2 class=\"MuiTypography-root MuiTypography-h2\">Our Products</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Art Books",
      "headingHtml": "<h3 class=\"MuiTypography-root MuiTypography-h3\">Art Books</h3>",
      "firstParagraph": "Professional photography and editing of art with a digital proof to review and customize",
      "paragraphHtml": "<p class=\"MuiTypography-root MuiTypography-body1\" style=\"margin-left:12px;font-weight:500\">Professional photography and editing of art with a digital proof to review and customize</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Framed Mosaics",
      "headingHtml": "<h3 class=\"MuiTypography-root MuiTypography-h3\">Framed Mosaics</h3>",
      "firstParagraph": "Showcases 25 or 9 of your images",
      "paragraphHtml": "<p class=\"MuiTypography-root MuiTypography-body1\" style=\"margin-left:12px;font-weight:500\">Showcases 25 or 9 of your images</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "How It Works",
      "headingHtml": "<h2 class=\"MuiTypography-root MuiTypography-h2 MuiTypography-alignCenter\">How It Works</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Order an Artkive Box & Send Us Your Art",
      "headingHtml": "<h3 class=\"MuiTypography-root MuiTypography-h3 MuiTypography-alignCenter\">Order an Artkive Box &amp; Send Us Your Art</h3>",
      "firstParagraph": "We'll send you a box to fill with all your favorite art pieces and an order form to select an Art Book, Framed Mosaic, or both.",
      "paragraphHtml": "<p class=\"MuiTypography-root jss66 MuiTypography-body1 MuiTypography-alignCenter\"><span>We&apos;ll send you a box to fill with all your favorite art pieces and an order form to select an Art Book, Framed Mosaic, or both.</span></p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "Professional Photography & Editing",
      "headingHtml": "<h3 class=\"MuiTypography-root MuiTypography-h3 MuiTypography-alignCenter\">Professional Photography &amp; Editing</h3>",
      "firstParagraph": "We'll individually photograph every piece of artwork in your box and then edit each image to show off the artwork in its best light.",
      "paragraphHtml": "<p class=\"MuiTypography-root jss66 MuiTypography-body1 MuiTypography-alignCenter\"><span>We&apos;ll individually photograph every piece of artwork in your box and then edit each image to show off the artwork in its best light.</span></p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "Make Final Payment",
      "headingHtml": "<h3 class=\"MuiTypography-root MuiTypography-h3 MuiTypography-alignCenter\">Make Final Payment</h3>",
      "firstParagraph": "You'll receive an invoice based on the number of art pieces you've sent and the product(s) you've selected.",
      "paragraphHtml": "<p class=\"MuiTypography-root jss66 MuiTypography-body1 MuiTypography-alignCenter\"><span>You&apos;ll receive an invoice based on the number of art pieces you&apos;ve sent and the product(s) you&apos;ve selected.</span></p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Design & Enjoy",
      "headingHtml": "<h3 class=\"MuiTypography-root MuiTypography-h3 MuiTypography-alignCenter\">Design &amp; Enjoy</h3>",
      "firstParagraph": "Our creative team will design your Art Book or Framed Mosaic and send you a proof to review, customize and approve for print.",
      "paragraphHtml": "<p class=\"MuiTypography-root jss66 MuiTypography-body1 MuiTypography-alignCenter\"><span>Our creative team will design your Art Book or Framed Mosaic and send you a proof to review, customize and approve for print.</span></p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get Started With An Artkive Box",
      "headingHtml": "<h2 class=\"MuiTypography-root MuiTypography-h2 MuiTypography-alignLeft\">Get Started <br> <!-- -->With An Artkive Box</h2>",
      "firstParagraph": "24”x18”x4” crush-proof Artkive Box (holds 300-400 pieces of art)",
      "paragraphHtml": "<p class=\"MuiTypography-root MuiTypography-body1\" style=\"margin-left:12px;font-weight:500\">24&#x201d;x18&#x201d;x4&#x201d; crush-proof Artkive Box (holds 300-400 pieces of art)</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Digital Storage",
      "headingHtml": "<h2 class=\"MuiTypography-root MuiTypography-h2 MuiTypography-alignLeft\">Digital Storage</h2>",
      "firstParagraph": "Professional photography & editing of each piece of artwork",
      "paragraphHtml": "<p class=\"MuiTypography-root MuiTypography-body1\" style=\"margin-left:12px;font-weight:500\">Professional photography &amp; editing of each piece of artwork</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "500,000 families, 20 million pieces of art and counting",
      "headingHtml": "<h2 class=\"MuiTypography-root MuiTypography-h2 MuiTypography-alignCenter\">500,000 families, 20 million pieces of art and counting</h2>",
      "firstParagraph": "What parent doesn't want to save all their kid's artful creations? But there isn't space. Enter Artkive. The company sends you a box to fill with your child's drawings. Then it professionally photographs them and has you proof the images before turning them into a hardcover book.",
      "paragraphHtml": "<p class=\"MuiTypography-root MuiTypography-body1 MuiTypography-gutterBottom\">What parent doesn&apos;t want to save all their kid&apos;s artful creations? But there isn&apos;t space. Enter Artkive. The company sends you a box to fill with your child&apos;s drawings. Then it professionally photographs them and has you proof the images before turning them into a hardcover book.</p>",
      "words": 47,
      "direct": false,
      "issue": "First paragraph is 47 words and does not look like a concise direct answer."
    },
    {
      "heading": "As Featured On",
      "headingHtml": "<h2 class=\"MuiTypography-root MuiTypography-h2\">As Featured On</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Explore Other Kive Products",
      "headingHtml": "<h2 class=\"MuiTypography-root MuiTypography-h2 MuiTypography-alignCenter\">Explore Other Kive Products</h2>",
      "firstParagraph": "Transform your greeting cards into a gorgeous keepsake book, showcasing messages from your loved ones on any special occasion, from weddings and milestone birthdays, to baby showers and more.",
      "paragraphHtml": "<p class=\"MuiTypography-root MuiTypography-body1\">Transform your greeting cards into a gorgeous keepsake book, showcasing messages from your loved ones on any special occasion, from weddings and milestone birthdays, to baby showers and more.</p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "Share The Joy!",
      "headingHtml": "<h2 class=\"MuiTypography-root MuiTypography-h2 MuiTypography-gutterBottom MuiTypography-alignCenter\">Share The Joy!</h2>",
      "firstParagraph": "We love to see how much you love Artkive.",
      "paragraphHtml": "<p class=\"MuiTypography-root MuiTypography-body1\">We love to see how much you love Artkive.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get StartedWith An Artkive Box",
      "headingHtml": "<h2 class=\"MuiTypography-root MuiTypography-h2 MuiTypography-gutterBottom MuiTypography-alignLeft\">Get Started<br>With An Artkive Box</h2>",
      "firstParagraph": "Artkive",
      "paragraphHtml": "<p class=\"MuiTypography-root jss220 MuiTypography-body1\">Artkive</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

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

3 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: books, frames, displaying, solutionfor, preserving, celebrating.

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

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

Evidence
{
  "title": "ARTKIVE | Personalized Books & Frames for Displaying Kids’ Art",
  "h1": "The #1 solutionfor preserving and celebrating kids' art!",
  "description": "With the Artkive Box, make a personalized book for kids and a kids art frame that preserves and celebrates their arts and crafts!",
  "topicOverlap": 0.4,
  "topicTerms": [
    "artkive",
    "personalized",
    "books",
    "frames",
    "displaying",
    "kids",
    "art",
    "solutionfor",
    "preserving",
    "celebrating"
  ],
  "descriptionTerms": [
    "artkive",
    "box",
    "make",
    "personalized",
    "book",
    "kids",
    "art",
    "frame",
    "preserves",
    "celebrates",
    "their",
    "arts",
    "crafts"
  ],
  "missingFromDescription": [
    "books",
    "frames",
    "displaying",
    "solutionfor",
    "preserving",
    "celebrating"
  ],
  "score": 82,
  "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

4 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": 4,
  "citablePassages": 0,
  "failingCandidateParagraphs": [
    {
      "index": 18,
      "heading": "H6: Includes everything you need to send in your artwork",
      "text": "Please return your box within 6 months. If you’re not ready to send your box back within 6 months of your purchase date, no worries—we’ll simply process a $75 deposit at that time, which covers the first 25 pieces in your book. This deposit will be applied toward your final order total once your box is sent in.",
      "words": 61,
      "hasEvidence": true,
      "reasons": [
        "Too short for a citation-ready passage (61 words; target 80-220)."
      ],
      "html": "<p class=\"MuiTypography-root MuiTypography-body1\">Please return your box within <!-- -->6<!-- --> months. If you&#x2019;re not ready to send your box back within <!-- -->6<!-- --> months of your purchase date, no worries&#x2014;we&#x2019;ll simply process a &#x24;<!-- -->75<!-- --> deposit at that time, which covers the first <!-- -->25<!-- --> pieces in your book. This deposit will be applied toward your final order total once your box is sent in.</p>"
    },
    {
      "index": 22,
      "heading": "H6: 2021 GH Storage Award Winner: Superb Artwork Collector",
      "text": "What parent doesn't want to save all their kid's artful creations? But there isn't space. Enter Artkive. The company sends you a box to fill with your child's drawings. Then it professionally photographs them and has you proof the images before turning them into a hardcover book.",
      "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=\"MuiTypography-root MuiTypography-body1 MuiTypography-gutterBottom\">What parent doesn&apos;t want to save all their kid&apos;s artful creations? But there isn&apos;t space. Enter Artkive. The company sends you a box to fill with your child&apos;s drawings. Then it professionally photographs them and has you proof the images before turning them into a hardcover book.</p>"
    },
    {
      "index": 24,
      "heading": "H6: 13 Products That Finally Helped My Family Get Organized",
      "text": "Artkive is a genius solution to the too-much-artwork problem. You order a box which you then fill up with the artwork and sentimental papers you want to save. It then gets mailed back to Artkive, who turns the art into a beautiful book.",
      "words": 43,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (43 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"MuiTypography-root MuiTypography-body1 MuiTypography-gutterBottom\">Artkive is a genius solution to the too-much-artwork problem. You order a box which you then fill up with the artwork and sentimental papers you want to save. It then gets mailed back to Artkive, who turns the art into a beautiful book.</p>"
    },
    {
      "index": 27,
      "heading": "H2: Explore Other Kive Products",
      "text": "Photokive digitizes your precious family photo albums so all your memories are safely stored in the cloud and accessible wherever you are. No need to take apart albums. Just put everything in our box and send it back. With the Photokive Guarantee, we’ll reprint photo books at no cost if anything is ever lost.",
      "words": 55,
      "hasEvidence": false,
      "reasons": [
        "Too short for a citation-ready passage (55 words; target 80-220).",
        "Missing a named source, statistic, date, percentage, report, or other evidence signal."
      ],
      "html": "<p class=\"MuiTypography-root MuiTypography-body1\">Photokive digitizes your precious family photo albums so all your memories are safely stored in the cloud and accessible wherever you are. No need to take apart albums. Just put everything in our box and send it back. With the Photokive Guarantee, we&#x2019;ll reprint photo books at no cost if anything is ever lost.</p>"
    }
  ],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

2 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

02

Why it matters

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

Check name

AEO: Question-led structure

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "h2Count": 10,
  "questionH2s": [
    {
      "index": 2,
      "text": "How It Works",
      "isQuestion": true,
      "html": "<h2 class=\"MuiTypography-root MuiTypography-h2 MuiTypography-alignCenter\">How It Works</h2>"
    }
  ],
  "hasFaq": false,
  "score": 70,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Google eligibility and indexability

AIO: Google eligibility and indexability scored 80/100 and needs improvement.

1 Warning

Needs attention

AIO: Google eligibility and indexability

Warning
01

Issue

Canonical tag is missing.

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: Google eligibility and indexability

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: Google eligibility and indexability scored 80/100 and needs improvement.

Evidence
{
  "status": 200,
  "googlebotBlocked": false,
  "metaRobotsTags": [],
  "xRobotsTag": "",
  "canonical": "",
  "finalUrl": "https://www.artkiveapp.com/",
  "canonicalScore": 0,
  "score": 80,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

1 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Answer block readiness

Score

65/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "sectionCount": 16,
  "passing": 1,
  "failing": [
    {
      "heading": "Our Products",
      "headingHtml": "<h2 class=\"MuiTypography-root MuiTypography-h2\">Our Products</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Art Books",
      "headingHtml": "<h3 class=\"MuiTypography-root MuiTypography-h3\">Art Books</h3>",
      "firstParagraph": "Professional photography and editing of art with a digital proof to review and customize",
      "paragraphHtml": "<p class=\"MuiTypography-root MuiTypography-body1\" style=\"margin-left:12px;font-weight:500\">Professional photography and editing of art with a digital proof to review and customize</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Framed Mosaics",
      "headingHtml": "<h3 class=\"MuiTypography-root MuiTypography-h3\">Framed Mosaics</h3>",
      "firstParagraph": "Showcases 25 or 9 of your images",
      "paragraphHtml": "<p class=\"MuiTypography-root MuiTypography-body1\" style=\"margin-left:12px;font-weight:500\">Showcases 25 or 9 of your images</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "How It Works",
      "headingHtml": "<h2 class=\"MuiTypography-root MuiTypography-h2 MuiTypography-alignCenter\">How It Works</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Order an Artkive Box & Send Us Your Art",
      "headingHtml": "<h3 class=\"MuiTypography-root MuiTypography-h3 MuiTypography-alignCenter\">Order an Artkive Box &amp; Send Us Your Art</h3>",
      "firstParagraph": "We'll send you a box to fill with all your favorite art pieces and an order form to select an Art Book, Framed Mosaic, or both.",
      "paragraphHtml": "<p class=\"MuiTypography-root jss66 MuiTypography-body1 MuiTypography-alignCenter\"><span>We&apos;ll send you a box to fill with all your favorite art pieces and an order form to select an Art Book, Framed Mosaic, or both.</span></p>",
      "words": 26,
      "direct": false,
      "issue": "First paragraph is 26 words and does not look like a concise direct answer."
    },
    {
      "heading": "Professional Photography & Editing",
      "headingHtml": "<h3 class=\"MuiTypography-root MuiTypography-h3 MuiTypography-alignCenter\">Professional Photography &amp; Editing</h3>",
      "firstParagraph": "We'll individually photograph every piece of artwork in your box and then edit each image to show off the artwork in its best light.",
      "paragraphHtml": "<p class=\"MuiTypography-root jss66 MuiTypography-body1 MuiTypography-alignCenter\"><span>We&apos;ll individually photograph every piece of artwork in your box and then edit each image to show off the artwork in its best light.</span></p>",
      "words": 24,
      "direct": false,
      "issue": "First paragraph is 24 words and does not look like a concise direct answer."
    },
    {
      "heading": "Make Final Payment",
      "headingHtml": "<h3 class=\"MuiTypography-root MuiTypography-h3 MuiTypography-alignCenter\">Make Final Payment</h3>",
      "firstParagraph": "You'll receive an invoice based on the number of art pieces you've sent and the product(s) you've selected.",
      "paragraphHtml": "<p class=\"MuiTypography-root jss66 MuiTypography-body1 MuiTypography-alignCenter\"><span>You&apos;ll receive an invoice based on the number of art pieces you&apos;ve sent and the product(s) you&apos;ve selected.</span></p>",
      "words": 19,
      "direct": false,
      "issue": "First paragraph is 19 words and does not look like a concise direct answer."
    },
    {
      "heading": "Design & Enjoy",
      "headingHtml": "<h3 class=\"MuiTypography-root MuiTypography-h3 MuiTypography-alignCenter\">Design &amp; Enjoy</h3>",
      "firstParagraph": "Our creative team will design your Art Book or Framed Mosaic and send you a proof to review, customize and approve for print.",
      "paragraphHtml": "<p class=\"MuiTypography-root jss66 MuiTypography-body1 MuiTypography-alignCenter\"><span>Our creative team will design your Art Book or Framed Mosaic and send you a proof to review, customize and approve for print.</span></p>",
      "words": 23,
      "direct": false,
      "issue": "First paragraph is 23 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get Started With An Artkive Box",
      "headingHtml": "<h2 class=\"MuiTypography-root MuiTypography-h2 MuiTypography-alignLeft\">Get Started <br> <!-- -->With An Artkive Box</h2>",
      "firstParagraph": "24”x18”x4” crush-proof Artkive Box (holds 300-400 pieces of art)",
      "paragraphHtml": "<p class=\"MuiTypography-root MuiTypography-body1\" style=\"margin-left:12px;font-weight:500\">24&#x201d;x18&#x201d;x4&#x201d; crush-proof Artkive Box (holds 300-400 pieces of art)</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Digital Storage",
      "headingHtml": "<h2 class=\"MuiTypography-root MuiTypography-h2 MuiTypography-alignLeft\">Digital Storage</h2>",
      "firstParagraph": "Professional photography & editing of each piece of artwork",
      "paragraphHtml": "<p class=\"MuiTypography-root MuiTypography-body1\" style=\"margin-left:12px;font-weight:500\">Professional photography &amp; editing of each piece of artwork</p>",
      "words": 8,
      "direct": false,
      "issue": "First paragraph is 8 words and does not look like a concise direct answer."
    },
    {
      "heading": "500,000 families, 20 million pieces of art and counting",
      "headingHtml": "<h2 class=\"MuiTypography-root MuiTypography-h2 MuiTypography-alignCenter\">500,000 families, 20 million pieces of art and counting</h2>",
      "firstParagraph": "What parent doesn't want to save all their kid's artful creations? But there isn't space. Enter Artkive. The company sends you a box to fill with your child's drawings. Then it professionally photographs them and has you proof the images before turning them into a hardcover book.",
      "paragraphHtml": "<p class=\"MuiTypography-root MuiTypography-body1 MuiTypography-gutterBottom\">What parent doesn&apos;t want to save all their kid&apos;s artful creations? But there isn&apos;t space. Enter Artkive. The company sends you a box to fill with your child&apos;s drawings. Then it professionally photographs them and has you proof the images before turning them into a hardcover book.</p>",
      "words": 47,
      "direct": false,
      "issue": "First paragraph is 47 words and does not look like a concise direct answer."
    },
    {
      "heading": "As Featured On",
      "headingHtml": "<h2 class=\"MuiTypography-root MuiTypography-h2\">As Featured On</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Explore Other Kive Products",
      "headingHtml": "<h2 class=\"MuiTypography-root MuiTypography-h2 MuiTypography-alignCenter\">Explore Other Kive Products</h2>",
      "firstParagraph": "Transform your greeting cards into a gorgeous keepsake book, showcasing messages from your loved ones on any special occasion, from weddings and milestone birthdays, to baby showers and more.",
      "paragraphHtml": "<p class=\"MuiTypography-root MuiTypography-body1\">Transform your greeting cards into a gorgeous keepsake book, showcasing messages from your loved ones on any special occasion, from weddings and milestone birthdays, to baby showers and more.</p>",
      "words": 29,
      "direct": false,
      "issue": "First paragraph is 29 words and does not look like a concise direct answer."
    },
    {
      "heading": "Share The Joy!",
      "headingHtml": "<h2 class=\"MuiTypography-root MuiTypography-h2 MuiTypography-gutterBottom MuiTypography-alignCenter\">Share The Joy!</h2>",
      "firstParagraph": "We love to see how much you love Artkive.",
      "paragraphHtml": "<p class=\"MuiTypography-root MuiTypography-body1\">We love to see how much you love Artkive.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Get StartedWith An Artkive Box",
      "headingHtml": "<h2 class=\"MuiTypography-root MuiTypography-h2 MuiTypography-gutterBottom MuiTypography-alignLeft\">Get Started<br>With An Artkive Box</h2>",
      "firstParagraph": "Artkive",
      "paragraphHtml": "<p class=\"MuiTypography-root jss220 MuiTypography-body1\">Artkive</p>",
      "words": 1,
      "direct": false,
      "issue": "First paragraph is 1 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

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

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: books, frames, displaying, solutionfor, preserving, celebrating.

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

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

Evidence
{
  "title": "ARTKIVE | Personalized Books & Frames for Displaying Kids’ Art",
  "h1": "The #1 solutionfor preserving and celebrating kids' art!",
  "description": "With the Artkive Box, make a personalized book for kids and a kids art frame that preserves and celebrates their arts and crafts!",
  "topicOverlap": 0.4,
  "definitionCount": 2,
  "topicTerms": [
    "artkive",
    "personalized",
    "books",
    "frames",
    "displaying",
    "kids",
    "art",
    "solutionfor",
    "preserving",
    "celebrating"
  ],
  "descriptionTerms": [
    "artkive",
    "box",
    "make",
    "personalized",
    "book",
    "kids",
    "art",
    "frame",
    "preserves",
    "celebrates",
    "their",
    "arts",
    "crafts"
  ],
  "missingFromDescription": [
    "books",
    "frames",
    "displaying",
    "solutionfor",
    "preserving",
    "celebrating"
  ],
  "score": 85,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

Missing likely AI Overview intent sections: what, benefits, 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": "Our Products",
      "html": "<h2 class=\"MuiTypography-root MuiTypography-h2\">Our Products</h2>"
    },
    {
      "text": "How It Works",
      "html": "<h2 class=\"MuiTypography-root MuiTypography-h2 MuiTypography-alignCenter\">How It Works</h2>"
    },
    {
      "text": "Get Started With An Artkive Box",
      "html": "<h2 class=\"MuiTypography-root MuiTypography-h2 MuiTypography-alignLeft\">Get Started <br> <!-- -->With An Artkive Box</h2>"
    },
    {
      "text": "Digital Storage",
      "html": "<h2 class=\"MuiTypography-root MuiTypography-h2 MuiTypography-alignLeft\">Digital Storage</h2>"
    },
    {
      "text": "500,000 families, 20 million pieces of art and counting",
      "html": "<h2 class=\"MuiTypography-root MuiTypography-h2 MuiTypography-alignCenter\">500,000 families, 20 million pieces of art and counting</h2>"
    },
    {
      "text": "As Featured On",
      "html": "<h2 class=\"MuiTypography-root MuiTypography-h2\">As Featured On</h2>"
    },
    {
      "text": "We Exist To Help Kids Thrive.",
      "html": "<h2 class=\"MuiTypography-root MuiTypography-h2 MuiTypography-gutterBottom MuiTypography-alignLeft\">We Exist To Help Kids Thrive.</h2>"
    },
    {
      "text": "Explore Other Kive Products",
      "html": "<h2 class=\"MuiTypography-root MuiTypography-h2 MuiTypography-alignCenter\">Explore Other Kive Products</h2>"
    },
    {
      "text": "Share The Joy!",
      "html": "<h2 class=\"MuiTypography-root MuiTypography-h2 MuiTypography-gutterBottom MuiTypography-alignCenter\">Share The Joy!</h2>"
    },
    {
      "text": "Get StartedWith An Artkive Box",
      "html": "<h2 class=\"MuiTypography-root MuiTypography-h2 MuiTypography-gutterBottom MuiTypography-alignLeft\">Get Started<br>With An Artkive Box</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is ARTKIVE?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does ARTKIVE work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use ARTKIVE?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is ARTKIVE free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does ARTKIVE compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is ARTKIVE?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use ARTKIVE?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is ARTKIVE free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does ARTKIVE compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

1 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

39 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, shrink-to-fit=no, user-scalable=no",
  "visibleWords": 898,
  "htmlBytes": 123509,
  "imagesMissingDimensions": [
    {
      "src": "/packs/media/brands-banner/ArtkiveGrayscaleLogo-70c26edf.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img class=\"jss17 jss9\" src=\"/packs/media/brands-banner/ArtkiveGrayscaleLogo-70c26edf.svg\" loading=\"eager\">"
    },
    {
      "src": "/packs/media/brands-banner/CardkiveGrayscaleLogo-19c8b621.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img class=\"jss17 jss10\" src=\"/packs/media/brands-banner/CardkiveGrayscaleLogo-19c8b621.svg\" loading=\"eager\">"
    },
    {
      "src": "/packs/media/brands-banner/PhotokiveGrayscaleLogo-37b86862.svg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img class=\"jss17 jss11\" src=\"/packs/media/brands-banner/PhotokiveGrayscaleLogo-37b86862.svg\" loading=\"eager\">"
    },
    {
      "src": "/packs/media/ecom/bubbles-cdcda34d.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"jss17 jss46 jss47\" src=\"/packs/media/ecom/bubbles-cdcda34d.svg\" loading=\"lazy\">"
    },
    {
      "src": "/packs/media/home/Home-ArtBook-30741a4b.jpg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img class=\"jss17\" alt=\"Art Books\" src=\"/packs/media/home/Home-ArtBook-30741a4b.jpg\" loading=\"eager\">"
    },
    {
      "src": "/packs/media/brand/brushStrokes-5c35e7cd.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"jss17 jss55 jss56\" src=\"/packs/media/brand/brushStrokes-5c35e7cd.svg\" loading=\"lazy\">"
    },
    {
      "src": "/packs/media/home/Home-FramedMosaic-ee947171.jpg",
      "width": "",
      "height": "",
      "loading": "eager",
      "html": "<img class=\"jss17\" alt=\"Framed Mosaics\" src=\"/packs/media/home/Home-FramedMosaic-ee947171.jpg\" loading=\"eager\">"
    },
    {
      "src": "/packs/media/process/Process1-866eaf5c.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"jss17 jss73\" src=\"/packs/media/process/Process1-866eaf5c.png\" loading=\"lazy\">"
    },
    {
      "src": "/packs/media/process/Process2-52ff7051.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"jss17 jss73\" src=\"/packs/media/process/Process2-52ff7051.jpg\" loading=\"lazy\">"
    },
    {
      "src": "/packs/media/process/Process3-b40379d1.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"jss17 jss73\" src=\"/packs/media/process/Process3-b40379d1.jpg\" loading=\"lazy\">"
    },
    {
      "src": "/packs/media/process/Process4-9acb3971.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"jss17 jss73\" src=\"/packs/media/process/Process4-9acb3971.png\" loading=\"lazy\">"
    },
    {
      "src": "/packs/media/get-started/BoxProduct-mobile-ed185d1e.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"jss17 jss99\" src=\"/packs/media/get-started/BoxProduct-mobile-ed185d1e.png\" loading=\"lazy\">"
    },
    {
      "src": "/packs/media/home/DigitalStorage-4434b8eb.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"jss17 jss107\" srcset=\"/packs/media/home/DigitalStorage-4434b8eb.png, /packs/media/home/DigitalStorage-x2-d6cdbd52.png 2x\" src=\"/packs/media/home/DigitalStorage-4434b8eb.png\" alt=\"Account application preview\" loading=\"lazy\">"
    },
    {
      "src": "/packs/media/brand/brushStrokes-5c35e7cd.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"jss17\" src=\"/packs/media/brand/brushStrokes-5c35e7cd.svg\" style=\"width:50px\" loading=\"lazy\">"
    },
    {
      "src": "/packs/media/home/Press-27259355.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"jss17\" src=\"/packs/media/home/Press-27259355.png\" style=\"max-width:100%\" loading=\"lazy\">"
    },
    {
      "src": "/packs/media/home/Press-2-6ef968cd.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"jss17\" src=\"/packs/media/home/Press-2-6ef968cd.png\" style=\"max-width:100%\" loading=\"lazy\">"
    },
    {
      "src": "/packs/media/home/Press-3-ab9f6d18.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"jss17\" src=\"/packs/media/home/Press-3-ab9f6d18.png\" style=\"max-width:100%\" loading=\"lazy\">"
    },
    {
      "src": "/packs/media/featured/Today-6674b00d.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"jss17 jss143\" src=\"/packs/media/featured/Today-6674b00d.png\" loading=\"lazy\">"
    },
    {
      "src": "/packs/media/featured/Oprah-63803801.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"jss17 jss143\" src=\"/packs/media/featured/Oprah-63803801.png\" loading=\"lazy\">"
    },
    {
      "src": "/packs/media/featured/Parents-32944821.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"jss17 jss143\" src=\"/packs/media/featured/Parents-32944821.png\" loading=\"lazy\">"
    },
    {
      "src": "/packs/media/featured/RealSimple-8165558f.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"jss17 jss143\" src=\"/packs/media/featured/RealSimple-8165558f.png\" loading=\"lazy\">"
    },
    {
      "src": "/packs/media/featured/GH-142133d2.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"jss17 jss143\" src=\"/packs/media/featured/GH-142133d2.png\" loading=\"lazy\">"
    },
    {
      "src": "/packs/media/featured/Goop-6b0fbf16.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"jss17 jss143\" src=\"/packs/media/featured/Goop-6b0fbf16.png\" loading=\"lazy\">"
    },
    {
      "src": "/packs/media/featured/USAToday-d877a90c.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"jss17 jss143\" src=\"/packs/media/featured/USAToday-d877a90c.png\" loading=\"lazy\">"
    },
    {
      "src": "/packs/media/featured/VanityFair-cc376622.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"jss17 jss143\" src=\"/packs/media/featured/VanityFair-cc376622.png\" loading=\"lazy\">"
    },
    {
      "src": "/packs/media/home/SeeUsInMotion-x1-0a7fe625.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"jss17 jss147\" srcset=\"/packs/media/home/SeeUsInMotion-x1-0a7fe625.png, /packs/media/home/SeeUsInMotion-x2-48f97a91.png 2x\" src=\"/packs/media/home/SeeUsInMotion-x1-0a7fe625.png\" loading=\"lazy\">"
    },
    {
      "src": "/packs/media/brand/CardkiveLogo-94df6f4e.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"jss17\" src=\"/packs/media/brand/CardkiveLogo-94df6f4e.svg\" style=\"height:44px;width:auto\" loading=\"lazy\">"
    },
    {
      "src": "/packs/media/about/CardsPreview-ab696fe8.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"jss176\" src=\"/packs/media/about/CardsPreview-ab696fe8.jpg\" loading=\"lazy\">"
    },
    {
      "src": "/packs/media/brand/PhotokiveLogo-b2d11af4.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"jss17\" src=\"/packs/media/brand/PhotokiveLogo-b2d11af4.svg\" style=\"height:22px;width:auto\" loading=\"lazy\">"
    },
    {
      "src": "/packs/media/about/PhotokivePreview-dc48fe46.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"jss176\" src=\"/packs/media/about/PhotokivePreview-dc48fe46.jpg\" loading=\"lazy\">"
    },
    {
      "src": "/packs/media/social/tiktok-icon-2e4ccd54.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/packs/media/social/tiktok-icon-2e4ccd54.svg\">"
    },
    {
      "src": "/packs/media/social/social-2-13145914.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"jss17\" src=\"/packs/media/social/social-2-13145914.jpg\" loading=\"lazy\">"
    },
    {
      "src": "/packs/media/social/social-3-980e71f8.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"jss17\" src=\"/packs/media/social/social-3-980e71f8.png\" loading=\"lazy\">"
    },
    {
      "src": "/packs/media/social/social-4-b0eaa233.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"jss17\" src=\"/packs/media/social/social-4-b0eaa233.jpg\" loading=\"lazy\">"
    },
    {
      "src": "/packs/media/social/social-5-ad710506.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"jss17\" src=\"/packs/media/social/social-5-ad710506.png\" loading=\"lazy\">"
    },
    {
      "src": "/packs/media/social/social-6-e93728f4.jpg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"jss17\" src=\"/packs/media/social/social-6-e93728f4.jpg\" loading=\"lazy\">"
    },
    {
      "src": "/packs/media/get-started/Product-956b5041.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"jss17 jss198\" src=\"/packs/media/get-started/Product-956b5041.png\" loading=\"lazy\">"
    },
    {
      "src": "/packs/media/footer/getIOSApp-73d48697.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"jss17\" src=\"/packs/media/footer/getIOSApp-73d48697.svg\" loading=\"lazy\">"
    },
    {
      "src": "/packs/media/social/tiktok-icon-small-e0f1bac0.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"/packs/media/social/tiktok-icon-small-e0f1bac0.svg\">"
    }
  ],
  "possibleDialogs": [],
  "score": 80,
  "weight": 10
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Query intent coverage

AIO: Query intent coverage is informational for this page.

Informational

Needs attention

AIO: Query intent coverage

Informational
01

Issue

Missing likely AI Overview intent sections: what, benefits, 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": "Our Products",
      "html": "<h2 class=\"MuiTypography-root MuiTypography-h2\">Our Products</h2>"
    },
    {
      "text": "How It Works",
      "html": "<h2 class=\"MuiTypography-root MuiTypography-h2 MuiTypography-alignCenter\">How It Works</h2>"
    },
    {
      "text": "Get Started With An Artkive Box",
      "html": "<h2 class=\"MuiTypography-root MuiTypography-h2 MuiTypography-alignLeft\">Get Started <br> <!-- -->With An Artkive Box</h2>"
    },
    {
      "text": "Digital Storage",
      "html": "<h2 class=\"MuiTypography-root MuiTypography-h2 MuiTypography-alignLeft\">Digital Storage</h2>"
    },
    {
      "text": "500,000 families, 20 million pieces of art and counting",
      "html": "<h2 class=\"MuiTypography-root MuiTypography-h2 MuiTypography-alignCenter\">500,000 families, 20 million pieces of art and counting</h2>"
    },
    {
      "text": "As Featured On",
      "html": "<h2 class=\"MuiTypography-root MuiTypography-h2\">As Featured On</h2>"
    },
    {
      "text": "We Exist To Help Kids Thrive.",
      "html": "<h2 class=\"MuiTypography-root MuiTypography-h2 MuiTypography-gutterBottom MuiTypography-alignLeft\">We Exist To Help Kids Thrive.</h2>"
    },
    {
      "text": "Explore Other Kive Products",
      "html": "<h2 class=\"MuiTypography-root MuiTypography-h2 MuiTypography-alignCenter\">Explore Other Kive Products</h2>"
    },
    {
      "text": "Share The Joy!",
      "html": "<h2 class=\"MuiTypography-root MuiTypography-h2 MuiTypography-gutterBottom MuiTypography-alignCenter\">Share The Joy!</h2>"
    },
    {
      "text": "Get StartedWith An Artkive Box",
      "html": "<h2 class=\"MuiTypography-root MuiTypography-h2 MuiTypography-gutterBottom MuiTypography-alignLeft\">Get Started<br>With An Artkive Box</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is ARTKIVE?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does ARTKIVE work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use ARTKIVE?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is ARTKIVE free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does ARTKIVE compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is ARTKIVE?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use ARTKIVE?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is ARTKIVE free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does ARTKIVE compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

Agent Ease of UseAuthEmerging recommendation

Auth.md Agent Registration

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

Informational

Needs attention

Auth.md Agent Registration

Informational
01

Issue

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

02

Why it matters

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

Check name

Auth.md Agent Registration

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch and validate /auth.md

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

  2. Validate agent_auth authorization metadata

    Response is not valid JSON.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html",
        "length": 0,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html\" is not Markdown or text/plain; content too short (0/80 chars minimum); missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
          "compatibleContentType": false,
          "contentLength": 0,
          "hasRegisterInstructions": false,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": false,
          "links": [],
          "rawExcerpt": ""
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html\" is not Markdown or text/plain; content too short (0/80 chars minimum); missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "pass",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": true,
        "statusCode": 200,
        "contentType": "text/html; charset=utf-8",
        "length": 118493,
        "text": "<!DOCTYPE html>\n<html class=\"\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta\n    content=\"width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no\"\n    name=\"viewport\"\n  />\n\n    <style id=\"jss-server-side\">.MuiPaper-root {\n  color: rgba(0, 0, 0, 0.87);\n  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;\n  background-color: #fff;\n}\n.MuiPaper-rounded {\n  border-radius: 4px;\n}\n.MuiPaper-outlined {\n  border: 1px solid rgba(0, 0, 0, 0.12);\n}\n.MuiPaper-elevation0 {\n  box-shadow: none;\n}\n.MuiPaper-elevation1 {\n  box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 1px 3px 0px rgba(0,0,0,0.12);\n}\n.MuiPaper-elevation2 {\n  box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);\n}\n.MuiPaper-elevation3 {\n  box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.2),0px 3px 4px 0px rgba(0,0,0,0.14),0px 1px 8px 0px rgba(0,0,0,0.12);\n}\n.MuiPaper-elevation4 {\n  box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);\n}\n.MuiPaper-elevation5 {\n  box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2),0px 5px 8px 0px rgba(0,0,0,0.14),0px 1px 14px 0px rgba(0,0,0,0.12);\n}\n.MuiPaper-elevation6 {\n  box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12);\n}\n.MuiPaper-elevation7 {\n  box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.2),0px 7px 10px 1px rgba(0,0,0,0.14),0px 2px 16px 1px rgba(0,0,0,0.12);\n}\n.MuiPaper-elevation8 {\n  box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12);\n}\n.MuiPaper-elevation9 {\n  box-shadow: 0px 5px 6px -3px rgba(0,0,0,0.2),0px 9px 12px 1px rgba(0,0,0,0.14),0px 3px 16px 2px rgba(0,0,0,0.12);\n}\n.MuiPaper-elevation10 {\n  box-shadow: 0px 6px 6px -3px rgba(0,0,0,0.2),0px 10px 14px 1px rgba(0,0,0,0.14),0px 4px 18px 3px rgba(0,0,0,0.12);\n}\n.MuiPaper-elevation11 {\n  box-shadow: 0px 6px 7px -4px rgba(0,0,0,0.2),0px 11px 15px 1px rgba(0,0,0,0.14),0px 4px 20px 3px rgba(0,0,0,0.12);\n}\n.MuiPaper-elevation12 {\n  box-shadow: 0px 7px 8px -4px rgba(0,0,0,0.2),0px 12px 17px 2px rgba(0,0,0,0.14),0px 5px 22px 4px rgba(0,0,0,0.12);\n}\n.MuiPaper-elevation13 {\n  box-shadow: 0px 7px 8px -4px rgba(0,0,0,0.2),0px 13px 19px 2px rgba(0,0,0,0.14),0px 5px 24px 4px rgba(0,0,0,0.12);\n}\n.MuiPaper-elevation14 {\n  box-shadow: 0px 7px 9px -4px rgba(0,0,0,0.2),0px 14px 21px 2px rgba(0,0,0,0.14),0px 5px 26px 4px rgba(0,0,0,0.12);\n}\n.MuiPaper-elevation15 {\n  box-shadow: 0px 8px 9px -5px rgba(0,0,0,0.2),0px 15px 22px 2px rgba(0,0,0,0.14),0px 6px 28px 5px rgba(0,0,0,0.12);\n}\n.MuiPaper-elevation16 {\n  box-shadow: 0px 8px 10px -5px rgba(0,0,0,0.2),0px 16px 24px 2px rgba(0,0,0,0.14),0px 6px 30px 5px rgba(0,0,0,0.12);\n}\n.MuiPaper-elevation17 {\n  box-shadow: 0px 8px 11px -5px rgba(0,0,0,0.2),0px 17px 26px 2px rgba(0,0,0,0.14),0px 6px 32px 5px rgba(0,0,0,0.12);\n}\n.MuiPaper-elevation18 {\n  box-shadow: 0px 9px 11px -5px rgba(0,0,0,0.2),0px 18px 28px 2px rgba(0,0,0,0.14),0px 7px 34px 6px rgba(0,0,0,0.12);\n}\n.MuiPaper-elevation19 {\n  box-shadow: 0px 9px 12px -6px rgba(0,0,0,0.2),0px 19px 29px 2px rgba(0,0,0,0.14),0px 7px 36px 6px rgba(0,0,0,0.12);\n}\n.MuiPaper-elevation20 {\n  box-shadow: 0px 10px 13px -6px rgba(0,0,0,0.2),0px 20px 31px 3px rgba(0,0,0,0.14),0px 8px 38px 7px rgba(0,0,0,0.12);\n}\n.MuiPaper-elevation21 {\n  box-shadow: 0px 10px 13px -6px rgba(0,0,0,0.2),0px 21px 33px 3px rgba(0,0,0,0.14),0px 8px 40px 7px rgba(0,0,0,0.12);\n}\n.MuiPaper-elevation22 {\n  box-shadow: 0px 10px 14px -6px rgba(0,0,0,0.2),0px 22px 35px 3px rgba(0,0,0,0.14),0px 8px 42px 7px rgba(0,0,0,0.12);\n}\n.MuiPaper-elevation23 {\n  box-shadow: 0px 11px 14px -7px rgba(0,0,0,0.2),0px 23px 36px 3px rgba(0,0,0,0.14),0px 9px 44px 8px rgba(0,0,0,0.12);\n}\n.MuiPaper-elevation24 {\n  box-shadow: 0px 11px 15px -7px rgba(0,0,0,0.2),0px 24px 38px 3px rgba(0,0,0,0.14),0px 9px 46px 8px rgba(0,0,0,0.12);\n}\n.MuiContainer-root {\n  width: 100%;\n  display: block;\n  box-sizing: bor"
      },
      "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,
        "validJson": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html>\n<html class=\"\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta\n    content=\"width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no\"\n    name=\"viewport\"\n  />\n\n    <style id=\"jss-server-side\">.MuiPaper-root {\n  color: rgba(0, 0, 0, 0.87);\n  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;\n  background-color: #fff;\n}\n.MuiPaper-rounded {\n  border-radius: 4px;\n}\n.MuiPaper-outlined {\n  border: 1px solid rgba(0, 0, 0, 0.12);\n}\n.MuiPaper-elevation0 {\n  box-shadow: none;\n}\n.MuiPaper-elevation1 {\n  box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 1px 3px 0px rgba(0,0,0,0.12);\n}\n.MuiPaper-elevation2 {\n  box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);\n}\n.MuiPaper-ele"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 3,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

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

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

Response is not valid JSON.

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

    Response is not valid JSON.

  2. Probe authorization endpoint with an authorization-code request

    authorization_endpoint is missing from discovery metadata.

  3. Reject unregistered authorization redirects

    authorization_endpoint is missing from discovery metadata.

  4. Probe token endpoint with advertised grant type

    token_endpoint is missing from discovery metadata.

Evidence
{
  "failedStep": "validate",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch discovery resource",
      "status": "pass",
      "evidence": {
        "path": "/.well-known/openid-configuration",
        "statusCode": 200,
        "contentType": "text/html; charset=utf-8"
      }
    },
    {
      "id": "validate",
      "title": "Validate resource body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html>\n<html class=\"\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta\n    content=\"width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no\"\n    name=\"viewport\"\n  />\n\n    <style id=\"jss-server-side\">.MuiPaper-root {\n  color: rgba(0, 0, 0, 0.87);\n  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;\n  background-color: #fff;\n}\n.MuiPaper-rounded {\n  border-radius: 4px;\n}\n.MuiPaper-outlined {\n  border: 1px solid rgba(0, 0, 0, 0.12);\n}\n.MuiPaper-elevation0 {\n  box-shadow: none;\n}\n.MuiPaper-elevation1 {\n  box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 1px 3px 0px rgba(0,0,0,0.12);\n}\n.MuiPaper-elevation2 {\n  box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);\n}\n.MuiPaper-ele"
      },
      "issue": "Response is not valid JSON.",
      "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."
    },
    {
      "id": "authorization-endpoint",
      "title": "Probe authorization endpoint with an authorization-code request",
      "status": "fail",
      "evidence": {
        "url": ""
      },
      "issue": "authorization_endpoint is missing from discovery metadata.",
      "howToFix": "Advertise only implemented OAuth/OIDC endpoints."
    },
    {
      "id": "authorization-redirect-safety",
      "title": "Reject unregistered authorization redirects",
      "status": "fail",
      "evidence": {
        "url": ""
      },
      "issue": "authorization_endpoint is missing from discovery metadata.",
      "howToFix": "Validate clients and redirect_uri values before redirecting."
    },
    {
      "id": "token-endpoint",
      "title": "Probe token endpoint with advertised grant type",
      "status": "fail",
      "evidence": {
        "url": ""
      },
      "issue": "token_endpoint is missing from discovery metadata.",
      "howToFix": "Advertise only implemented OAuth/OIDC endpoints."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 3,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      }
    ]
  },
  "resourceFetchSucceeded": true
}

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

Response is not valid JSON.

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. Validate protected resource metadata

    Response is not valid JSON.

  2. Validate protected resource identity

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

  3. 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": "metadata",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "pass",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 200,
        "contentType": "text/html; charset=utf-8"
      },
      "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 class=\"\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta\n    content=\"width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no\"\n    name=\"viewport\"\n  />\n\n    <style id=\"jss-server-side\">.MuiPaper-root {\n  color: rgba(0, 0, 0, 0.87);\n  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;\n  background-color: #fff;\n}\n.MuiPaper-rounded {\n  border-radius: 4px;\n}\n.MuiPaper-outlined {\n  border: 1px solid rgba(0, 0, 0, 0.12);\n}\n.MuiPaper-elevation0 {\n  box-shadow: none;\n}\n.MuiPaper-elevation1 {\n  box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 1px 3px 0px rgba(0,0,0,0.12);\n}\n.MuiPaper-elevation2 {\n  box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);\n}\n.MuiPaper-ele"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Publish resource and authorization_servers as absolute URLs."
    },
    {
      "id": "resource-identity",
      "title": "Validate protected resource identity",
      "status": "fail",
      "evidence": {
        "expectedResource": "https://www.artkiveapp.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": 200,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.artkiveapp.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 200,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.artkiveapp.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 200,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://www.artkiveapp.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          }
        ]
      },
      "issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
      "howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 3,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      }
    ]
  },
  "resourceFetchSucceeded": true
}

Performance and AccessibilityAccessibilityBrowser audit

Buttons do not have an accessible name

100 Fail

Check name

Buttons do not have an accessible name

Score

0/100

Status

fail

Device

desktop

Category

Accessibility

Fix guidance

When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. [Learn how to make buttons more accessible](https://dequeuniversity.com/rules/axe/4.11/button-name).

Evidence
{
  "description": "When a button doesn't have an accessible name, screen readers announce it as \"button\", making it unusable for users who rely on screen readers. [Learn how to make buttons more accessible](https://dequeuniversity.com/rules/axe/4.11/button-name)."
}

SEOSEOBrowser audit

Image elements do not have `[alt]` attributes

25 Fail

Check name

Image elements do not have `[alt]` attributes

Score

0/100

Status

fail

Device

desktop

Category

SEO

Fix guidance

Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt).

Evidence
{
  "description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt)."
}

SEOSEOBrowser audit

Links are not crawlable

25 Fail

Check name

Links are not crawlable

Score

0/100

Status

fail

Device

desktop

Category

SEO

Fix guidance

Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)

Evidence
{
  "description": "Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)"
}

SEOSEOBrowser audit

Links do not have descriptive text

25 Fail

Check name

Links do not have descriptive text

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

2 links found

Fix guidance

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

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

SEOSEOBrowser audit

robots.txt is not valid

25 Fail

Check name

robots.txt is not valid

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

1 error found

Fix guidance

If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. [Learn more about robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/).

Evidence
{
  "displayValue": "1 error found",
  "description": "If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. [Learn more about robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)."
}

Performance and AccessibilityPerformanceBrowser audit

LCP breakdown

14 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

Loading performance

9 Fail

Check name

Loading performance

Score

38/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

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

Evidence
{
  "checks": [
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 0,
      "displayValue": "6.8 s",
      "numericValue": 6827.947040862852
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 5,
      "displayValue": "580 ms",
      "numericValue": 576
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 20,
      "displayValue": "3.7 s",
      "numericValue": 3726.7688864258625
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 380 ms",
      "numericValue": 377
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "140 ms",
      "numericValue": 139.728735
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 1,
      "displayValue": "1,390 ms",
      "numericValue": 1388.0000000000005
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 20,
      "displayValue": "6.6 s",
      "numericValue": 6625.930234936584
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 55,
      "displayValue": "1.5 s",
      "numericValue": 1515.5037887717156
    }
  ]
}

Performance and AccessibilityPerformanceBrowser audit

Avoid enormous network payloads

7 Warning

Check name

Avoid enormous network payloads

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Total size was 19,215 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 19,215 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": 19675733
}

Performance and AccessibilityPerformanceBrowser audit

Duplicated JavaScript

7 Warning

Check name

Duplicated JavaScript

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 1 KiB

Fix guidance

Remove large, [duplicate JavaScript modules](https://developer.chrome.com/docs/performance/insights/duplicated-javascript) from bundles to reduce unnecessary bytes consumed by network activity.

Evidence
{
  "displayValue": "Est savings of 1 KiB",
  "description": "Remove large, [duplicate JavaScript modules](https://developer.chrome.com/docs/performance/insights/duplicated-javascript) from bundles to reduce unnecessary bytes consumed by network activity."
}

Performance and AccessibilityPerformanceBrowser audit

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

7 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

7 Warning

Check name

Improve image delivery

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 4,230 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 4,230 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

Legacy JavaScript

7 Warning

Check name

Legacy JavaScript

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 89 KiB

Fix guidance

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

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

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
37/100Level 2, Agent-LimitedCurrent report
artkiveapp.com AI SEO Report: 37/100 (Level 2, Agent-Limited)