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

OVERALL SCORE

Level 2, Agent-Limited

Priority improvements needed for AI agents
AIDiscoverability29%Agent Easeof Use6%Security& Trust40%GEO, AIO, AEO71%SEO100%Performance& Accessibility70%
  • AI Discoverability 29 out of 100
  • Agent Ease of Use 6 out of 100
  • Security & Trust 40 out of 100
  • GEO, AIO and AEO 71 out of 100
  • SEO 100 out of 100
  • Performance and Accessibility 70 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

June Oven: 12-in-1 Countertop Convection Oven favicon

June Oven: 12-in-1 Countertop Convection Oven

Looking for the best cooking results? The June Oven is a do-it-all smart convection oven that makes cooking perfectly easy.

Next step

Turn this report into a fix workflow

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

Detailed report scores grouped by capability area
MetricScoreStatusPassedFailedWarningEvidence
AI Discoverability
29
Priority fix7170View details
Discoverability
29
Priority fix270View details
Content Readiness
50
Needs work560View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
6
Priority fix8303View details
API
0
Priority fix060View details
Auth
Not Applicable
Not Applicable480View details
MCP
13
Priority fix062View details
Skill Discovery
5
Priority fix0101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
71
Needs work837View details
GEO Readiness
Not Applicable
Not Applicable400
AIO Readiness
58
Needs work223View details
AEO Readiness
64
Needs work214View details
SEO
100
Strong1100
SEO
100
Strong1100
Security & Trust
40
Priority fix630View details
Security & Trust
40
Priority fix230View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
70
Needs work1933View details
Performance
60
Needs work1133View details
Accessibility
88
Mostly ready800

Prioritized recommendations

Issues ranked by score impact

46 items need attention

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Fetch API catalog".

50 Fail

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

Why it matters

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

Check name

API Catalog

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

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

Result

API Catalog failed at "Fetch API catalog".

Validation steps

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. Fetch advertised API catalog targets

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "fail",
      "evidence": {
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "The API catalog endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"utf-8\">\n  <title>404 Not Found</title>\n  <meta name=\"referrer\" content=\"never\" />\n  <style type=\"text/css\">\n\n    * { border:0; margin:0; padding:0; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }\n    html,body { height:100%; border:0; margin:0; padding:0; font-family:\"Helvetica Neue\", Helvetica, Arial, sans-serif; font-weight:300; background:#fff; }\n    body { min-height:100%; font-size:16px; line-height:22px; color:#6c6c6c; }\n    a { color:#479ccf; }\n\n    h1,h2,h3,h4,h5,h6 { text-align:left; margin:0 0 20px 0; color:#31373D; font-weight:700; }\n    h1 { font-size:28px; line-height:48px; margin-bottom:7px; }\n    h2 { font-size:20px; font-weight:300; line-height:30px; color:#6c6c6c; }\n    h3 { font-s"
      },
      "issue": "Response is not valid JSON.",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "fail",
      "evidence": {
        "checked": [],
        "failures": [
          {
            "reason": "No same-origin API catalog hrefs were available to fetch."
          }
        ]
      },
      "issue": "API Catalog did not expose any same-origin hrefs to validate.",
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

Agent Ease of UseAPIEstablished

OpenAPI discovery

OpenAPI discovery failed at "Find valid OpenAPI document".

50 Fail

Needs attention

OpenAPI discovery

Failed check
01

Issue

OpenAPI YAML document did not match the expected shape. unsupported version: ; missing info block with title and version; missing paths block; no operations found.

02

Why it matters

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

Check name

OpenAPI discovery

Score

0/100

Status

fail

Category

API

Maturity

Established

Goal

Publish a valid OpenAPI or Swagger document for API discovery.

Result

OpenAPI discovery failed at "Find valid OpenAPI document".

Validation steps

  1. Find valid OpenAPI document

    OpenAPI YAML document did not match the expected shape. unsupported version: ; missing info block with title and version; missing paths block; no operations found.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Find valid OpenAPI document",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/openapi.json",
            "statusCode": 404,
            "contentType": "application/json; charset=utf-8",
            "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": "/openapi.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!doctype html>\n\n<html class=\"no-js\" lang=\"en\">\n  <head>\n    <script src=\"https://www.googleoptimize.com/optimize.js?id=OPT-523NNH7\"></script>\n    <script src=\"https://unpkg.com/freezeframe/dist/freezeframe.min.js\"></script>\n    <meta charset=\"UTF-8\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, height=device-height, minimum-scale=1.0, maximum-scale=5.0, user-scalable=yes\">\n    <meta name=\"theme-color\" content=\"\">\n    \n    \n    <title>\n      404 Not Found &ndash; June Oven\n    </title><link rel=\"canonical\" href=\"https://juneoven.com/404\"><link rel=\"shortcut icon\" href=\"//juneoven.com/cdn/shop/files/favicon-96x96_96x.png?v=1615320004\" type=\"image/png\"><meta property=\"og:type\" content=\"website\">\n "
          },
          {
            "path": "/swagger.json",
            "statusCode": 404,
            "contentType": "application/json; charset=utf-8",
            "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.yaml",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!doctype html>\n\n<html class=\"no-js\" lang=\"en\">\n  <head>\n    <script src=\"https://www.googleoptimize.com/optimize.js?id=OPT-523NNH7\"></script>\n    <script src=\"https://unpkg.com/freezeframe/dist/freezeframe.min.js\"></script>\n    <meta charset=\"UTF-8\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, height=device-height, minimum-scale=1.0, maximum-scale=5.0, user-scalable=yes\">\n    <meta name=\"theme-color\" content=\"\">\n    \n    \n    <title>\n      404 Not Found &ndash; June Oven\n    </title><link rel=\"canonical\" href=\"https://juneoven.com/404\"><link rel=\"shortcut icon\" href=\"//juneoven.com/cdn/shop/files/favicon-96x96_96x.png?v=1615320004\" type=\"image/png\"><meta property=\"og:type\" content=\"website\">\n "
          },
          {
            "path": "/api/openapi.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"utf-8\">\n  <title>404 Not Found</title>\n  <meta name=\"referrer\" content=\"never\" />\n  <style type=\"text/css\">\n\n    * { border:0; margin:0; padding:0; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }\n    html,body { height:100%; border:0; margin:0; padding:0; font-family:\"Helvetica Neue\", Helvetica, Arial, sans-serif; font-weight:300; background:#fff; }\n    body { min-height:100%; font-size:16px; line-height:22px; color:#6c6c6c; }\n    a { color:#479ccf; }\n\n    h1,h2,h3,h4,h5,h6 { text-align:left; margin:0 0 20px 0; color:#31373D; font-weight:700; }\n    h1 { font-size:28px; line-height:48px; margin-bottom:7px; }\n    h2 { font-size:20px; font-weight:300; line-height:30px; color:#6c6c6c; }\n    h3 { font-s"
          },
          {
            "path": "/api/swagger.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "valid": false,
            "issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
            "compatibleContentType": false,
            "format": "yaml",
            "version": "",
            "pathCount": 0,
            "operationCount": 0,
            "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"utf-8\">\n  <title>404 Not Found</title>\n  <meta name=\"referrer\" content=\"never\" />\n  <style type=\"text/css\">\n\n    * { border:0; margin:0; padding:0; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }\n    html,body { height:100%; border:0; margin:0; padding:0; font-family:\"Helvetica Neue\", Helvetica, Arial, sans-serif; font-weight:300; background:#fff; }\n    body { min-height:100%; font-size:16px; line-height:22px; color:#6c6c6c; }\n    a { color:#479ccf; }\n\n    h1,h2,h3,h4,h5,h6 { text-align:left; margin:0 0 20px 0; color:#31373D; font-weight:700; }\n    h1 { font-size:28px; line-height:48px; margin-bottom:7px; }\n    h2 { font-size:20px; font-weight:300; line-height:30px; color:#6c6c6c; }\n    h3 { font-s"
          },
          {
            "path": "/docs/openapi.json",
            "statusCode": 404,
            "contentType": "application/json; charset=utf-8",
            "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": ""
          }
        ]
      },
      "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.",
      "howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
    }
  ]
}

AI DiscoverabilityBot Access ControlEstablished

AI bot rules in robots.txt

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

33 Fail

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

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

02

Why it matters

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

Check name

AI bot rules in robots.txt

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Established

Goal

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

Result

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

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

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is missing or incomplete.

33 Fail

Needs attention

Content freshness signals

Failed check
01

Issue

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

02

Why it matters

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

Check name

Content freshness signals

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

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

Result

Content freshness signals is missing or incomplete.

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

AI DiscoverabilityBot Access ControlInformational

Content Signal

Content Signal is missing or incomplete.

33 Fail

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

Why it matters

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

Check name

Content Signal

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

Content Signal is missing or incomplete.

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

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

33 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

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

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

Content-Security-Policy is missing or incomplete.

Evidence
{
  "header": "content-security-policy",
  "value": "block-all-mixed-content; frame-ancestors 'none'; upgrade-insecure-requests;"
}

Security & TrustSecurity & TrustEstablished

HSTS header

HSTS header is missing or incomplete.

33 Fail

Needs attention

HSTS header

Failed check
01

Issue

HSTS header is missing or incomplete.

02

Why it matters

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

Check name

HSTS header

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

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

Result

HSTS header is missing or incomplete.

Evidence
{
  "header": "strict-transport-security",
  "value": "max-age=7889238"
}

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

33 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

Content-Type "text/html" does not indicate Markdown when requested with Accept: text/markdown.

02

Why it matters

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

Check name

Markdown negotiation

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Return HTML responses as markdown when agents request it.

Result

Markdown negotiation failed at "Markdown content type".

Validation steps

  1. Markdown content type

    Content-Type "text/html" does not indicate Markdown when requested with Accept: text/markdown.

  2. Vary: Accept header

    Markdown negotiation is missing Vary: Accept; current Vary header is "(none)".

  3. Structured Markdown body

    Markdown response is missing a heading.

Evidence
{
  "failedStep": "content-type",
  "steps": [
    {
      "id": "content-type",
      "title": "Markdown content type",
      "status": "fail",
      "evidence": {
        "statusCode": 503,
        "contentType": "text/html"
      },
      "issue": "Content-Type \"text/html\" does not indicate Markdown when requested with Accept: text/markdown.",
      "howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
    },
    {
      "id": "vary-accept",
      "title": "Vary: Accept header",
      "status": "fail",
      "evidence": {
        "vary": ""
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"(none)\".",
      "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": 1224,
        "excerpt": "<!--\n  The source of truth for this generic error page is https://github.com/Shopify/error-pages.\n  Please do not edit this file directly.\n-->\n<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <meta charset=\"utf-8\">\n    <meta name=\"referrer\" co",
        "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."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

33 Fail

Needs attention

Referrer-Policy

Failed check
01

Issue

Referrer-Policy is missing or incomplete.

02

Why it matters

Referrer-Policy controls how much URL context is sent to other origins, limiting accidental leakage of paths, queries, and identifiers.

Check name

Referrer-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Limit how much referrer data leaves the site.

Result

Referrer-Policy is missing or incomplete.

Evidence
{
  "header": "referrer-policy",
  "value": null
}

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

33 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: invalid h1 (found 3); skipped heading levels; 2 links missing accessible names; 1 buttons missing accessible names.

Details

02

Why it matters

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

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": true,
  "nav": true,
  "footer": true,
  "meaningfulH1": false,
  "headingOrder": false,
  "accessibleLinks": false,
  "accessibleButtons": false,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": true,
  "details": {
    "inaccessibleLinks": [
      "<a href=\"/account\" class=\"Header__Icon Icon-Wrapper Icon-Wrapper--clickable hidden-phone\"><svg class=\"Icon Icon--account\" role=\"presentation\" viewBox=\"0 0 20 20\"> <g transform=\"translate(1 1)\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\" fill-rule=\"evenodd\" stroke-linecap=\"square\"> <path d=\"M0 18c0-4.5188182 3.663-8.18181818 8.18181818-8.18181818h1.63636364C14.337 9.81818182 18 13.4811818 18 18\"/> <circle cx=\"9\" cy=\"4.90909091\" r=\"4.90909091\"/> </g> </svg></a>",
      "<a href=\"/\" class=\"Text--alignCenter\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"98\" height=\"42\" viewBox=\"0 0 98 42\" fill=\"none\"> <path d=\"M10.2913 6.86256C12.1707 6.86256 13.6942 5.32633 13.6942 3.43128C13.6942 1.53624 12.1707 0 10.2913 0C8.41187 0 6.88831 1.53624 6.88831 3.43128C6.88831 5.32633 8.41187 6.86256 10.2913 6.86256Z\" fill=\"white\"/> <path d=\"M18.0797 10.1997H23.7495V24.2846C23.7495 28.4464 25.6047 30.9922 28.9033 30.9922C32.5643 30.9922 35.1934 28.0313 35.1934 22.4693V10.1997H40"
    ],
    "inaccessibleButtons": [
      "<button class=\"Search__Close Link Link--primary\" data-action=\"close-search\"><svg class=\"Icon Icon--close\" role=\"presentation\" viewBox=\"0 0 16 14\"> <path d=\"M15 0L1 14m14 0L1 0\" stroke=\"currentColor\" fill=\"none\" fill-rule=\"evenodd\"/> </svg></button>"
    ],
    "missingAutocompleteInputs": [],
    "imagesMissingAlt": [
      "<img class=\"mobileParallax Image--lazyLoad Image--fadeIn\" src=\"//juneoven.com/cdn/shop/files/iPhone_App_Mobile_900x.jpg?v=1615320000\" style=\"will-change: transform; transform: translate3d(0px, 0px, 0px);\">"
    ],
    "skippedHeadingLevels": [
      "h2: June App Membership Tiers",
      "h2: Your Cart",
      "h1: Go to the June homepage",
      "h1: Go to the June homepage",
      "h3: Who you calling “oven”?",
      "h1: I’m a full countertop smart kitchen with sizzle to spare.",
      "h2: Hi, I'm June.",
      "h2: Proving daily that entire kitchens can be built out of computer code.",
      "h2: Convection Oven",
      "h2: Air Fryer",
      "h2: Grill",
      "h2: Roaster",
      "h2: Slow Cooker",
      "h2: Dehydrator",
      "h2: Toaster",
      "h2: Reheat",
      "h2: Pizza Oven",
      "h2: Proofer",
      "h2: Broiler",
      "h2: Warming Drawer",
      "h2: Your questions, answered.",
      "h2: June thinks like a chef and cooks like one too.",
      "h2: June thinks like a chef and cooks like one too.",
      "h2: Hassles have no place in this kitchen.",
      "h2: Breakfast Sandwich",
      "h2: Roasted Chicken",
      "h2: Salmon & Green Beans",
      "h2: Spaghetti & Meatballs",
      "h2: Air-Fried Chicken",
      "h2: Hard Boiled Eggs",
      "h2: Breakfast Sandwich",
      "h2: Roasted Chicken",
      "h2: Salmon & Green Beans",
      "h2: Spaghetti & Meatballs",
      "h2: Air-Fried Chicken",
      "h2: Hard Boiled Eggs",
      "h2: Breakfast Sandwich",
      "h2: My friends call me “smart.” I prefer the term “genius.”",
      "h3: June intelligently recognizes what’s cooking and helps you make it better. It’s why the cook masters at Weber® use June technology in their grills and smokers. Next stop: your kitchen.",
      "h2: Food ID",
      "h4: June doesn’t just cook food. It recognizes it, counts it, and configures the ideal auto cook program using our award-winning Food ID.",
      "h2: Virtual Rotisserie",
      "h4: June takes zone-style cooking above, beyond, around and around with individual control over each of its six heating elements.",
      "h2: Auto Alerts",
      "h4: Not only does June send an alert when your food is finished cooking, but it also sends one about a minute before so you have time to get to the kitchen.",
      "h2: HD Camera",
      "h4: June's internal wide-angle lens captures all the action inside your smart oven so you can see live footage of what’s cooking.",
      "h2: Food ID",
      "h2: Virtual Rotisserie",
      "h2: Auto Alerts",
      "h2: HD Camera",
      "h2: The June App",
      "h3: Happiness is a weeknight without worry.",
      "h2: Pro Partners",
      "h2: Alexa compatible",
      "h2: Automatic updates",
      "h2: June Products",
      "h2: Support",
      "h2: Legal",
      "h2: Company",
      "h2: Connect",
      "h2: Get fresh recipes + more in your inbox."
    ]
  },
  "counts": {
    "h1": 3,
    "headings": 62,
    "links": 60,
    "inaccessibleLinks": 2,
    "buttons": 36,
    "inaccessibleButtons": 1,
    "images": 54,
    "imagesWithAlt": 53,
    "autocompleteInputs": 3,
    "inputsWithAutocomplete": 3,
    "missingAutocompleteInputs": 0
  }
}

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

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

33 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

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

02

Why it matters

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

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

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

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

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

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

25 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

Why it matters

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

Check name

MCP Server Card

Score

0/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

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

Validation steps

  1. Fetch to find resource

    MCP Server Card was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 4264
          },
          {
            "path": "/.well-known/mcp/server-cards.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 4264
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 4264
          }
        ]
      },
      "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": 0
          },
          {
            "path": "/.well-known/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 4264
          },
          {
            "path": "/.well-known/mcp/server-card.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 4264
          }
        ]
      },
      "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": "text/html; charset=utf-8",
            "length": 4264
          },
          {
            "path": "/webmcp.json",
            "statusCode": 404,
            "contentType": "application/json; charset=utf-8",
            "length": 0
          },
          {
            "path": "/mcp.json",
            "statusCode": 503,
            "contentType": "text/html",
            "length": 11010
          }
        ]
      },
      "issue": "WebMCP manifest was not found at the expected path.",
      "howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

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

