Export Report
OVERALL SCORE
Level 2, Agent-Limited
- AI Discoverability 35 out of 100
- Agent Ease of Use 6 out of 100
- Security & Trust 40 out of 100
- GEO, AIO and AEO 65 out of 100
- SEO 77 out of 100
- Performance and Accessibility 61 out of 100
What AI sees of your website
Pique Life | Your source of radiant health
25,700+ 5-star reviews. Shop Teas & Superfoods Designed for Immune Support, Healthy Digestion, Fasting, Calm Energy. Shop Green Tea, Matcha Tea, Supplements, Pu’erh Tea, Black Tea, Decaf Tea, Turmeric Tea, Tea Gifts and Tea Accessories tod...
Next step
Turn this report into a fix workflow
28 failed checks are ready to move into MCP or CLI remediation. Generate a repair prompt, connect the scanner to your coding agent, or open the integration docs before your next rescan.
| Metric | Score | Status | Passed | Failed | Warning | Evidence |
|---|---|---|---|---|---|---|
| AI Discoverability | 35 | Priority fix | 10 | 14 | 0 | View details |
| Discoverability | 43 | Priority fix | 3 | 6 | 0 | View details |
| Content Readiness | 53 | Needs work | 7 | 4 | 0 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 0 | View details |
| Agent Ease of Use | 6 | Priority fix | 8 | 30 | 3 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 4 | 8 | 0 | View details |
| MCP | 13 | Priority fix | 0 | 6 | 2 | View details |
| Skill Discovery | 5 | Priority fix | 0 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 65 | Needs work | 5 | 4 | 11 | View details |
| GEO Readiness | 77 | Mostly ready | 2 | 1 | 3 | View details |
| AIO Readiness | 58 | Needs work | 2 | 2 | 3 | View details |
| AEO Readiness | 58 | Needs work | 1 | 1 | 5 | View details |
| SEO | 77 | Mostly ready | 8 | 3 | 0 | View details |
| SEO | 77 | Mostly ready | 8 | 3 | 0 | View details |
| Security & Trust | 40 | Priority fix | 6 | 3 | 0 | View details |
| Security & Trust | 40 | Priority fix | 2 | 3 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 61 | Needs work | 16 | 4 | 4 | View details |
| Performance | 47 | Priority fix | 14 | 3 | 4 | View details |
| Accessibility | 87 | Mostly ready | 2 | 1 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
54 items need attention
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
50 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
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
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
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
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
Needs attention
OpenAPI discovery
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.
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
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<html class=\"no-js\" lang=\"en\">\n <head>\n <!-- Resource hints for third-party origins -->\n <link rel=\"preconnect\" href=\"https://www.googletagmanager.com\" crossorigin>\n <link rel=\"preconnect\" href=\"https://cdn.shopify.com\" crossorigin>\n <link rel=\"preconnect\" href=\"https://a.klaviyo.com\" crossorigin>\n <link rel=\"dns-prefetch\" href=\"https://www.clarity.ms\">\n <link rel=\"dns-prefetch\" href=\"https://j.northbeam.io\">\n <link rel=\"dns-prefetch\" href=\"https://static.myshlf.us\">\n <!-- Begin: Northbeam pixel -->\n<script>(function(){var r;(e=r=r||{}).A=\"identify\",e.B=\"trackPageView\",e.C=\"fireEmailCaptureEvent\",e.D=\"fireCustomGoal\",e.E=\"firePurchaseEvent\";var e=\"//j.northbeam.io/ota-sp/e1b2356c-c094-4546-9d8b-1e0057a968b9.js\";function t(e){for(var n=[],r=1;r<argum"
},
{
"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<html class=\"no-js\" lang=\"en\">\n <head>\n <!-- Resource hints for third-party origins -->\n <link rel=\"preconnect\" href=\"https://www.googletagmanager.com\" crossorigin>\n <link rel=\"preconnect\" href=\"https://cdn.shopify.com\" crossorigin>\n <link rel=\"preconnect\" href=\"https://a.klaviyo.com\" crossorigin>\n <link rel=\"dns-prefetch\" href=\"https://www.clarity.ms\">\n <link rel=\"dns-prefetch\" href=\"https://j.northbeam.io\">\n <link rel=\"dns-prefetch\" href=\"https://static.myshlf.us\">\n <!-- Begin: Northbeam pixel -->\n<script>(function(){var r;(e=r=r||{}).A=\"identify\",e.B=\"trackPageView\",e.C=\"fireEmailCaptureEvent\",e.D=\"fireCustomGoal\",e.E=\"firePurchaseEvent\";var e=\"//j.northbeam.io/ota-sp/e1b2356c-c094-4546-9d8b-1e0057a968b9.js\";function t(e){for(var n=[],r=1;r<argum"
},
{
"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
AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
Needs attention
AI bot rules in robots.txt
Issue
No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.
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
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing Last-Modified HTTP header; missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.
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
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
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
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
Needs attention
Content-Security-Policy
Issue
Content-Security-Policy is missing or incomplete.
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
Security & TrustSecurity & TrustEstablished
HSTS header
HSTS header is missing or incomplete.
Needs attention
HSTS header
Issue
HSTS header is missing or incomplete.
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"
}Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
33 Fail
Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
Needs attention
Referrer-Policy
Issue
Referrer-Policy is missing or incomplete.
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
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: invalid h1 (found 0); 5 links missing accessible names; 1/2 applicable form inputs have autocomplete attributes (1 missing).
Details
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": true,
"accessibleLinks": false,
"accessibleButtons": true,
"imageAltCoverage": true,
"formAutocompleteCoverage": false,
"details": {
"inaccessibleLinks": [
"<a href=\"/collections/radiant-skin\" class=\"Health_collectionImg\"><img src=\"//www.piquelife.com/cdn/shop/files/7W5A1431-Flip_270x.webp?v=1781001080\" srcset=\"//www.piquelife.com/cdn/shop/files/7W5A1431-Flip_145x.webp?v=1781001080 145w, //www.piquelife.com/cdn/shop/files/7W5A1431-Flip_270x.webp?v=1781001080 270w, //www.piquelife.com/cdn/shop/files/7W5A1431-Flip_580x.webp?v=1781001080 580w\" class=\"hidden-phone Image--lazyLoaded\" alt width=\"270\" height=\"375\"> <img src=\"//www.piquelife.com/cdn/shop/fi",
"<a href=\"/collections/immune-support\" class=\"Health_collectionImg\"><img src=\"//www.piquelife.com/cdn/shop/files/humphrey-muleba-cPeCmVChZu0-unsplash_1_3_1_1_270x.webp?v=1781001475\" srcset=\"//www.piquelife.com/cdn/shop/files/humphrey-muleba-cPeCmVChZu0-unsplash_1_3_1_1_145x.webp?v=1781001475 145w, //www.piquelife.com/cdn/shop/files/humphrey-muleba-cPeCmVChZu0-unsplash_1_3_1_1_270x.webp?v=1781001475 270w, //www.piquelife.com/cdn/shop/files/humphrey-muleba-cPeCmVChZu0-unsplash_1_3_1_1_580x.webp?v=1",
"<a href=\"/collections/healthy-digestion\" class=\"Health_collectionImg\"><img src=\"//www.piquelife.com/cdn/shop/files/DTS_Skin_Deep_Daniel_Faro_4245_1_3_1_270x.webp?v=1781001535\" srcset=\"//www.piquelife.com/cdn/shop/files/DTS_Skin_Deep_Daniel_Faro_4245_1_3_1_145x.webp?v=1781001535 145w, //www.piquelife.com/cdn/shop/files/DTS_Skin_Deep_Daniel_Faro_4245_1_3_1_270x.webp?v=1781001535 270w, //www.piquelife.com/cdn/shop/files/DTS_Skin_Deep_Daniel_Faro_4245_1_3_1_580x.webp?v=1781001535 580w\" class=\"hidden",
"<a href=\"/collections/energy\" class=\"Health_collectionImg\"><img src=\"//www.piquelife.com/cdn/shop/files/Image-calm_1_270x.webp?v=1781001607\" srcset=\"//www.piquelife.com/cdn/shop/files/Image-calm_1_145x.webp?v=1781001607 145w, //www.piquelife.com/cdn/shop/files/Image-calm_1_270x.webp?v=1781001607 270w, //www.piquelife.com/cdn/shop/files/Image-calm_1_580x.webp?v=1781001607 580w\" class=\"hidden-phone Image--lazyLoaded\" alt width=\"270\" height=\"375\"> <img src=\"//www.piquelife.com/cdn/shop/files/Image-",
"<a></a>"
],
"inaccessibleButtons": [],
"missingAutocompleteInputs": [
"<input type=\"email\" value name=\"email\" id=\"klaviyo_id_email\" placeholder=\"Enter your email\" class=\"u-h1\" aria-label=\"Email Address\">"
],
"imagesMissingAlt": [
"<img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/Carrara-white_a1610fe5-3db2-4d46-baf8-a999c2a06a17.png?v=1776488950\">"
],
"skippedHeadingLevels": []
},
"counts": {
"h1": 0,
"headings": 69,
"links": 174,
"inaccessibleLinks": 5,
"buttons": 39,
"inaccessibleButtons": 0,
"images": 158,
"imagesWithAlt": 157,
"autocompleteInputs": 2,
"inputsWithAutocomplete": 1,
"missingAutocompleteInputs": 1
}
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
33 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
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
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."
}
]
}AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
Needs attention
FAQPage schema
Issue
FAQ content was detected but no FAQPage schema was found.
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.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
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".
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
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
Find useful Link headers
No useful agent discovery Link headers were found.
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"
},
{
"url": "//www.piquelife.com/cdn/shop/t/831/assets/theme.css?v=158343021105126397381780378157",
"rel": "preload"
},
{
"url": "//www.piquelife.com/cdn/shop/t/831/assets/custom.css?v=119332791317715581501780910577",
"rel": "preload"
}
]
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
Needs attention
MCP Server Card
Issue
MCP Server Card was not found at the expected path.
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
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
Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
Needs attention
mcp.json
Issue
mcp.json was not found at the expected path.
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
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."
}
]
}AI DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
25 Fail
AI DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
Needs attention
Organization / WebSite schema
Issue
Neither Organization nor WebSite schema types were found in JSON-LD.
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"
]
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
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
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": 404,
"contentType": "application/json; charset=utf-8",
"length": 0
}
]
},
"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
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
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
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": 404,
"contentType": "application/json; charset=utf-8",
"length": 0
}
]
},
"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
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
Needs attention
Agent Skills index
Issue
Agent Skills index was not found at the expected path.
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
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
Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
Needs attention
agent.json
Issue
agent.json was not found at the expected path.
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
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": 404,
"contentType": "application/json; charset=utf-8",
"length": 0
}
]
},
"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
Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
Needs attention
agents.json
Issue
agents.json was not found at the expected path.
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
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": 404,
"contentType": "application/json; charset=utf-8",
"length": 0
}
]
},
"issue": "agents.json was not found at the expected path.",
"howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
15 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Needs attention
DNS-AID Agent Discovery
Issue
No DNS-AID entrypoint records were found under _agents.
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
Resolve DNS-AID SVCB/HTTPS records
No DNS-AID entrypoint records were found under _agents.
Validate alpn and endpoint parameters
Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint.
Check DNSSEC material
DNSSEC material was not visible for the hostname or parent zone from this resolver.
Evidence
{
"failedStep": "svcb-https-records",
"steps": [
{
"id": "svcb-https-records",
"title": "Resolve DNS-AID SVCB/HTTPS records",
"status": "fail",
"evidence": {
"hostname": "www.piquelife.com",
"probes": [
{
"name": "_index._agents.www.piquelife.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.www.piquelife.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
}
]
},
"issue": "No DNS-AID entrypoint records were found under _agents.",
"howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
},
{
"id": "service-params",
"title": "Validate alpn and endpoint parameters",
"status": "informational",
"evidence": {
"discovered": []
},
"howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
},
{
"id": "dnssec",
"title": "Check DNSSEC material",
"status": "warning",
"evidence": {
"hasDnssecMaterial": false,
"checked": [
{
"name": "www.piquelife.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
},
{
"name": "piquelife.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
Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Needs attention
WebMCP
Issue
WebMCP declarative annotations need fixes.
Details
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
Detect data-mcp-tool annotations
No data-mcp-tool attributes were found on interactive elements.
Detect WebMCP declarative tags
No elements found with tool-name or tool-description attributes.
Validate WebMCP declarative annotation quality
WebMCP declarative annotations need fixes.
WebMCP declarative annotation issues
<select name="selling_plan"> is missing tool-param-description.<select name="selling_plan"> is missing tool-param-description.<select name="selling_plan"> is missing tool-param-description.<select name="selling_plan"> is missing tool-param-description.<select name="selling_plan"> is missing tool-param-description.<select name="selling_plan"> is missing tool-param-description.<select name="selling_plan"> is missing tool-param-description.<select name="selling_plan"> is missing tool-param-description.<select name="selling_plan"> is missing tool-param-description.<select name="selling_plan"> is missing tool-param-description.<select name="selling_plan"> is missing tool-param-description.<select name="selling_plan"> is missing tool-param-description.<select name="selling_plan"> is missing tool-param-description.<select name="selling_plan"> is missing tool-param-description.<select name="selling_plan"> is missing tool-param-description.<select name="selling_plan"> is missing tool-param-description.<select name="selling_plan"> is missing tool-param-description.<select name="selling_plan"> is missing tool-param-description.<input name="q"> is missing tool-param-description.<select name="selling_plan"> is missing tool-param-description.<select name="selling_plan"> is missing tool-param-description.<select name="selling_plan"> is missing tool-param-description.<select name="selling_plan"> is missing tool-param-description.<select name="selling_plan"> is missing tool-param-description.<select name="selling_plan"> is missing tool-param-description.
Detect WebMCP imperative API usage
navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.
Detect WebMCP browser navigator injection
navigator.modelContext was not detected in the rendered browser page.
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": 240,
"interactiveWithTags": 0,
"totalCount": 243,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<input name=\"q\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> 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": 28,
"issues": [
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<input name=\"q\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"type": "code",
"value": "<select name=\"selling_plan\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<select name=\"selling_plan\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<select name=\"selling_plan\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<select name=\"selling_plan\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<select name=\"selling_plan\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<select name=\"selling_plan\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<select name=\"selling_plan\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<select name=\"selling_plan\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<select name=\"selling_plan\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<select name=\"selling_plan\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<select name=\"selling_plan\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<select name=\"selling_plan\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<select name=\"selling_plan\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<select name=\"selling_plan\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<select name=\"selling_plan\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<select name=\"selling_plan\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<select name=\"selling_plan\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<select name=\"selling_plan\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"q\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<select name=\"selling_plan\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<select name=\"selling_plan\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<select name=\"selling_plan\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<select name=\"selling_plan\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<select name=\"selling_plan\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<select name=\"selling_plan\"> 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": 240,
"interactiveWithTags": 0,
"totalCount": 243,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<input name=\"q\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> 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": 240,
"interactiveWithTags": 0,
"totalCount": 243,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<input name=\"q\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> is missing tool-param-description.",
"<select name=\"selling_plan\"> 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
}
}AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Structured Markdown body".
11 Fail
AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Structured Markdown body".
Needs attention
Markdown negotiation
Issue
Markdown response is missing a heading.
Why it matters
Markdown negotiation gives agents a cleaner representation of page content while preserving normal HTML for browsers.
Check name
Markdown negotiation
Score
67/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Return HTML responses as markdown when agents request it.
Result
Markdown negotiation failed at "Structured Markdown body".
Validation steps
Structured Markdown body
Markdown response is missing a heading.
Evidence
{
"failedStep": "markdown-content",
"steps": [
{
"id": "content-type",
"title": "Markdown content type",
"status": "pass",
"evidence": {
"statusCode": 200,
"contentType": "text/markdown; charset=utf-8"
},
"issue": "Content-Type \"text/markdown; charset=utf-8\" does not indicate Markdown when requested with Accept: text/markdown.",
"howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
},
{
"id": "vary-accept",
"title": "Vary: Accept header",
"status": "pass",
"evidence": {
"vary": "Accept, accept-encoding"
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept, accept-encoding\".",
"howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
},
{
"id": "markdown-content",
"title": "Structured Markdown body",
"status": "fail",
"evidence": {
"valid": false,
"hasHeading": false,
"wordCount": 33467,
"excerpt": "<!doctype html>\n<html class=\"no-js\" lang=\"en\">\n <head>\n <!-- Resource hints for third-party origins -->\n <link rel=\"preconnect\" href=\"https://www.googletagmanager.com\" crossorigin>\n <link rel=\"preconnect\" href=\"https://cdn.shopify",
"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."
}
]
}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
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 0/100 and needs a fix.
Needs attention
AIO: Visible structured data match
Issue
1 structured-data value(s) were not found in visible page text.
Details
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
GEO: Entity clarity
GEO: Entity clarity scored 45/100 and needs a fix.
8 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 45/100 and needs a fix.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: pique, life, source, radiant, health.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Entity clarity
Score
45/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Entity clarity scored 45/100 and needs a fix.
Evidence
{
"title": "Pique Life | Your source of radiant health",
"h1": "",
"description": "25,700+ 5-star reviews. Shop Teas & Superfoods Designed for Immune Support, Healthy Digestion, Fasting, Calm Energy. Shop Green Tea, Matcha Tea, Supplements, Pu’erh Tea, Black Tea, Decaf Tea, Turmeric Tea, Tea Gifts and Tea Accessories today! Try The Best Supplements & Superfoods and Improve Your Health Today!",
"topicOverlap": 0,
"topicTerms": [
"pique",
"life",
"source",
"radiant",
"health"
],
"descriptionTerms": [
"700",
"star",
"reviews",
"shop",
"teas",
"superfoods",
"designed",
"immune",
"support",
"healthy",
"digestion",
"fasting",
"calm",
"energy",
"green",
"tea",
"matcha",
"supplements"
],
"missingFromDescription": [
"pique",
"life",
"source",
"radiant",
"health"
],
"score": 45,
"weight": 28
}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
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
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": "#",
"text": "About Us",
"html": "<a href=\"#\" class=\"Heading u-h5\">About Us</a>"
},
{
"href": "/pages/about-us",
"text": "Our Story",
"html": "<a href=\"/pages/about-us\" class=\"Link Link--primary u-h5\">Our Story</a>"
}
],
"contactLinks": [
{
"href": "/collections/immune-support",
"text": "Immune Support",
"html": "<a href=\"/collections/immune-support\" class=\"Collapsible__Button Heading Text--subdued Link Link--primary u-h7 \"> Immune Support </a>"
},
{
"href": "/collections/immune-support",
"text": "Immune Support",
"html": "<a href=\"/collections/immune-support\" class=\"Link Link--secondary\">Immune Support</a>"
},
{
"href": "/collections/immune-support",
"text": "",
"html": "<a href=\"/collections/immune-support\" class=\"Health_collectionImg\"><img src=\"//www.piquelife.com/cdn/shop/files/humphrey-muleba-cPeCmVChZu0-unsplash_1_3_1_1_270x.webp?v=1781001475\" srcset=\"//www.piquelife.com/cdn/shop/files/humphrey-muleba-cPeCmVChZu0-unsplash_1_3_1_1_145x.webp?v=1781001475 145w, //www.piquelife.com/cdn/shop/files/humphrey-muleba-cPeCmVChZu0-unsplash_1_3_1_1_270x.webp?v=1781001475 270w, //www.piquelife.com/cdn/shop/files/humphrey-muleba-cPeCmVChZu0-unsplash_1_3_1_1_580x.webp?..."
},
{
"href": "/collections/immune-support",
"text": "shop Immune Support",
"html": "<a href=\"/collections/immune-support\" class=\"ImageHero__BlockLink Link Button--Transparant\">shop Immune Support</a>"
},
{
"href": "/collections/immune-support",
"text": "Immune Support",
"html": "<a href=\"/collections/immune-support\" class=\"Link Link--primary u-h5\">Immune Support</a>"
},
{
"href": "/pages/contact-us",
"text": "Contact Us",
"html": "<a href=\"/pages/contact-us\" class=\"Link Link--primary u-h5\">Contact Us</a>"
},
{
"href": "https://help.piquelife.com/ordering/how-do-i-return-my-order",
"text": "Return Policy",
"html": "<a href=\"https://help.piquelife.com/ordering/how-do-i-return-my-order\" class=\"Link Link--primary u-h5\">Return Policy</a>"
},
{
"href": "https://help.piquelife.com/",
"text": "FAQ",
"html": "<a href=\"https://help.piquelife.com/\" class=\"Link Link--primary u-h5\">FAQ</a>"
}
],
"privacyLinks": [
{
"href": "/pages/terms-of-services",
"text": "Terms of Use",
"html": "<a href=\"/pages/terms-of-services\" class=\"Link Link--primary u-h5\">Terms of Use</a>"
},
{
"href": "https://www.piquelife.com/pages/privacy-policy",
"text": "Privacy Policy",
"html": "<a href=\"https://www.piquelife.com/pages/privacy-policy\" class=\"Link Link--primary u-h5\">Privacy Policy</a>"
},
{
"href": "/pages/privacy-policy-california-privacy-notice",
"text": "California Privacy Notice",
"html": "<a href=\"/pages/privacy-policy-california-privacy-notice\" class=\"Link Link--primary u-h5\">California Privacy Notice</a>"
}
],
"score": 40,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
5 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
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": "#",
"text": "About Us",
"html": "<a href=\"#\" class=\"Heading u-h5\">About Us</a>"
},
{
"href": "/pages/about-us",
"text": "Our Story",
"html": "<a href=\"/pages/about-us\" class=\"Link Link--primary u-h5\">Our Story</a>"
}
],
"contactLinks": [
{
"href": "/collections/immune-support",
"text": "Immune Support",
"html": "<a href=\"/collections/immune-support\" class=\"Collapsible__Button Heading Text--subdued Link Link--primary u-h7 \"> Immune Support </a>"
},
{
"href": "/collections/immune-support",
"text": "Immune Support",
"html": "<a href=\"/collections/immune-support\" class=\"Link Link--secondary\">Immune Support</a>"
},
{
"href": "/collections/immune-support",
"text": "",
"html": "<a href=\"/collections/immune-support\" class=\"Health_collectionImg\"><img src=\"//www.piquelife.com/cdn/shop/files/humphrey-muleba-cPeCmVChZu0-unsplash_1_3_1_1_270x.webp?v=1781001475\" srcset=\"//www.piquelife.com/cdn/shop/files/humphrey-muleba-cPeCmVChZu0-unsplash_1_3_1_1_145x.webp?v=1781001475 145w, //www.piquelife.com/cdn/shop/files/humphrey-muleba-cPeCmVChZu0-unsplash_1_3_1_1_270x.webp?v=1781001475 270w, //www.piquelife.com/cdn/shop/files/humphrey-muleba-cPeCmVChZu0-unsplash_1_3_1_1_580x.webp?..."
},
{
"href": "/collections/immune-support",
"text": "shop Immune Support",
"html": "<a href=\"/collections/immune-support\" class=\"ImageHero__BlockLink Link Button--Transparant\">shop Immune Support</a>"
},
{
"href": "/collections/immune-support",
"text": "Immune Support",
"html": "<a href=\"/collections/immune-support\" class=\"Link Link--primary u-h5\">Immune Support</a>"
},
{
"href": "/pages/contact-us",
"text": "Contact Us",
"html": "<a href=\"/pages/contact-us\" class=\"Link Link--primary u-h5\">Contact Us</a>"
},
{
"href": "https://help.piquelife.com/ordering/how-do-i-return-my-order",
"text": "Return Policy",
"html": "<a href=\"https://help.piquelife.com/ordering/how-do-i-return-my-order\" class=\"Link Link--primary u-h5\">Return Policy</a>"
},
{
"href": "https://help.piquelife.com/",
"text": "FAQ",
"html": "<a href=\"https://help.piquelife.com/\" class=\"Link Link--primary u-h5\">FAQ</a>"
}
],
"privacyLinks": [
{
"href": "/pages/terms-of-services",
"text": "Terms of Use",
"html": "<a href=\"/pages/terms-of-services\" class=\"Link Link--primary u-h5\">Terms of Use</a>"
},
{
"href": "https://www.piquelife.com/pages/privacy-policy",
"text": "Privacy Policy",
"html": "<a href=\"https://www.piquelife.com/pages/privacy-policy\" class=\"Link Link--primary u-h5\">Privacy Policy</a>"
},
{
"href": "/pages/privacy-policy-california-privacy-notice",
"text": "California Privacy Notice",
"html": "<a href=\"/pages/privacy-policy-california-privacy-notice\" class=\"Link Link--primary u-h5\">California Privacy Notice</a>"
}
],
"score": 40,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
Needs attention
AEO: Answer-first sections
Issue
63 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Details
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": 69,
"passing": 6,
"failing": [
{
"heading": "Discover Your Personalized Wellness Protocol",
"headingHtml": "<h2 class=\"image-banner__heading Heading u-h2 FontWeight_Six\"> Discover Your <span>Personalized</span><br> Wellness Protocol </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Our Best Sellers",
"headingHtml": "<h2 class=\"bestseller-product__heading Heading u-h2 FontWeight_Six\"> Our Best Sellers </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Nectar | Golden Fruit Sweetener",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/nectar-sweetener\">Nectar | Golden Fruit Sweetener </a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Carrara | Marine Collagen Peptides",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/carrara\">Carrara | Marine Collagen Peptides </a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Nandaka | Longevity Coffee Alternative",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/nandaka-coffee-alternative-14ct\"><span class=\"title\"> Nandaka | Longevity Coffee Alternative </span></a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Deep Hydration Protocol",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/deep-hydration-protocol-15-off\">Deep Hydration Protocol </a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Sun Goddess Matcha",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/matcha-green-tea\">Sun Goddess Matcha </a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "B•T Fountain | Beauty Electrolyte",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/bt-fountain\">B•T Fountain | Beauty Electrolyte </a> </h2>",
"firstParagraph": "Your cart is empty.Let’s build your perfect wellness protocol.",
"paragraphHtml": "<p class=\"Heading u-h3 SectionHeader__Heading\">Your cart is empty.<br>Let’s build your <span>perfect</span> wellness protocol.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Discover Your Personalized Wellness Protocol",
"headingHtml": "<h2 class=\"image-banner__heading Heading u-h2 FontWeight_Six\">Discover Your <span>Personalized</span><br> Wellness Protocol</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Our Best Sellers",
"headingHtml": "<h2 class=\"bestseller-product__heading Heading u-h2 FontWeight_Six\">Our Best Sellers</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Nectar | Golden Fruit Sweetener",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/nectar-sweetener\" tabindex=\"0\">Nectar | Golden Fruit Sweetener </a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Carrara | Marine Collagen Peptides",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/carrara\" tabindex=\"0\">Carrara | Marine Collagen Peptides </a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Nandaka | Longevity Coffee Alternative",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/nandaka-coffee-alternative-14ct\" tabindex=\"-1\"><span class=\"title\"> Nandaka | Longevity Coffee Alternative </span></a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Deep Hydration Protocol",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/deep-hydration-protocol-15-off\" tabindex=\"-1\">Deep Hydration Protocol </a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Sun Goddess Matcha",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/matcha-green-tea\" tabindex=\"-1\">Sun Goddess Matcha </a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "B•T Fountain | Beauty Electrolyte",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/bt-fountain\" tabindex=\"-1\">B•T Fountain | Beauty Electrolyte </a> </h2>",
"firstParagraph": "NEW RELEASE: NECTAR. A NEW SWEETENER CRAFTED FROM WHOLE, ORGANIC GOLDEN FRUITS |Shop Now",
"paragraphHtml": "<p class=\"AnnouncementBar__Content Heading u-h8\"> NEW RELEASE: NECTAR. A NEW SWEETENER CRAFTED FROM WHOLE, ORGANIC GOLDEN FRUITS |<a href=\"/products/nectar-sweetener\" class=\"Link Link--underline\">Shop Now</a> </p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Nectar | Golden Fruit Sweetener",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/nectar-sweetener\">Nectar | Golden Fruit Sweetener </a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Carrara | Marine Collagen Peptides",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/carrara\">Carrara | Marine Collagen Peptides </a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Radiant Skin Duo Protocol",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/radiant-skin-duo-protocol-starter-kit\">Radiant Skin Duo Protocol </a> </h2>",
"firstParagraph": "Top Sellers",
"paragraphHtml": "<p class=\"MegaMenu__Title Heading Text--subdued u-h1\">Top Sellers</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Carrara | Marine Collagen Peptides",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/carrara\">Carrara | Marine Collagen Peptides </a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Sun Goddess Matcha",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/matcha-green-tea\">Sun Goddess Matcha </a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "R•E Fountain | Calming Electrolyte",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/re-fountain\">R•E Fountain | Calming Electrolyte </a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "A New Breakthrough",
"headingHtml": "<h3 class=\"SectionHeader__SubHeading Heading u-h6\">A New Breakthrough</h3>",
"firstParagraph": "The World’s First Longevity-Focused Beauty Collagen",
"paragraphHtml": "<p class=\"SectionHeader__Description Rte\"><img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/Carrara-white_a1610fe5-3db2-4d46-baf8-a999c2a06a17.png?v=1776488950\"> The World’s First Longevity-Focused Beauty Collagen</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "HEALTH BENEFITS",
"headingHtml": "<h3 class=\"SectionHeader__SubHeading Heading u-h6 FontWeight_Six\" style=\"letter-spacing: 0.15em;\">HEALTH BENEFITS</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Experience Transformative Results",
"headingHtml": "<h2 class=\"SectionHeader__Heading Heading\">Experience <span>Transformative Results</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Radiant Skin",
"headingHtml": "<h3 class=\"ImageHero__BlockHeading Heading u-h1 FontWeight_Six\">Radiant Skin</h3>",
"firstParagraph": "Achieve a glow like no other and support healthy skin elasticity with powerful antioxidants like Vitamin C.",
"paragraphHtml": "<p>Achieve a glow like no other and support healthy skin elasticity with powerful antioxidants like Vitamin C. </p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Immune Support",
"headingHtml": "<h3 class=\"ImageHero__BlockHeading Heading u-h1 FontWeight_Six\">Immune Support</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Gut Health",
"headingHtml": "<h3 class=\"ImageHero__BlockHeading Heading u-h1 FontWeight_Six\">Gut Health</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Energy",
"headingHtml": "<h3 class=\"ImageHero__BlockHeading Heading u-h1 FontWeight_Six\">Energy</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Best Sellers",
"headingHtml": "<h2 class=\"SectionHeader__Heading Heading\">Best Sellers</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Nectar | Golden Fruit Sweetener",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h6 TextAlign__Left\"><a href=\"/products/nectar-sweetener\">Nectar | Golden Fruit Sweetener</a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Other",
"headingHtml": "<h2 class=\"ProductItem__Type u-h6 TextAlign__Left\">Other</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "For __type1:Bliss,__type2:Satisfaction,__type3:Joy",
"headingHtml": "<h2 class=\"ProductHealth__Benefit u-h6 TextAlign__Left\">For <span>__type1:Bliss</span>,<span>__type2:Satisfaction</span>,<span>__type3:Joy</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Carrara | Marine Collagen Peptides",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h6 TextAlign__Left\"><a href=\"/products/carrara\">Carrara | Marine Collagen Peptides</a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Supplements",
"headingHtml": "<h2 class=\"ProductItem__Type u-h6 TextAlign__Left\"><img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/Supplement.svg?v=1632311373\" width=\"20px\" height=\"12px\" alt=\"Supplements\"> Supplements</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "For __type1: Hair Skin Nails,__type2:Flexible Joints,__type3:Immune Cell Health",
"headingHtml": "<h2 class=\"ProductHealth__Benefit u-h6 TextAlign__Left\">For <span>__type1: Hair Skin Nails</span>,<span>__type2:Flexible Joints</span>,<span>__type3:Immune Cell Health</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Sun Goddess Matcha",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h6 TextAlign__Left\"><a href=\"/products/matcha-green-tea\">Sun Goddess Matcha</a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Green",
"headingHtml": "<h2 class=\"ProductItem__Type u-h6 TextAlign__Left\"><img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/Green.svg?v=1627447689\" width=\"20px\" height=\"12px\" alt=\"Green\"> Green </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "For __type1:Radiant Skin,__type2:Healthy Metabolism,__type3:Calm Energy",
"headingHtml": "<h2 class=\"ProductHealth__Benefit u-h6 TextAlign__Left\">For <span>__type1:Radiant Skin</span>,<span>__type2:Healthy Metabolism</span>,<span>__type3:Calm Energy</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Radiant Skin Duo Protocol",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h6 TextAlign__Left\"><a href=\"/products/radiant-skin-duo-protocol-starter-kit\">Radiant Skin Duo Protocol</a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Variety",
"headingHtml": "<h2 class=\"ProductItem__Type u-h6 TextAlign__Left\"> <img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/Variety.svg?v=1632311275\" width=\"20px\" height=\"12px\" alt=\"Variety\"> Variety </h2>",
"firstParagraph": "sun goddess matcha: 28 servings",
"paragraphHtml": "<p>sun goddess matcha: 28 servings</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "For __type1:Radiant Skin,__type2:Deep Hydration,__type3:Calm Energy",
"headingHtml": "<h2 class=\"ProductHealth__Benefit u-h6 TextAlign__Left\">For <span>__type1:Radiant Skin</span>,<span>__type2:Deep Hydration</span>,<span>__type3:Calm Energy</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Deep Hydration Protocol",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h6 TextAlign__Left\"><a href=\"/products/deep-hydration-protocol-15-off\">Deep Hydration Protocol</a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Minerals",
"headingHtml": "<h2 class=\"ProductItem__Type u-h6 TextAlign__Left\"><img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/Mineral.svg?v=1766129014\" width=\"20px\" height=\"12px\" alt=\"Supplements\"> Minerals</h2>",
"firstParagraph": "B•T Fountain: 28 Servings",
"paragraphHtml": "<p>B•T Fountain: 28 Servings</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "For __type1:Hydration,__type2:Radiant Skin,__type3:Calm",
"headingHtml": "<h2 class=\"ProductHealth__Benefit u-h6 TextAlign__Left\">For <span>__type1:Hydration</span>,<span>__type2:Radiant Skin</span>,<span>__type3:Calm</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Nandaka | Longevity Coffee Alternative",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h6 TextAlign__Left\"><a href=\"/products/nandaka-coffee-alternative-14ct\"><span class=\"title\">Nandaka | Longevity Coffee Alternative </span></a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Other",
"headingHtml": "<h2 class=\"ProductItem__Type u-h6 TextAlign__Left\">Other</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "For __type1:Calm Energy,__type2:Healthy Metabolism,__type3: Mood Support,__type4: Immune Support",
"headingHtml": "<h2 class=\"ProductHealth__Benefit u-h6 TextAlign__Left\">For <span>__type1:Calm Energy</span>,<span>__type2:Healthy Metabolism</span>,<span>__type3: Mood Support</span>,<span>__type4: Immune Support</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Pu'er Green Tea",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h6 TextAlign__Left\"><a href=\"/products/puerh-tea-green\">Pu'er Green Tea</a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Green Fermented",
"headingHtml": "<h2 class=\"ProductItem__Type u-h6 TextAlign__Left\"><img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/Green.svg?v=1627447689\" width=\"20px\" height=\"12px\" alt=\"Green\"> Green <span><img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/fermented.svg?v=1631015657\" alt=\"Fermented\"> Fermented </span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "For __type1:Radiant Skin,__type2:Immune Support,__type3:Calm Energy",
"headingHtml": "<h2 class=\"ProductHealth__Benefit u-h6 TextAlign__Left\">For <span>__type1:Radiant Skin</span>,<span>__type2:Immune Support</span>,<span>__type3:Calm Energy</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Vesper | Non-Alcoholic Adaptogenic Aperitif",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h6 TextAlign__Left\"><a href=\"/products/vesper\">Vesper | Non-Alcoholic Adaptogenic Aperitif</a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Supplements",
"headingHtml": "<h2 class=\"ProductItem__Type u-h6 TextAlign__Left\"><img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/Supplement.svg?v=1632311373\" width=\"20px\" height=\"12px\" alt=\"Supplements\"> Supplements</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "For __type1: UNWIND,__type2: ELEVATE,__type3: CONNECT",
"headingHtml": "<h2 class=\"ProductHealth__Benefit u-h6 TextAlign__Left\">For <span>__type1: UNWIND</span>,<span>__type2: ELEVATE</span>,<span>__type3: CONNECT</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "why pique?",
"headingHtml": "<h3 class=\"SectionHeader__SubHeading Heading u-h6\">why pique?</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The Pique Distinction",
"headingHtml": "<h2 class=\"SectionHeader__Heading Heading\">The <span>Pique</span> Distinction</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Perfected with Science",
"headingHtml": "<h2 class=\"TextGrid__Title Heading u-h1 FontWeight_Six\">Perfected with Science</h2>",
"firstParagraph": "Using cutting-edge Cold Extraction Technology [CET]™, we harness full-spectrum bioactive compounds to deliver potent phytonutrients with unparalleled bioavailability. Full-Spectrum Isolate Synthesis [F-SIS]™ synthesizes the most bioactive isolates with best-in-class, whole food sources to deliver payloads of essenti...",
"paragraphHtml": "<p>Using cutting-edge Cold Extraction Technology [CET]™, we harness full-spectrum bioactive compounds to deliver potent phytonutrients with unparalleled bioavailability. Full-Spectrum Isolate Synthesis [F-SIS]™ synthesizes the most bioactive isolates with best-in-class, whole food sources to deliver payloads of essential nutrients into your cells for enhanced absorption. </p>",
"words": 44,
"direct": false,
"issue": "First paragraph is 44 words and does not look like a concise direct answer."
},
{
"heading": "Subscribe and save",
"headingHtml": "<h2 class=\"SectionHeader__Heading Heading\">Subscribe and save</h2>",
"firstParagraph": "Save on every order",
"paragraphHtml": "<p><img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/checkmark.svg?v=1629366814\" width=\"36px\" height=\"20px\" alt=\"Checkmark\"> Save on every order</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "Pique into our socials",
"headingHtml": "<h2 class=\"SectionHeader__Heading Heading\"><span>Pique</span> into our socials</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Get Piqued",
"headingHtml": "<h2 class=\"SectionHeader__Heading Heading hidden-tablet-and-up\">Get <span>Piqued</span> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Claim 12 samples with any order. A $25 welcome gift.",
"headingHtml": "<h2 class=\"FooterNewsletter__Title hidden-phone\">Claim 12 samples <span>with any order.<br> A $25 welcome gift.</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Shop",
"headingHtml": "<h2 class=\"Footer__Title Heading u-h6\">Shop</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "About",
"headingHtml": "<h2 class=\"Footer__Title Heading u-h6\">About</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
Needs attention
AEO: Question-led structure
Issue
63 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
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": 62,
"questionH2s": [],
"hasFaq": true,
"score": 50,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 55/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 55/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: pique, life, source, radiant, health.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Entity and definition clarity
Score
55/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Entity and definition clarity scored 55/100 and needs improvement.
Evidence
{
"title": "Pique Life | Your source of radiant health",
"h1": "",
"description": "25,700+ 5-star reviews. Shop Teas & Superfoods Designed for Immune Support, Healthy Digestion, Fasting, Calm Energy. Shop Green Tea, Matcha Tea, Supplements, Pu’erh Tea, Black Tea, Decaf Tea, Turmeric Tea, Tea Gifts and Tea Accessories today! Try The Best Supplements & Superfoods and Improve Your Health Today!",
"topicOverlap": 0,
"definitionCount": 18,
"topicTerms": [
"pique",
"life",
"source",
"radiant",
"health"
],
"descriptionTerms": [
"700",
"star",
"reviews",
"shop",
"teas",
"superfoods",
"designed",
"immune",
"support",
"healthy",
"digestion",
"fasting",
"calm",
"energy",
"green",
"tea",
"matcha",
"supplements"
],
"missingFromDescription": [
"pique",
"life",
"source",
"radiant",
"health"
],
"score": 55,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
8 explanatory paragraph(s) could be stronger for citation or AI extraction.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Explanatory content depth
Score
75/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Explanatory content depth scored 75/100 and needs improvement.
Evidence
{
"candidatePassages": 8,
"citablePassages": 0,
"failingCandidateParagraphs": [
{
"index": 16,
"heading": "H2: Refined by Sages",
"text": "Grounded in the collective ancient wisdom of Traditional Chinese Medicine and Ayurveda, our formulations are constructed with Eastern Medicinal Architecture [EMA]™. The inner universe of our body is harmonized with the outer universe of our exposomes to restore balance and sustain radiant health.",
"words": 43,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (43 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>Grounded in the collective ancient wisdom of Traditional Chinese Medicine and Ayurveda, our formulations are constructed with Eastern Medicinal Architecture [EMA]™. The inner universe of our body is harmonized with the outer universe of our exposomes to restore balance and sustain radiant health.</p>"
},
{
"index": 17,
"heading": "H2: Perfected with Science",
"text": "Using cutting-edge Cold Extraction Technology [CET]™, we harness full-spectrum bioactive compounds to deliver potent phytonutrients with unparalleled bioavailability. Full-Spectrum Isolate Synthesis [F-SIS]™ synthesizes the most bioactive isolates with best-in-class, whole food sources to deliver payloads of essential nutrients into your cells for enhanced absorption.",
"words": 44,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (44 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>Using cutting-edge Cold Extraction Technology [CET]™, we harness full-spectrum bioactive compounds to deliver potent phytonutrients with unparalleled bioavailability. Full-Spectrum Isolate Synthesis [F-SIS]™ synthesizes the most bioactive isolates with best-in-class, whole food sources to deliver payloads of essential nutrients into your cells for enhanced absorption. </p>"
},
{
"index": 30,
"heading": "H2: Trusted by health & beauty experts",
"text": "“I’ve tried other coffee replacements, but they taste bad and aren’t effective…I’ve finally found THE one that is designed for me. I have been drinking Pique for months now and am in love with their coffee replacement.”",
"words": 41,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (41 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"QuoteText\">“I’ve tried other coffee replacements, but they taste bad and aren’t effective…I’ve finally found THE one that is designed for me. I have been drinking Pique for months now and am in love with their coffee replacement.”</p>"
},
{
"index": 33,
"heading": "H2: Trusted by health & beauty experts",
"text": "“I switch between coffee and matcha or green tea in the mornings. Pique Teas are very interesting because they make a powder form of tea, and it comes in this very cool little package. They are one of the products I can't live without.”",
"words": 44,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (44 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"QuoteText\">“I switch between coffee and matcha or green tea in the mornings. Pique Teas are very interesting because they make a powder form of tea, and it comes in this very cool little package. They are one of the products I can't live without.”</p>"
},
{
"index": 45,
"heading": "H2: Trusted by health & beauty experts",
"text": "“I’ve tried other coffee replacements, but they taste bad and aren’t effective…I’ve finally found THE one that is designed for me. I have been drinking Pique for months now and am in love with their coffee replacement.”",
"words": 41,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (41 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"QuoteText\">“I’ve tried other coffee replacements, but they taste bad and aren’t effective…I’ve finally found THE one that is designed for me. I have been drinking Pique for months now and am in love with their coffee replacement.”</p>"
},
{
"index": 48,
"heading": "H2: Trusted by health & beauty experts",
"text": "“I switch between coffee and matcha or green tea in the mornings. Pique Teas are very interesting because they make a powder form of tea, and it comes in this very cool little package. They are one of the products I can't live without.”",
"words": 44,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (44 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"QuoteText\">“I switch between coffee and matcha or green tea in the mornings. Pique Teas are very interesting because they make a powder form of tea, and it comes in this very cool little package. They are one of the products I can't live without.”</p>"
},
{
"index": 72,
"heading": "H2: Raving fans, stellar reviews",
"text": "\"I love Pique’s products! I can’t go anywhere without my Matcha or Daily Radiance. This paired with tons of water is the key to glowing and youthful skin, I recommend Pique to all of my friends as well!\"",
"words": 40,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (40 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"QuoteText\">"I love Pique’s products! I can’t go anywhere without my <a class=\"rdlp\" href=\"https://www.piquelife.com/products/matcha-green-tea\">Matcha</a> or <a class=\"rdlp\" href=\"https://www.piquelife.com/products/elderberry-liposomal-vitamin-c\">Daily Radiance</a>. This paired with tons of water is the key to glowing and youthful skin, I recommend Pique to all of my friends as well!" </p>"
},
{
"index": 75,
"heading": "H2: Raving fans, stellar reviews",
"text": "\"B•T Fountain has been a staple in my diet recently, I usually add this to a smoothie I make daily and it has improved the hydration in my face exponentially. I see a difference in my appearance if I miss a day taking this. This should be included in everyone's daily routine!\"",
"words": 53,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (53 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"QuoteText\">"<a class=\"rdlp\" href=\"https://www.piquelife.com/products/bt-fountain\">B•T Fountain</a> has been a staple in my diet recently, I usually add this to a smoothie I make daily and it has improved the hydration in my face exponentially. I see a difference in my appearance if I miss a day taking this. This should be included in everyone's daily routine!" </p>"
}
],
"citableParagraphs": [],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Needs attention
GEO: Extraction-friendly structure
Issue
Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Extraction-friendly structure
Score
85/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Evidence
{
"hasSummary": false,
"tableCount": 0,
"tablesWithHead": 0,
"tablesMissingThead": [],
"orderedLists": 0,
"hasFaq": true,
"definitionPatterns": 18,
"schemaBlocks": 1,
"missingSignals": [
"optional top summary / TL;DR / key takeaways block",
"table with <thead> only if the page already has tabular/comparative data",
"ordered list only if the page explains a workflow/process"
],
"score": 85,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
68 image(s) are missing width/height attributes. 4 possible modal/interstitial element(s) detected.
Details
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",
"visibleWords": 2086,
"htmlBytes": 389087,
"imagesMissingDimensions": [
{
"src": "https://cdn.shopify.com/s/files/1/2135/4367/files/Vector_1_1.png?v=1766561250",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/Vector_1_1.png?v=1766561250\" alt=\"right-arrow\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/Desktop-PLP_2_c14489ca-dfd0-4e10-a4ac-f5ef6c43a0c8.png?v=1768540167",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"image-banner__image Image--lazyLoad\" src=\"//www.piquelife.com/cdn/shop/files/Desktop-PLP_2_c14489ca-dfd0-4e10-a4ac-f5ef6c43a0c8.png?v=1768540167\" data-src=\"//www.piquelife.com/cdn/shop/files/Desktop-PLP_2_c14489ca-dfd0-4e10-a4ac-f5ef6c43a0c8.png?v=1768540167\" alt>"
},
{
"src": "https://cdn.shopify.com/s/files/1/2135/4367/files/Vector_1_2.png?v=1766561574",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/Vector_1_2.png?v=1766561574\" alt=\"Menu Collapsible icon\">"
},
{
"src": "https://cdn.shopify.com/s/files/1/2135/4367/files/Vector_1_2.png?v=1766561574",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/Vector_1_2.png?v=1766561574\" alt=\"Menu Collapsible icon\">"
},
{
"src": "https://cdn.shopify.com/s/files/1/2135/4367/files/Vector_1_2.png?v=1766561574",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/Vector_1_2.png?v=1766561574\" alt=\"Menu Collapsible icon\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/Nectar_03_600x.png?v=1776402380",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image ProductItem__Image--alternate\" src=\"//www.piquelife.com/cdn/shop/files/Nectar_03_600x.png?v=1776402380\" alt=\"alternate-img\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/Nectar_FAFAFA_600x.png?v=1776906551",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image\" src=\"//www.piquelife.com/cdn/shop/files/Nectar_FAFAFA_600x.png?v=1776906551\" alt=\"Nectar | Golden Fruit Sweetener\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/PDP-Default-Hover_600x.jpg?v=1776978556",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image ProductItem__Image--alternate\" src=\"//www.piquelife.com/cdn/shop/files/PDP-Default-Hover_600x.jpg?v=1776978556\" alt=\"Carrara | Marine Collagen Peptides\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/FAFAFA-spoon_1_600x.png?v=1777108183",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image\" src=\"//www.piquelife.com/cdn/shop/files/FAFAFA-spoon_1_600x.png?v=1777108183\" alt=\"Carrara | Marine Collagen Peptides\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/PDP_NANDAKA_1_1_600x.jpg?v=1766561091",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image ProductItem__Image--alternate\" src=\"//www.piquelife.com/cdn/shop/files/PDP_NANDAKA_1_1_600x.jpg?v=1766561091\" alt=\"Nandaka | Longevity Coffee Alternative (14ct)\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/NandakaPDP_FAFAFA_2_600x.webp?v=1727383709",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image\" src=\"//www.piquelife.com/cdn/shop/files/NandakaPDP_FAFAFA_2_600x.webp?v=1727383709\" alt=\"Nandaka | Longevity Coffee Alternative (14ct)\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/06242025_-743-_1_600x.jpg?v=1763673670",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image ProductItem__Image--alternate\" src=\"//www.piquelife.com/cdn/shop/files/06242025_-743-_1_600x.jpg?v=1763673670\" alt=\"Deep Hydration Protocol\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/Artboard11_1_600x.png?v=1753477832",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image\" src=\"//www.piquelife.com/cdn/shop/files/Artboard11_1_600x.png?v=1753477832\" alt=\"Deep Hydration Protocol\">"
},
{
"src": "//www.piquelife.com/cdn/shop/products/SGMPDP_5_600x.jpg?v=1654896785",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image ProductItem__Image--alternate\" src=\"//www.piquelife.com/cdn/shop/products/SGMPDP_5_600x.jpg?v=1654896785\" alt=\"Sun Goddess Matcha\">"
},
{
"src": "//www.piquelife.com/cdn/shop/products/SUNGODDESSMATCHA_FAFAFA_c25c1096-5fa7-4fd8-893e-01a362d53900_600x.jpg?v=1644886971",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image\" src=\"//www.piquelife.com/cdn/shop/products/SUNGODDESSMATCHA_FAFAFA_c25c1096-5fa7-4fd8-893e-01a362d53900_600x.jpg?v=1644886971\" alt=\"Sun Goddess Matcha\">"
},
{
"src": "//www.piquelife.com/cdn/shop/products/BTOX_PDP_carosel38-BT_600x.jpg?v=1654843334",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image ProductItem__Image--alternate\" src=\"//www.piquelife.com/cdn/shop/products/BTOX_PDP_carosel38-BT_600x.jpg?v=1654843334\" alt=\"B•T Fountain | Beauty Electrolyte\">"
},
{
"src": "//www.piquelife.com/cdn/shop/products/BT_White_Sillo_FAFAFAV2_1_600x.png?v=1654843334",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image\" src=\"//www.piquelife.com/cdn/shop/products/BT_White_Sillo_FAFAFAV2_1_600x.png?v=1654843334\" alt=\"B•T Fountain | Beauty Electrolyte\">"
},
{
"src": "https://cdn.shopify.com/s/files/1/2135/4367/files/Vector_1_1.png?v=1766561250",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/Vector_1_1.png?v=1766561250\" alt=\"right-arrow\">"
},
{
"src": "https://cdn.shopify.com/s/files/1/2135/4367/files/Quiz.png?v=1767958786",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"image-banner__image Image--lazyLoaded\" src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/Quiz.png?v=1767958786\" data-src=\"//www.piquelife.com/cdn/shop/files/Slide-menu-banner.png?v=1766560228\" alt=\"Quiz-banner-image\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/Nectar_03_600x.png?v=1776402380",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image ProductItem__Image--alternate\" src=\"//www.piquelife.com/cdn/shop/files/Nectar_03_600x.png?v=1776402380\" alt=\"alternate-img\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/Nectar_FAFAFA_600x.png?v=1776906551",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image\" src=\"//www.piquelife.com/cdn/shop/files/Nectar_FAFAFA_600x.png?v=1776906551\" alt=\"Nectar | Golden Fruit Sweetener\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/PDP-Default-Hover_600x.jpg?v=1776978556",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image ProductItem__Image--alternate\" src=\"//www.piquelife.com/cdn/shop/files/PDP-Default-Hover_600x.jpg?v=1776978556\" alt=\"Carrara | Marine Collagen Peptides\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/FAFAFA-spoon_1_600x.png?v=1777108183",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image\" src=\"//www.piquelife.com/cdn/shop/files/FAFAFA-spoon_1_600x.png?v=1777108183\" alt=\"Carrara | Marine Collagen Peptides\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/PDP_NANDAKA_1_1_600x.jpg?v=1766561091",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image ProductItem__Image--alternate\" src=\"//www.piquelife.com/cdn/shop/files/PDP_NANDAKA_1_1_600x.jpg?v=1766561091\" alt=\"Nandaka | Longevity Coffee Alternative (14ct)\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/NandakaPDP_FAFAFA_2_600x.webp?v=1727383709",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image\" src=\"//www.piquelife.com/cdn/shop/files/NandakaPDP_FAFAFA_2_600x.webp?v=1727383709\" alt=\"Nandaka | Longevity Coffee Alternative (14ct)\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/06242025_-743-_1_600x.jpg?v=1763673670",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image ProductItem__Image--alternate\" src=\"//www.piquelife.com/cdn/shop/files/06242025_-743-_1_600x.jpg?v=1763673670\" alt=\"Deep Hydration Protocol\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/Artboard11_1_600x.png?v=1753477832",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image\" src=\"//www.piquelife.com/cdn/shop/files/Artboard11_1_600x.png?v=1753477832\" alt=\"Deep Hydration Protocol\">"
},
{
"src": "//www.piquelife.com/cdn/shop/products/SGMPDP_5_600x.jpg?v=1654896785",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image ProductItem__Image--alternate\" src=\"//www.piquelife.com/cdn/shop/products/SGMPDP_5_600x.jpg?v=1654896785\" alt=\"Sun Goddess Matcha\">"
},
{
"src": "//www.piquelife.com/cdn/shop/products/SUNGODDESSMATCHA_FAFAFA_c25c1096-5fa7-4fd8-893e-01a362d53900_600x.jpg?v=1644886971",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image\" src=\"//www.piquelife.com/cdn/shop/products/SUNGODDESSMATCHA_FAFAFA_c25c1096-5fa7-4fd8-893e-01a362d53900_600x.jpg?v=1644886971\" alt=\"Sun Goddess Matcha\">"
},
{
"src": "//www.piquelife.com/cdn/shop/products/BTOX_PDP_carosel38-BT_600x.jpg?v=1654843334",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image ProductItem__Image--alternate\" src=\"//www.piquelife.com/cdn/shop/products/BTOX_PDP_carosel38-BT_600x.jpg?v=1654843334\" alt=\"B•T Fountain | Beauty Electrolyte\">"
},
{
"src": "//www.piquelife.com/cdn/shop/products/BT_White_Sillo_FAFAFAV2_1_600x.png?v=1654843334",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image\" src=\"//www.piquelife.com/cdn/shop/products/BT_White_Sillo_FAFAFAV2_1_600x.png?v=1654843334\" alt=\"B•T Fountain | Beauty Electrolyte\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/Nectar_03_600x.png?v=1776402380",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image ProductItem__Image--alternate\" src=\"//www.piquelife.com/cdn/shop/files/Nectar_03_600x.png?v=1776402380\" alt=\"alternate-img\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/Nectar_FAFAFA_600x.png?v=1776906551",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image\" src=\"//www.piquelife.com/cdn/shop/files/Nectar_FAFAFA_600x.png?v=1776906551\" alt=\"Nectar | Golden Fruit Sweetener\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/PDP-Default-Hover_600x.jpg?v=1776978556",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image ProductItem__Image--alternate\" src=\"//www.piquelife.com/cdn/shop/files/PDP-Default-Hover_600x.jpg?v=1776978556\" alt=\"Carrara | Marine Collagen Peptides\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/FAFAFA-spoon_1_600x.png?v=1777108183",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image\" src=\"//www.piquelife.com/cdn/shop/files/FAFAFA-spoon_1_600x.png?v=1777108183\" alt=\"Carrara | Marine Collagen Peptides\">"
},
{
"src": "//www.piquelife.com/cdn/shop/products/BTF_MATCHABUNDLE-PDP-03_c7d9400f-7bd1-4703-ab3a-e6f9eec0abca_600x.png?v=1710209047",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image ProductItem__Image--alternate\" src=\"//www.piquelife.com/cdn/shop/products/BTF_MATCHABUNDLE-PDP-03_c7d9400f-7bd1-4703-ab3a-e6f9eec0abca_600x.png?v=1710209047\" alt=\"Radiant Skin Duo Protocol\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/BTF_MATCHABUNDLE_FAFAFA_95cb357b-78c0-4c53-93b8-3b47e136302f_600x.webp?v=1705467702",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image\" src=\"//www.piquelife.com/cdn/shop/files/BTF_MATCHABUNDLE_FAFAFA_95cb357b-78c0-4c53-93b8-3b47e136302f_600x.webp?v=1705467702\" alt=\"Radiant Skin Duo Protocol\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/PDP-Default-Hover_600x.jpg?v=1776978556",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image ProductItem__Image--alternate\" src=\"//www.piquelife.com/cdn/shop/files/PDP-Default-Hover_600x.jpg?v=1776978556\" alt=\"Carrara | Marine Collagen Peptides\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/FAFAFA-spoon_1_600x.png?v=1777108183",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image\" src=\"//www.piquelife.com/cdn/shop/files/FAFAFA-spoon_1_600x.png?v=1777108183\" alt=\"Carrara | Marine Collagen Peptides\">"
},
{
"src": "//www.piquelife.com/cdn/shop/products/SGMPDP_5_600x.jpg?v=1654896785",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image ProductItem__Image--alternate\" src=\"//www.piquelife.com/cdn/shop/products/SGMPDP_5_600x.jpg?v=1654896785\" alt=\"Sun Goddess Matcha\">"
},
{
"src": "//www.piquelife.com/cdn/shop/products/SUNGODDESSMATCHA_FAFAFA_c25c1096-5fa7-4fd8-893e-01a362d53900_600x.jpg?v=1644886971",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image\" src=\"//www.piquelife.com/cdn/shop/products/SUNGODDESSMATCHA_FAFAFA_c25c1096-5fa7-4fd8-893e-01a362d53900_600x.jpg?v=1644886971\" alt=\"Sun Goddess Matcha\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/Artboard8_277c1ac0-7491-4361-95f4-8ea00238d962_600x.jpg?v=1770335747",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image ProductItem__Image--alternate\" src=\"//www.piquelife.com/cdn/shop/files/Artboard8_277c1ac0-7491-4361-95f4-8ea00238d962_600x.jpg?v=1770335747\" alt=\"R•E Fountain | Calming Electrolyte\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/2026_0205_REFountain_14ctRender_SL01_1_600x.jpg?v=1770370902",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image\" src=\"//www.piquelife.com/cdn/shop/files/2026_0205_REFountain_14ctRender_SL01_1_600x.jpg?v=1770370902\" alt=\"R•E Fountain | Calming Electrolyte\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/Desktop-Homepage2.png?v=1781132939&width=1600",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//www.piquelife.com/cdn/shop/files/Desktop-Homepage2.png?v=1781132939&width=1600\" alt=\"Hero image\" fetchpriority=\"high\" decoding=\"sync\" style=\"width: 100%;\">"
},
{
"src": "https://cdn.shopify.com/s/files/1/2135/4367/files/Carrara-white_a1610fe5-3db2-4d46-baf8-a999c2a06a17.png?v=1776488950",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/Carrara-white_a1610fe5-3db2-4d46-baf8-a999c2a06a17.png?v=1776488950\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/Nectar_03_600x.png?v=1776402380",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image ProductItem__Image--alternate\" src=\"//www.piquelife.com/cdn/shop/files/Nectar_03_600x.png?v=1776402380\" alt=\"alternate-img\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/Nectar_FAFAFA_600x.png?v=1776906551",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image\" src=\"//www.piquelife.com/cdn/shop/files/Nectar_FAFAFA_600x.png?v=1776906551\" alt=\"Nectar | Golden Fruit Sweetener\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/PDP-Default-Hover_600x.jpg?v=1776978556",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image ProductItem__Image--alternate\" src=\"//www.piquelife.com/cdn/shop/files/PDP-Default-Hover_600x.jpg?v=1776978556\" alt=\"Carrara | Marine Collagen Peptides\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/FAFAFA-spoon_1_600x.png?v=1777108183",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image\" src=\"//www.piquelife.com/cdn/shop/files/FAFAFA-spoon_1_600x.png?v=1777108183\" alt=\"Carrara | Marine Collagen Peptides\">"
},
{
"src": "//www.piquelife.com/cdn/shop/products/SGMPDP_5_600x.jpg?v=1654896785",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image ProductItem__Image--alternate\" src=\"//www.piquelife.com/cdn/shop/products/SGMPDP_5_600x.jpg?v=1654896785\" alt=\"Sun Goddess Matcha\">"
},
{
"src": "//www.piquelife.com/cdn/shop/products/SUNGODDESSMATCHA_FAFAFA_c25c1096-5fa7-4fd8-893e-01a362d53900_600x.jpg?v=1644886971",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image\" src=\"//www.piquelife.com/cdn/shop/products/SUNGODDESSMATCHA_FAFAFA_c25c1096-5fa7-4fd8-893e-01a362d53900_600x.jpg?v=1644886971\" alt=\"Sun Goddess Matcha\">"
},
{
"src": "//www.piquelife.com/cdn/shop/products/BTF_MATCHABUNDLE-PDP-03_c7d9400f-7bd1-4703-ab3a-e6f9eec0abca_600x.png?v=1710209047",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image ProductItem__Image--alternate\" src=\"//www.piquelife.com/cdn/shop/products/BTF_MATCHABUNDLE-PDP-03_c7d9400f-7bd1-4703-ab3a-e6f9eec0abca_600x.png?v=1710209047\" alt=\"Radiant Skin Duo Protocol\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/BTF_MATCHABUNDLE_FAFAFA_95cb357b-78c0-4c53-93b8-3b47e136302f_600x.webp?v=1705467702",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image\" src=\"//www.piquelife.com/cdn/shop/files/BTF_MATCHABUNDLE_FAFAFA_95cb357b-78c0-4c53-93b8-3b47e136302f_600x.webp?v=1705467702\" alt=\"Radiant Skin Duo Protocol\">"
},
{
"src": "https://cdn.shopify.com/s/files/1/2135/4367/files/info-icon_40x.png?v=1659418089",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"info-icon-servings\" src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/info-icon_40x.png?v=1659418089\" alt=\"Information\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/06242025_-743-_1_600x.jpg?v=1763673670",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image ProductItem__Image--alternate\" src=\"//www.piquelife.com/cdn/shop/files/06242025_-743-_1_600x.jpg?v=1763673670\" alt=\"Deep Hydration Protocol\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/Artboard11_1_600x.png?v=1753477832",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image\" src=\"//www.piquelife.com/cdn/shop/files/Artboard11_1_600x.png?v=1753477832\" alt=\"Deep Hydration Protocol\">"
},
{
"src": "https://cdn.shopify.com/s/files/1/2135/4367/files/info-icon_40x.png?v=1659418089",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"info-icon-servings\" src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/info-icon_40x.png?v=1659418089\" alt=\"Information\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/PDP_NANDAKA_1_1_600x.jpg?v=1766561091",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image ProductItem__Image--alternate\" src=\"//www.piquelife.com/cdn/shop/files/PDP_NANDAKA_1_1_600x.jpg?v=1766561091\" alt=\"Nandaka | Longevity Coffee Alternative (14ct)\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/NandakaPDP_FAFAFA_2_600x.webp?v=1727383709",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image\" src=\"//www.piquelife.com/cdn/shop/files/NandakaPDP_FAFAFA_2_600x.webp?v=1727383709\" alt=\"Nandaka | Longevity Coffee Alternative (14ct)\">"
},
{
"src": "//www.piquelife.com/cdn/shop/products/PuerGreenPDP_updatedsachet_2_600x.jpg?v=1654908151",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image ProductItem__Image--alternate\" src=\"//www.piquelife.com/cdn/shop/products/PuerGreenPDP_updatedsachet_2_600x.jpg?v=1654908151\" alt=\"Pu'er Green Tea\">"
},
{
"src": "//www.piquelife.com/cdn/shop/products/PUERGREEN_FAFAFA_600x.jpg?v=1644889810",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image\" src=\"//www.piquelife.com/cdn/shop/products/PUERGREEN_FAFAFA_600x.jpg?v=1644889810\" alt=\"Pu'er Green Tea\">"
},
{
"src": "https://cdn.shopify.com/s/files/1/2135/4367/files/fermented.svg?v=1631015657",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/fermented.svg?v=1631015657\" alt=\"Fermented\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/Vesper-1_1970d150-8059-432d-94d1-c1383a1c173a_600x.png?v=1765608496",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image ProductItem__Image--alternate\" src=\"//www.piquelife.com/cdn/shop/files/Vesper-1_1970d150-8059-432d-94d1-c1383a1c173a_600x.png?v=1765608496\" alt=\"Vesper | Non-Alcoholic Adaptogenic Aperitif\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/FAFAFA_Drink_ab57c51e-5331-43b1-b4bf-6b05917bc5f3_600x.png?v=1765236927",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"ProductItem__Image\" src=\"//www.piquelife.com/cdn/shop/files/FAFAFA_Drink_ab57c51e-5331-43b1-b4bf-6b05917bc5f3_600x.png?v=1765236927\" alt=\"Vesper | Non-Alcoholic Adaptogenic Aperitif\">"
},
{
"src": "//www.piquelife.com/cdn/shop/files/Desktop-Beige_800x.png?v=1760398196",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//www.piquelife.com/cdn/shop/files/Desktop-Beige_800x.png?v=1760398196\" alt>"
},
{
"src": "//www.piquelife.com/cdn/shop/files/subscribeandsave_1000x_72f484c0-ff18-4eb3-9291-da3cf728729e.png?v=1770457271",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//www.piquelife.com/cdn/shop/files/subscribeandsave_1000x_72f484c0-ff18-4eb3-9291-da3cf728729e.png?v=1770457271\" class=\"Image--lazyLoad Image--slideLeft \" data-expand=\"-200\" data-widths=\"[400,600,700,800,900,1000]\" data-sizes=\"auto\" alt>"
},
{
"src": "//www.piquelife.com/cdn/shop/files/subscribeandsave_1000x_72f484c0-ff18-4eb3-9291-da3cf728729e_800x.png?v=1770457271",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//www.piquelife.com/cdn/shop/files/subscribeandsave_1000x_72f484c0-ff18-4eb3-9291-da3cf728729e_800x.png?v=1770457271\" alt>"
},
{
"src": "//www.piquelife.com/cdn/shop/files/star-rating.svg?v=1676483097",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"//www.piquelife.com/cdn/shop/files/star-rating.svg?v=1676483097\" alt=\"Rating\">"
}
],
"possibleDialogs": [
"<span class=\"hover-popup\">EGCG catechins<span class=\"hover-tooltip\">EGCG is a powerful antioxidant that helps support a healthy inflammation response and weight management.</span> </span>",
"<div class=\"hover-popup\">theaflavins<span class=\"hover-tooltip\">Theaflavins help support the heart and digestive system as well as provide overall antioxidant support.</span> </div>",
"<span class=\"hover-popup\">polyphenols<span class=\"hover-tooltip\">Polyphenols help support the growth of good bacteria essential for gut health, a glowing complexion, and more.</span> </span>",
"<div class=\"hover-popup\">L-theanine <span class=\"hover-tooltip\">A special amino acid that helps stimulate the release of feel good hormones like serotonin, GABA, and dopamine for a relaxation effect.</span> </div>"
],
"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
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
Needs attention
AIO: Answer block readiness
Issue
63 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Details
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": 69,
"passing": 6,
"failing": [
{
"heading": "Discover Your Personalized Wellness Protocol",
"headingHtml": "<h2 class=\"image-banner__heading Heading u-h2 FontWeight_Six\"> Discover Your <span>Personalized</span><br> Wellness Protocol </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Our Best Sellers",
"headingHtml": "<h2 class=\"bestseller-product__heading Heading u-h2 FontWeight_Six\"> Our Best Sellers </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Nectar | Golden Fruit Sweetener",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/nectar-sweetener\">Nectar | Golden Fruit Sweetener </a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Carrara | Marine Collagen Peptides",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/carrara\">Carrara | Marine Collagen Peptides </a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Nandaka | Longevity Coffee Alternative",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/nandaka-coffee-alternative-14ct\"><span class=\"title\"> Nandaka | Longevity Coffee Alternative </span></a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Deep Hydration Protocol",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/deep-hydration-protocol-15-off\">Deep Hydration Protocol </a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Sun Goddess Matcha",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/matcha-green-tea\">Sun Goddess Matcha </a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "B•T Fountain | Beauty Electrolyte",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/bt-fountain\">B•T Fountain | Beauty Electrolyte </a> </h2>",
"firstParagraph": "Your cart is empty.Let’s build your perfect wellness protocol.",
"paragraphHtml": "<p class=\"Heading u-h3 SectionHeader__Heading\">Your cart is empty.<br>Let’s build your <span>perfect</span> wellness protocol.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Discover Your Personalized Wellness Protocol",
"headingHtml": "<h2 class=\"image-banner__heading Heading u-h2 FontWeight_Six\">Discover Your <span>Personalized</span><br> Wellness Protocol</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Our Best Sellers",
"headingHtml": "<h2 class=\"bestseller-product__heading Heading u-h2 FontWeight_Six\">Our Best Sellers</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Nectar | Golden Fruit Sweetener",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/nectar-sweetener\" tabindex=\"0\">Nectar | Golden Fruit Sweetener </a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Carrara | Marine Collagen Peptides",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/carrara\" tabindex=\"0\">Carrara | Marine Collagen Peptides </a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Nandaka | Longevity Coffee Alternative",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/nandaka-coffee-alternative-14ct\" tabindex=\"-1\"><span class=\"title\"> Nandaka | Longevity Coffee Alternative </span></a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Deep Hydration Protocol",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/deep-hydration-protocol-15-off\" tabindex=\"-1\">Deep Hydration Protocol </a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Sun Goddess Matcha",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/matcha-green-tea\" tabindex=\"-1\">Sun Goddess Matcha </a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "B•T Fountain | Beauty Electrolyte",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/bt-fountain\" tabindex=\"-1\">B•T Fountain | Beauty Electrolyte </a> </h2>",
"firstParagraph": "NEW RELEASE: NECTAR. A NEW SWEETENER CRAFTED FROM WHOLE, ORGANIC GOLDEN FRUITS |Shop Now",
"paragraphHtml": "<p class=\"AnnouncementBar__Content Heading u-h8\"> NEW RELEASE: NECTAR. A NEW SWEETENER CRAFTED FROM WHOLE, ORGANIC GOLDEN FRUITS |<a href=\"/products/nectar-sweetener\" class=\"Link Link--underline\">Shop Now</a> </p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Nectar | Golden Fruit Sweetener",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/nectar-sweetener\">Nectar | Golden Fruit Sweetener </a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Carrara | Marine Collagen Peptides",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/carrara\">Carrara | Marine Collagen Peptides </a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Radiant Skin Duo Protocol",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/radiant-skin-duo-protocol-starter-kit\">Radiant Skin Duo Protocol </a> </h2>",
"firstParagraph": "Top Sellers",
"paragraphHtml": "<p class=\"MegaMenu__Title Heading Text--subdued u-h1\">Top Sellers</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Carrara | Marine Collagen Peptides",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/carrara\">Carrara | Marine Collagen Peptides </a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Sun Goddess Matcha",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/matcha-green-tea\">Sun Goddess Matcha </a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "R•E Fountain | Calming Electrolyte",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/re-fountain\">R•E Fountain | Calming Electrolyte </a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "A New Breakthrough",
"headingHtml": "<h3 class=\"SectionHeader__SubHeading Heading u-h6\">A New Breakthrough</h3>",
"firstParagraph": "The World’s First Longevity-Focused Beauty Collagen",
"paragraphHtml": "<p class=\"SectionHeader__Description Rte\"><img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/Carrara-white_a1610fe5-3db2-4d46-baf8-a999c2a06a17.png?v=1776488950\"> The World’s First Longevity-Focused Beauty Collagen</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "HEALTH BENEFITS",
"headingHtml": "<h3 class=\"SectionHeader__SubHeading Heading u-h6 FontWeight_Six\" style=\"letter-spacing: 0.15em;\">HEALTH BENEFITS</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Experience Transformative Results",
"headingHtml": "<h2 class=\"SectionHeader__Heading Heading\">Experience <span>Transformative Results</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Radiant Skin",
"headingHtml": "<h3 class=\"ImageHero__BlockHeading Heading u-h1 FontWeight_Six\">Radiant Skin</h3>",
"firstParagraph": "Achieve a glow like no other and support healthy skin elasticity with powerful antioxidants like Vitamin C.",
"paragraphHtml": "<p>Achieve a glow like no other and support healthy skin elasticity with powerful antioxidants like Vitamin C. </p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Immune Support",
"headingHtml": "<h3 class=\"ImageHero__BlockHeading Heading u-h1 FontWeight_Six\">Immune Support</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Gut Health",
"headingHtml": "<h3 class=\"ImageHero__BlockHeading Heading u-h1 FontWeight_Six\">Gut Health</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Energy",
"headingHtml": "<h3 class=\"ImageHero__BlockHeading Heading u-h1 FontWeight_Six\">Energy</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Best Sellers",
"headingHtml": "<h2 class=\"SectionHeader__Heading Heading\">Best Sellers</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Nectar | Golden Fruit Sweetener",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h6 TextAlign__Left\"><a href=\"/products/nectar-sweetener\">Nectar | Golden Fruit Sweetener</a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Other",
"headingHtml": "<h2 class=\"ProductItem__Type u-h6 TextAlign__Left\">Other</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "For __type1:Bliss,__type2:Satisfaction,__type3:Joy",
"headingHtml": "<h2 class=\"ProductHealth__Benefit u-h6 TextAlign__Left\">For <span>__type1:Bliss</span>,<span>__type2:Satisfaction</span>,<span>__type3:Joy</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Carrara | Marine Collagen Peptides",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h6 TextAlign__Left\"><a href=\"/products/carrara\">Carrara | Marine Collagen Peptides</a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Supplements",
"headingHtml": "<h2 class=\"ProductItem__Type u-h6 TextAlign__Left\"><img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/Supplement.svg?v=1632311373\" width=\"20px\" height=\"12px\" alt=\"Supplements\"> Supplements</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "For __type1: Hair Skin Nails,__type2:Flexible Joints,__type3:Immune Cell Health",
"headingHtml": "<h2 class=\"ProductHealth__Benefit u-h6 TextAlign__Left\">For <span>__type1: Hair Skin Nails</span>,<span>__type2:Flexible Joints</span>,<span>__type3:Immune Cell Health</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Sun Goddess Matcha",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h6 TextAlign__Left\"><a href=\"/products/matcha-green-tea\">Sun Goddess Matcha</a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Green",
"headingHtml": "<h2 class=\"ProductItem__Type u-h6 TextAlign__Left\"><img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/Green.svg?v=1627447689\" width=\"20px\" height=\"12px\" alt=\"Green\"> Green </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "For __type1:Radiant Skin,__type2:Healthy Metabolism,__type3:Calm Energy",
"headingHtml": "<h2 class=\"ProductHealth__Benefit u-h6 TextAlign__Left\">For <span>__type1:Radiant Skin</span>,<span>__type2:Healthy Metabolism</span>,<span>__type3:Calm Energy</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Radiant Skin Duo Protocol",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h6 TextAlign__Left\"><a href=\"/products/radiant-skin-duo-protocol-starter-kit\">Radiant Skin Duo Protocol</a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Variety",
"headingHtml": "<h2 class=\"ProductItem__Type u-h6 TextAlign__Left\"> <img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/Variety.svg?v=1632311275\" width=\"20px\" height=\"12px\" alt=\"Variety\"> Variety </h2>",
"firstParagraph": "sun goddess matcha: 28 servings",
"paragraphHtml": "<p>sun goddess matcha: 28 servings</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "For __type1:Radiant Skin,__type2:Deep Hydration,__type3:Calm Energy",
"headingHtml": "<h2 class=\"ProductHealth__Benefit u-h6 TextAlign__Left\">For <span>__type1:Radiant Skin</span>,<span>__type2:Deep Hydration</span>,<span>__type3:Calm Energy</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Deep Hydration Protocol",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h6 TextAlign__Left\"><a href=\"/products/deep-hydration-protocol-15-off\">Deep Hydration Protocol</a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Minerals",
"headingHtml": "<h2 class=\"ProductItem__Type u-h6 TextAlign__Left\"><img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/Mineral.svg?v=1766129014\" width=\"20px\" height=\"12px\" alt=\"Supplements\"> Minerals</h2>",
"firstParagraph": "B•T Fountain: 28 Servings",
"paragraphHtml": "<p>B•T Fountain: 28 Servings</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "For __type1:Hydration,__type2:Radiant Skin,__type3:Calm",
"headingHtml": "<h2 class=\"ProductHealth__Benefit u-h6 TextAlign__Left\">For <span>__type1:Hydration</span>,<span>__type2:Radiant Skin</span>,<span>__type3:Calm</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Nandaka | Longevity Coffee Alternative",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h6 TextAlign__Left\"><a href=\"/products/nandaka-coffee-alternative-14ct\"><span class=\"title\">Nandaka | Longevity Coffee Alternative </span></a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Other",
"headingHtml": "<h2 class=\"ProductItem__Type u-h6 TextAlign__Left\">Other</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "For __type1:Calm Energy,__type2:Healthy Metabolism,__type3: Mood Support,__type4: Immune Support",
"headingHtml": "<h2 class=\"ProductHealth__Benefit u-h6 TextAlign__Left\">For <span>__type1:Calm Energy</span>,<span>__type2:Healthy Metabolism</span>,<span>__type3: Mood Support</span>,<span>__type4: Immune Support</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Pu'er Green Tea",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h6 TextAlign__Left\"><a href=\"/products/puerh-tea-green\">Pu'er Green Tea</a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Green Fermented",
"headingHtml": "<h2 class=\"ProductItem__Type u-h6 TextAlign__Left\"><img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/Green.svg?v=1627447689\" width=\"20px\" height=\"12px\" alt=\"Green\"> Green <span><img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/fermented.svg?v=1631015657\" alt=\"Fermented\"> Fermented </span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "For __type1:Radiant Skin,__type2:Immune Support,__type3:Calm Energy",
"headingHtml": "<h2 class=\"ProductHealth__Benefit u-h6 TextAlign__Left\">For <span>__type1:Radiant Skin</span>,<span>__type2:Immune Support</span>,<span>__type3:Calm Energy</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Vesper | Non-Alcoholic Adaptogenic Aperitif",
"headingHtml": "<h2 class=\"ProductItem__Title Heading u-h6 TextAlign__Left\"><a href=\"/products/vesper\">Vesper | Non-Alcoholic Adaptogenic Aperitif</a> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Supplements",
"headingHtml": "<h2 class=\"ProductItem__Type u-h6 TextAlign__Left\"><img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/Supplement.svg?v=1632311373\" width=\"20px\" height=\"12px\" alt=\"Supplements\"> Supplements</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "For __type1: UNWIND,__type2: ELEVATE,__type3: CONNECT",
"headingHtml": "<h2 class=\"ProductHealth__Benefit u-h6 TextAlign__Left\">For <span>__type1: UNWIND</span>,<span>__type2: ELEVATE</span>,<span>__type3: CONNECT</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "why pique?",
"headingHtml": "<h3 class=\"SectionHeader__SubHeading Heading u-h6\">why pique?</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The Pique Distinction",
"headingHtml": "<h2 class=\"SectionHeader__Heading Heading\">The <span>Pique</span> Distinction</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Perfected with Science",
"headingHtml": "<h2 class=\"TextGrid__Title Heading u-h1 FontWeight_Six\">Perfected with Science</h2>",
"firstParagraph": "Using cutting-edge Cold Extraction Technology [CET]™, we harness full-spectrum bioactive compounds to deliver potent phytonutrients with unparalleled bioavailability. Full-Spectrum Isolate Synthesis [F-SIS]™ synthesizes the most bioactive isolates with best-in-class, whole food sources to deliver payloads of essenti...",
"paragraphHtml": "<p>Using cutting-edge Cold Extraction Technology [CET]™, we harness full-spectrum bioactive compounds to deliver potent phytonutrients with unparalleled bioavailability. Full-Spectrum Isolate Synthesis [F-SIS]™ synthesizes the most bioactive isolates with best-in-class, whole food sources to deliver payloads of essential nutrients into your cells for enhanced absorption. </p>",
"words": 44,
"direct": false,
"issue": "First paragraph is 44 words and does not look like a concise direct answer."
},
{
"heading": "Subscribe and save",
"headingHtml": "<h2 class=\"SectionHeader__Heading Heading\">Subscribe and save</h2>",
"firstParagraph": "Save on every order",
"paragraphHtml": "<p><img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/checkmark.svg?v=1629366814\" width=\"36px\" height=\"20px\" alt=\"Checkmark\"> Save on every order</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "Pique into our socials",
"headingHtml": "<h2 class=\"SectionHeader__Heading Heading\"><span>Pique</span> into our socials</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Get Piqued",
"headingHtml": "<h2 class=\"SectionHeader__Heading Heading hidden-tablet-and-up\">Get <span>Piqued</span> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Claim 12 samples with any order. A $25 welcome gift.",
"headingHtml": "<h2 class=\"FooterNewsletter__Title hidden-phone\">Claim 12 samples <span>with any order.<br> A $25 welcome gift.</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Shop",
"headingHtml": "<h2 class=\"Footer__Title Heading u-h6\">Shop</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "About",
"headingHtml": "<h2 class=\"Footer__Title Heading u-h6\">About</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
}
],
"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
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: what, how, benefits, cost.
Details
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": "Discover Your Personalized Wellness Protocol",
"html": "<h2 class=\"image-banner__heading Heading u-h2 FontWeight_Six\"> Discover Your <span>Personalized</span><br> Wellness Protocol </h2>"
},
{
"text": "Our Best Sellers",
"html": "<h2 class=\"bestseller-product__heading Heading u-h2 FontWeight_Six\"> Our Best Sellers </h2>"
},
{
"text": "Nectar | Golden Fruit Sweetener",
"html": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/nectar-sweetener\">Nectar | Golden Fruit Sweetener </a> </h2>"
},
{
"text": "Carrara | Marine Collagen Peptides",
"html": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/carrara\">Carrara | Marine Collagen Peptides </a> </h2>"
},
{
"text": "Nandaka | Longevity Coffee Alternative",
"html": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/nandaka-coffee-alternative-14ct\"><span class=\"title\"> Nandaka | Longevity Coffee Alternative </span></a> </h2>"
},
{
"text": "Deep Hydration Protocol",
"html": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/deep-hydration-protocol-15-off\">Deep Hydration Protocol </a> </h2>"
},
{
"text": "Sun Goddess Matcha",
"html": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/matcha-green-tea\">Sun Goddess Matcha </a> </h2>"
},
{
"text": "B•T Fountain | Beauty Electrolyte",
"html": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/bt-fountain\">B•T Fountain | Beauty Electrolyte </a> </h2>"
},
{
"text": "Discover Your Personalized Wellness Protocol",
"html": "<h2 class=\"image-banner__heading Heading u-h2 FontWeight_Six\">Discover Your <span>Personalized</span><br> Wellness Protocol</h2>"
},
{
"text": "Our Best Sellers",
"html": "<h2 class=\"bestseller-product__heading Heading u-h2 FontWeight_Six\">Our Best Sellers</h2>"
},
{
"text": "Nectar | Golden Fruit Sweetener",
"html": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/nectar-sweetener\" tabindex=\"0\">Nectar | Golden Fruit Sweetener </a> </h2>"
},
{
"text": "Carrara | Marine Collagen Peptides",
"html": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/carrara\" tabindex=\"0\">Carrara | Marine Collagen Peptides </a> </h2>"
},
{
"text": "Nandaka | Longevity Coffee Alternative",
"html": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/nandaka-coffee-alternative-14ct\" tabindex=\"-1\"><span class=\"title\"> Nandaka | Longevity Coffee Alternative </span></a> </h2>"
},
{
"text": "Deep Hydration Protocol",
"html": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/deep-hydration-protocol-15-off\" tabindex=\"-1\">Deep Hydration Protocol </a> </h2>"
},
{
"text": "Sun Goddess Matcha",
"html": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/matcha-green-tea\" tabindex=\"-1\">Sun Goddess Matcha </a> </h2>"
},
{
"text": "B•T Fountain | Beauty Electrolyte",
"html": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/bt-fountain\" tabindex=\"-1\">B•T Fountain | Beauty Electrolyte </a> </h2>"
},
{
"text": "Nectar | Golden Fruit Sweetener",
"html": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/nectar-sweetener\">Nectar | Golden Fruit Sweetener </a> </h2>"
},
{
"text": "Carrara | Marine Collagen Peptides",
"html": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/carrara\">Carrara | Marine Collagen Peptides </a> </h2>"
},
{
"text": "Radiant Skin Duo Protocol",
"html": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/radiant-skin-duo-protocol-starter-kit\">Radiant Skin Duo Protocol </a> </h2>"
},
{
"text": "Carrara | Marine Collagen Peptides",
"html": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/carrara\">Carrara | Marine Collagen Peptides </a> </h2>"
},
{
"text": "Sun Goddess Matcha",
"html": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/matcha-green-tea\">Sun Goddess Matcha </a> </h2>"
},
{
"text": "R•E Fountain | Calming Electrolyte",
"html": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/re-fountain\">R•E Fountain | Calming Electrolyte </a> </h2>"
},
{
"text": "Experience Transformative Results",
"html": "<h2 class=\"SectionHeader__Heading Heading\">Experience <span>Transformative Results</span></h2>"
},
{
"text": "Best Sellers",
"html": "<h2 class=\"SectionHeader__Heading Heading\">Best Sellers</h2>"
},
{
"text": "Nectar | Golden Fruit Sweetener",
"html": "<h2 class=\"ProductItem__Title Heading u-h6 TextAlign__Left\"><a href=\"/products/nectar-sweetener\">Nectar | Golden Fruit Sweetener</a> </h2>"
},
{
"text": "Other",
"html": "<h2 class=\"ProductItem__Type u-h6 TextAlign__Left\">Other</h2>"
},
{
"text": "For __type1:Bliss,__type2:Satisfaction,__type3:Joy",
"html": "<h2 class=\"ProductHealth__Benefit u-h6 TextAlign__Left\">For <span>__type1:Bliss</span>,<span>__type2:Satisfaction</span>,<span>__type3:Joy</span></h2>"
},
{
"text": "Carrara | Marine Collagen Peptides",
"html": "<h2 class=\"ProductItem__Title Heading u-h6 TextAlign__Left\"><a href=\"/products/carrara\">Carrara | Marine Collagen Peptides</a> </h2>"
},
{
"text": "Supplements",
"html": "<h2 class=\"ProductItem__Type u-h6 TextAlign__Left\"><img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/Supplement.svg?v=1632311373\" width=\"20px\" height=\"12px\" alt=\"Supplements\"> Supplements</h2>"
},
{
"text": "For __type1: Hair Skin Nails,__type2:Flexible Joints,__type3:Immune Cell Health",
"html": "<h2 class=\"ProductHealth__Benefit u-h6 TextAlign__Left\">For <span>__type1: Hair Skin Nails</span>,<span>__type2:Flexible Joints</span>,<span>__type3:Immune Cell Health</span></h2>"
},
{
"text": "Sun Goddess Matcha",
"html": "<h2 class=\"ProductItem__Title Heading u-h6 TextAlign__Left\"><a href=\"/products/matcha-green-tea\">Sun Goddess Matcha</a> </h2>"
},
{
"text": "Green",
"html": "<h2 class=\"ProductItem__Type u-h6 TextAlign__Left\"><img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/Green.svg?v=1627447689\" width=\"20px\" height=\"12px\" alt=\"Green\"> Green </h2>"
},
{
"text": "For __type1:Radiant Skin,__type2:Healthy Metabolism,__type3:Calm Energy",
"html": "<h2 class=\"ProductHealth__Benefit u-h6 TextAlign__Left\">For <span>__type1:Radiant Skin</span>,<span>__type2:Healthy Metabolism</span>,<span>__type3:Calm Energy</span></h2>"
},
{
"text": "Radiant Skin Duo Protocol",
"html": "<h2 class=\"ProductItem__Title Heading u-h6 TextAlign__Left\"><a href=\"/products/radiant-skin-duo-protocol-starter-kit\">Radiant Skin Duo Protocol</a> </h2>"
},
{
"text": "Variety",
"html": "<h2 class=\"ProductItem__Type u-h6 TextAlign__Left\"> <img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/Variety.svg?v=1632311275\" width=\"20px\" height=\"12px\" alt=\"Variety\"> Variety </h2>"
},
{
"text": "For __type1:Radiant Skin,__type2:Deep Hydration,__type3:Calm Energy",
"html": "<h2 class=\"ProductHealth__Benefit u-h6 TextAlign__Left\">For <span>__type1:Radiant Skin</span>,<span>__type2:Deep Hydration</span>,<span>__type3:Calm Energy</span></h2>"
},
{
"text": "Deep Hydration Protocol",
"html": "<h2 class=\"ProductItem__Title Heading u-h6 TextAlign__Left\"><a href=\"/products/deep-hydration-protocol-15-off\">Deep Hydration Protocol</a> </h2>"
},
{
"text": "Minerals",
"html": "<h2 class=\"ProductItem__Type u-h6 TextAlign__Left\"><img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/Mineral.svg?v=1766129014\" width=\"20px\" height=\"12px\" alt=\"Supplements\"> Minerals</h2>"
},
{
"text": "For __type1:Hydration,__type2:Radiant Skin,__type3:Calm",
"html": "<h2 class=\"ProductHealth__Benefit u-h6 TextAlign__Left\">For <span>__type1:Hydration</span>,<span>__type2:Radiant Skin</span>,<span>__type3:Calm</span></h2>"
},
{
"text": "Nandaka | Longevity Coffee Alternative",
"html": "<h2 class=\"ProductItem__Title Heading u-h6 TextAlign__Left\"><a href=\"/products/nandaka-coffee-alternative-14ct\"><span class=\"title\">Nandaka | Longevity Coffee Alternative </span></a> </h2>"
},
{
"text": "Other",
"html": "<h2 class=\"ProductItem__Type u-h6 TextAlign__Left\">Other</h2>"
},
{
"text": "For __type1:Calm Energy,__type2:Healthy Metabolism,__type3: Mood Support,__type4: Immune Support",
"html": "<h2 class=\"ProductHealth__Benefit u-h6 TextAlign__Left\">For <span>__type1:Calm Energy</span>,<span>__type2:Healthy Metabolism</span>,<span>__type3: Mood Support</span>,<span>__type4: Immune Support</span></h2>"
},
{
"text": "Pu'er Green Tea",
"html": "<h2 class=\"ProductItem__Title Heading u-h6 TextAlign__Left\"><a href=\"/products/puerh-tea-green\">Pu'er Green Tea</a> </h2>"
},
{
"text": "Green Fermented",
"html": "<h2 class=\"ProductItem__Type u-h6 TextAlign__Left\"><img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/Green.svg?v=1627447689\" width=\"20px\" height=\"12px\" alt=\"Green\"> Green <span><img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/fermented.svg?v=1631015657\" alt=\"Fermented\"> Fermented </span></h2>"
},
{
"text": "For __type1:Radiant Skin,__type2:Immune Support,__type3:Calm Energy",
"html": "<h2 class=\"ProductHealth__Benefit u-h6 TextAlign__Left\">For <span>__type1:Radiant Skin</span>,<span>__type2:Immune Support</span>,<span>__type3:Calm Energy</span></h2>"
},
{
"text": "Vesper | Non-Alcoholic Adaptogenic Aperitif",
"html": "<h2 class=\"ProductItem__Title Heading u-h6 TextAlign__Left\"><a href=\"/products/vesper\">Vesper | Non-Alcoholic Adaptogenic Aperitif</a> </h2>"
},
{
"text": "Supplements",
"html": "<h2 class=\"ProductItem__Type u-h6 TextAlign__Left\"><img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/Supplement.svg?v=1632311373\" width=\"20px\" height=\"12px\" alt=\"Supplements\"> Supplements</h2>"
},
{
"text": "For __type1: UNWIND,__type2: ELEVATE,__type3: CONNECT",
"html": "<h2 class=\"ProductHealth__Benefit u-h6 TextAlign__Left\">For <span>__type1: UNWIND</span>,<span>__type2: ELEVATE</span>,<span>__type3: CONNECT</span></h2>"
},
{
"text": "The Pique Distinction",
"html": "<h2 class=\"SectionHeader__Heading Heading\">The <span>Pique</span> Distinction</h2>"
},
{
"text": "Crafted from Nature",
"html": "<h2 class=\"TextGrid__Title Heading u-h1 FontWeight_Six\">Crafted from Nature</h2>"
},
{
"text": "Refined by Sages",
"html": "<h2 class=\"TextGrid__Title Heading u-h1 FontWeight_Six\">Refined by Sages</h2>"
},
{
"text": "Perfected with Science",
"html": "<h2 class=\"TextGrid__Title Heading u-h1 FontWeight_Six\">Perfected with Science</h2>"
},
{
"text": "Subscribe and save",
"html": "<h2 class=\"SectionHeader__Heading Heading\">Subscribe and save</h2>"
},
{
"text": "Trusted by health & beauty experts",
"html": "<h2 class=\"SectionHeader__Heading Heading\">Trusted by <span>health<br> & beauty experts</span></h2>"
},
{
"text": "Raving fans, stellar reviews",
"html": "<h2 class=\"SectionHeader__Heading Heading\">Raving fans,<br> <span>stellar reviews</span></h2>"
},
{
"text": "Pique into our socials",
"html": "<h2 class=\"SectionHeader__Heading Heading\"><span>Pique</span> into our socials</h2>"
},
{
"text": "Get Piqued",
"html": "<h2 class=\"SectionHeader__Heading Heading hidden-tablet-and-up\">Get <span>Piqued</span> </h2>"
},
{
"text": "Claim 12 samples with any order. A $25 welcome gift.",
"html": "<h2 class=\"FooterNewsletter__Title hidden-phone\">Claim 12 samples <span>with any order.<br> A $25 welcome gift.</span></h2>"
},
{
"text": "Claim 12 samples with any order. A $25 welcome gift.",
"html": "<h2 class=\"FooterNewsletter__Title hidden-tablet-and-up\">Claim 12 samples <span>with any order.<br> A $25 welcome gift.</span></h2>"
},
{
"text": "Shop",
"html": "<h2 class=\"Footer__Title Heading u-h6\">Shop</h2>"
},
{
"text": "About",
"html": "<h2 class=\"Footer__Title Heading u-h6\">About</h2>"
},
{
"text": "Support",
"html": "<h2 class=\"Footer__Title Heading u-h6\">Support</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Pique Life?",
"pattern": {}
},
{
"id": "how",
"label": "How does Pique Life work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Pique Life?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Pique Life free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Pique Life compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Pique Life?",
"pattern": {}
},
{
"id": "how",
"label": "How does Pique Life work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Pique Life?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Pique Life free or paid?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Informational
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Needs attention
AI context endpoint
Issue
AI context endpoint is informational for this page.
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
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": 239049
}
]
},
"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
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Needs attention
AIO: Query intent coverage
Issue
Missing likely AI Overview intent sections: what, how, benefits, cost.
Details
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": "Discover Your Personalized Wellness Protocol",
"html": "<h2 class=\"image-banner__heading Heading u-h2 FontWeight_Six\"> Discover Your <span>Personalized</span><br> Wellness Protocol </h2>"
},
{
"text": "Our Best Sellers",
"html": "<h2 class=\"bestseller-product__heading Heading u-h2 FontWeight_Six\"> Our Best Sellers </h2>"
},
{
"text": "Nectar | Golden Fruit Sweetener",
"html": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/nectar-sweetener\">Nectar | Golden Fruit Sweetener </a> </h2>"
},
{
"text": "Carrara | Marine Collagen Peptides",
"html": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/carrara\">Carrara | Marine Collagen Peptides </a> </h2>"
},
{
"text": "Nandaka | Longevity Coffee Alternative",
"html": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/nandaka-coffee-alternative-14ct\"><span class=\"title\"> Nandaka | Longevity Coffee Alternative </span></a> </h2>"
},
{
"text": "Deep Hydration Protocol",
"html": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/deep-hydration-protocol-15-off\">Deep Hydration Protocol </a> </h2>"
},
{
"text": "Sun Goddess Matcha",
"html": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/matcha-green-tea\">Sun Goddess Matcha </a> </h2>"
},
{
"text": "B•T Fountain | Beauty Electrolyte",
"html": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/bt-fountain\">B•T Fountain | Beauty Electrolyte </a> </h2>"
},
{
"text": "Discover Your Personalized Wellness Protocol",
"html": "<h2 class=\"image-banner__heading Heading u-h2 FontWeight_Six\">Discover Your <span>Personalized</span><br> Wellness Protocol</h2>"
},
{
"text": "Our Best Sellers",
"html": "<h2 class=\"bestseller-product__heading Heading u-h2 FontWeight_Six\">Our Best Sellers</h2>"
},
{
"text": "Nectar | Golden Fruit Sweetener",
"html": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/nectar-sweetener\" tabindex=\"0\">Nectar | Golden Fruit Sweetener </a> </h2>"
},
{
"text": "Carrara | Marine Collagen Peptides",
"html": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/carrara\" tabindex=\"0\">Carrara | Marine Collagen Peptides </a> </h2>"
},
{
"text": "Nandaka | Longevity Coffee Alternative",
"html": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/nandaka-coffee-alternative-14ct\" tabindex=\"-1\"><span class=\"title\"> Nandaka | Longevity Coffee Alternative </span></a> </h2>"
},
{
"text": "Deep Hydration Protocol",
"html": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/deep-hydration-protocol-15-off\" tabindex=\"-1\">Deep Hydration Protocol </a> </h2>"
},
{
"text": "Sun Goddess Matcha",
"html": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/matcha-green-tea\" tabindex=\"-1\">Sun Goddess Matcha </a> </h2>"
},
{
"text": "B•T Fountain | Beauty Electrolyte",
"html": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/bt-fountain\" tabindex=\"-1\">B•T Fountain | Beauty Electrolyte </a> </h2>"
},
{
"text": "Nectar | Golden Fruit Sweetener",
"html": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/nectar-sweetener\">Nectar | Golden Fruit Sweetener </a> </h2>"
},
{
"text": "Carrara | Marine Collagen Peptides",
"html": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/carrara\">Carrara | Marine Collagen Peptides </a> </h2>"
},
{
"text": "Radiant Skin Duo Protocol",
"html": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/radiant-skin-duo-protocol-starter-kit\">Radiant Skin Duo Protocol </a> </h2>"
},
{
"text": "Carrara | Marine Collagen Peptides",
"html": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/carrara\">Carrara | Marine Collagen Peptides </a> </h2>"
},
{
"text": "Sun Goddess Matcha",
"html": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/matcha-green-tea\">Sun Goddess Matcha </a> </h2>"
},
{
"text": "R•E Fountain | Calming Electrolyte",
"html": "<h2 class=\"ProductItem__Title Heading u-h7 TextAlign__Center\"> <a href=\"/products/re-fountain\">R•E Fountain | Calming Electrolyte </a> </h2>"
},
{
"text": "Experience Transformative Results",
"html": "<h2 class=\"SectionHeader__Heading Heading\">Experience <span>Transformative Results</span></h2>"
},
{
"text": "Best Sellers",
"html": "<h2 class=\"SectionHeader__Heading Heading\">Best Sellers</h2>"
},
{
"text": "Nectar | Golden Fruit Sweetener",
"html": "<h2 class=\"ProductItem__Title Heading u-h6 TextAlign__Left\"><a href=\"/products/nectar-sweetener\">Nectar | Golden Fruit Sweetener</a> </h2>"
},
{
"text": "Other",
"html": "<h2 class=\"ProductItem__Type u-h6 TextAlign__Left\">Other</h2>"
},
{
"text": "For __type1:Bliss,__type2:Satisfaction,__type3:Joy",
"html": "<h2 class=\"ProductHealth__Benefit u-h6 TextAlign__Left\">For <span>__type1:Bliss</span>,<span>__type2:Satisfaction</span>,<span>__type3:Joy</span></h2>"
},
{
"text": "Carrara | Marine Collagen Peptides",
"html": "<h2 class=\"ProductItem__Title Heading u-h6 TextAlign__Left\"><a href=\"/products/carrara\">Carrara | Marine Collagen Peptides</a> </h2>"
},
{
"text": "Supplements",
"html": "<h2 class=\"ProductItem__Type u-h6 TextAlign__Left\"><img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/Supplement.svg?v=1632311373\" width=\"20px\" height=\"12px\" alt=\"Supplements\"> Supplements</h2>"
},
{
"text": "For __type1: Hair Skin Nails,__type2:Flexible Joints,__type3:Immune Cell Health",
"html": "<h2 class=\"ProductHealth__Benefit u-h6 TextAlign__Left\">For <span>__type1: Hair Skin Nails</span>,<span>__type2:Flexible Joints</span>,<span>__type3:Immune Cell Health</span></h2>"
},
{
"text": "Sun Goddess Matcha",
"html": "<h2 class=\"ProductItem__Title Heading u-h6 TextAlign__Left\"><a href=\"/products/matcha-green-tea\">Sun Goddess Matcha</a> </h2>"
},
{
"text": "Green",
"html": "<h2 class=\"ProductItem__Type u-h6 TextAlign__Left\"><img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/Green.svg?v=1627447689\" width=\"20px\" height=\"12px\" alt=\"Green\"> Green </h2>"
},
{
"text": "For __type1:Radiant Skin,__type2:Healthy Metabolism,__type3:Calm Energy",
"html": "<h2 class=\"ProductHealth__Benefit u-h6 TextAlign__Left\">For <span>__type1:Radiant Skin</span>,<span>__type2:Healthy Metabolism</span>,<span>__type3:Calm Energy</span></h2>"
},
{
"text": "Radiant Skin Duo Protocol",
"html": "<h2 class=\"ProductItem__Title Heading u-h6 TextAlign__Left\"><a href=\"/products/radiant-skin-duo-protocol-starter-kit\">Radiant Skin Duo Protocol</a> </h2>"
},
{
"text": "Variety",
"html": "<h2 class=\"ProductItem__Type u-h6 TextAlign__Left\"> <img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/Variety.svg?v=1632311275\" width=\"20px\" height=\"12px\" alt=\"Variety\"> Variety </h2>"
},
{
"text": "For __type1:Radiant Skin,__type2:Deep Hydration,__type3:Calm Energy",
"html": "<h2 class=\"ProductHealth__Benefit u-h6 TextAlign__Left\">For <span>__type1:Radiant Skin</span>,<span>__type2:Deep Hydration</span>,<span>__type3:Calm Energy</span></h2>"
},
{
"text": "Deep Hydration Protocol",
"html": "<h2 class=\"ProductItem__Title Heading u-h6 TextAlign__Left\"><a href=\"/products/deep-hydration-protocol-15-off\">Deep Hydration Protocol</a> </h2>"
},
{
"text": "Minerals",
"html": "<h2 class=\"ProductItem__Type u-h6 TextAlign__Left\"><img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/Mineral.svg?v=1766129014\" width=\"20px\" height=\"12px\" alt=\"Supplements\"> Minerals</h2>"
},
{
"text": "For __type1:Hydration,__type2:Radiant Skin,__type3:Calm",
"html": "<h2 class=\"ProductHealth__Benefit u-h6 TextAlign__Left\">For <span>__type1:Hydration</span>,<span>__type2:Radiant Skin</span>,<span>__type3:Calm</span></h2>"
},
{
"text": "Nandaka | Longevity Coffee Alternative",
"html": "<h2 class=\"ProductItem__Title Heading u-h6 TextAlign__Left\"><a href=\"/products/nandaka-coffee-alternative-14ct\"><span class=\"title\">Nandaka | Longevity Coffee Alternative </span></a> </h2>"
},
{
"text": "Other",
"html": "<h2 class=\"ProductItem__Type u-h6 TextAlign__Left\">Other</h2>"
},
{
"text": "For __type1:Calm Energy,__type2:Healthy Metabolism,__type3: Mood Support,__type4: Immune Support",
"html": "<h2 class=\"ProductHealth__Benefit u-h6 TextAlign__Left\">For <span>__type1:Calm Energy</span>,<span>__type2:Healthy Metabolism</span>,<span>__type3: Mood Support</span>,<span>__type4: Immune Support</span></h2>"
},
{
"text": "Pu'er Green Tea",
"html": "<h2 class=\"ProductItem__Title Heading u-h6 TextAlign__Left\"><a href=\"/products/puerh-tea-green\">Pu'er Green Tea</a> </h2>"
},
{
"text": "Green Fermented",
"html": "<h2 class=\"ProductItem__Type u-h6 TextAlign__Left\"><img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/Green.svg?v=1627447689\" width=\"20px\" height=\"12px\" alt=\"Green\"> Green <span><img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/fermented.svg?v=1631015657\" alt=\"Fermented\"> Fermented </span></h2>"
},
{
"text": "For __type1:Radiant Skin,__type2:Immune Support,__type3:Calm Energy",
"html": "<h2 class=\"ProductHealth__Benefit u-h6 TextAlign__Left\">For <span>__type1:Radiant Skin</span>,<span>__type2:Immune Support</span>,<span>__type3:Calm Energy</span></h2>"
},
{
"text": "Vesper | Non-Alcoholic Adaptogenic Aperitif",
"html": "<h2 class=\"ProductItem__Title Heading u-h6 TextAlign__Left\"><a href=\"/products/vesper\">Vesper | Non-Alcoholic Adaptogenic Aperitif</a> </h2>"
},
{
"text": "Supplements",
"html": "<h2 class=\"ProductItem__Type u-h6 TextAlign__Left\"><img src=\"https://cdn.shopify.com/s/files/1/2135/4367/files/Supplement.svg?v=1632311373\" width=\"20px\" height=\"12px\" alt=\"Supplements\"> Supplements</h2>"
},
{
"text": "For __type1: UNWIND,__type2: ELEVATE,__type3: CONNECT",
"html": "<h2 class=\"ProductHealth__Benefit u-h6 TextAlign__Left\">For <span>__type1: UNWIND</span>,<span>__type2: ELEVATE</span>,<span>__type3: CONNECT</span></h2>"
},
{
"text": "The Pique Distinction",
"html": "<h2 class=\"SectionHeader__Heading Heading\">The <span>Pique</span> Distinction</h2>"
},
{
"text": "Crafted from Nature",
"html": "<h2 class=\"TextGrid__Title Heading u-h1 FontWeight_Six\">Crafted from Nature</h2>"
},
{
"text": "Refined by Sages",
"html": "<h2 class=\"TextGrid__Title Heading u-h1 FontWeight_Six\">Refined by Sages</h2>"
},
{
"text": "Perfected with Science",
"html": "<h2 class=\"TextGrid__Title Heading u-h1 FontWeight_Six\">Perfected with Science</h2>"
},
{
"text": "Subscribe and save",
"html": "<h2 class=\"SectionHeader__Heading Heading\">Subscribe and save</h2>"
},
{
"text": "Trusted by health & beauty experts",
"html": "<h2 class=\"SectionHeader__Heading Heading\">Trusted by <span>health<br> & beauty experts</span></h2>"
},
{
"text": "Raving fans, stellar reviews",
"html": "<h2 class=\"SectionHeader__Heading Heading\">Raving fans,<br> <span>stellar reviews</span></h2>"
},
{
"text": "Pique into our socials",
"html": "<h2 class=\"SectionHeader__Heading Heading\"><span>Pique</span> into our socials</h2>"
},
{
"text": "Get Piqued",
"html": "<h2 class=\"SectionHeader__Heading Heading hidden-tablet-and-up\">Get <span>Piqued</span> </h2>"
},
{
"text": "Claim 12 samples with any order. A $25 welcome gift.",
"html": "<h2 class=\"FooterNewsletter__Title hidden-phone\">Claim 12 samples <span>with any order.<br> A $25 welcome gift.</span></h2>"
},
{
"text": "Claim 12 samples with any order. A $25 welcome gift.",
"html": "<h2 class=\"FooterNewsletter__Title hidden-tablet-and-up\">Claim 12 samples <span>with any order.<br> A $25 welcome gift.</span></h2>"
},
{
"text": "Shop",
"html": "<h2 class=\"Footer__Title Heading u-h6\">Shop</h2>"
},
{
"text": "About",
"html": "<h2 class=\"Footer__Title Heading u-h6\">About</h2>"
},
{
"text": "Support",
"html": "<h2 class=\"Footer__Title Heading u-h6\">Support</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Pique Life?",
"pattern": {}
},
{
"id": "how",
"label": "How does Pique Life work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Pique Life?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Pique Life free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Pique Life compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Pique Life?",
"pattern": {}
},
{
"id": "how",
"label": "How does Pique Life work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Pique Life?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Pique Life free or paid?",
"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
Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Needs attention
Auth.md Agent Registration
Issue
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=utf-8" is not Markdown or text/plain; missing 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.
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
Fetch and validate /auth.md
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=utf-8" is not Markdown or text/plain; missing 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.
Publish protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
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": 404,
"contentType": "text/html; charset=utf-8",
"length": 239049,
"validation": {
"valid": false,
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing 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": 210270,
"hasRegisterInstructions": false,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": false,
"mentionsCredential": false,
"links": [
"https://www.googletagmanager.com\"",
"https://cdn.shopify.com\"",
"https://a.klaviyo.com\"",
"https://www.clarity.ms\">",
"https://j.northbeam.io\">",
"https://static.myshlf.us\">",
"//j.northbeam.io/ota-sp/e1b2356c-c094-4546-9d8b-1e0057a968b9.js",
"/script",
"https://www.googletagmanager.com/gtag/js?id=AW-954604302\"></script>",
"/script"
],
"rawExcerpt": "<!doctype html>\n<html class=\"no-js\" lang=\"en\">\n <head>\n <!-- Resource hints for third-party origins -->\n <link rel=\"preconnect\" href=\"https://www.googletagmanager.com\" crossorigin>\n <link rel=\"preconnect\" href=\"https://cdn.shopify.com\" crossorigin>\n <link rel=\"preconnect\" href=\"https://a.klaviyo.com\" crossorigin>\n <link rel=\"dns-prefetch\" href=\"https://www.clarity.ms\">\n <link rel=\"dns-prefetch\" href=\"https://j.northbeam.io\">\n <link rel=\"dns-prefetch\" href=\"https://static.myshlf.us\">\n <!-- Begin: Northbeam pixel -->\n<script>(function(){var r;(e=r=r||{}).A=\"identify\",e.B=\"trackPageView\",e.C=\"fireEmailCaptureEvent\",e.D=\"fireCustomGoal\",e.E=\"firePurchaseEvent\";var e=\"//j.northbeam.io/ota-sp/e1b2356c-c094-4546-9d8b-1e0057a968b9.js\";function t(e){for(var n=[],r=1;r<argum"
}
},
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing 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/21354367",
"token_endpoint": "https://account.piquelife.com/authentication/oauth/token",
"authorization_endpoint": "https://account.piquelife.com/authentication/oauth/authorize",
"end_session_endpoint": "https://account.piquelife.com/authentication/logout",
"jwks_uri": "https://account.piquelife.com/authentication/.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\\/21354367\",\"token_endpoint\":\"https:\\/\\/account.piquelife.com\\/authentication\\/oauth\\/token\",\"authorization_endpoint\":\"https:\\/\\/account.piquelife.com\\/authentication\\/oauth\\/authorize\",\"end_session_endpoint\":\"https:\\/\\/account.piquelife.com\\/authentication\\/logout\",\"jwks_uri\":\"https:\\/\\/account.piquelife.com\\/authentication\\/.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": 5,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 2,
"match": "my account"
}
]
},
"resourceFetchSucceeded": false
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
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
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
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
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
authorization_endpoint did not behave like an operational OAuth authorization endpoint.
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
Probe authorization endpoint with an authorization-code request
authorization_endpoint did not behave like an operational OAuth authorization endpoint.
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/21354367",
"authorizationEndpoint": "https://account.piquelife.com/authentication/oauth/authorize",
"tokenEndpoint": "https://account.piquelife.com/authentication/oauth/token",
"jwksUri": "https://account.piquelife.com/authentication/.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\\/21354367\",\"token_endpoint\":\"https:\\/\\/account.piquelife.com\\/authentication\\/oauth\\/token\",\"authorization_endpoint\":\"https:\\/\\/account.piquelife.com\\/authentication\\/oauth\\/authorize\",\"end_session_endpoint\":\"https:\\/\\/account.piquelife.com\\/authentication\\/logout\",\"jwks_uri\":\"https:\\/\\/account.piquelife.com\\/authentication\\/.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://account.piquelife.com/authentication/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://account.piquelife.com/authentication/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://account.piquelife.com/authentication/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://account.piquelife.com/authentication/.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": 5,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 2,
"match": "my account"
}
]
},
"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
Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Needs attention
OAuth Protected Resource
Issue
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
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
Fetch protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate protected resource metadata
Response is not valid JSON.
Validate protected resource identity
Protected resource metadata `resource` did not match the resource identifier used to retrieve it.
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://www.piquelife.com"
},
"issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
"howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
},
{
"id": "protected-route-challenge",
"title": "Probe protected API Bearer challenge",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/admin/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.piquelife.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.piquelife.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.piquelife.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": 5,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 2,
"match": "my account"
}
]
},
"resourceFetchSucceeded": false
}Performance and AccessibilityAccessibilityBrowser audit
Image elements do not have `[alt]` attributes
100 Fail
Performance and AccessibilityAccessibilityBrowser audit
Image elements do not have `[alt]` attributes
Check name
Image elements do not have `[alt]` attributes
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt)."
}Performance and AccessibilityBest PracticesBrowser audit
Uses deprecated APIs
100 Fail
Performance and AccessibilityBest PracticesBrowser audit
Uses deprecated APIs
Check name
Uses deprecated APIs
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Estimated savings
1 warning found
Fix guidance
Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/).
Evidence
{
"displayValue": "1 warning found",
"description": "Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/)."
}SEOSEOBrowser audit
Image elements do not have `[alt]` attributes
33 Fail
SEOSEOBrowser audit
Image elements do not have `[alt]` attributes
Check name
Image elements do not have `[alt]` attributes
Score
0/100
Status
fail
Device
desktop
Category
SEO
Fix guidance
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt).
Evidence
{
"description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt)."
}SEOSEOBrowser audit
Links are not crawlable
33 Fail
SEOSEOBrowser audit
Links are not crawlable
Check name
Links are not crawlable
Score
0/100
Status
fail
Device
desktop
Category
SEO
Fix guidance
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)
Evidence
{
"description": "Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)"
}SEOSEOBrowser audit
Links do not have descriptive text
33 Fail
SEOSEOBrowser audit
Links do not have descriptive text
Check name
Links do not have descriptive text
Score
0/100
Status
fail
Device
desktop
Category
SEO
Estimated savings
1 link found
Fix guidance
Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).
Evidence
{
"displayValue": "1 link found",
"description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/)."
}Performance and AccessibilityPerformanceBrowser audit
Reduce JavaScript execution time
14 Fail
Performance and AccessibilityPerformanceBrowser audit
Reduce JavaScript execution time
Check name
Reduce JavaScript execution time
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
7.6 s
Fix guidance
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "7.6 s",
"description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).",
"numericValue": 7571.119000000188
}Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
14 Fail
Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
Check name
Use efficient cache lifetimes
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 544 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).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 544 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
8 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
41/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 10 ms",
"numericValue": 9
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 54,
"displayValue": "1.5 s",
"numericValue": 1526.5029004869082
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 65,
"displayValue": "1.9 s",
"numericValue": 1930.004370576427
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 1,
"displayValue": "770 ms",
"numericValue": 765.9999999999991
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 1,
"displayValue": "6.2 s",
"numericValue": 6166.845144528593
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "70 ms",
"numericValue": 67.920975
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 4,
"displayValue": "9.9 s",
"numericValue": 9901.141249975892
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 0,
"displayValue": "3,950 ms",
"numericValue": 3947.6987584133985
}
]
}Performance and AccessibilityPerformanceBrowser audit
Avoid enormous network payloads
7 Warning
Performance and AccessibilityPerformanceBrowser audit
Avoid enormous network payloads
Check name
Avoid enormous network payloads
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Total size was 6,488 KiB
Fix guidance
Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Total size was 6,488 KiB",
"description": "Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).",
"numericValue": 6644045
}Performance and AccessibilityPerformanceBrowser audit
Image elements do not have explicit `width` and `height`
7 Warning
Performance and AccessibilityPerformanceBrowser audit
Image elements do not have explicit `width` and `height`
Check name
Image elements do not have explicit `width` and `height`
Score
50/100
Status
warning
Device
desktop
Category
Performance
Fix guidance
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)
References
https://web.dev/learn/performance/Evidence
{
"description": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)"
}Performance and AccessibilityPerformanceBrowser audit
Legacy JavaScript
7 Warning
Performance and AccessibilityPerformanceBrowser audit
Legacy JavaScript
Check name
Legacy JavaScript
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 98 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)
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 98 KiB",
"description": "Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)"
}Performance and AccessibilityPerformanceBrowser audit
Reduce unused CSS
7 Warning
Performance and AccessibilityPerformanceBrowser audit
Reduce unused CSS
Check name
Reduce unused CSS
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 52 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/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 52 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": 10
}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.
| Scan date | Score | Readiness | Report |
|---|---|---|---|
| 45/100 | Level 2, Agent-Limited | Current report |