20 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card was not found at the expected path.

02

Why it matters

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

Check name

A2A Agent Card

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    A2A Agent Card was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

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

20 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

Why it matters

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

Check name

Agent Skills index

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

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

Validation steps

  1. Fetch to find resource

    Agent Skills index was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryEmerging recommendation

agent.json

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

20 Fail

Needs attention

agent.json

Failed check
01

Issue

agent.json was not found at the expected path.

02

Why it matters

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

Check name

agent.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agent.json was not found at the expected path.

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

Agent Ease of UseSkill DiscoveryInformational

agents.json

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

20 Fail

Needs attention

agents.json

Failed check
01

Issue

agents.json was not found at the expected path.

02

Why it matters

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

Check name

agents.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Fetch to find resource

    agents.json was not found at the expected path.

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

FAQPage schema

FAQPage schema is missing or incomplete.

20 Fail

Needs attention

FAQPage schema

Failed check
01

Issue

FAQ content was detected but no FAQPage schema was found.

02

Why it matters

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

Check name

FAQPage schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

FAQPage schema is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

20 Fail

Needs attention

High-value schema types

Failed check
01

Issue

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

02

Why it matters

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

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

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

Result

High-value schema types is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

Link headers

Link headers failed at "Find useful Link headers".

20 Fail

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

Why it matters

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

Check name

Link headers

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Include Link response headers for agent discovery using RFC 8288.

Result

Link headers failed at "Find useful Link headers".

Validation steps

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. Fetch same-origin Link header targets

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

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

AI DiscoverabilityDiscoverabilityEstablished

Organization / WebSite schema

Organization / WebSite schema is missing or incomplete.

20 Fail

Needs attention

Organization / WebSite schema

Failed check
01

Issue

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

02

Why it matters

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

Check name

Organization / WebSite schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Identify the site owner and website entity in structured data.

Result

Organization / WebSite schema is missing or incomplete.

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

AI DiscoverabilityDiscoverabilityEstablished

robots.txt

robots.txt is missing or incomplete.

20 Fail

Needs attention

robots.txt

Failed check
01

Issue

Failed to fetch /robots.txt (Status: 503).

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": 503,
  "contentType": "text/html",
  "parsedUserAgents": [],
  "sitemapDirectives": [],
  "rawExcerpt": "<!--\n  The source of truth for this generic error page is https://github.com/Shopify/error-pages.\n  Please do not edit this file directly.\n-->\n<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <meta charset=\"utf-8\">\n    <meta name=\"referrer\" content=\"never\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n    <title>Something went wrong</title>\n    <style>\n      * {\n        box-sizing: border-box;\n        margin: 0;\n        padding: 0;\n      }\n      html {\n        font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n        background: #F1F1F1;\n        font-size: 62.5%;\n        color: #303030;\n        min-height: 100%;\n      }\n      body {\n        padding: 0;\n        margin: 0;\n        line-height: 2.7rem;\n      }\n      a {\n        color: #303030;\n        borde"
}

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

Agent Ease of UseMCPInformational

WebMCP

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

13 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

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

Check name

WebMCP

Score

50/100

Status

warning

Category

MCP

Maturity

Informational

Goal

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

Result

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

Validation steps

  1. Detect data-mcp-tool annotations

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

  2. Detect WebMCP declarative tags

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

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

    WebMCP declarative annotation issues
    • <input name="q"> is missing a label.
    • <input name="q"> is missing tool-param-description.
    • <input name="list-footer-1"> is missing a label.
    • <input name="list-footer-1"> is missing tool-param-description.
    • <input name="list-1599618039965"> is missing a label.
    • <input name="list-1599618039965"> is missing tool-param-description.
    • <input name="list-19aa3771-0f93-4c88-bf74-f60e87a8af60"> is missing a label.
    • <input name="list-19aa3771-0f93-4c88-bf74-f60e87a8af60"> is missing tool-param-description.
    • <input name="list-1599618057051"> is missing a label.
    • <input name="list-1599618057051"> is missing tool-param-description.
    • <input name="list-1599944269644"> is missing a label.
    • <input name="list-1599944269644"> is missing tool-param-description.
    • <input name="website"> is missing tool-param-description.
    • <input name="email"> 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": 3,
        "formsWithTags": 0,
        "totalInteractive": 104,
        "interactiveWithTags": 0,
        "totalCount": 107,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input name=\"q\"> is missing a label.",
          "<input name=\"q\"> is missing tool-param-description.",
          "<input name=\"list-footer-1\"> is missing a label.",
          "<input name=\"list-footer-1\"> is missing tool-param-description.",
          "<input name=\"list-1599618039965\"> is missing a label.",
          "<input name=\"list-1599618039965\"> is missing tool-param-description.",
          "<input name=\"list-19aa3771-0f93-4c88-bf74-f60e87a8af60\"> is missing a label.",
          "<input name=\"list-19aa3771-0f93-4c88-bf74-f60e87a8af60\"> is missing tool-param-description.",
          "<input name=\"list-1599618057051\"> is missing a label.",
          "<input name=\"list-1599618057051\"> is missing tool-param-description.",
          "<input name=\"list-1599944269644\"> is missing a label.",
          "<input name=\"list-1599944269644\"> is missing tool-param-description.",
          "<input name=\"website\"> is missing tool-param-description.",
          "<input name=\"email\"> is missing tool-param-description."
        ]
      },
      "issue": "No elements found with tool-name or tool-description attributes.",
      "howToFix": "Add tool-name and tool-description attributes to forms and interactive elements."
    },
    {
      "id": "declarative-annotation-quality",
      "title": "Validate WebMCP declarative annotation quality",
      "status": "warning",
      "evidence": {
        "issueCount": 14,
        "issues": [
          "<input name=\"q\"> is missing a label.",
          "<input name=\"q\"> is missing tool-param-description.",
          "<input name=\"list-footer-1\"> is missing a label.",
          "<input name=\"list-footer-1\"> is missing tool-param-description.",
          "<input name=\"list-1599618039965\"> is missing a label.",
          "<input name=\"list-1599618039965\"> is missing tool-param-description.",
          "<input name=\"list-19aa3771-0f93-4c88-bf74-f60e87a8af60\"> is missing a label.",
          "<input name=\"list-19aa3771-0f93-4c88-bf74-f60e87a8af60\"> is missing tool-param-description.",
          "<input name=\"list-1599618057051\"> is missing a label.",
          "<input name=\"list-1599618057051\"> is missing tool-param-description.",
          "<input name=\"list-1599944269644\"> is missing a label.",
          "<input name=\"list-1599944269644\"> is missing tool-param-description.",
          "<input name=\"website\"> is missing tool-param-description.",
          "<input name=\"email\"> is missing tool-param-description."
        ]
      },
      "issue": "WebMCP declarative annotations need fixes.",
      "issueDetails": [
        {
          "title": "WebMCP declarative annotation issues",
          "items": [
            {
              "type": "code",
              "value": "<input name=\"q\"> is missing a label."
            },
            {
              "type": "code",
              "value": "<input name=\"q\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"list-footer-1\"> is missing a label."
            },
            {
              "type": "code",
              "value": "<input name=\"list-footer-1\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"list-1599618039965\"> is missing a label."
            },
            {
              "type": "code",
              "value": "<input name=\"list-1599618039965\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"list-19aa3771-0f93-4c88-bf74-f60e87a8af60\"> is missing a label."
            },
            {
              "type": "code",
              "value": "<input name=\"list-19aa3771-0f93-4c88-bf74-f60e87a8af60\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"list-1599618057051\"> is missing a label."
            },
            {
              "type": "code",
              "value": "<input name=\"list-1599618057051\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"list-1599944269644\"> is missing a label."
            },
            {
              "type": "code",
              "value": "<input name=\"list-1599944269644\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"website\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"email\"> 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": 3,
        "formsWithTags": 0,
        "totalInteractive": 104,
        "interactiveWithTags": 0,
        "totalCount": 107,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input name=\"q\"> is missing a label.",
          "<input name=\"q\"> is missing tool-param-description.",
          "<input name=\"list-footer-1\"> is missing a label.",
          "<input name=\"list-footer-1\"> is missing tool-param-description.",
          "<input name=\"list-1599618039965\"> is missing a label.",
          "<input name=\"list-1599618039965\"> is missing tool-param-description.",
          "<input name=\"list-19aa3771-0f93-4c88-bf74-f60e87a8af60\"> is missing a label.",
          "<input name=\"list-19aa3771-0f93-4c88-bf74-f60e87a8af60\"> is missing tool-param-description.",
          "<input name=\"list-1599618057051\"> is missing a label.",
          "<input name=\"list-1599618057051\"> is missing tool-param-description.",
          "<input name=\"list-1599944269644\"> is missing a label.",
          "<input name=\"list-1599944269644\"> is missing tool-param-description.",
          "<input name=\"website\"> is missing tool-param-description.",
          "<input name=\"email\"> 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": 3,
    "formsWithTags": 0,
    "totalInteractive": 104,
    "interactiveWithTags": 0,
    "totalCount": 107,
    "taggedCount": 0,
    "dataMcpToolCount": 0,
    "dataMcpTools": [],
    "coverage": 0,
    "annotationIssues": [
      "<input name=\"q\"> is missing a label.",
      "<input name=\"q\"> is missing tool-param-description.",
      "<input name=\"list-footer-1\"> is missing a label.",
      "<input name=\"list-footer-1\"> is missing tool-param-description.",
      "<input name=\"list-1599618039965\"> is missing a label.",
      "<input name=\"list-1599618039965\"> is missing tool-param-description.",
      "<input name=\"list-19aa3771-0f93-4c88-bf74-f60e87a8af60\"> is missing a label.",
      "<input name=\"list-19aa3771-0f93-4c88-bf74-f60e87a8af60\"> is missing tool-param-description.",
      "<input name=\"list-1599618057051\"> is missing a label.",
      "<input name=\"list-1599618057051\"> is missing tool-param-description.",
      "<input name=\"list-1599944269644\"> is missing a label.",
      "<input name=\"list-1599944269644\"> is missing tool-param-description.",
      "<input name=\"website\"> is missing tool-param-description.",
      "<input name=\"email\"> is missing tool-param-description."
    ]
  },
  "browserWebMcp": {
    "checked": true,
    "detected": false,
    "hasNavigatorModelContext": false,
    "modelContextType": "undefined",
    "hasProvideContext": false,
    "hasRegisterTool": false
  }
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

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

10 Fail

Needs attention

AIO: Visible structured data match

Failed check
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Visible structured data match

Score

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": 1,
  "checkedFields": [
    {
      "path": "$[0].itemListElement[0].name",
      "value": "Translation missing: en.general.breadcrumb.home"
    }
  ],
  "mismatches": [
    {
      "path": "$[0].itemListElement[0].name",
      "value": "Translation missing: en.general.breadcrumb.home"
    }
  ],
  "score": 0,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

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

6 Fail

Needs attention

AIO: Source and trust signals

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AIO: Source and trust signals

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/pages/about-us",
      "text": "About Us",
      "html": "<a href=\"/pages/about-us\" class=\"Link Link--primary Light u-h5\">About Us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/june/",
      "text": "LinkedIn",
      "html": "<a href=\"https://www.linkedin.com/company/june/\" class=\"Link Link--primary Light u-h5\">LinkedIn</a>"
    },
    {
      "href": "https://www.linkedin.com/company/june/",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/june/\" class=\"Link Link--primary\" target=\"_blank\" rel=\"noopener\" aria-label=\"LinkedIn\"> <span class=\"Icon-Wrapper--clickable\"><svg class=\"Icon Icon--linkedin\" role=\"presentation\" viewBox=\"0 0 24 24\"> <path d=\"M19 0H5a5 5 0 0 0-5 5v14a5 5 0 0 0 5 5h14a5 5 0 0 0 5-5V5a5 5 0 0 0-5-5zM8 19H5V8h3v11zM6.5 6.73a1.76 1.76 0 1 1 0-3.53 1.76 1.76 0 0 1 0 3.53zM20 19h-3v-5.6c0-3.37-4-3.12-4 0V19h-3V8h3v1.76a3.8 3.8 0 0 1 7 2.48V19z\"/> </svg></span> </a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://support.juneoven.com/hc/en-us/categories/360000221194-Payments-Billing?_ga=2.35759840.1967206313.1602904540-1220829859.1602904540",
      "text": "Payments & Billing",
      "html": "<a href=\"https://support.juneoven.com/hc/en-us/categories/360000221194-Payments-Billing?_ga=2.35759840.1967206313.1602904540-1220829859.1602904540\" class=\"Link Link--primary Light u-h5\">Payments &amp; Billing</a>"
    },
    {
      "href": "https://support.juneoven.com/hc/en-us/categories/360000100234-Shipping-and-Returns?_ga=2.35759840.1967206313.1602904540-1220829859.1602904540",
      "text": "Shipping & Returns",
      "html": "<a href=\"https://support.juneoven.com/hc/en-us/categories/360000100234-Shipping-and-Returns?_ga=2.35759840.1967206313.1602904540-1220829859.1602904540\" class=\"Link Link--primary Light u-h5\">Shipping &amp; Returns</a>"
    },
    {
      "href": "https://junelife.zendesk.com/hc/en-us",
      "text": "Help Center",
      "html": "<a href=\"https://junelife.zendesk.com/hc/en-us\" class=\"Link Link--primary Light u-h5\">Help Center</a>"
    },
    {
      "href": "/pages/contact-us",
      "text": "Contact",
      "html": "<a href=\"/pages/contact-us\" class=\"Link Link--primary Light u-h5\">Contact</a>"
    },
    {
      "href": "/pages/contact-us",
      "text": "Get Help",
      "html": "<a href=\"/pages/contact-us\" id=\"chatvis\" class=\"ZendeskBadge cast-iron-bg\" style=\"display: inline-block;\"> <div class=\"AspectRatio\" style=\"width: 36px; --aspect-ratio: 1.0;\"><img src=\"//juneoven.com/cdn/shop/files/Icon-72_2x_bae08b86-6ff1-4f45-b986-aae5c7f13611_144x144.png?v=1708453927\" alt=\"Get Help\"> <noscript> <img src=\"//juneoven.com/cdn/shop/files/Icon-72_2x_bae08b86-6ff1-4f45-b986-aae5c7f13611_144x.png?v=1708453927\" alt=\"Get Help\"> </noscript> </div> <p class=\"Heading u-h4 White\">Get He..."
    }
  ],
  "privacyLinks": [
    {
      "href": "/pages/privacy",
      "text": "Privacy",
      "html": "<a href=\"/pages/privacy\" class=\"Link Link--primary Light u-h5\">Privacy</a>"
    },
    {
      "href": "/policies/terms-of-service",
      "text": "Terms",
      "html": "<a href=\"/policies/terms-of-service\" class=\"Link Link--primary Light u-h5\">Terms</a>"
    }
  ],
  "score": 40,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

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

6 Fail

Needs attention

AEO: Answer evidence and trust

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

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

Check name

AEO: Answer evidence and trust

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "/pages/about-us",
      "text": "About Us",
      "html": "<a href=\"/pages/about-us\" class=\"Link Link--primary Light u-h5\">About Us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/june/",
      "text": "LinkedIn",
      "html": "<a href=\"https://www.linkedin.com/company/june/\" class=\"Link Link--primary Light u-h5\">LinkedIn</a>"
    },
    {
      "href": "https://www.linkedin.com/company/june/",
      "text": "",
      "html": "<a href=\"https://www.linkedin.com/company/june/\" class=\"Link Link--primary\" target=\"_blank\" rel=\"noopener\" aria-label=\"LinkedIn\"> <span class=\"Icon-Wrapper--clickable\"><svg class=\"Icon Icon--linkedin\" role=\"presentation\" viewBox=\"0 0 24 24\"> <path d=\"M19 0H5a5 5 0 0 0-5 5v14a5 5 0 0 0 5 5h14a5 5 0 0 0 5-5V5a5 5 0 0 0-5-5zM8 19H5V8h3v11zM6.5 6.73a1.76 1.76 0 1 1 0-3.53 1.76 1.76 0 0 1 0 3.53zM20 19h-3v-5.6c0-3.37-4-3.12-4 0V19h-3V8h3v1.76a3.8 3.8 0 0 1 7 2.48V19z\"/> </svg></span> </a>"
    }
  ],
  "contactLinks": [
    {
      "href": "https://support.juneoven.com/hc/en-us/categories/360000221194-Payments-Billing?_ga=2.35759840.1967206313.1602904540-1220829859.1602904540",
      "text": "Payments & Billing",
      "html": "<a href=\"https://support.juneoven.com/hc/en-us/categories/360000221194-Payments-Billing?_ga=2.35759840.1967206313.1602904540-1220829859.1602904540\" class=\"Link Link--primary Light u-h5\">Payments &amp; Billing</a>"
    },
    {
      "href": "https://support.juneoven.com/hc/en-us/categories/360000100234-Shipping-and-Returns?_ga=2.35759840.1967206313.1602904540-1220829859.1602904540",
      "text": "Shipping & Returns",
      "html": "<a href=\"https://support.juneoven.com/hc/en-us/categories/360000100234-Shipping-and-Returns?_ga=2.35759840.1967206313.1602904540-1220829859.1602904540\" class=\"Link Link--primary Light u-h5\">Shipping &amp; Returns</a>"
    },
    {
      "href": "https://junelife.zendesk.com/hc/en-us",
      "text": "Help Center",
      "html": "<a href=\"https://junelife.zendesk.com/hc/en-us\" class=\"Link Link--primary Light u-h5\">Help Center</a>"
    },
    {
      "href": "/pages/contact-us",
      "text": "Contact",
      "html": "<a href=\"/pages/contact-us\" class=\"Link Link--primary Light u-h5\">Contact</a>"
    },
    {
      "href": "/pages/contact-us",
      "text": "Get Help",
      "html": "<a href=\"/pages/contact-us\" id=\"chatvis\" class=\"ZendeskBadge cast-iron-bg\" style=\"display: inline-block;\"> <div class=\"AspectRatio\" style=\"width: 36px; --aspect-ratio: 1.0;\"><img src=\"//juneoven.com/cdn/shop/files/Icon-72_2x_bae08b86-6ff1-4f45-b986-aae5c7f13611_144x144.png?v=1708453927\" alt=\"Get Help\"> <noscript> <img src=\"//juneoven.com/cdn/shop/files/Icon-72_2x_bae08b86-6ff1-4f45-b986-aae5c7f13611_144x.png?v=1708453927\" alt=\"Get Help\"> </noscript> </div> <p class=\"Heading u-h4 White\">Get He..."
    }
  ],
  "privacyLinks": [
    {
      "href": "/pages/privacy",
      "text": "Privacy",
      "html": "<a href=\"/pages/privacy\" class=\"Link Link--primary Light u-h5\">Privacy</a>"
    },
    {
      "href": "/policies/terms-of-service",
      "text": "Terms",
      "html": "<a href=\"/policies/terms-of-service\" class=\"Link Link--primary Light u-h5\">Terms</a>"
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

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

5 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

51 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": 55,
  "passing": 4,
  "failing": [
    {
      "heading": "June App Membership Tiers",
      "headingHtml": "<h2 class=\"PublicoHeading Heading u-h2\" id=\"June-App-Membership-Tiers\">June App <br class=\"hidden-lap-and-up\">Membership Tiers</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Your Cart",
      "headingHtml": "<h2 class=\"Drawer__Title Heading u-h5\" style=\"margin-bottom:0px\">Your Cart </h2>",
      "firstParagraph": "Your cart is empty",
      "paragraphHtml": "<p class=\"Cart__Empty Heading u-h5\">Your cart is empty</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Who you calling “oven”?",
      "headingHtml": "<h3 class=\"SectionHeader__SubHeading Heading u-h2\">Who you calling &#x201c;oven&#x201d;?</h3>",
      "firstParagraph": "See June in Action",
      "paragraphHtml": "<p class=\"Heading u-h3\">See June in Action</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Hi, I'm June.",
      "headingHtml": "<h2 class=\"SectionHeader__Heading Heading u-h1\">Hi, I&apos;m June.</h2>",
      "firstParagraph": "“June is the magical gadget that actually delivers on its promises.”",
      "paragraphHtml": "<p>&#x201c;June is the magical gadget that actually delivers on its promises.&#x201d;</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Proving daily that entire kitchens can be built out of computer code.",
      "headingHtml": "<h2 class=\"SectionHeader__Heading Heading u-h1\">Proving daily that entire kitchens can be built out of computer code.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Convection Oven",
      "headingHtml": "<h2 class=\"Column__Title Heading u-h3\">Convection Oven</h2>",
      "firstParagraph": "Twin convection fans double the airflow for faster, more even cooking.",
      "paragraphHtml": "<p>Twin convection fans double the airflow for faster, more even cooking.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Air Fryer",
      "headingHtml": "<h2 class=\"Column__Title Heading u-h3\">Air Fryer</h2>",
      "firstParagraph": "The same crispy, finger-licking results with a fraction of the oil? June’s got this.",
      "paragraphHtml": "<p>The same crispy, finger-licking results with a fraction of the oil? June&#x2019;s got this.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Grill",
      "headingHtml": "<h2 class=\"Column__Title Heading u-h3\">Grill</h2>",
      "firstParagraph": "The perfect char marks and doneness aren’t just an outdoor grill’s game.",
      "paragraphHtml": "<p>The perfect char marks and doneness aren&#x2019;t just an outdoor grill&#x2019;s game.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Roaster",
      "headingHtml": "<h2 class=\"Column__Title Heading u-h3\">Roaster</h2>",
      "firstParagraph": "Tender and juicy on the inside, crisp and caramelized on the outside.",
      "paragraphHtml": "<p>Tender and juicy on the inside, crisp and caramelized on the outside.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Slow Cooker",
      "headingHtml": "<h2 class=\"Column__Title Heading u-h3\">Slow Cooker</h2>",
      "firstParagraph": "Low, slow and just the way you like it. Your slow cooker won’t miss you, we promise.",
      "paragraphHtml": "<p>Low, slow and just the way you like it. Your slow cooker won&#x2019;t miss you, we promise.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Dehydrator",
      "headingHtml": "<h2 class=\"Column__Title Heading u-h3\">Dehydrator</h2>",
      "firstParagraph": "Healthy and homemade. Who knew so much possibility could fit on your countertop?",
      "paragraphHtml": "<p>Healthy <em>and</em> homemade. Who knew so much possibility could fit on your countertop?</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Toaster",
      "headingHtml": "<h2 class=\"Column__Title Heading u-h3\">Toaster</h2>",
      "firstParagraph": "June isn’t just some glorified toaster oven. But don’t get us wrong…it still toasts.",
      "paragraphHtml": "<p>June isn&#x2019;t just some glorified toaster oven. But don&#x2019;t get us wrong&#x2026;it still toasts.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Reheat",
      "headingHtml": "<h2 class=\"Column__Title Heading u-h3\">Reheat</h2>",
      "firstParagraph": "Give leftovers a reheat with real heat (and skip the rubbery aftermath of the microwave).",
      "paragraphHtml": "<p>Give leftovers a reheat with real heat (and skip the rubbery aftermath of the microwave).</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Pizza Oven",
      "headingHtml": "<h2 class=\"Column__Title Heading u-h3\">Pizza Oven</h2>",
      "firstParagraph": "If stone-firing pizza in your own kitchen is wrong, we don't want to be right.",
      "paragraphHtml": "<p>If stone-firing pizza in your own kitchen is wrong, we don&apos;t want to be right.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Proofer",
      "headingHtml": "<h2 class=\"Column__Title Heading u-h3\">Proofer</h2>",
      "firstParagraph": "Bread makers and pastry chefs, we just want to get a rise out of you. Get it?",
      "paragraphHtml": "<p>Bread makers and pastry chefs, we just want to get a rise out of you. Get it?</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Broiler",
      "headingHtml": "<h2 class=\"Column__Title Heading u-h3\">Broiler</h2>",
      "firstParagraph": "Turning up the heat is one of June’s specialties. Just tap and you shall receive.",
      "paragraphHtml": "<p>Turning up the heat is one of June&#x2019;s specialties. Just tap and you shall receive.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Warming Drawer",
      "headingHtml": "<h2 class=\"Column__Title Heading u-h3\">Warming Drawer</h2>",
      "firstParagraph": "Never get left in the cold again. June keeps food warm without worry.",
      "paragraphHtml": "<p>Never get left in the cold again. June keeps food warm without worry.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Your questions, answered.",
      "headingHtml": "<h2 class=\"featured-blog-posts__title\">Your questions, answered.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "June thinks like a chef and cooks like one too.",
      "headingHtml": "<h2 class=\"SectionHeader__Heading Heading u-h1\">June thinks like a chef and cooks like one too.</h2>",
      "firstParagraph": "400+ guided smart recipes created by professional chefs and synced to your June.",
      "paragraphHtml": "<p><strong>400+ guided smart recipes created by professional chefs and synced to your June.</strong></p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "June thinks like a chef and cooks like one too.",
      "headingHtml": "<h2 class=\"SectionHeader__Heading Heading u-h1 White\">June thinks like a chef and cooks like one too.</h2>",
      "firstParagraph": "400+ guided smart recipes created by professional chefs and synced to your June.",
      "paragraphHtml": "<p><strong>400+ guided smart recipes created by professional chefs and synced to your June.</strong></p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Hassles have no place in this kitchen.",
      "headingHtml": "<h2 class=\"SectionHeader__Heading Heading u-h1\">Hassles have no place in this kitchen.</h2>",
      "firstParagraph": "Grab your appetite and leave the kitchen chaos behind. June gets delicious done, and then some.",
      "paragraphHtml": "<p>Grab your appetite and leave the kitchen chaos behind. June gets delicious done, and then some.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Breakfast Sandwich",
      "headingHtml": "<h2 class=\"ImageSlider__Title Heading u-h2\">Breakfast Sandwich</h2>",
      "firstParagraph": "Café quality at home, for less",
      "paragraphHtml": "<p>Caf&#xe9; quality at home, for less</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Roasted Chicken",
      "headingHtml": "<h2 class=\"ImageSlider__Title Heading u-h2\">Roasted Chicken</h2>",
      "firstParagraph": "A complete family dinner in one pan",
      "paragraphHtml": "<p>A complete family dinner in one pan</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Salmon & Green Beans",
      "headingHtml": "<h2 class=\"ImageSlider__Title Heading u-h2\">Salmon &amp; Green Beans</h2>",
      "firstParagraph": "Exciting new meals in minutes",
      "paragraphHtml": "<p>Exciting new meals in minutes</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Spaghetti & Meatballs",
      "headingHtml": "<h2 class=\"ImageSlider__Title Heading u-h2\">Spaghetti &amp; Meatballs</h2>",
      "firstParagraph": "All without boiling a drop of water",
      "paragraphHtml": "<p>All without boiling a drop of water</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Air-Fried Chicken",
      "headingHtml": "<h2 class=\"ImageSlider__Title Heading u-h2\">Air-Fried Chicken</h2>",
      "firstParagraph": "Perfectly crisp and stovetop splatter free",
      "paragraphHtml": "<p>Perfectly crisp and stovetop splatter free</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Hard Boiled Eggs",
      "headingHtml": "<h2 class=\"ImageSlider__Title Heading u-h2\">Hard Boiled Eggs</h2>",
      "firstParagraph": "It’s not magic. It’s June.",
      "paragraphHtml": "<p>It&#x2019;s not magic. It&#x2019;s June.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Breakfast Sandwich",
      "headingHtml": "<h2 class=\"ImageSlider__Title Heading u-h2\">Breakfast Sandwich</h2>",
      "firstParagraph": "Café quality at home, for less",
      "paragraphHtml": "<p>Caf&#xe9; quality at home, for less</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Roasted Chicken",
      "headingHtml": "<h2 class=\"ImageSlider__Title Heading u-h2\">Roasted Chicken</h2>",
      "firstParagraph": "A complete family dinner in one pan",
      "paragraphHtml": "<p>A complete family dinner in one pan</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Salmon & Green Beans",
      "headingHtml": "<h2 class=\"ImageSlider__Title Heading u-h2\">Salmon &amp; Green Beans</h2>",
      "firstParagraph": "Exciting new meals in minutes",
      "paragraphHtml": "<p>Exciting new meals in minutes</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Spaghetti & Meatballs",
      "headingHtml": "<h2 class=\"ImageSlider__Title Heading u-h2\">Spaghetti &amp; Meatballs</h2>",
      "firstParagraph": "All without boiling a drop of water",
      "paragraphHtml": "<p>All without boiling a drop of water</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Air-Fried Chicken",
      "headingHtml": "<h2 class=\"ImageSlider__Title Heading u-h2\">Air-Fried Chicken</h2>",
      "firstParagraph": "Perfectly crisp and stovetop splatter free",
      "paragraphHtml": "<p>Perfectly crisp and stovetop splatter free</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Hard Boiled Eggs",
      "headingHtml": "<h2 class=\"ImageSlider__Title Heading u-h2\">Hard Boiled Eggs</h2>",
      "firstParagraph": "It’s not magic. It’s June.",
      "paragraphHtml": "<p>It&#x2019;s not magic. It&#x2019;s June.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Breakfast Sandwich",
      "headingHtml": "<h2 class=\"ImageSlider__Title Heading u-h2\">Breakfast Sandwich</h2>",
      "firstParagraph": "Café quality at home, for less",
      "paragraphHtml": "<p>Caf&#xe9; quality at home, for less</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "My friends call me “smart.” I prefer the term “genius.”",
      "headingHtml": "<h2 class=\"SectionHeader__Heading Heading u-h1 White\">My friends call me &#x201c;smart.&#x201d; I prefer the term &#x201c;genius.&#x201d;</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "June intelligently recognizes what’s cooking and helps you make it better. It’s why the cook masters at Weber® use June technology in their grills and smokers. Next stop: your kitchen.",
      "headingHtml": "<h3 class=\"SectionHeader__SubHeading u-h4 White Light\">June intelligently recognizes what&#x2019;s cooking and helps you make it better. It&#x2019;s why the cook masters at Weber&#xae; use June technology in their grills and smokers. Next stop: your kitchen.</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Food ID",
      "headingHtml": "<h2 class=\"FeaturedImage__Heading Heading u-h3 White glow-text-focus\" style=\"font-weight: bold;\">Food ID</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Virtual Rotisserie",
      "headingHtml": "<h2 class=\"FeaturedImage__Heading Heading u-h3 White glow-text-focus\" style=\"font-weight: bold;\">Virtual Rotisserie</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Auto Alerts",
      "headingHtml": "<h2 class=\"FeaturedImage__Heading Heading u-h3 White glow-text-focus\" style=\"font-weight: bold;\">Auto Alerts</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "HD Camera",
      "headingHtml": "<h2 class=\"FeaturedImage__Heading Heading u-h3 White glow-text-focus\" style=\"font-weight: bold;\">HD Camera</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Virtual Rotisserie",
      "headingHtml": "<h2 class=\"SectionHeader__Heading Heading u-h2 White\">Virtual Rotisserie</h2>",
      "firstParagraph": "June takes zone-style cooking above, beyond, around and around with individual control over each of its six heating elements. It can even become a virtual rotisserie that rotates heat around your food for perfectly even cooking without the mess or moving mechanisms of a traditional rotisserie.",
      "paragraphHtml": "<p>June takes zone-style cooking above, beyond, around and around with individual control over each of its six heating elements. It can even become a virtual rotisserie that rotates heat around your food for perfectly even cooking without the mess or moving mechanisms of a traditional rotisserie.</p>",
      "words": 46,
      "direct": false,
      "issue": "First paragraph is 46 words and does not look like a concise direct answer."
    },
    {
      "heading": "The June App",
      "headingHtml": "<h2 class=\"SectionHeader__Heading Heading u-h1 cast-iron\">The June App</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Happiness is a weeknight without worry.",
      "headingHtml": "<h3 class=\"SectionHeader__SubHeading u-h4 stainless-steel Light\">Happiness is a weeknight without worry.</h3>",
      "firstParagraph": "FREE download for basic access.",
      "paragraphHtml": "<p>FREE download for basic access.</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Pro Partners",
      "headingHtml": "<h2 class=\"Column__Title Heading u-h3\">Pro Partners</h2>",
      "firstParagraph": "Whole Foods. Trader Joe’s. Trained chefs. June’s recipe writing roster reads like a who’s who of culinary pros.",
      "paragraphHtml": "<p>Whole Foods. Trader Joe&#x2019;s. Trained chefs. June&#x2019;s recipe writing roster reads like a who&#x2019;s who of culinary pros.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Automatic updates",
      "headingHtml": "<h2 class=\"Column__Title Heading u-h3\">Automatic updates</h2>",
      "firstParagraph": "June doesn’t know themeaning of out-of-date. WiFi connectivity auto-updates with the latest features.",
      "paragraphHtml": "<p>June doesn&#x2019;t know the<br>meaning of out-of-date. WiFi connectivity auto-updates with the latest features.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "June Products",
      "headingHtml": "<h2 class=\"Footer__Title Heading u-h3 tab-label\" for=\"list-footer-1\">June Products</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Support",
      "headingHtml": "<h2 class=\"Footer__Title Heading u-h3 tab-label\" for=\"list-1599618039965\">Support</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Legal",
      "headingHtml": "<h2 class=\"Footer__Title Heading u-h3 tab-label\" for=\"list-19aa3771-0f93-4c88-bf74-f60e87a8af60\">Legal</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Company",
      "headingHtml": "<h2 class=\"Footer__Title Heading u-h3 tab-label\" for=\"list-1599618057051\">Company</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Connect",
      "headingHtml": "<h2 class=\"Footer__Title Heading u-h3 tab-label\" for=\"list-1599944269644\">Connect</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Get fresh recipes + more in your inbox.",
      "headingHtml": "<h2 class=\"Footer__Title Heading u-h2\">Get fresh recipes + more in your inbox.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "<p></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

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

4 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

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

02

Why it matters

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

Check name

AEO: Question-led structure

Score

50/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

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

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

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

2 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Page experience for AIO

Score

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

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1.0, height=device-height, minimum-scale=1.0, maximum-scale=5.0, user-scalable=yes",
  "visibleWords": 1272,
  "htmlBytes": 294477,
  "imagesMissingDimensions": [
    {
      "src": "https://cdn.shopify.com/s/files/1/1324/8895/files/app-arrow.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"app-arrow\" src=\"https://cdn.shopify.com/s/files/1/1324/8895/files/app-arrow.svg\" alt>"
    },
    {
      "src": "https://cdn.shopify.com/s/files/1/1324/8895/files/app-arrow.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"app-arrow\" src=\"https://cdn.shopify.com/s/files/1/1324/8895/files/app-arrow.svg\" alt>"
    },
    {
      "src": "//juneoven.com/cdn/shop/files/june-happiness_800x.jpg?v=1689971950",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"//juneoven.com/cdn/shop/files/june-happiness_800x.jpg?v=1689971950\" alt=\"june-happiness\">"
    },
    {
      "src": "//juneoven.com/cdn/shop/files/256_convection-bake-animation_2_160x.gif?v=1615320001",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"Column__Image Image--fadeIn hidden-phone ff-image\" src=\"//juneoven.com/cdn/shop/files/256_convection-bake-animation_2_160x.gif?v=1615320001\" data-src=\"//juneoven.com/cdn/shop/files/256_convection-bake-animation_2_160x.gif?v=1615320001\" data-expand=\"-200\" data-widths=\"[40,80,160]\" data-sizes=\"auto\" alt style=\"width: 80px; height: 80px;\">"
    },
    {
      "src": "//juneoven.com/cdn/shopifycloud/storefront/assets/no-image-2048-a2addb12.gif",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"Column__Image hidden-tablet-and-up Freezeframe\" src=\"//juneoven.com/cdn/shopifycloud/storefront/assets/no-image-2048-a2addb12.gif\" alt>"
    },
    {
      "src": "//juneoven.com/cdn/shop/files/256_air-fry-animation_2_160x.gif?v=1615320001",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"Column__Image Image--fadeIn hidden-phone ff-image\" src=\"//juneoven.com/cdn/shop/files/256_air-fry-animation_2_160x.gif?v=1615320001\" data-src=\"//juneoven.com/cdn/shop/files/256_air-fry-animation_2_160x.gif?v=1615320001\" data-expand=\"-200\" data-widths=\"[40,80,160]\" data-sizes=\"auto\" alt style=\"width: 80px; height: 80px;\">"
    },
    {
      "src": "//juneoven.com/cdn/shopifycloud/storefront/assets/no-image-2048-a2addb12.gif",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"Column__Image hidden-tablet-and-up Freezeframe\" src=\"//juneoven.com/cdn/shopifycloud/storefront/assets/no-image-2048-a2addb12.gif\" alt>"
    },
    {
      "src": "//juneoven.com/cdn/shop/files/256_grill-animation_2_160x.gif?v=1615320001",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"Column__Image Image--fadeIn hidden-phone ff-image\" src=\"//juneoven.com/cdn/shop/files/256_grill-animation_2_160x.gif?v=1615320001\" data-src=\"//juneoven.com/cdn/shop/files/256_grill-animation_2_160x.gif?v=1615320001\" data-expand=\"-200\" data-widths=\"[40,80,160]\" data-sizes=\"auto\" alt style=\"width: 80px; height: 80px;\">"
    },
    {
      "src": "//juneoven.com/cdn/shopifycloud/storefront/assets/no-image-2048-a2addb12.gif",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"Column__Image hidden-tablet-and-up Freezeframe\" src=\"//juneoven.com/cdn/shopifycloud/storefront/assets/no-image-2048-a2addb12.gif\" alt>"
    },
    {
      "src": "//juneoven.com/cdn/shop/files/256_roast-animation_2_160x.gif?v=1615320001",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"Column__Image Image--fadeIn hidden-phone ff-image\" src=\"//juneoven.com/cdn/shop/files/256_roast-animation_2_160x.gif?v=1615320001\" data-src=\"//juneoven.com/cdn/shop/files/256_roast-animation_2_160x.gif?v=1615320001\" data-expand=\"-200\" data-widths=\"[40,80,160]\" data-sizes=\"auto\" alt style=\"width: 80px; height: 80px;\">"
    },
    {
      "src": "//juneoven.com/cdn/shopifycloud/storefront/assets/no-image-2048-a2addb12.gif",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"Column__Image hidden-tablet-and-up Freezeframe\" src=\"//juneoven.com/cdn/shopifycloud/storefront/assets/no-image-2048-a2addb12.gif\" alt>"
    },
    {
      "src": "//juneoven.com/cdn/shop/files/256_slow-cook-animation_2_160x.gif?v=1615320001",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"Column__Image Image--fadeIn hidden-phone ff-image\" src=\"//juneoven.com/cdn/shop/files/256_slow-cook-animation_2_160x.gif?v=1615320001\" data-src=\"//juneoven.com/cdn/shop/files/256_slow-cook-animation_2_160x.gif?v=1615320001\" data-expand=\"-200\" data-widths=\"[40,80,160]\" data-sizes=\"auto\" alt style=\"width: 80px; height: 80px;\">"
    },
    {
      "src": "//juneoven.com/cdn/shopifycloud/storefront/assets/no-image-2048-a2addb12.gif",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"Column__Image hidden-tablet-and-up Freezeframe\" src=\"//juneoven.com/cdn/shopifycloud/storefront/assets/no-image-2048-a2addb12.gif\" alt>"
    },
    {
      "src": "//juneoven.com/cdn/shop/files/256_dehydrate-animation_2_160x.gif?v=1615320001",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"Column__Image Image--fadeIn hidden-phone ff-image\" src=\"//juneoven.com/cdn/shop/files/256_dehydrate-animation_2_160x.gif?v=1615320001\" data-src=\"//juneoven.com/cdn/shop/files/256_dehydrate-animation_2_160x.gif?v=1615320001\" data-expand=\"-200\" data-widths=\"[40,80,160]\" data-sizes=\"auto\" alt style=\"width: 80px; height: 80px;\">"
    },
    {
      "src": "//juneoven.com/cdn/shopifycloud/storefront/assets/no-image-2048-a2addb12.gif",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"Column__Image hidden-tablet-and-up Freezeframe\" src=\"//juneoven.com/cdn/shopifycloud/storefront/assets/no-image-2048-a2addb12.gif\" alt>"
    },
    {
      "src": "//juneoven.com/cdn/shop/files/256_toast-animation_2_160x.gif?v=1615320001",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"Column__Image Image--fadeIn hidden-phone ff-image\" src=\"//juneoven.com/cdn/shop/files/256_toast-animation_2_160x.gif?v=1615320001\" data-src=\"//juneoven.com/cdn/shop/files/256_toast-animation_2_160x.gif?v=1615320001\" data-expand=\"-200\" data-widths=\"[40,80,160]\" data-sizes=\"auto\" alt style=\"width: 80px; height: 80px;\">"
    },
    {
      "src": "//juneoven.com/cdn/shopifycloud/storefront/assets/no-image-2048-a2addb12.gif",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"Column__Image hidden-tablet-and-up Freezeframe\" src=\"//juneoven.com/cdn/shopifycloud/storefront/assets/no-image-2048-a2addb12.gif\" alt>"
    },
    {
      "src": "//juneoven.com/cdn/shop/files/256_reheat-animation_2_160x.gif?v=1615320001",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"Column__Image Image--fadeIn hidden-phone ff-image\" src=\"//juneoven.com/cdn/shop/files/256_reheat-animation_2_160x.gif?v=1615320001\" data-src=\"//juneoven.com/cdn/shop/files/256_reheat-animation_2_160x.gif?v=1615320001\" data-expand=\"-200\" data-widths=\"[40,80,160]\" data-sizes=\"auto\" alt style=\"width: 80px; height: 80px;\">"
    },
    {
      "src": "//juneoven.com/cdn/shopifycloud/storefront/assets/no-image-2048-a2addb12.gif",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"Column__Image hidden-tablet-and-up Freezeframe\" src=\"//juneoven.com/cdn/shopifycloud/storefront/assets/no-image-2048-a2addb12.gif\" alt>"
    },
    {
      "src": "//juneoven.com/cdn/shop/files/256_stone-fire_2_160x.gif?v=1615320001",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"Column__Image Image--fadeIn hidden-phone ff-image\" src=\"//juneoven.com/cdn/shop/files/256_stone-fire_2_160x.gif?v=1615320001\" data-src=\"//juneoven.com/cdn/shop/files/256_stone-fire_2_160x.gif?v=1615320001\" data-expand=\"-200\" data-widths=\"[40,80,160]\" data-sizes=\"auto\" alt style=\"width: 80px; height: 80px;\">"
    },
    {
      "src": "//juneoven.com/cdn/shopifycloud/storefront/assets/no-image-2048-a2addb12.gif",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"Column__Image hidden-tablet-and-up Freezeframe\" src=\"//juneoven.com/cdn/shopifycloud/storefront/assets/no-image-2048-a2addb12.gif\" alt>"
    },
    {
      "src": "//juneoven.com/cdn/shop/files/256_proof-animation_2_160x.gif?v=1615320001",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"Column__Image Image--fadeIn hidden-phone ff-image\" src=\"//juneoven.com/cdn/shop/files/256_proof-animation_2_160x.gif?v=1615320001\" data-src=\"//juneoven.com/cdn/shop/files/256_proof-animation_2_160x.gif?v=1615320001\" data-expand=\"-200\" data-widths=\"[40,80,160]\" data-sizes=\"auto\" alt style=\"width: 80px; height: 80px;\">"
    },
    {
      "src": "//juneoven.com/cdn/shopifycloud/storefront/assets/no-image-2048-a2addb12.gif",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"Column__Image hidden-tablet-and-up Freezeframe\" src=\"//juneoven.com/cdn/shopifycloud/storefront/assets/no-image-2048-a2addb12.gif\" alt>"
    },
    {
      "src": "//juneoven.com/cdn/shop/files/256_broil-animation_2_160x.gif?v=1615320001",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"Column__Image Image--fadeIn hidden-phone ff-image\" src=\"//juneoven.com/cdn/shop/files/256_broil-animation_2_160x.gif?v=1615320001\" data-src=\"//juneoven.com/cdn/shop/files/256_broil-animation_2_160x.gif?v=1615320001\" data-expand=\"-200\" data-widths=\"[40,80,160]\" data-sizes=\"auto\" alt style=\"width: 80px; height: 80px;\">"
    },
    {
      "src": "//juneoven.com/cdn/shopifycloud/storefront/assets/no-image-2048-a2addb12.gif",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"Column__Image hidden-tablet-and-up Freezeframe\" src=\"//juneoven.com/cdn/shopifycloud/storefront/assets/no-image-2048-a2addb12.gif\" alt>"
    },
    {
      "src": "//juneoven.com/cdn/shop/files/256_keep-warm-animation_2_160x.gif?v=1615320001",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"Column__Image Image--fadeIn hidden-phone ff-image\" src=\"//juneoven.com/cdn/shop/files/256_keep-warm-animation_2_160x.gif?v=1615320001\" data-src=\"//juneoven.com/cdn/shop/files/256_keep-warm-animation_2_160x.gif?v=1615320001\" data-expand=\"-200\" data-widths=\"[40,80,160]\" data-sizes=\"auto\" alt style=\"width: 80px; height: 80px;\">"
    },
    {
      "src": "//juneoven.com/cdn/shopifycloud/storefront/assets/no-image-2048-a2addb12.gif",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"Column__Image hidden-tablet-and-up Freezeframe\" src=\"//juneoven.com/cdn/shopifycloud/storefront/assets/no-image-2048-a2addb12.gif\" alt>"
    },
    {
      "src": "//juneoven.com/cdn/shop/files/worth-the-price-featured-blog-post-image.png?v=6031640021069212929",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"//juneoven.com/cdn/shop/files/worth-the-price-featured-blog-post-image.png?v=6031640021069212929\" alt class=\"blog-post__image\">"
    },
    {
      "src": "//juneoven.com/cdn/shop/files/blog-post-right-arrow.svg?v=2517607053587614343",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"blog-post__arrow-image\" alt=\"arrow-image\" src=\"//juneoven.com/cdn/shop/files/blog-post-right-arrow.svg?v=2517607053587614343\">"
    },
    {
      "src": "//juneoven.com/cdn/shop/files/fit-my-kitchen-featured-blog-post-image.png?v=14846493424429298733",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"//juneoven.com/cdn/shop/files/fit-my-kitchen-featured-blog-post-image.png?v=14846493424429298733\" alt class=\"blog-post__image\">"
    },
    {
      "src": "//juneoven.com/cdn/shop/files/blog-post-right-arrow.svg?v=2517607053587614343",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"blog-post__arrow-image\" alt=\"arrow-image\" src=\"//juneoven.com/cdn/shop/files/blog-post-right-arrow.svg?v=2517607053587614343\">"
    },
    {
      "src": "//juneoven.com/cdn/shop/files/first-30-days-featured-blog-post-image.png?v=8646966551311385278",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"//juneoven.com/cdn/shop/files/first-30-days-featured-blog-post-image.png?v=8646966551311385278\" alt class=\"blog-post__image\">"
    },
    {
      "src": "//juneoven.com/cdn/shop/files/blog-post-right-arrow.svg?v=2517607053587614343",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"blog-post__arrow-image\" alt=\"arrow-image\" src=\"//juneoven.com/cdn/shop/files/blog-post-right-arrow.svg?v=2517607053587614343\">"
    },
    {
      "src": "//juneoven.com/cdn/shop/files/Steak-2---FoodRec.png?v=1615320000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"//juneoven.com/cdn/shop/files/Steak-2---FoodRec.png?v=1615320000\" alt=\"Oven menu with Steak and Beef Patty buttons and Programs, Roast, Bake and Slow Cook buttons\" class style=\"transform: translateX(0px); transition: all 1s ease 0s; opacity: 1;\">"
    },
    {
      "src": "//juneoven.com/cdn/shop/files/Steak-4---start.png?v=1615320000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"//juneoven.com/cdn/shop/files/Steak-4---start.png?v=1615320000\" alt=\"Cook program screen for Steak with message Steak (12 minutes), with Start Broiling button highlighted and Medium Rare and exit button\" class style=\"transform: translateX(320.875px); transition: all 1s ease 0s; opacity: 1;\">"
    },
    {
      "src": "//juneoven.com/cdn/shop/files/Steak-5---cook-1.png?v=1615320000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"//juneoven.com/cdn/shop/files/Steak-5---cook-1.png?v=1615320000\" alt=\"Remaining time for cooking steak 11 min 32 sec, Broil 1 of 4, Food Temperature 43 degrees F\" class style=\"transform: translateX(641.75px); transition: all 1s ease 0s; opacity: 1;\">"
    },
    {
      "src": "//juneoven.com/cdn/shop/files/Steak-8---cook-4.png?v=1615320001",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"//juneoven.com/cdn/shop/files/Steak-8---cook-4.png?v=1615320001\" alt=\"Remaining time for cooking steak 3 min 51 sec, Broil 4 of 4, Food Temperature 111 degrees F\" class style=\"transform: translateX(962.625px); transition: all 1s ease 0s; opacity: 1;\">"
    },
    {
      "src": "//juneoven.com/cdn/shop/files/Steak-10---finished.png?v=1615320001",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"//juneoven.com/cdn/shop/files/Steak-10---finished.png?v=1615320001\" alt=\"Cook program screen for Steak with message plate and rest 5 minutes (out of 12 minutes), with Finish button highlighted and Keep Broiling and exit buttons\" class style=\"transform: translateX(1283.5px); transition: all 1s ease 0s; opacity: 1;\">"
    },
    {
      "src": "//juneoven.com/cdn/shop/files/iPhone_App_800x.gif?v=1615320000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"//juneoven.com/cdn/shop/files/iPhone_App_800x.gif?v=1615320000\" alt>"
    },
    {
      "src": "//juneoven.com/cdn/shop/files/iPhone_App_Mobile_900x.jpg?v=1615320000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"mobileParallax Image--lazyLoad Image--fadeIn\" src=\"//juneoven.com/cdn/shop/files/iPhone_App_Mobile_900x.jpg?v=1615320000\" style=\"will-change: transform; transform: translate3d(0px, 0px, 0px);\">"
    },
    {
      "src": "//juneoven.com/cdn/shop/files/iPhone_App_Mobile_800x.jpg?v=1615320000",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"//juneoven.com/cdn/shop/files/iPhone_App_Mobile_800x.jpg?v=1615320000\" alt>"
    },
    {
      "src": "//juneoven.com/cdn/shop/t/239/assets/download-app-store.svg?v=42916045498872745621743527769",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"//juneoven.com/cdn/shop/t/239/assets/download-app-store.svg?v=42916045498872745621743527769\" alt=\"Download on the Apple App Store\">"
    },
    {
      "src": "//juneoven.com/cdn/shop/t/239/assets/get-it-on-google-play.svg?v=105441798077081207561743527769",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"//juneoven.com/cdn/shop/t/239/assets/get-it-on-google-play.svg?v=105441798077081207561743527769\" alt=\"Get it on Google Play\">"
    },
    {
      "src": "https://cdn.shopify.com/s/files/1/1324/8895/files/app-arrow.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"app-arrow\" src=\"https://cdn.shopify.com/s/files/1/1324/8895/files/app-arrow.svg\" alt>"
    },
    {
      "src": "https://cdn.shopify.com/s/files/1/1324/8895/files/app-arrow.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img class=\"app-arrow\" src=\"https://cdn.shopify.com/s/files/1/1324/8895/files/app-arrow.svg\" alt>"
    },
    {
      "src": "//juneoven.com/cdn/shop/files/Icon-72_2x_bae08b86-6ff1-4f45-b986-aae5c7f13611_144x144.png?v=1708453927",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"//juneoven.com/cdn/shop/files/Icon-72_2x_bae08b86-6ff1-4f45-b986-aae5c7f13611_144x144.png?v=1708453927\" alt=\"Get Help\">"
    },
    {
      "src": "//juneoven.com/cdn/shop/files/Icon-72_2x_bae08b86-6ff1-4f45-b986-aae5c7f13611_144x.png?v=1708453927",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"//juneoven.com/cdn/shop/files/Icon-72_2x_bae08b86-6ff1-4f45-b986-aae5c7f13611_144x.png?v=1708453927\" alt=\"Get Help\">"
    }
  ],
  "possibleDialogs": [
    "<div id=\"shopify-section-popup\" class=\"shopify-section\"></div>",
    "<div tabindex=\"-1\" class=\"Drawer__Content\" aria-modal=\"true\" aria-label=\"menu\" role=\"dialog\"> <button id=\"close-icon\" class=\"Icon-Wrapper--clickable hidden-desk first-focusable-element\" data-action=\"close-drawer\" data-drawer-id=\"sidebar-menu\" aria-label=\"Close navigation\"><svg class=\"Icon Icon--close\" role=\"presentation\" viewBox=\"0 0 16 14\"> <path d=\"M15 0L1 14m14 0L1 0\" stroke=\"currentColor\" fill=\"none\" fill-rule=\"evenodd\"/> </svg></button> <div class=\"Drawer__Main\" data-drawer-animated-left...",
    "<div id=\"shopify-section-subscription-modal\" class=\"shopify-section shopify-section--subscription-modal\"><div class=\"hidden\"> <div id=\"sub_tier_modal\" class=\"modal subTierModal\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"June-App-Membership-Tiers\"> <button class=\"tech-close-sub_tier\" id=\"sub_tier_modal-close-btn\" aria-label=\"Close\" data-dismiss=\"modal\"> <svg width=\"28\" height=\"28\" role=\"presentation\" viewBox=\"0 0 28 28\" fill=\"none\"> <rect x=\"2\" y=\"1\" width=\"36\" height=\"2\" transform=\"rot...",
    "<div id=\"sub_tier_modal\" class=\"modal subTierModal\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"June-App-Membership-Tiers\"> <button class=\"tech-close-sub_tier\" id=\"sub_tier_modal-close-btn\" aria-label=\"Close\" data-dismiss=\"modal\"> <svg width=\"28\" height=\"28\" role=\"presentation\" viewBox=\"0 0 28 28\" fill=\"none\"> <rect x=\"2\" y=\"1\" width=\"36\" height=\"2\" transform=\"rotate(45 2 1)\" fill=\"#1D252D\"/> <rect x=\"1\" y=\"26\" width=\"36\" height=\"2\" transform=\"rotate(-45 1 26)\" fill=\"#1D252D\"/> </svg> </...",
    "<button class=\"tech-close-sub_tier\" id=\"sub_tier_modal-close-btn\" aria-label=\"Close\" data-dismiss=\"modal\"> <svg width=\"28\" height=\"28\" role=\"presentation\" viewBox=\"0 0 28 28\" fill=\"none\"> <rect x=\"2\" y=\"1\" width=\"36\" height=\"2\" transform=\"rotate(45 2 1)\" fill=\"#1D252D\"/> <rect x=\"1\" y=\"26\" width=\"36\" height=\"2\" transform=\"rotate(-45 1 26)\" fill=\"#1D252D\"/> </svg> </button>",
    "<div class=\"subTierModal__Content hidden-phone\"> <table class=\"june-table alt-row cfg2\"> <thead class=\"space-between pLR pb-5 table-header\"> <tr> <th scope=\"col\" class=\"cb-col tac empty\"> </th> <th scope=\"col\" class=\"cb-col tac\"><span class=\"xsheader cast-iron u-h5 Heading\">Android App</span><br><span class=\"smallheader cfg1 cast-iron u-h8\">Free</span> </th> <th scope=\"col\" class=\"cb-col tac steam-bg\"><span class=\"xsheader cast-iron u-h5 Heading\">iOS App</span><br><span class=\"smallheader cfg...",
    "<div class=\"subTierModal__Content hidden-tablet-and-up\"> <div> <span class=\"cast-iron u-h5 Heading\">Android App</span> <br> <span class=\"cast-iron u-h8\">Free</span> </div> <ul class=\"modal-list\"> <li><svg role=\"image\" width=\"19\" height=\"13\" viewBox=\"0 0 19 13\" fill=\"none\" aria-labelledby=\"checkmark-svg\"> <title id=\"checkmark-svg\">Checkmark</title> <path d=\"M17.341 1L6.35565 12L1.3623 7\" stroke=\"#FF5A3C\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> </svg> Push Notification...",
    "<ul class=\"modal-list\"> <li><svg role=\"image\" width=\"19\" height=\"13\" viewBox=\"0 0 19 13\" fill=\"none\" aria-labelledby=\"checkmark-svg\"> <title id=\"checkmark-svg\">Checkmark</title> <path d=\"M17.341 1L6.35565 12L1.3623 7\" stroke=\"#FF5A3C\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/> </svg> Push Notifications</li> <li><svg role=\"image\" width=\"19\" height=\"13\" viewBox=\"0 0 19 13\" fill=\"none\" aria-labelledby=\"checkmark-svg\"> <title id=\"checkmark-svg\">Checkmark</title> <path d=\"M1...",
    "<div tabindex=\"-1\" id=\"sidebar-cart\" role=\"dialog\" aria-modal=\"true\" aria-label=\"cart\" class=\"Drawer Drawer--fromRight\" aria-hidden=\"true\" data-section-id=\"cart\" data-section-type=\"cart\" data-section-settings=\"{ &quot;type&quot;: &quot;drawer&quot;, &quot;itemCount&quot;: 0, &quot;drawer&quot;: true, &quot;hasShippingEstimator&quot;: false }\"> <form class=\"Cart Drawer__Content\" action=\"/cart\" method=\"POST\" novalidate> <div class=\"Drawer__Header Drawer__Header--bordered Drawer__Container\"> <h2...",
    "<div id=\"modal-1600620982950\" class=\"Modal Modal--fullScreen Modal--videoContent\" aria-hidden=\"true\" role=\"dialog\" aria-label=\"modal showing a video presentation of June Oven\" aria-modal=\"true\" data-scrollable> <button class=\"Modal__Close Modal__Close--outside\" aria-label=\"Close\" data-animate-bottom data-action=\"close-modal\"><svg class=\"Icon Icon--close\" role=\"presentation\" viewBox=\"0 0 16 14\"> <path d=\"M15 0L1 14m14 0L1 0\" stroke=\"currentColor\" fill=\"none\" fill-rule=\"evenodd\"/> </svg></butto...",
    "<button class=\"Modal__Close Modal__Close--outside\" aria-label=\"Close\" data-animate-bottom data-action=\"close-modal\"><svg class=\"Icon Icon--close\" role=\"presentation\" viewBox=\"0 0 16 14\"> <path d=\"M15 0L1 14m14 0L1 0\" stroke=\"currentColor\" fill=\"none\" fill-rule=\"evenodd\"/> </svg></button>",
    "<div class=\"Modal__Content\"> <div class=\"Container Container--narrow\"> <div class=\"VideoWrapper\"> <iframe class=\"Image--lazyLoad\" data-src=\"//www.youtube.com/embed/j8Ji6eA2lok?autoplay=1&amp;showinfo=0&amp;controls=1&amp;rel=0&amp;modestbranding=1\" frameborder=\"0\" allowfullscreen></iframe> </div> <a id=\"transcript-link\" href=\"/pages/june-video-transcript\" aria-label=\"transcript for video\">Transcript</a> </div> </div>",
    "<div id=\"tm1600996817251-0-modal\" class=\"modal TechModal\"> <div class=\"FeatureText FeatureText--withImage FeatureText--imageLeft\"> <div class=\"FeatureText__ContentWrapper\"> <div class=\"FeatureText__Content\"><h2 class=\"SectionHeader__Heading Heading u-h2 White\">Food ID</h2><div class=\"SectionHeader__Description Rte White Light u-h5\"> <p>June doesn&#x2019;t just cook food. It recognizes it, counts it, and configures the ideal auto cook program using our award-winning Food ID. June&#x2019;s HD c...",
    "<div id=\"tm1600996817251-1-modal\" class=\"modal TechModal\"> <div class=\"FeatureText FeatureText--withImage FeatureText--imageLeft\"> <div class=\"FeatureText__ContentWrapper\"> <div class=\"FeatureText__Content\"><h2 class=\"SectionHeader__Heading Heading u-h2 White\">Virtual Rotisserie</h2><div class=\"SectionHeader__Description Rte White Light u-h5\"> <p>June takes zone-style cooking above, beyond, around and around with individual control over each of its six heating elements. It can even become a v...",
    "<div id=\"tm1600996817251-2-modal\" class=\"modal TechModal\"> <div class=\"FeatureText FeatureText--withImage FeatureText--imageLeft\"> <div class=\"FeatureText__ContentWrapper\"> <div class=\"FeatureText__Content\"><h2 class=\"SectionHeader__Heading Heading u-h2 White\">Auto Alerts</h2><div class=\"SectionHeader__Description Rte White Light u-h5\"> <p>Not only does June send an alert when your food is finished cooking, but it also sends one about a minute before so you have time to get to the kitchen. An...",
    "<div id=\"tm1600996817251-3-modal\" class=\"modal TechModal\"> <div class=\"FeatureText FeatureText--withImage FeatureText--imageLeft\"> <div class=\"FeatureText__ContentWrapper\"> <div class=\"FeatureText__Content\"><h2 class=\"SectionHeader__Heading Heading u-h2 White\">HD Camera</h2><div class=\"SectionHeader__Description Rte White Light u-h5\"> <p>June&#x2019;s internal HD camera is engineered to withstand temperatures up to 500&#xb0;F. The wide-angle lens captures all the action inside your smart oven..."
  ],
  "score": 70,
  "weight": 10
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

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

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

51 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": 55,
  "passing": 4,
  "failing": [
    {
      "heading": "June App Membership Tiers",
      "headingHtml": "<h2 class=\"PublicoHeading Heading u-h2\" id=\"June-App-Membership-Tiers\">June App <br class=\"hidden-lap-and-up\">Membership Tiers</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Your Cart",
      "headingHtml": "<h2 class=\"Drawer__Title Heading u-h5\" style=\"margin-bottom:0px\">Your Cart </h2>",
      "firstParagraph": "Your cart is empty",
      "paragraphHtml": "<p class=\"Cart__Empty Heading u-h5\">Your cart is empty</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Who you calling “oven”?",
      "headingHtml": "<h3 class=\"SectionHeader__SubHeading Heading u-h2\">Who you calling &#x201c;oven&#x201d;?</h3>",
      "firstParagraph": "See June in Action",
      "paragraphHtml": "<p class=\"Heading u-h3\">See June in Action</p>",
      "words": 4,
      "direct": false,
      "issue": "First paragraph is 4 words and does not look like a concise direct answer."
    },
    {
      "heading": "Hi, I'm June.",
      "headingHtml": "<h2 class=\"SectionHeader__Heading Heading u-h1\">Hi, I&apos;m June.</h2>",
      "firstParagraph": "“June is the magical gadget that actually delivers on its promises.”",
      "paragraphHtml": "<p>&#x201c;June is the magical gadget that actually delivers on its promises.&#x201d;</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Proving daily that entire kitchens can be built out of computer code.",
      "headingHtml": "<h2 class=\"SectionHeader__Heading Heading u-h1\">Proving daily that entire kitchens can be built out of computer code.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Convection Oven",
      "headingHtml": "<h2 class=\"Column__Title Heading u-h3\">Convection Oven</h2>",
      "firstParagraph": "Twin convection fans double the airflow for faster, more even cooking.",
      "paragraphHtml": "<p>Twin convection fans double the airflow for faster, more even cooking.</p>",
      "words": 11,
      "direct": false,
      "issue": "First paragraph is 11 words and does not look like a concise direct answer."
    },
    {
      "heading": "Air Fryer",
      "headingHtml": "<h2 class=\"Column__Title Heading u-h3\">Air Fryer</h2>",
      "firstParagraph": "The same crispy, finger-licking results with a fraction of the oil? June’s got this.",
      "paragraphHtml": "<p>The same crispy, finger-licking results with a fraction of the oil? June&#x2019;s got this.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Grill",
      "headingHtml": "<h2 class=\"Column__Title Heading u-h3\">Grill</h2>",
      "firstParagraph": "The perfect char marks and doneness aren’t just an outdoor grill’s game.",
      "paragraphHtml": "<p>The perfect char marks and doneness aren&#x2019;t just an outdoor grill&#x2019;s game.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "Roaster",
      "headingHtml": "<h2 class=\"Column__Title Heading u-h3\">Roaster</h2>",
      "firstParagraph": "Tender and juicy on the inside, crisp and caramelized on the outside.",
      "paragraphHtml": "<p>Tender and juicy on the inside, crisp and caramelized on the outside.</p>",
      "words": 12,
      "direct": false,
      "issue": "First paragraph is 12 words and does not look like a concise direct answer."
    },
    {
      "heading": "Slow Cooker",
      "headingHtml": "<h2 class=\"Column__Title Heading u-h3\">Slow Cooker</h2>",
      "firstParagraph": "Low, slow and just the way you like it. Your slow cooker won’t miss you, we promise.",
      "paragraphHtml": "<p>Low, slow and just the way you like it. Your slow cooker won&#x2019;t miss you, we promise.</p>",
      "words": 18,
      "direct": false,
      "issue": "First paragraph is 18 words and does not look like a concise direct answer."
    },
    {
      "heading": "Dehydrator",
      "headingHtml": "<h2 class=\"Column__Title Heading u-h3\">Dehydrator</h2>",
      "firstParagraph": "Healthy and homemade. Who knew so much possibility could fit on your countertop?",
      "paragraphHtml": "<p>Healthy <em>and</em> homemade. Who knew so much possibility could fit on your countertop?</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Toaster",
      "headingHtml": "<h2 class=\"Column__Title Heading u-h3\">Toaster</h2>",
      "firstParagraph": "June isn’t just some glorified toaster oven. But don’t get us wrong…it still toasts.",
      "paragraphHtml": "<p>June isn&#x2019;t just some glorified toaster oven. But don&#x2019;t get us wrong&#x2026;it still toasts.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Reheat",
      "headingHtml": "<h2 class=\"Column__Title Heading u-h3\">Reheat</h2>",
      "firstParagraph": "Give leftovers a reheat with real heat (and skip the rubbery aftermath of the microwave).",
      "paragraphHtml": "<p>Give leftovers a reheat with real heat (and skip the rubbery aftermath of the microwave).</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Pizza Oven",
      "headingHtml": "<h2 class=\"Column__Title Heading u-h3\">Pizza Oven</h2>",
      "firstParagraph": "If stone-firing pizza in your own kitchen is wrong, we don't want to be right.",
      "paragraphHtml": "<p>If stone-firing pizza in your own kitchen is wrong, we don&apos;t want to be right.</p>",
      "words": 15,
      "direct": false,
      "issue": "First paragraph is 15 words and does not look like a concise direct answer."
    },
    {
      "heading": "Proofer",
      "headingHtml": "<h2 class=\"Column__Title Heading u-h3\">Proofer</h2>",
      "firstParagraph": "Bread makers and pastry chefs, we just want to get a rise out of you. Get it?",
      "paragraphHtml": "<p>Bread makers and pastry chefs, we just want to get a rise out of you. Get it?</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Broiler",
      "headingHtml": "<h2 class=\"Column__Title Heading u-h3\">Broiler</h2>",
      "firstParagraph": "Turning up the heat is one of June’s specialties. Just tap and you shall receive.",
      "paragraphHtml": "<p>Turning up the heat is one of June&#x2019;s specialties. Just tap and you shall receive.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Warming Drawer",
      "headingHtml": "<h2 class=\"Column__Title Heading u-h3\">Warming Drawer</h2>",
      "firstParagraph": "Never get left in the cold again. June keeps food warm without worry.",
      "paragraphHtml": "<p>Never get left in the cold again. June keeps food warm without worry.</p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Your questions, answered.",
      "headingHtml": "<h2 class=\"featured-blog-posts__title\">Your questions, answered.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "June thinks like a chef and cooks like one too.",
      "headingHtml": "<h2 class=\"SectionHeader__Heading Heading u-h1\">June thinks like a chef and cooks like one too.</h2>",
      "firstParagraph": "400+ guided smart recipes created by professional chefs and synced to your June.",
      "paragraphHtml": "<p><strong>400+ guided smart recipes created by professional chefs and synced to your June.</strong></p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "June thinks like a chef and cooks like one too.",
      "headingHtml": "<h2 class=\"SectionHeader__Heading Heading u-h1 White\">June thinks like a chef and cooks like one too.</h2>",
      "firstParagraph": "400+ guided smart recipes created by professional chefs and synced to your June.",
      "paragraphHtml": "<p><strong>400+ guided smart recipes created by professional chefs and synced to your June.</strong></p>",
      "words": 13,
      "direct": false,
      "issue": "First paragraph is 13 words and does not look like a concise direct answer."
    },
    {
      "heading": "Hassles have no place in this kitchen.",
      "headingHtml": "<h2 class=\"SectionHeader__Heading Heading u-h1\">Hassles have no place in this kitchen.</h2>",
      "firstParagraph": "Grab your appetite and leave the kitchen chaos behind. June gets delicious done, and then some.",
      "paragraphHtml": "<p>Grab your appetite and leave the kitchen chaos behind. June gets delicious done, and then some.</p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Breakfast Sandwich",
      "headingHtml": "<h2 class=\"ImageSlider__Title Heading u-h2\">Breakfast Sandwich</h2>",
      "firstParagraph": "Café quality at home, for less",
      "paragraphHtml": "<p>Caf&#xe9; quality at home, for less</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Roasted Chicken",
      "headingHtml": "<h2 class=\"ImageSlider__Title Heading u-h2\">Roasted Chicken</h2>",
      "firstParagraph": "A complete family dinner in one pan",
      "paragraphHtml": "<p>A complete family dinner in one pan</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Salmon & Green Beans",
      "headingHtml": "<h2 class=\"ImageSlider__Title Heading u-h2\">Salmon &amp; Green Beans</h2>",
      "firstParagraph": "Exciting new meals in minutes",
      "paragraphHtml": "<p>Exciting new meals in minutes</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Spaghetti & Meatballs",
      "headingHtml": "<h2 class=\"ImageSlider__Title Heading u-h2\">Spaghetti &amp; Meatballs</h2>",
      "firstParagraph": "All without boiling a drop of water",
      "paragraphHtml": "<p>All without boiling a drop of water</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Air-Fried Chicken",
      "headingHtml": "<h2 class=\"ImageSlider__Title Heading u-h2\">Air-Fried Chicken</h2>",
      "firstParagraph": "Perfectly crisp and stovetop splatter free",
      "paragraphHtml": "<p>Perfectly crisp and stovetop splatter free</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Hard Boiled Eggs",
      "headingHtml": "<h2 class=\"ImageSlider__Title Heading u-h2\">Hard Boiled Eggs</h2>",
      "firstParagraph": "It’s not magic. It’s June.",
      "paragraphHtml": "<p>It&#x2019;s not magic. It&#x2019;s June.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Breakfast Sandwich",
      "headingHtml": "<h2 class=\"ImageSlider__Title Heading u-h2\">Breakfast Sandwich</h2>",
      "firstParagraph": "Café quality at home, for less",
      "paragraphHtml": "<p>Caf&#xe9; quality at home, for less</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Roasted Chicken",
      "headingHtml": "<h2 class=\"ImageSlider__Title Heading u-h2\">Roasted Chicken</h2>",
      "firstParagraph": "A complete family dinner in one pan",
      "paragraphHtml": "<p>A complete family dinner in one pan</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Salmon & Green Beans",
      "headingHtml": "<h2 class=\"ImageSlider__Title Heading u-h2\">Salmon &amp; Green Beans</h2>",
      "firstParagraph": "Exciting new meals in minutes",
      "paragraphHtml": "<p>Exciting new meals in minutes</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Spaghetti & Meatballs",
      "headingHtml": "<h2 class=\"ImageSlider__Title Heading u-h2\">Spaghetti &amp; Meatballs</h2>",
      "firstParagraph": "All without boiling a drop of water",
      "paragraphHtml": "<p>All without boiling a drop of water</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Air-Fried Chicken",
      "headingHtml": "<h2 class=\"ImageSlider__Title Heading u-h2\">Air-Fried Chicken</h2>",
      "firstParagraph": "Perfectly crisp and stovetop splatter free",
      "paragraphHtml": "<p>Perfectly crisp and stovetop splatter free</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "Hard Boiled Eggs",
      "headingHtml": "<h2 class=\"ImageSlider__Title Heading u-h2\">Hard Boiled Eggs</h2>",
      "firstParagraph": "It’s not magic. It’s June.",
      "paragraphHtml": "<p>It&#x2019;s not magic. It&#x2019;s June.</p>",
      "words": 7,
      "direct": false,
      "issue": "First paragraph is 7 words and does not look like a concise direct answer."
    },
    {
      "heading": "Breakfast Sandwich",
      "headingHtml": "<h2 class=\"ImageSlider__Title Heading u-h2\">Breakfast Sandwich</h2>",
      "firstParagraph": "Café quality at home, for less",
      "paragraphHtml": "<p>Caf&#xe9; quality at home, for less</p>",
      "words": 6,
      "direct": false,
      "issue": "First paragraph is 6 words and does not look like a concise direct answer."
    },
    {
      "heading": "My friends call me “smart.” I prefer the term “genius.”",
      "headingHtml": "<h2 class=\"SectionHeader__Heading Heading u-h1 White\">My friends call me &#x201c;smart.&#x201d; I prefer the term &#x201c;genius.&#x201d;</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "June intelligently recognizes what’s cooking and helps you make it better. It’s why the cook masters at Weber® use June technology in their grills and smokers. Next stop: your kitchen.",
      "headingHtml": "<h3 class=\"SectionHeader__SubHeading u-h4 White Light\">June intelligently recognizes what&#x2019;s cooking and helps you make it better. It&#x2019;s why the cook masters at Weber&#xae; use June technology in their grills and smokers. Next stop: your kitchen.</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Food ID",
      "headingHtml": "<h2 class=\"FeaturedImage__Heading Heading u-h3 White glow-text-focus\" style=\"font-weight: bold;\">Food ID</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Virtual Rotisserie",
      "headingHtml": "<h2 class=\"FeaturedImage__Heading Heading u-h3 White glow-text-focus\" style=\"font-weight: bold;\">Virtual Rotisserie</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Auto Alerts",
      "headingHtml": "<h2 class=\"FeaturedImage__Heading Heading u-h3 White glow-text-focus\" style=\"font-weight: bold;\">Auto Alerts</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "HD Camera",
      "headingHtml": "<h2 class=\"FeaturedImage__Heading Heading u-h3 White glow-text-focus\" style=\"font-weight: bold;\">HD Camera</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Virtual Rotisserie",
      "headingHtml": "<h2 class=\"SectionHeader__Heading Heading u-h2 White\">Virtual Rotisserie</h2>",
      "firstParagraph": "June takes zone-style cooking above, beyond, around and around with individual control over each of its six heating elements. It can even become a virtual rotisserie that rotates heat around your food for perfectly even cooking without the mess or moving mechanisms of a traditional rotisserie.",
      "paragraphHtml": "<p>June takes zone-style cooking above, beyond, around and around with individual control over each of its six heating elements. It can even become a virtual rotisserie that rotates heat around your food for perfectly even cooking without the mess or moving mechanisms of a traditional rotisserie.</p>",
      "words": 46,
      "direct": false,
      "issue": "First paragraph is 46 words and does not look like a concise direct answer."
    },
    {
      "heading": "The June App",
      "headingHtml": "<h2 class=\"SectionHeader__Heading Heading u-h1 cast-iron\">The June App</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Happiness is a weeknight without worry.",
      "headingHtml": "<h3 class=\"SectionHeader__SubHeading u-h4 stainless-steel Light\">Happiness is a weeknight without worry.</h3>",
      "firstParagraph": "FREE download for basic access.",
      "paragraphHtml": "<p>FREE download for basic access.</p>",
      "words": 5,
      "direct": false,
      "issue": "First paragraph is 5 words and does not look like a concise direct answer."
    },
    {
      "heading": "Pro Partners",
      "headingHtml": "<h2 class=\"Column__Title Heading u-h3\">Pro Partners</h2>",
      "firstParagraph": "Whole Foods. Trader Joe’s. Trained chefs. June’s recipe writing roster reads like a who’s who of culinary pros.",
      "paragraphHtml": "<p>Whole Foods. Trader Joe&#x2019;s. Trained chefs. June&#x2019;s recipe writing roster reads like a who&#x2019;s who of culinary pros.</p>",
      "words": 21,
      "direct": false,
      "issue": "First paragraph is 21 words and does not look like a concise direct answer."
    },
    {
      "heading": "Automatic updates",
      "headingHtml": "<h2 class=\"Column__Title Heading u-h3\">Automatic updates</h2>",
      "firstParagraph": "June doesn’t know themeaning of out-of-date. WiFi connectivity auto-updates with the latest features.",
      "paragraphHtml": "<p>June doesn&#x2019;t know the<br>meaning of out-of-date. WiFi connectivity auto-updates with the latest features.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    },
    {
      "heading": "June Products",
      "headingHtml": "<h2 class=\"Footer__Title Heading u-h3 tab-label\" for=\"list-footer-1\">June Products</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Support",
      "headingHtml": "<h2 class=\"Footer__Title Heading u-h3 tab-label\" for=\"list-1599618039965\">Support</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Legal",
      "headingHtml": "<h2 class=\"Footer__Title Heading u-h3 tab-label\" for=\"list-19aa3771-0f93-4c88-bf74-f60e87a8af60\">Legal</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Company",
      "headingHtml": "<h2 class=\"Footer__Title Heading u-h3 tab-label\" for=\"list-1599618057051\">Company</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Connect",
      "headingHtml": "<h2 class=\"Footer__Title Heading u-h3 tab-label\" for=\"list-1599944269644\">Connect</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Get fresh recipes + more in your inbox.",
      "headingHtml": "<h2 class=\"Footer__Title Heading u-h2\">Get fresh recipes + more in your inbox.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "<p></p>",
      "words": 0,
      "direct": false,
      "issue": "First paragraph is 0 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

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

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

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

Details

02

Why it matters

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

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

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

Evidence
{
  "headings": [
    {
      "text": "June App Membership Tiers",
      "html": "<h2 class=\"PublicoHeading Heading u-h2\" id=\"June-App-Membership-Tiers\">June App <br class=\"hidden-lap-and-up\">Membership Tiers</h2>"
    },
    {
      "text": "Your Cart",
      "html": "<h2 class=\"Drawer__Title Heading u-h5\" style=\"margin-bottom:0px\">Your Cart </h2>"
    },
    {
      "text": "Hi, I'm June.",
      "html": "<h2 class=\"SectionHeader__Heading Heading u-h1\">Hi, I&apos;m June.</h2>"
    },
    {
      "text": "Proving daily that entire kitchens can be built out of computer code.",
      "html": "<h2 class=\"SectionHeader__Heading Heading u-h1\">Proving daily that entire kitchens can be built out of computer code.</h2>"
    },
    {
      "text": "Convection Oven",
      "html": "<h2 class=\"Column__Title Heading u-h3\">Convection Oven</h2>"
    },
    {
      "text": "Air Fryer",
      "html": "<h2 class=\"Column__Title Heading u-h3\">Air Fryer</h2>"
    },
    {
      "text": "Grill",
      "html": "<h2 class=\"Column__Title Heading u-h3\">Grill</h2>"
    },
    {
      "text": "Roaster",
      "html": "<h2 class=\"Column__Title Heading u-h3\">Roaster</h2>"
    },
    {
      "text": "Slow Cooker",
      "html": "<h2 class=\"Column__Title Heading u-h3\">Slow Cooker</h2>"
    },
    {
      "text": "Dehydrator",
      "html": "<h2 class=\"Column__Title Heading u-h3\">Dehydrator</h2>"
    },
    {
      "text": "Toaster",
      "html": "<h2 class=\"Column__Title Heading u-h3\">Toaster</h2>"
    },
    {
      "text": "Reheat",
      "html": "<h2 class=\"Column__Title Heading u-h3\">Reheat</h2>"
    },
    {
      "text": "Pizza Oven",
      "html": "<h2 class=\"Column__Title Heading u-h3\">Pizza Oven</h2>"
    },
    {
      "text": "Proofer",
      "html": "<h2 class=\"Column__Title Heading u-h3\">Proofer</h2>"
    },
    {
      "text": "Broiler",
      "html": "<h2 class=\"Column__Title Heading u-h3\">Broiler</h2>"
    },
    {
      "text": "Warming Drawer",
      "html": "<h2 class=\"Column__Title Heading u-h3\">Warming Drawer</h2>"
    },
    {
      "text": "Your questions, answered.",
      "html": "<h2 class=\"featured-blog-posts__title\">Your questions, answered.</h2>"
    },
    {
      "text": "June thinks like a chef and cooks like one too.",
      "html": "<h2 class=\"SectionHeader__Heading Heading u-h1\">June thinks like a chef and cooks like one too.</h2>"
    },
    {
      "text": "June thinks like a chef and cooks like one too.",
      "html": "<h2 class=\"SectionHeader__Heading Heading u-h1 White\">June thinks like a chef and cooks like one too.</h2>"
    },
    {
      "text": "Hassles have no place in this kitchen.",
      "html": "<h2 class=\"SectionHeader__Heading Heading u-h1\">Hassles have no place in this kitchen.</h2>"
    },
    {
      "text": "Breakfast Sandwich",
      "html": "<h2 class=\"ImageSlider__Title Heading u-h2\">Breakfast Sandwich</h2>"
    },
    {
      "text": "Roasted Chicken",
      "html": "<h2 class=\"ImageSlider__Title Heading u-h2\">Roasted Chicken</h2>"
    },
    {
      "text": "Salmon & Green Beans",
      "html": "<h2 class=\"ImageSlider__Title Heading u-h2\">Salmon &amp; Green Beans</h2>"
    },
    {
      "text": "Spaghetti & Meatballs",
      "html": "<h2 class=\"ImageSlider__Title Heading u-h2\">Spaghetti &amp; Meatballs</h2>"
    },
    {
      "text": "Air-Fried Chicken",
      "html": "<h2 class=\"ImageSlider__Title Heading u-h2\">Air-Fried Chicken</h2>"
    },
    {
      "text": "Hard Boiled Eggs",
      "html": "<h2 class=\"ImageSlider__Title Heading u-h2\">Hard Boiled Eggs</h2>"
    },
    {
      "text": "Breakfast Sandwich",
      "html": "<h2 class=\"ImageSlider__Title Heading u-h2\">Breakfast Sandwich</h2>"
    },
    {
      "text": "Roasted Chicken",
      "html": "<h2 class=\"ImageSlider__Title Heading u-h2\">Roasted Chicken</h2>"
    },
    {
      "text": "Salmon & Green Beans",
      "html": "<h2 class=\"ImageSlider__Title Heading u-h2\">Salmon &amp; Green Beans</h2>"
    },
    {
      "text": "Spaghetti & Meatballs",
      "html": "<h2 class=\"ImageSlider__Title Heading u-h2\">Spaghetti &amp; Meatballs</h2>"
    },
    {
      "text": "Air-Fried Chicken",
      "html": "<h2 class=\"ImageSlider__Title Heading u-h2\">Air-Fried Chicken</h2>"
    },
    {
      "text": "Hard Boiled Eggs",
      "html": "<h2 class=\"ImageSlider__Title Heading u-h2\">Hard Boiled Eggs</h2>"
    },
    {
      "text": "Breakfast Sandwich",
      "html": "<h2 class=\"ImageSlider__Title Heading u-h2\">Breakfast Sandwich</h2>"
    },
    {
      "text": "My friends call me “smart.” I prefer the term “genius.”",
      "html": "<h2 class=\"SectionHeader__Heading Heading u-h1 White\">My friends call me &#x201c;smart.&#x201d; I prefer the term &#x201c;genius.&#x201d;</h2>"
    },
    {
      "text": "Food ID",
      "html": "<h2 class=\"FeaturedImage__Heading Heading u-h3 White glow-text-focus\" style=\"font-weight: bold;\">Food ID</h2>"
    },
    {
      "text": "Virtual Rotisserie",
      "html": "<h2 class=\"FeaturedImage__Heading Heading u-h3 White glow-text-focus\" style=\"font-weight: bold;\">Virtual Rotisserie</h2>"
    },
    {
      "text": "Auto Alerts",
      "html": "<h2 class=\"FeaturedImage__Heading Heading u-h3 White glow-text-focus\" style=\"font-weight: bold;\">Auto Alerts</h2>"
    },
    {
      "text": "HD Camera",
      "html": "<h2 class=\"FeaturedImage__Heading Heading u-h3 White glow-text-focus\" style=\"font-weight: bold;\">HD Camera</h2>"
    },
    {
      "text": "Food ID",
      "html": "<h2 class=\"SectionHeader__Heading Heading u-h2 White\">Food ID</h2>"
    },
    {
      "text": "Virtual Rotisserie",
      "html": "<h2 class=\"SectionHeader__Heading Heading u-h2 White\">Virtual Rotisserie</h2>"
    },
    {
      "text": "Auto Alerts",
      "html": "<h2 class=\"SectionHeader__Heading Heading u-h2 White\">Auto Alerts</h2>"
    },
    {
      "text": "HD Camera",
      "html": "<h2 class=\"SectionHeader__Heading Heading u-h2 White\">HD Camera</h2>"
    },
    {
      "text": "The June App",
      "html": "<h2 class=\"SectionHeader__Heading Heading u-h1 cast-iron\">The June App</h2>"
    },
    {
      "text": "Pro Partners",
      "html": "<h2 class=\"Column__Title Heading u-h3\">Pro Partners</h2>"
    },
    {
      "text": "Alexa compatible",
      "html": "<h2 class=\"Column__Title Heading u-h3\">Alexa compatible</h2>"
    },
    {
      "text": "Automatic updates",
      "html": "<h2 class=\"Column__Title Heading u-h3\">Automatic updates</h2>"
    },
    {
      "text": "June Products",
      "html": "<h2 class=\"Footer__Title Heading u-h3 tab-label\" for=\"list-footer-1\">June Products</h2>"
    },
    {
      "text": "Support",
      "html": "<h2 class=\"Footer__Title Heading u-h3 tab-label\" for=\"list-1599618039965\">Support</h2>"
    },
    {
      "text": "Legal",
      "html": "<h2 class=\"Footer__Title Heading u-h3 tab-label\" for=\"list-19aa3771-0f93-4c88-bf74-f60e87a8af60\">Legal</h2>"
    },
    {
      "text": "Company",
      "html": "<h2 class=\"Footer__Title Heading u-h3 tab-label\" for=\"list-1599618057051\">Company</h2>"
    },
    {
      "text": "Connect",
      "html": "<h2 class=\"Footer__Title Heading u-h3 tab-label\" for=\"list-1599944269644\">Connect</h2>"
    },
    {
      "text": "Get fresh recipes + more in your inbox.",
      "html": "<h2 class=\"Footer__Title Heading u-h2\">Get fresh recipes + more in your inbox.</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is June Oven: 12-in-1 Countertop Convection Oven?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does June Oven: 12-in-1 Countertop Convection Oven work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use June Oven: 12-in-1 Countertop Convection Oven?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is June Oven: 12-in-1 Countertop Convection Oven free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does June Oven: 12-in-1 Countertop Convection Oven compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is June Oven: 12-in-1 Countertop Convection Oven?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does June Oven: 12-in-1 Countertop Convection Oven work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use June Oven: 12-in-1 Countertop Convection Oven?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is June Oven: 12-in-1 Countertop Convection Oven free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does June Oven: 12-in-1 Countertop Convection Oven compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

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

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

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

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

Evidence
{
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/ai/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 4264
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 4264
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 124368
          }
        ]
      },
      "issue": "AI context endpoint was not found at the expected path.",
      "howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Query intent coverage

AIO: Query intent coverage is informational for this page.

Informational

Needs attention

AIO: Query intent coverage

Informational
01

Issue

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

Details

02

Why it matters

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

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

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

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "June App Membership Tiers",
      "html": "<h2 class=\"PublicoHeading Heading u-h2\" id=\"June-App-Membership-Tiers\">June App <br class=\"hidden-lap-and-up\">Membership Tiers</h2>"
    },
    {
      "text": "Your Cart",
      "html": "<h2 class=\"Drawer__Title Heading u-h5\" style=\"margin-bottom:0px\">Your Cart </h2>"
    },
    {
      "text": "Hi, I'm June.",
      "html": "<h2 class=\"SectionHeader__Heading Heading u-h1\">Hi, I&apos;m June.</h2>"
    },
    {
      "text": "Proving daily that entire kitchens can be built out of computer code.",
      "html": "<h2 class=\"SectionHeader__Heading Heading u-h1\">Proving daily that entire kitchens can be built out of computer code.</h2>"
    },
    {
      "text": "Convection Oven",
      "html": "<h2 class=\"Column__Title Heading u-h3\">Convection Oven</h2>"
    },
    {
      "text": "Air Fryer",
      "html": "<h2 class=\"Column__Title Heading u-h3\">Air Fryer</h2>"
    },
    {
      "text": "Grill",
      "html": "<h2 class=\"Column__Title Heading u-h3\">Grill</h2>"
    },
    {
      "text": "Roaster",
      "html": "<h2 class=\"Column__Title Heading u-h3\">Roaster</h2>"
    },
    {
      "text": "Slow Cooker",
      "html": "<h2 class=\"Column__Title Heading u-h3\">Slow Cooker</h2>"
    },
    {
      "text": "Dehydrator",
      "html": "<h2 class=\"Column__Title Heading u-h3\">Dehydrator</h2>"
    },
    {
      "text": "Toaster",
      "html": "<h2 class=\"Column__Title Heading u-h3\">Toaster</h2>"
    },
    {
      "text": "Reheat",
      "html": "<h2 class=\"Column__Title Heading u-h3\">Reheat</h2>"
    },
    {
      "text": "Pizza Oven",
      "html": "<h2 class=\"Column__Title Heading u-h3\">Pizza Oven</h2>"
    },
    {
      "text": "Proofer",
      "html": "<h2 class=\"Column__Title Heading u-h3\">Proofer</h2>"
    },
    {
      "text": "Broiler",
      "html": "<h2 class=\"Column__Title Heading u-h3\">Broiler</h2>"
    },
    {
      "text": "Warming Drawer",
      "html": "<h2 class=\"Column__Title Heading u-h3\">Warming Drawer</h2>"
    },
    {
      "text": "Your questions, answered.",
      "html": "<h2 class=\"featured-blog-posts__title\">Your questions, answered.</h2>"
    },
    {
      "text": "June thinks like a chef and cooks like one too.",
      "html": "<h2 class=\"SectionHeader__Heading Heading u-h1\">June thinks like a chef and cooks like one too.</h2>"
    },
    {
      "text": "June thinks like a chef and cooks like one too.",
      "html": "<h2 class=\"SectionHeader__Heading Heading u-h1 White\">June thinks like a chef and cooks like one too.</h2>"
    },
    {
      "text": "Hassles have no place in this kitchen.",
      "html": "<h2 class=\"SectionHeader__Heading Heading u-h1\">Hassles have no place in this kitchen.</h2>"
    },
    {
      "text": "Breakfast Sandwich",
      "html": "<h2 class=\"ImageSlider__Title Heading u-h2\">Breakfast Sandwich</h2>"
    },
    {
      "text": "Roasted Chicken",
      "html": "<h2 class=\"ImageSlider__Title Heading u-h2\">Roasted Chicken</h2>"
    },
    {
      "text": "Salmon & Green Beans",
      "html": "<h2 class=\"ImageSlider__Title Heading u-h2\">Salmon &amp; Green Beans</h2>"
    },
    {
      "text": "Spaghetti & Meatballs",
      "html": "<h2 class=\"ImageSlider__Title Heading u-h2\">Spaghetti &amp; Meatballs</h2>"
    },
    {
      "text": "Air-Fried Chicken",
      "html": "<h2 class=\"ImageSlider__Title Heading u-h2\">Air-Fried Chicken</h2>"
    },
    {
      "text": "Hard Boiled Eggs",
      "html": "<h2 class=\"ImageSlider__Title Heading u-h2\">Hard Boiled Eggs</h2>"
    },
    {
      "text": "Breakfast Sandwich",
      "html": "<h2 class=\"ImageSlider__Title Heading u-h2\">Breakfast Sandwich</h2>"
    },
    {
      "text": "Roasted Chicken",
      "html": "<h2 class=\"ImageSlider__Title Heading u-h2\">Roasted Chicken</h2>"
    },
    {
      "text": "Salmon & Green Beans",
      "html": "<h2 class=\"ImageSlider__Title Heading u-h2\">Salmon &amp; Green Beans</h2>"
    },
    {
      "text": "Spaghetti & Meatballs",
      "html": "<h2 class=\"ImageSlider__Title Heading u-h2\">Spaghetti &amp; Meatballs</h2>"
    },
    {
      "text": "Air-Fried Chicken",
      "html": "<h2 class=\"ImageSlider__Title Heading u-h2\">Air-Fried Chicken</h2>"
    },
    {
      "text": "Hard Boiled Eggs",
      "html": "<h2 class=\"ImageSlider__Title Heading u-h2\">Hard Boiled Eggs</h2>"
    },
    {
      "text": "Breakfast Sandwich",
      "html": "<h2 class=\"ImageSlider__Title Heading u-h2\">Breakfast Sandwich</h2>"
    },
    {
      "text": "My friends call me “smart.” I prefer the term “genius.”",
      "html": "<h2 class=\"SectionHeader__Heading Heading u-h1 White\">My friends call me &#x201c;smart.&#x201d; I prefer the term &#x201c;genius.&#x201d;</h2>"
    },
    {
      "text": "Food ID",
      "html": "<h2 class=\"FeaturedImage__Heading Heading u-h3 White glow-text-focus\" style=\"font-weight: bold;\">Food ID</h2>"
    },
    {
      "text": "Virtual Rotisserie",
      "html": "<h2 class=\"FeaturedImage__Heading Heading u-h3 White glow-text-focus\" style=\"font-weight: bold;\">Virtual Rotisserie</h2>"
    },
    {
      "text": "Auto Alerts",
      "html": "<h2 class=\"FeaturedImage__Heading Heading u-h3 White glow-text-focus\" style=\"font-weight: bold;\">Auto Alerts</h2>"
    },
    {
      "text": "HD Camera",
      "html": "<h2 class=\"FeaturedImage__Heading Heading u-h3 White glow-text-focus\" style=\"font-weight: bold;\">HD Camera</h2>"
    },
    {
      "text": "Food ID",
      "html": "<h2 class=\"SectionHeader__Heading Heading u-h2 White\">Food ID</h2>"
    },
    {
      "text": "Virtual Rotisserie",
      "html": "<h2 class=\"SectionHeader__Heading Heading u-h2 White\">Virtual Rotisserie</h2>"
    },
    {
      "text": "Auto Alerts",
      "html": "<h2 class=\"SectionHeader__Heading Heading u-h2 White\">Auto Alerts</h2>"
    },
    {
      "text": "HD Camera",
      "html": "<h2 class=\"SectionHeader__Heading Heading u-h2 White\">HD Camera</h2>"
    },
    {
      "text": "The June App",
      "html": "<h2 class=\"SectionHeader__Heading Heading u-h1 cast-iron\">The June App</h2>"
    },
    {
      "text": "Pro Partners",
      "html": "<h2 class=\"Column__Title Heading u-h3\">Pro Partners</h2>"
    },
    {
      "text": "Alexa compatible",
      "html": "<h2 class=\"Column__Title Heading u-h3\">Alexa compatible</h2>"
    },
    {
      "text": "Automatic updates",
      "html": "<h2 class=\"Column__Title Heading u-h3\">Automatic updates</h2>"
    },
    {
      "text": "June Products",
      "html": "<h2 class=\"Footer__Title Heading u-h3 tab-label\" for=\"list-footer-1\">June Products</h2>"
    },
    {
      "text": "Support",
      "html": "<h2 class=\"Footer__Title Heading u-h3 tab-label\" for=\"list-1599618039965\">Support</h2>"
    },
    {
      "text": "Legal",
      "html": "<h2 class=\"Footer__Title Heading u-h3 tab-label\" for=\"list-19aa3771-0f93-4c88-bf74-f60e87a8af60\">Legal</h2>"
    },
    {
      "text": "Company",
      "html": "<h2 class=\"Footer__Title Heading u-h3 tab-label\" for=\"list-1599618057051\">Company</h2>"
    },
    {
      "text": "Connect",
      "html": "<h2 class=\"Footer__Title Heading u-h3 tab-label\" for=\"list-1599944269644\">Connect</h2>"
    },
    {
      "text": "Get fresh recipes + more in your inbox.",
      "html": "<h2 class=\"Footer__Title Heading u-h2\">Get fresh recipes + more in your inbox.</h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is June Oven: 12-in-1 Countertop Convection Oven?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does June Oven: 12-in-1 Countertop Convection Oven work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use June Oven: 12-in-1 Countertop Convection Oven?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is June Oven: 12-in-1 Countertop Convection Oven free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does June Oven: 12-in-1 Countertop Convection Oven compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is June Oven: 12-in-1 Countertop Convection Oven?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does June Oven: 12-in-1 Countertop Convection Oven work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use June Oven: 12-in-1 Countertop Convection Oven?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is June Oven: 12-in-1 Countertop Convection Oven free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does June Oven: 12-in-1 Countertop Convection Oven compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

Agent Ease of UseAuthEmerging recommendation

Auth.md Agent Registration

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

Informational

Needs attention

Auth.md Agent Registration

Informational
01

Issue

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

02

Why it matters

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

Check name

Auth.md Agent Registration

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch and validate /auth.md

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

  2. Publish protected resource metadata

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

  3. Validate agent_auth authorization metadata

    OAuth authorization metadata did not include a usable agent_auth block. missing agent_auth object; register_uri issues: [{"field":"agent_auth.register_uri","issue":"Missing URL."}]; missing supported_identity_types; missing credential_types_supported; missing claim or revocation URL.

Evidence
{
  "failedStep": "auth-md",
  "steps": [
    {
      "id": "auth-md",
      "title": "Fetch and validate /auth.md",
      "status": "fail",
      "evidence": {
        "path": "/auth.md",
        "ok": false,
        "statusCode": 503,
        "contentType": "text/html",
        "length": 11010,
        "validation": {
          "valid": false,
          "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
          "compatibleContentType": false,
          "contentLength": 8638,
          "hasRegisterInstructions": false,
          "hasProtectedResourceLink": false,
          "hasAuthorizationServerLink": false,
          "mentionsIdentity": false,
          "mentionsCredential": false,
          "links": [
            "https://github.com/Shopify/error-pages.",
            "/title",
            "/style",
            "/head",
            "/h1",
            "/p",
            "/p",
            "/a",
            "/div",
            "/div"
          ],
          "rawExcerpt": "<!--\n  The source of truth for this generic error page is https://github.com/Shopify/error-pages.\n  Please do not edit this file directly.\n-->\n<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <meta charset=\"utf-8\">\n    <meta name=\"referrer\" content=\"never\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n    <title>Something went wrong</title>\n    <style>\n      * {\n        box-sizing: border-box;\n        margin: 0;\n        padding: 0;\n      }\n      html {\n        font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n        background: #F1F1F1;\n        font-size: 62.5%;\n        color: #303030;\n        min-height: 100%;\n      }\n      body {\n        padding: 0;\n        margin: 0;\n        line-height: 2.7rem;\n      }\n      a {\n        color: #303030;\n        borde"
        }
      },
      "issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
      "howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
    },
    {
      "id": "oauth-protected-resource",
      "title": "Publish protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "ok": false,
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8",
        "length": 4264,
        "text": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"utf-8\">\n  <title>404 Not Found</title>\n  <meta name=\"referrer\" content=\"never\" />\n  <style type=\"text/css\">\n\n    * { border:0; margin:0; padding:0; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }\n    html,body { height:100%; border:0; margin:0; padding:0; font-family:\"Helvetica Neue\", Helvetica, Arial, sans-serif; font-weight:300; background:#fff; }\n    body { min-height:100%; font-size:16px; line-height:22px; color:#6c6c6c; }\n    a { color:#479ccf; }\n\n    h1,h2,h3,h4,h5,h6 { text-align:left; margin:0 0 20px 0; color:#31373D; font-weight:700; }\n    h1 { font-size:28px; line-height:48px; margin-bottom:7px; }\n    h2 { font-size:20px; font-weight:300; line-height:30px; color:#6c6c6c; }\n    h3 { font-size:17px; line-height:30px; position:relative; padding-bottom:18px; margin-bottom:22px; font-weight:400; }\n    h3:after { content:\"\"; position:absolute; left:0; bottom:0; height:2px; width:76px; background:#EAEAEA; }\n    h4 { font-size:14px; margin-bottom:3px; }\n\n    img { max-width:100%; }\n\n    li { margin-bottom:5px; }\n\n    .ico { display:inline-block; }\n    .ico svg { background-size:contain; background-position:center; width:24px; height:24px; margin-bottom:5px; }\n\n    .wrapper { min-width:320px; max-width:650px; margin:0 auto; padding:20px; }\n\n    .hero { margin-bottom:30px; }\n\n    .content--block { position:relative; margin-bottom:50px; }\n    .content--desc { margin-bottom:32px; position:relative; }\n    .content--desc-large { font-size:20px; line-height:28px; }\n\n    .request-id { padding-top:100px; font-size:13px; color:#ccc; }\n\n    @media all and (min-width:500px) {\n      body { padding:60px 0; }\n      .wrapper { padding:20px 20px 20px 100px; }\n      .ico svg { width:40px; height:40px; margin-bottom:0; }\n      .hero { margin-bottom:70px; }\n      .content--block { margin-bottom:80px; }\n      .content--desc .ico { position:absolute; left:-70px; top:-7px; }\n    }\n\n    @media all and (min-width:900px) {\n      .wrapper { padding:20px; }\n    }\n\n  </style>\n</head>\n\n<body class=\"status-error status-code-500\">\n\n  <div class=\"wrapper\">\n    <div class=\"content\">\n      <div class=\"content--block\">\n        <div class=\"content--desc\">\n          <i class=\"ico ico-svg ico-40-svg\">\n            <svg viewBox=\"0 0 40 36\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:sketch=\"http://www.bohemiancoding.com/sketch/ns\">\n              <g id=\"Page-1\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\" sketch:type=\"MSPage\">\n                <g id=\"back-soon-3\" sketch:type=\"MSArtboardGroup\" transform=\"translate(-230.000000, -519.000000)\">\n                  <g id=\"what-went-wrong?\" sketch:type=\"MSLayerGroup\" transform=\"translate(231.000000, 444.000000)\">\n                    <g id=\"warning\" transform=\"translate(0.000000, 77.000000)\" sketch:type=\"MSShapeGroup\">\n                      <path d=\"M17.593,0.492 C18.217,-0.589 19.778,-0.589 20.402,0.492 L37.766,30.567 C38.39,31.648 37.61,33 36.361,33 L1.634,33 C0.386,33 -0.395,31.648 0.229,30.567 L17.593,0.492 L17.593,0.492 Z\" id=\"Stroke-1\" stroke=\"#E9BE33\" stroke-width=\"2\" stroke-linejoin=\"round\"></path>\n                      <path d=\"M20.75,28 C20.75,28.966 19.966,29.75 19,29.75 C18.033,29.75 17.25,28.966 17.25,28 C17.25,27.034 18.033,26.25 19,26.25 C19.966,26.25 20.75,27.034 20.75,28\" id=\"Fill-2\" fill=\"#E9BE33\"></path>\n                      <path d=\"M19,23 L19,8\" id=\"Stroke-3\" stroke=\"#E9BE33\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n                    </g>\n                  </g>\n                </g>\n              </g>\n            </svg>\n          </i>\n          <p class=\"content--desc-large\">Something went wrong. </p>\n        </div>\n      </div>\n      <div class=\"content--block\">\n        <h3>What happened?</h3>\n        <div class=\"content--desc\">\n          404 Not Found\n        </div>\n      </div>\n      <div class=\"content--blo"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
    },
    {
      "id": "agent-auth-block",
      "title": "Validate agent_auth authorization metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "validJson": true,
        "compatibleContentType": true,
        "document": {
          "issuer": "https://shopify.com/authentication/13248895",
          "token_endpoint": "https://shopify.com/authentication/13248895/oauth/token",
          "authorization_endpoint": "https://shopify.com/authentication/13248895/oauth/authorize",
          "end_session_endpoint": "https://shopify.com/authentication/13248895/logout",
          "jwks_uri": "https://shopify.com/authentication/13248895/.well-known/jwks.json",
          "scopes_supported": [
            "openid",
            "email",
            "customer-account-api:full",
            "customer-account-mcp-api:full"
          ],
          "response_types_supported": [
            "code"
          ],
          "token_endpoint_auth_methods_supported": [
            "client_secret_basic"
          ],
          "subject_types_supported": [
            "public"
          ],
          "id_token_signing_alg_values_supported": [
            "RS256"
          ],
          "claims_supported": [
            "iss",
            "sub",
            "aud",
            "exp",
            "iat",
            "nonce",
            "sid",
            "email",
            "email_verified"
          ],
          "code_challenge_methods_supported": [
            "S256"
          ],
          "grant_types_supported": [
            "authorization_code",
            "refresh_token",
            "urn:ietf:params:oauth:grant-type:jwt-bearer"
          ],
          "ui_locales_supported": [
            "bg",
            "cs",
            "da",
            "de",
            "el",
            "en",
            "es",
            "fi",
            "fr",
            "hi",
            "hr",
            "hu",
            "id",
            "it",
            "ja",
            "ko",
            "lt",
            "ms",
            "nb",
            "nl",
            "pl",
            "pt-BR",
            "pt-PT",
            "ro",
            "ru",
            "sk",
            "sl",
            "sv",
            "th",
            "tr",
            "vi",
            "zh-CN",
            "zh-TW"
          ],
          "op_policy_uri": "https://www.shopify.com/legal/privacy",
          "op_tos_uri": "https://www.shopify.com/legal/terms"
        },
        "rawExcerpt": "{\"issuer\":\"https:\\/\\/shopify.com\\/authentication\\/13248895\",\"token_endpoint\":\"https:\\/\\/shopify.com\\/authentication\\/13248895\\/oauth\\/token\",\"authorization_endpoint\":\"https:\\/\\/shopify.com\\/authentication\\/13248895\\/oauth\\/authorize\",\"end_session_endpoint\":\"https:\\/\\/shopify.com\\/authentication\\/13248895\\/logout\",\"jwks_uri\":\"https:\\/\\/shopify.com\\/authentication\\/13248895\\/.well-known\\/jwks.json\",\"scopes_supported\":[\"openid\",\"email\",\"customer-account-api:full\",\"customer-account-mcp-api:full\"],\"response_types_supported\":[\"code\"],\"token_endpoint_auth_methods_supported\":[\"client_secret_basic\"],\"subject_types_supported\":[\"public\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"claims_supported\":[\"iss\",\"sub\",\"aud\",\"exp\",\"iat\",\"nonce\",\"sid\",\"email\",\"email_verified\"],\"code_challenge_methods_s",
        "issue": "OAuth authorization metadata did not include a usable agent_auth block. missing agent_auth object; register_uri issues: [{\"field\":\"agent_auth.register_uri\",\"issue\":\"Missing URL.\"}]; missing supported_identity_types; missing credential_types_supported; missing claim or revocation URL.",
        "hasAgentAuth": false,
        "supportedIdentityTypes": [],
        "credentialTypesSupported": [],
        "registerUriIssues": [
          {
            "field": "agent_auth.register_uri",
            "issue": "Missing URL."
          }
        ],
        "claimUrlIssues": [],
        "revocationUrlIssues": []
      },
      "issue": "OAuth authorization metadata did not include a usable agent_auth block. missing agent_auth object; register_uri issues: [{\"field\":\"agent_auth.register_uri\",\"issue\":\"Missing URL.\"}]; missing supported_identity_types; missing credential_types_supported; missing claim or revocation URL.",
      "howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

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

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

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

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

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

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

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

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

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

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

authorization_endpoint did not behave like an operational OAuth authorization endpoint.

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. Probe authorization endpoint with an authorization-code request

    authorization_endpoint did not behave like an operational OAuth authorization endpoint.

  2. Fetch and validate jwks_uri

    jwks_uri did not return usable JWK entries for the advertised signing algorithms.

Evidence
{
  "failedStep": "authorization-endpoint",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch discovery resource",
      "status": "pass",
      "evidence": {
        "path": "/.well-known/openid-configuration",
        "statusCode": 200,
        "contentType": "application/json; charset=utf-8"
      }
    },
    {
      "id": "validate",
      "title": "Validate resource body",
      "status": "pass",
      "evidence": {
        "valid": true,
        "compatibleContentType": true,
        "missing": [],
        "endpointIssues": [],
        "issuer": "https://shopify.com/authentication/13248895",
        "authorizationEndpoint": "https://shopify.com/authentication/13248895/oauth/authorize",
        "tokenEndpoint": "https://shopify.com/authentication/13248895/oauth/token",
        "jwksUri": "https://shopify.com/authentication/13248895/.well-known/jwks.json",
        "responseTypesSupported": [
          "code"
        ],
        "grantTypesSupported": [
          "authorization_code",
          "refresh_token",
          "urn:ietf:params:oauth:grant-type:jwt-bearer"
        ],
        "idTokenSigningAlgValuesSupported": [
          "RS256"
        ],
        "rawExcerpt": "{\"issuer\":\"https:\\/\\/shopify.com\\/authentication\\/13248895\",\"token_endpoint\":\"https:\\/\\/shopify.com\\/authentication\\/13248895\\/oauth\\/token\",\"authorization_endpoint\":\"https:\\/\\/shopify.com\\/authentication\\/13248895\\/oauth\\/authorize\",\"end_session_endpoint\":\"https:\\/\\/shopify.com\\/authentication\\/13248895\\/logout\",\"jwks_uri\":\"https:\\/\\/shopify.com\\/authentication\\/13248895\\/.well-known\\/jwks.json\",\"scopes_supported\":[\"openid\",\"email\",\"customer-account-api:full\",\"customer-account-mcp-api:full\"],\"response_types_supported\":[\"code\"],\"token_endpoint_auth_methods_supported\":[\"client_secret_basic\"],\"subject_types_supported\":[\"public\"],\"id_token_signing_alg_values_supported\":[\"RS256\"],\"claims_supported\":[\"iss\",\"sub\",\"aud\",\"exp\",\"iat\",\"nonce\",\"sid\",\"email\",\"email_verified\"],\"code_challenge_methods_s"
      },
      "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": "https://shopify.com/authentication/13248895/oauth/authorize?response_type=code&client_id=can-agent-use-scanner&redirect_uri=https%3A%2F%2Fcan-agent-use.invalid%2Foauth%2Fcallback&scope=openid&state=can-agent-use-probe",
        "method": "GET",
        "statusCode": 406,
        "location": null,
        "contentType": "text/plain; charset=utf-8",
        "excerpt": "Not Acceptable"
      },
      "issue": "authorization_endpoint did not behave like an operational OAuth authorization endpoint.",
      "howToFix": "Implement an authorization endpoint that can process syntactically valid authorization requests, or remove it from discovery metadata until it exists."
    },
    {
      "id": "authorization-redirect-safety",
      "title": "Reject unregistered authorization redirects",
      "status": "pass",
      "evidence": {
        "url": "https://shopify.com/authentication/13248895/oauth/authorize?response_type=code&client_id=can-agent-use-unknown-client&redirect_uri=https%3A%2F%2Fcan-agent-use.invalid%2Fattacker-callback&scope=openid&state=can-agent-use-redirect-safety",
        "method": "GET",
        "statusCode": 406,
        "location": null,
        "redirectedToUntrusted": false,
        "contentType": "text/plain; charset=utf-8",
        "excerpt": "Not Acceptable"
      },
      "howToFix": "Validate client_id and registered redirect_uri values before redirecting. Return a direct OAuth error for invalid clients or redirect URIs."
    },
    {
      "id": "token-endpoint",
      "title": "Probe token endpoint with advertised grant type",
      "status": "pass",
      "evidence": {
        "url": "https://shopify.com/authentication/13248895/oauth/token",
        "method": "POST",
        "grantType": "authorization_code",
        "statusCode": 401,
        "oauthError": "invalid_client",
        "contentType": "application/json; charset=utf-8",
        "excerpt": "{\"error\":\"invalid_client\",\"error_description\":\"The client credentials provided are invalid or missing.\"}"
      },
      "howToFix": "Support every advertised grant type enough to return a protocol-appropriate response, or stop advertising unsupported grants."
    },
    {
      "id": "jwks",
      "title": "Fetch and validate jwks_uri",
      "status": "fail",
      "evidence": {
        "jwksUri": "https://shopify.com/authentication/13248895/.well-known/jwks.json",
        "statusCode": 200,
        "contentType": "application/json; charset=utf-8"
      },
      "issue": "jwks_uri did not return usable JWK entries for the advertised signing algorithms.",
      "howToFix": "Implement the advertised jwks_uri route with usable JWK metadata or remove it from discovery metadata until it exists."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      }
    ]
  },
  "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

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

02

Why it matters

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

Check name

OAuth Protected Resource

Score

0/100

Status

informational

Category

Auth

Maturity

Emerging recommendation

Goal

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

Result

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

Validation steps

  1. Fetch protected resource metadata

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

  2. Validate protected resource metadata

    Response is not valid JSON.

  3. Validate protected resource identity

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

  4. Probe protected API Bearer challenge

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

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch protected resource metadata",
      "status": "fail",
      "evidence": {
        "path": "/.well-known/oauth-protected-resource",
        "statusCode": 404,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
      "howToFix": "Publish /.well-known/oauth-protected-resource JSON."
    },
    {
      "id": "metadata",
      "title": "Validate protected resource metadata",
      "status": "fail",
      "evidence": {
        "valid": false,
        "compatibleContentType": false,
        "issue": "Response is not valid JSON.",
        "rawExcerpt": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"utf-8\">\n  <title>404 Not Found</title>\n  <meta name=\"referrer\" content=\"never\" />\n  <style type=\"text/css\">\n\n    * { border:0; margin:0; padding:0; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }\n    html,body { height:100%; border:0; margin:0; padding:0; font-family:\"Helvetica Neue\", Helvetica, Arial, sans-serif; font-weight:300; background:#fff; }\n    body { min-height:100%; font-size:16px; line-height:22px; color:#6c6c6c; }\n    a { color:#479ccf; }\n\n    h1,h2,h3,h4,h5,h6 { text-align:left; margin:0 0 20px 0; color:#31373D; font-weight:700; }\n    h1 { font-size:28px; line-height:48px; margin-bottom:7px; }\n    h2 { font-size:20px; font-weight:300; line-height:30px; color:#6c6c6c; }\n    h3 { font-s"
      },
      "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://juneoven.com"
      },
      "issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
      "howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
    },
    {
      "id": "protected-route-challenge",
      "title": "Probe protected API Bearer challenge",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/admin/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://juneoven.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/admin/summary",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://juneoven.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          },
          {
            "path": "/api/scans",
            "statusCode": 404,
            "wwwAuthenticate": {
              "valid": false,
              "present": false
            },
            "expectedMetadataUrl": "https://juneoven.com/.well-known/oauth-protected-resource",
            "metadataUrlMatches": true,
            "resourceMatchesRequestContext": true
          }
        ]
      },
      "issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
      "howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 6,
    "signals": [
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "sign up"
      }
    ]
  },
  "resourceFetchSucceeded": false
}

Performance and AccessibilityBest PracticesBrowser audit

Browser errors were logged to the console

100 Fail

Check name

Browser errors were logged to the console

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Fix guidance

Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)

Evidence
{
  "description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
}

Performance and AccessibilityPerformanceBrowser audit

Reduce unused CSS

17 Fail

Check name

Reduce unused CSS

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 32 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Reduce unused JavaScript

17 Fail

Check name

Reduce unused JavaScript

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

Est savings of 752 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Legacy JavaScript

8 Warning

Check name

Legacy JavaScript

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

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

Performance and AccessibilityPerformanceBrowser audit

Minify CSS

8 Warning

Check name

Minify CSS

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 10 KiB

Fix guidance

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

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

Performance and AccessibilityPerformanceBrowser audit

Use efficient cache lifetimes

8 Warning

Check name

Use efficient cache lifetimes

Score

50/100

Status

warning

Device

desktop

Category

Performance

Estimated savings

Est savings of 275 KiB

Fix guidance

A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache).

Evidence
{
  "displayValue": "Est savings of 275 KiB",
  "description": "A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache)."
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

7 Fail

Check name

Loading performance

Score

60/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": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 14,
      "displayValue": "710 ms",
      "numericValue": 705.4999999999982
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 10 ms",
      "numericValue": 8
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 63,
      "displayValue": "2.0 s",
      "numericValue": 1980.0330643799684
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 60,
      "displayValue": "2.1 s",
      "numericValue": 2051.4492582394682
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "50 ms",
      "numericValue": 49.24368
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 27,
      "displayValue": "6.0 s",
      "numericValue": 5950.584430438625
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 22,
      "displayValue": "370 ms",
      "numericValue": 369.9999999999982
    },
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 90,
      "displayValue": "0.9 s",
      "numericValue": 926.0108392381402
    }
  ]
}

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