Export Report
OVERALL SCORE
Level 2, Agent-Limited
- AI Discoverability 27 out of 100
- Agent Ease of Use 6 out of 100
- Security & Trust 40 out of 100
- GEO, AIO and AEO 66 out of 100
- SEO 92 out of 100
- Performance and Accessibility 52 out of 100
Next step
Turn this report into a fix workflow
30 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 | 27 | Priority fix | 8 | 16 | 0 | View details |
| Discoverability | 29 | Priority fix | 2 | 7 | 0 | View details |
| Content Readiness | 45 | Priority fix | 6 | 5 | 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 | 66 | Needs work | 5 | 3 | 12 | View details |
| GEO Readiness | 78 | Mostly ready | 2 | 0 | 4 | |
| AIO Readiness | 58 | Needs work | 2 | 2 | 3 | View details |
| AEO Readiness | 62 | Needs work | 1 | 1 | 5 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| SEO | 92 | Strong | 10 | 1 | 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 | 52 | Needs work | 21 | 5 | 0 | View details |
| Performance | 37 | Priority fix | 12 | 4 | 0 | View details |
| Accessibility | 80 | Mostly ready | 9 | 1 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
50 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 lang=\"en\">\n<head>\n \n <meta charset=\"utf-8\">\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n \n <link rel=\"canonical\" href=\"https://www.glossier.com/en-in/404\">\n \n\n <title>404 Not Found – Glossier</title>\n\n <script src=\"https://cdn.optimizely.com/js/22916101539.js\"></script>\n<script>\n if(window.optimizely) {\n window.optimizely.push({\n \"type\": \"holdEvents\"\n });\n }\n</script>\n\n \n \n \n\n \n \n \n\n \n \n\n\n<meta property=\"og:site_name\" content=\"Glossier\">\n<meta property=\"og:url\" content=\"https://www.glossier.com/en-in/404\">\n<meta property=\"og:title\" content=\"404 Not Found\">\n<meta property=\"og:type\" content=\"website\">\n<meta property=\"og:description\" "
},
{
"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 lang=\"en\">\n<head>\n \n <meta charset=\"utf-8\">\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n \n <link rel=\"canonical\" href=\"https://www.glossier.com/en-in/404\">\n \n\n <title>404 Not Found – Glossier</title>\n\n <script src=\"https://cdn.optimizely.com/js/22916101539.js\"></script>\n<script>\n if(window.optimizely) {\n window.optimizely.push({\n \"type\": \"holdEvents\"\n });\n }\n</script>\n\n \n \n \n\n \n \n \n\n \n \n\n\n<meta property=\"og:site_name\" content=\"Glossier\">\n<meta property=\"og:url\" content=\"https://www.glossier.com/en-in/404\">\n<meta property=\"og:title\" content=\"404 Not Found\">\n<meta property=\"og:type\" content=\"website\">\n<meta property=\"og:description\" "
},
{
"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 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 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 DiscoverabilityContent ReadinessEstablished
Author attribution
Author attribution is missing or incomplete.
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Author attribution
Author attribution is missing or incomplete.
Needs attention
Author attribution
Issue
Author attribution is missing: no schema.org author/publisher; no author meta tags; no rel=author links; no visible byline detected.
Why it matters
Author attribution helps agents cite content responsibly, assess source credibility, and distinguish editorial pages from anonymous marketing copy.
Check name
Author attribution
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Identify content authors or publishers for trust and attribution.
Result
Author attribution is missing or incomplete.
Evidence
{
"editorial": true,
"schemaAuthor": false,
"metaAuthor": false,
"relAuthor": false,
"visibleByline": false
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
25 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
}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 DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
25 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); skipped heading levels; 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": false,
"accessibleLinks": true,
"accessibleButtons": true,
"imageAltCoverage": true,
"formAutocompleteCoverage": false,
"details": {
"inaccessibleLinks": [],
"inaccessibleButtons": [],
"missingAutocompleteInputs": [
"<input class=\"notify__input input js-notify-email\" id=\"notifyInputConfig\" name=\"contact[email]\" required type=\"email\" value>"
],
"imagesMissingAlt": [],
"skippedHeadingLevels": [
"h2: Search our site",
"h2: Fetch the look",
"h2: PINK CAPSULE",
"h3: Embroidered Pink Hoodie",
"h3: Errand Bag",
"h3: You Look Good Pet Set",
"h3: The Curbside Set",
"h3: You Look Good Leash",
"h3: You Look Good Collar",
"h3: Pet Waste Bag Dispenser",
"h3: Smile Wave Pet Waste Bags",
"h2: GET THE LOOK",
"h4: How can we help?",
"h4: About Glossier",
"h4: Stores",
"h4: Social",
"h3: How can we help?",
"h3: About Glossier",
"h3: Find your store",
"h3: Social",
"h3: Index",
"h2: Shopping Bag",
"h3: Edit item",
"h3: Location settings",
"h2: Get notified",
"h3: Welcome to Glossier"
]
},
"counts": {
"h1": 0,
"headings": 26,
"links": 408,
"inaccessibleLinks": 0,
"buttons": 65,
"inaccessibleButtons": 0,
"images": 52,
"imagesWithAlt": 52,
"autocompleteInputs": 2,
"inputsWithAutocomplete": 1,
"missingAutocompleteInputs": 1
}
}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."
}
]
}AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
20 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": []
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
20 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": []
}AI DiscoverabilityDiscoverabilityEstablished
JSON-LD present
JSON-LD present is missing or incomplete.
20 Fail
AI DiscoverabilityDiscoverabilityEstablished
JSON-LD present
JSON-LD present is missing or incomplete.
Needs attention
JSON-LD present
Issue
No JSON-LD blocks found.
Why it matters
JSON-LD is a low-friction structured data format that agents can extract without interpreting page presentation or microdata markup.
Check name
JSON-LD present
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Expose schema.org JSON-LD so AI search systems can parse page entities.
Result
JSON-LD present is missing or incomplete.
Evidence
{
"blocks": 0,
"validBlocks": 0,
"schemaContextBlocks": 0,
"errors": [],
"documents": [],
"nodes": []
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
20 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"
}
]
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
20 Fail
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": []
}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.glossier.com",
"probes": [
{
"name": "_index._agents.www.glossier.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.www.glossier.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.glossier.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
},
{
"name": "glossier.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
<input name="q"> is missing tool-param-description.<input name="options[size]"> is missing tool-param-description.<input name="options[size]"> is missing tool-param-description.<input name="options[size]"> is missing tool-param-description.<input name="options[size]"> is missing tool-param-description.<input name="options[size]"> is missing tool-param-description.<input name="options[size]"> is missing tool-param-description.<input name="options[size]"> is missing tool-param-description.<input name="options[Size]"> is missing tool-param-description.<input name="options[Size]"> is missing tool-param-description.<input name="options[Size]"> is missing tool-param-description.<select name="country_code"> is missing a label.<select name="country_code"> is missing tool-param-description.<input name="contact[email]"> is missing tool-param-description.<input> is missing a name attribute.<input> 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": 4,
"formsWithTags": 0,
"totalInteractive": 487,
"interactiveWithTags": 0,
"totalCount": 491,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"q\"> is missing tool-param-description.",
"<input name=\"options[size]\"> is missing tool-param-description.",
"<input name=\"options[size]\"> is missing tool-param-description.",
"<input name=\"options[size]\"> is missing tool-param-description.",
"<input name=\"options[size]\"> is missing tool-param-description.",
"<input name=\"options[size]\"> is missing tool-param-description.",
"<input name=\"options[size]\"> is missing tool-param-description.",
"<input name=\"options[size]\"> is missing tool-param-description.",
"<input name=\"options[Size]\"> is missing tool-param-description.",
"<input name=\"options[Size]\"> is missing tool-param-description.",
"<input name=\"options[Size]\"> is missing tool-param-description.",
"<select name=\"country_code\"> is missing a label.",
"<select name=\"country_code\"> is missing tool-param-description.",
"<input name=\"contact[email]\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description."
]
},
"issue": "No elements found with tool-name or tool-description attributes.",
"howToFix": "Add tool-name and tool-description attributes to forms and interactive elements."
},
{
"id": "declarative-annotation-quality",
"title": "Validate WebMCP declarative annotation quality",
"status": "warning",
"evidence": {
"issueCount": 16,
"issues": [
"<input name=\"q\"> is missing tool-param-description.",
"<input name=\"options[size]\"> is missing tool-param-description.",
"<input name=\"options[size]\"> is missing tool-param-description.",
"<input name=\"options[size]\"> is missing tool-param-description.",
"<input name=\"options[size]\"> is missing tool-param-description.",
"<input name=\"options[size]\"> is missing tool-param-description.",
"<input name=\"options[size]\"> is missing tool-param-description.",
"<input name=\"options[size]\"> is missing tool-param-description.",
"<input name=\"options[Size]\"> is missing tool-param-description.",
"<input name=\"options[Size]\"> is missing tool-param-description.",
"<input name=\"options[Size]\"> is missing tool-param-description.",
"<select name=\"country_code\"> is missing a label.",
"<select name=\"country_code\"> is missing tool-param-description.",
"<input name=\"contact[email]\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"type": "code",
"value": "<input name=\"q\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"options[size]\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"options[size]\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"options[size]\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"options[size]\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"options[size]\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"options[size]\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"options[size]\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"options[Size]\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"options[Size]\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"options[Size]\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<select name=\"country_code\"> is missing a label."
},
{
"type": "code",
"value": "<select name=\"country_code\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"contact[email]\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
}
]
}
],
"howToFix": "Use snake_case tool-name values, descriptive tool-description values, named and labeled fields, and tool-param-description on inputs."
},
{
"id": "imperative-api",
"title": "Detect WebMCP imperative API usage",
"status": "informational",
"evidence": {
"staticSignals": {
"detected": false,
"matched": []
},
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.",
"howToFix": "Use navigator.modelContext.provideContext() to register tools programmatically."
},
{
"id": "browser-navigator-injection",
"title": "Detect WebMCP browser navigator injection",
"status": "informational",
"evidence": {
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext was not detected in the rendered browser page.",
"howToFix": "Expose WebMCP through navigator.modelContext in the browser runtime when the page is intended to provide in-page tools."
},
{
"id": "surface-coverage",
"title": "Interactive surface coverage",
"status": "informational",
"evidence": {
"totalForms": 4,
"formsWithTags": 0,
"totalInteractive": 487,
"interactiveWithTags": 0,
"totalCount": 491,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"q\"> is missing tool-param-description.",
"<input name=\"options[size]\"> is missing tool-param-description.",
"<input name=\"options[size]\"> is missing tool-param-description.",
"<input name=\"options[size]\"> is missing tool-param-description.",
"<input name=\"options[size]\"> is missing tool-param-description.",
"<input name=\"options[size]\"> is missing tool-param-description.",
"<input name=\"options[size]\"> is missing tool-param-description.",
"<input name=\"options[size]\"> is missing tool-param-description.",
"<input name=\"options[Size]\"> is missing tool-param-description.",
"<input name=\"options[Size]\"> is missing tool-param-description.",
"<input name=\"options[Size]\"> is missing tool-param-description.",
"<select name=\"country_code\"> is missing a label.",
"<select name=\"country_code\"> is missing tool-param-description.",
"<input name=\"contact[email]\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description."
]
},
"issue": "Only 0% of interactive surfaces are annotated.",
"howToFix": "Add WebMCP annotations to all forms and interactive elements to increase agent coverage."
}
],
"staticSignals": {
"detected": false,
"matched": []
},
"coverage": {
"totalForms": 4,
"formsWithTags": 0,
"totalInteractive": 487,
"interactiveWithTags": 0,
"totalCount": 491,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"q\"> is missing tool-param-description.",
"<input name=\"options[size]\"> is missing tool-param-description.",
"<input name=\"options[size]\"> is missing tool-param-description.",
"<input name=\"options[size]\"> is missing tool-param-description.",
"<input name=\"options[size]\"> is missing tool-param-description.",
"<input name=\"options[size]\"> is missing tool-param-description.",
"<input name=\"options[size]\"> is missing tool-param-description.",
"<input name=\"options[size]\"> is missing tool-param-description.",
"<input name=\"options[Size]\"> is missing tool-param-description.",
"<input name=\"options[Size]\"> is missing tool-param-description.",
"<input name=\"options[Size]\"> is missing tool-param-description.",
"<select name=\"country_code\"> is missing a label.",
"<select name=\"country_code\"> is missing tool-param-description.",
"<input name=\"contact[email]\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description."
]
},
"browserWebMcp": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 0/100 and needs a fix.
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
No JSON-LD structured data was 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: Visible structured data match
Score
0/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Visible structured data match scored 0/100 and needs a fix.
Evidence
{
"schemaCount": 0,
"mismatches": [],
"score": 0,
"weight": 18
}AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Structured Markdown body".
8 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": 32688,
"excerpt": "<!doctype html>\n<html lang=\"en\">\n<head>\n \n <meta charset=\"utf-8\">\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n \n <link rel=\"canonical\" href=\"https://ww",
"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: 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": "/en-in/pages/about",
"text": "About Us",
"html": "<a class=\"footer__nav-link\" href=\"/en-in/pages/about\" title=\"/en-in/pages/about\"> About Us </a>"
},
{
"href": "/en-in/pages/about",
"text": "About Us Opens in a new tab",
"html": "<a class=\"footer__acc-link footer__nav-link\" href=\"/en-in/pages/about\" title=\"/en-in/pages/about\"> About Us <span class=\"screenreader\">Opens in a new tab</span> </a>"
}
],
"contactLinks": [
{
"href": "/en-in/pages/contact-us",
"text": "Contact",
"html": "<a class=\"footer__nav-link\" href=\"/en-in/pages/contact-us\" title=\"/en-in/pages/contact-us\"> Contact </a>"
},
{
"href": "https://help.glossier.com/en-US#category-135527",
"text": "Returns & exchanges",
"html": "<a class=\"footer__nav-link\" href=\"https://help.glossier.com/en-US#category-135527\" title=\"https://help.glossier.com/en-US#category-135527\"> Returns & exchanges </a>"
},
{
"href": "https://help.glossier.com",
"text": "Help & FAQ",
"html": "<a class=\"footer__nav-link\" href=\"https://help.glossier.com\" title=\"https://help.glossier.com\"> Help & FAQ </a>"
},
{
"href": "https://help.glossier.com/en-US#category-135529",
"text": "International",
"html": "<a class=\"footer__nav-link\" href=\"https://help.glossier.com/en-US#category-135529\" title=\"https://help.glossier.com/en-US#category-135529\"> International </a>"
},
{
"href": "/en-in/pages/contact-us",
"text": "Contact",
"html": "<a class=\"footer__acc-link footer__nav-link\" href=\"/en-in/pages/contact-us\" title=\"/en-in/pages/contact-us\"> Contact </a>"
},
{
"href": "https://help.glossier.com/en-US#category-135527",
"text": "Returns & exchanges",
"html": "<a class=\"footer__acc-link footer__nav-link\" href=\"https://help.glossier.com/en-US#category-135527\" title=\"https://help.glossier.com/en-US#category-135527\"> Returns & exchanges </a>"
},
{
"href": "https://help.glossier.com",
"text": "Help & FAQ",
"html": "<a class=\"footer__acc-link footer__nav-link\" href=\"https://help.glossier.com\" title=\"https://help.glossier.com\"> Help & FAQ </a>"
},
{
"href": "https://help.glossier.com/en-US#category-135529",
"text": "International",
"html": "<a class=\"footer__acc-link footer__nav-link\" href=\"https://help.glossier.com/en-US#category-135529\" title=\"https://help.glossier.com/en-US#category-135529\"> International </a>"
}
],
"privacyLinks": [
{
"href": "/en-in/policies/privacy-policy",
"text": "Privacy Policy",
"html": "<a class=\"footer__sub-nav-link\" href=\"/en-in/policies/privacy-policy\" title=\"/en-in/policies/privacy-policy\"> Privacy Policy </a>"
},
{
"href": "/en-in/pages/glossier-us-state-privacy-notice",
"text": "US State Privacy Notice",
"html": "<a class=\"footer__sub-nav-link\" href=\"/en-in/pages/glossier-us-state-privacy-notice\" title=\"/en-in/pages/glossier-us-state-privacy-notice\"> US State Privacy Notice </a>"
},
{
"href": "/en-in/policies/terms-of-service",
"text": "Terms of Use",
"html": "<a class=\"footer__sub-nav-link\" href=\"/en-in/policies/terms-of-service\" title=\"/en-in/policies/terms-of-service\"> Terms of Use </a>"
},
{
"href": "/policies/terms-of-service",
"text": "Terms of Use",
"html": "<a href=\"/policies/terms-of-service\" target=\"_blank\">Terms of Use</a>"
},
{
"href": "/policies/privacy-policy",
"text": "Privacy Policy",
"html": "<a href=\"/policies/privacy-policy\" target=\"_blank\">Privacy Policy</a>"
},
{
"href": "/policies/privacy-policy",
"text": "Privacy Policy",
"html": "<a href=\"/policies/privacy-policy\" title=\"/policies/privacy-policy\" target=\"_blank\">Privacy Policy</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": "/en-in/pages/about",
"text": "About Us",
"html": "<a class=\"footer__nav-link\" href=\"/en-in/pages/about\" title=\"/en-in/pages/about\"> About Us </a>"
},
{
"href": "/en-in/pages/about",
"text": "About Us Opens in a new tab",
"html": "<a class=\"footer__acc-link footer__nav-link\" href=\"/en-in/pages/about\" title=\"/en-in/pages/about\"> About Us <span class=\"screenreader\">Opens in a new tab</span> </a>"
}
],
"contactLinks": [
{
"href": "/en-in/pages/contact-us",
"text": "Contact",
"html": "<a class=\"footer__nav-link\" href=\"/en-in/pages/contact-us\" title=\"/en-in/pages/contact-us\"> Contact </a>"
},
{
"href": "https://help.glossier.com/en-US#category-135527",
"text": "Returns & exchanges",
"html": "<a class=\"footer__nav-link\" href=\"https://help.glossier.com/en-US#category-135527\" title=\"https://help.glossier.com/en-US#category-135527\"> Returns & exchanges </a>"
},
{
"href": "https://help.glossier.com",
"text": "Help & FAQ",
"html": "<a class=\"footer__nav-link\" href=\"https://help.glossier.com\" title=\"https://help.glossier.com\"> Help & FAQ </a>"
},
{
"href": "https://help.glossier.com/en-US#category-135529",
"text": "International",
"html": "<a class=\"footer__nav-link\" href=\"https://help.glossier.com/en-US#category-135529\" title=\"https://help.glossier.com/en-US#category-135529\"> International </a>"
},
{
"href": "/en-in/pages/contact-us",
"text": "Contact",
"html": "<a class=\"footer__acc-link footer__nav-link\" href=\"/en-in/pages/contact-us\" title=\"/en-in/pages/contact-us\"> Contact </a>"
},
{
"href": "https://help.glossier.com/en-US#category-135527",
"text": "Returns & exchanges",
"html": "<a class=\"footer__acc-link footer__nav-link\" href=\"https://help.glossier.com/en-US#category-135527\" title=\"https://help.glossier.com/en-US#category-135527\"> Returns & exchanges </a>"
},
{
"href": "https://help.glossier.com",
"text": "Help & FAQ",
"html": "<a class=\"footer__acc-link footer__nav-link\" href=\"https://help.glossier.com\" title=\"https://help.glossier.com\"> Help & FAQ </a>"
},
{
"href": "https://help.glossier.com/en-US#category-135529",
"text": "International",
"html": "<a class=\"footer__acc-link footer__nav-link\" href=\"https://help.glossier.com/en-US#category-135529\" title=\"https://help.glossier.com/en-US#category-135529\"> International </a>"
}
],
"privacyLinks": [
{
"href": "/en-in/policies/privacy-policy",
"text": "Privacy Policy",
"html": "<a class=\"footer__sub-nav-link\" href=\"/en-in/policies/privacy-policy\" title=\"/en-in/policies/privacy-policy\"> Privacy Policy </a>"
},
{
"href": "/en-in/pages/glossier-us-state-privacy-notice",
"text": "US State Privacy Notice",
"html": "<a class=\"footer__sub-nav-link\" href=\"/en-in/pages/glossier-us-state-privacy-notice\" title=\"/en-in/pages/glossier-us-state-privacy-notice\"> US State Privacy Notice </a>"
},
{
"href": "/en-in/policies/terms-of-service",
"text": "Terms of Use",
"html": "<a class=\"footer__sub-nav-link\" href=\"/en-in/policies/terms-of-service\" title=\"/en-in/policies/terms-of-service\"> Terms of Use </a>"
},
{
"href": "/policies/terms-of-service",
"text": "Terms of Use",
"html": "<a href=\"/policies/terms-of-service\" target=\"_blank\">Terms of Use</a>"
},
{
"href": "/policies/privacy-policy",
"text": "Privacy Policy",
"html": "<a href=\"/policies/privacy-policy\" target=\"_blank\">Privacy Policy</a>"
},
{
"href": "/policies/privacy-policy",
"text": "Privacy Policy",
"html": "<a href=\"/policies/privacy-policy\" title=\"/policies/privacy-policy\" target=\"_blank\">Privacy Policy</a>"
}
],
"score": 40,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 65/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 65/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, JSON-LD structured data.
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
65/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 65/100 and needs improvement.
Evidence
{
"hasSummary": false,
"tableCount": 0,
"tablesWithHead": 0,
"tablesMissingThead": [],
"orderedLists": 1,
"hasFaq": true,
"definitionPatterns": 6,
"schemaBlocks": 0,
"missingSignals": [
"optional top summary / TL;DR / key takeaways block",
"table with <thead> only if the page already has tabular/comparative data",
"JSON-LD structured data"
],
"score": 65,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
4 Warning
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
22 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": 22,
"passing": 0,
"failing": [
{
"heading": "Search our site",
"headingHtml": "<h2 class=\"screenreader\" id=\"headerSearchTitle\">Search our site</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Fetch the look",
"headingHtml": "<h2> Fetch the look </h2>",
"firstParagraph": "Turn the dog walk into a catwalk with our seriously-cute pet accessories.",
"paragraphHtml": "<p>Turn the dog walk into a catwalk with our seriously-cute pet accessories.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "PINK CAPSULE",
"headingHtml": "<h2 class=\"headline featured-products__header-title\"> PINK CAPSULE </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Embroidered Pink Hoodie",
"headingHtml": "<h3 class=\"pi__title js-product-title\"> <a class=\"js-product-item-link\" href=\"/en-in/products/embroidered-pink-hoodie?variant=48149985624309\" title=\"/en-in/products/embroidered-pink-hoodie?variant=48149985624309\"> Embroidered Pink Hoodie </a> </h3>",
"firstParagraph": "Permanent Collection",
"paragraphHtml": "<p class=\"pi__option-soi js-option-soi\"> Permanent Collection </p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Errand Bag",
"headingHtml": "<h3 class=\"pi__title js-product-title\"> <a class=\"js-product-item-link\" href=\"/en-in/products/errand-bag?variant=48159589826805\" title=\"/en-in/products/errand-bag?variant=48159589826805\"> Errand Bag </a> </h3>",
"firstParagraph": "Pink Capsule Collection",
"paragraphHtml": "<p class=\"pi__option-soi pi__option-soi--only js-option-soi\"> Pink Capsule Collection </p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "You Look Good Pet Set",
"headingHtml": "<h3 class=\"pi__title js-product-title\"> <a class=\"js-product-item-link\" href=\"/en-in/products/you-look-good-pet-set?variant=48189058580725\" title=\"/en-in/products/you-look-good-pet-set?variant=48189058580725\"> You Look Good Pet Set </a> </h3>",
"firstParagraph": "Four dog walking essentials",
"paragraphHtml": "<p class=\"pi__option-soi pi__option-soi--only js-option-soi\"> Four dog walking essentials </p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "The Curbside Set",
"headingHtml": "<h3 class=\"pi__title js-product-title\"> <a class=\"js-product-item-link\" href=\"/en-in/products/the-curbside-set?variant=48189119332597\" title=\"/en-in/products/the-curbside-set?variant=48189119332597\"> The Curbside Set </a> </h3>",
"firstParagraph": "Pet Waste Bag Dispenser + Smile Wave Pet Waste Bags",
"paragraphHtml": "<p class=\"pi__option-soi pi__option-soi--only js-option-soi\"> Pet Waste Bag Dispenser + Smile Wave Pet Waste Bags </p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "You Look Good Leash",
"headingHtml": "<h3 class=\"pi__title js-product-title\"> <a class=\"js-product-item-link\" href=\"/en-in/products/you-look-good-leash?variant=48159609782517\" title=\"/en-in/products/you-look-good-leash?variant=48159609782517\"> You Look Good Leash </a> </h3>",
"firstParagraph": "Pink Capsule Collection",
"paragraphHtml": "<p class=\"pi__option-soi pi__option-soi--only js-option-soi\"> Pink Capsule Collection </p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "You Look Good Collar",
"headingHtml": "<h3 class=\"pi__title js-product-title\"> <a class=\"js-product-item-link\" href=\"/en-in/products/you-look-good-collar?variant=48159638880501\" title=\"/en-in/products/you-look-good-collar?variant=48159638880501\"> You Look Good Collar </a> </h3>",
"firstParagraph": "Pink Capsule Collection",
"paragraphHtml": "<p class=\"pi__option-soi js-option-soi\"> Pink Capsule Collection </p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Pet Waste Bag Dispenser",
"headingHtml": "<h3 class=\"pi__title js-product-title\"> <a class=\"js-product-item-link\" href=\"/en-in/products/pet-waste-bag-dispenser?variant=48159661490421\" title=\"/en-in/products/pet-waste-bag-dispenser?variant=48159661490421\"> Pet Waste Bag Dispenser </a> </h3>",
"firstParagraph": "Pink Capsule Collection",
"paragraphHtml": "<p class=\"pi__option-soi pi__option-soi--only js-option-soi\"> Pink Capsule Collection </p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Smile Wave Pet Waste Bags",
"headingHtml": "<h3 class=\"pi__title js-product-title\"> <a class=\"js-product-item-link\" href=\"/en-in/products/smile-wave-pet-waste-bags?variant=48159711690997\" title=\"/en-in/products/smile-wave-pet-waste-bags?variant=48159711690997\"> Smile Wave Pet Waste Bags </a> </h3>",
"firstParagraph": "Pink Capsule Collection",
"paragraphHtml": "<p class=\"pi__option-soi pi__option-soi--only js-option-soi\"> Pink Capsule Collection </p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "GET THE LOOK",
"headingHtml": "<h2 class=\"headline\"> GET THE LOOK </h2>",
"firstParagraph": "Georgia wears the Pink Capsule Collection.",
"paragraphHtml": "<p>Georgia wears the Pink Capsule Collection.</p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "How can we help?",
"headingHtml": "<h3 class=\"acc__btn footer__nav-hdg footer__acc-links-hdg js-acc-btn\" id=\"acc-button-links-heading-1\"> <button class=\"footer__acc-links-btn\" id=\"acc-button-links-1\" type=\"button\" aria-controls=\"footer-help-menu\" aria-expanded=\"false\" tabindex=\"0\"> <span class=\"footer__nav-hdg acc__title\"> How can we help? </span> </button> <span class=\"footer__acc-hdg-icon\"></span> </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "About Glossier",
"headingHtml": "<h3 class=\"acc__btn footer__nav-hdg footer__acc-links-hdg js-acc-btn\" id=\"acc-button-links-heading-2\"> <button class=\"footer__acc-links-btn\" id=\"acc-button-links-2\" type=\"button\" aria-controls=\"footer-about-menu\" aria-expanded=\"false\" tabindex=\"0\"> <span class=\"footer__nav-hdg acc__title\"> About Glossier </span> </button> <span class=\"footer__acc-hdg-icon\"></span> </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Find your store",
"headingHtml": "<h3 class=\"footer__acc-links-btn\" id=\"acc-button-links-heading-3\"> Find your store </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Social",
"headingHtml": "<h3 class=\"acc__btn footer__nav-hdg footer__acc-links-hdg js-acc-btn\" id=\"acc-button-links-heading-5\"> <button class=\"footer__acc-links-btn\" id=\"acc-button-links-5\" type=\"button\" aria-controls=\"footer-social-menu\" aria-expanded=\"false\" tabindex=\"0\"> <span class=\"footer__nav-hdg acc__title\"> Social </span> </button> <span class=\"footer__acc-hdg-icon\"></span> </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Index",
"headingHtml": "<h3 class=\"acc__btn footer__nav-hdg footer__acc-index-hdg js-acc-btn\" id=\"acc-button-index-heading-1\"> <button class=\"footer__acc-index-btn\" id=\"acc-button-index-1\" type=\"button\" aria-controls=\"footer-index-menu\" aria-expanded=\"false\" tabindex=\"0\"> <span class=\"footer__nav-hdg acc__title\"> Index </span> </button> <span class=\"footer__acc-hdg-icon\"></span> </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Shopping Bag",
"headingHtml": "<h2 class=\"bag__title bag__title--margin-sm\" id=\"bagTitle\"> Shopping Bag </h2>",
"firstParagraph": "Congrats! You get free express shipping",
"paragraphHtml": "<p class=\"bag__free-shipping-progress-text hide\" id=\"bagFreeShippingReached\">Congrats! You get free express shipping</p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Edit item",
"headingHtml": "<h3 class=\"modal__header-title\" id=\"bagEditModalTitle\" data-title=\"Edit item\" data-title-bundle-and-save=\"Select shades\" data-title-select-shade=\"Select shade\" data-title-size=\"Select size\" data-title-amount=\"Select amount\"> Edit item </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Location settings",
"headingHtml": "<h3 class=\"modal__header-title\" id=\"headerModalTitle\"> Location settings </h3>",
"firstParagraph": "Your location is set to India",
"paragraphHtml": "<p class=\"modal__content-text\"> Your location is set to India </p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Get notified",
"headingHtml": "<h2 class=\"modal__header-title h3\" id=\"modalTitle-bis\"> Get notified </h2>",
"firstParagraph": "Enter your email to be notified first when this item is available again.",
"paragraphHtml": "<p class=\"notify__message js-notify-message\"> Enter your email to be notified first when this item is available again. </p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Welcome to Glossier",
"headingHtml": "<h3 class=\"modal__header-title\" id=\"welcomeMatModalTitle\"> Welcome to Glossier </h3>",
"firstParagraph": "You're shopping in India",
"paragraphHtml": "<p class=\"modal__section-title medium\">You're shopping in India</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 75/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 75/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: none.
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
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: Entity clarity scored 75/100 and needs improvement.
Evidence
{
"title": "Glossier",
"h1": "",
"description": "Glossier",
"topicOverlap": 1,
"topicTerms": [
"glossier"
],
"descriptionTerms": [
"glossier"
],
"missingFromDescription": [],
"score": 75,
"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
22 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": 6,
"questionH2s": [],
"hasFaq": true,
"score": 50,
"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
3 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": 3,
"citablePassages": 0,
"failingCandidateParagraphs": [
{
"index": 56,
"heading": "H3: Smile Wave Pet Waste Bags",
"text": "Was running late to a meeting and stumbled into the elevator with the Senior Editor. They were incredibly chic and not known for being super talkative. I reached my floor, stepped out, and right before the doors closed she commented nonchalantly, \"You smell good.\"",
"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>Was running late to a meeting and stumbled into the elevator with the Senior Editor. They were incredibly chic and not known for being super talkative. I reached my floor, stepped out, and right before the doors closed she commented nonchalantly, "You smell good." </p>"
},
{
"index": 58,
"heading": "H3: Smile Wave Pet Waste Bags",
"text": "Was running late to a meeting and stumbled into the elevator with the Senior Editor. They were incredibly chic and not known for being super talkative. I reached my floor, stepped out, and right before the doors closed she commented nonchalantly, \"You smell good.\"",
"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>Was running late to a meeting and stumbled into the elevator with the Senior Editor. They were incredibly chic and not known for being super talkative. I reached my floor, stepped out, and right before the doors closed she commented nonchalantly, "You smell good." </p>"
},
{
"index": 66,
"heading": "H2: GET THE LOOK",
"text": "At Glossier, we make products inspired by real life, embracing the ethos of Skin First. Makeup Secondâ„¢. We believe beauty is about having fun, celebrating freedom, and being present. No matter where you are in your beauty journey, you look good.",
"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=\"footer__top-message\"> At Glossier, we make products inspired by real life, embracing the ethos of Skin First. Makeup Second™. We believe beauty is about having fun, celebrating freedom, and being present. No matter where you are in your beauty journey, you look good. </p>"
}
],
"citableParagraphs": [],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
2 Warning
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
5 image(s) are missing width/height attributes. 51 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": 2610,
"htmlBytes": 401366,
"imagesMissingDimensions": [
{
"src": "//www.glossier.com/cdn/shop/t/1409/assets/search-icon.svg?v=17597307012293460771780518868",
"width": "",
"height": "",
"loading": "",
"html": "<img id=\"headerSearchIcon\" alt=\"Search\" src=\"//www.glossier.com/cdn/shop/t/1409/assets/search-icon.svg?v=17597307012293460771780518868\">"
},
{
"src": "https://glossier-prod.imgix.net/files/HP_Desktop_2dc799ab-2460-46ab-8e98-40f88dd676af.png?auto=compress,format&cs=srgb&w={width}",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"home__hero-image\" src=\"https://glossier-prod.imgix.net/files/HP_Desktop_2dc799ab-2460-46ab-8e98-40f88dd676af.png?auto=compress,format&cs=srgb&w={width}\" alt>"
},
{
"src": "https://glossier-prod.imgix.net/files/GL-Pink-Capsuel-Leash-HP-UGC_Tablet_1f402159-4901-48a9-9016-566ceb5e09fc.png?auto=compress,format&cs=srgb&w={width}",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"home__hero-image\" src=\"https://glossier-prod.imgix.net/files/GL-Pink-Capsuel-Leash-HP-UGC_Tablet_1f402159-4901-48a9-9016-566ceb5e09fc.png?auto=compress,format&cs=srgb&w={width}\" alt>"
},
{
"src": "https://glossier-prod.imgix.net/files/GL-Pink-Capsuel-Leash-HP-UGC_Mobile_a7729cda-b16b-4874-8fc2-9e422ad0544b.png?auto=compress,format&cs=srgb&w={width}",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"home__hero-image\" src=\"https://glossier-prod.imgix.net/files/GL-Pink-Capsuel-Leash-HP-UGC_Mobile_a7729cda-b16b-4874-8fc2-9e422ad0544b.png?auto=compress,format&cs=srgb&w={width}\" alt>"
},
{
"src": "https://glossier-prod.imgix.net/files/logo_pink.png?auto=compress,format&cs=srgb&w={width}",
"width": "",
"height": "",
"loading": "",
"html": "<img class src=\"https://glossier-prod.imgix.net/files/logo_pink.png?auto=compress,format&cs=srgb&w={width}\" alt>"
}
],
"possibleDialogs": [
"<aside class=\"nav nav--search js-modal\" id=\"headerSearch\" aria-hidden=\"true\" aria-labelledby=\"headerSearchTitle\" role=\"dialog\" style=\"margin-top: 40.5938px;\"> <h2 class=\"screenreader\" id=\"headerSearchTitle\">Search our site</h2> <form action=\"/en-in/search\" method=\"get\" role=\"search\" class=\"search\"> <div class=\"container--header-search\"> <!-- ARIA live region for search 'no results' message --> <div id=\"searchNoResultsLiveRegion\" class=\"screenreader\" aria-live=\"polite\" aria-atomic=\"true\" role=...",
"<button class=\"btn btn-icon btn--primary form-group__btn js-modal-close\" id=\"headerSearchClose\" type=\"button\" aria-label=\"Close search\"> <span class=\"icon icon--close-black\"></span> </button>",
"<div class=\"modal-overlay modal-overlay--search\" id=\"headerSearchOverlay\"></div>",
"<button class=\"btn btn--full js-notify-modal-btn btn--primary marching-ants hide\" data-product-id=\"9674603921653\" data-product-title=\"Embroidered Pink Hoodie\" data-variant-id=\"48149985624309\" type=\"button\"> Notify me </button>",
"<button class=\"btn btn--full js-notify-modal-btn btn--primary marching-ants hide\" data-product-id=\"9677630636277\" data-product-title=\"Errand Bag\" data-variant-id=\"48159589826805\" type=\"button\"> Notify me </button>",
"<button class=\"pi__quick-add js-quick-add-btn btn btn--full btn--primary marching-ants js-product-set-btn \" id=\"productSetModalTrigger-9688026841333\" type=\"button\" name=\"add\" data-product-id=\"9688026841333\" data-product-title=\"You Look Good Pet Set\" data-product-collections=\"[ All Sets, Featured Products, Glossier Goods, Homepage Products, Pink Capsule, promo excluded, Shop All, Shop All (BDC Promo) ]\" data-product-url=\"/products/you-look-good-pet-set\" data-product-vendor=\"Glossier\" data-prod...",
"<button class=\"btn btn--full js-notify-modal-btn btn--primary marching-ants hide\" data-product-id=\"9688026841333\" data-product-title=\"You Look Good Pet Set\" data-variant-id=\"48189058580725\" type=\"button\"> Notify me </button>",
"<button class=\"pi__quick-add js-quick-add-btn btn btn--full btn--primary marching-ants js-product-set-btn btn--add-to-bag \" id=\"productSetModalTrigger-9688046076149\" type=\"button\" name=\"add\" data-product-id=\"9688046076149\" data-product-title=\"The Curbside Set\" data-product-collections=\"[ All Sets, Featured Products, Glossier Goods, Homepage Products, Pink Capsule, promo excluded, Shop All, Shop All (BDC Promo) ]\" data-product-url=\"/products/the-curbside-set\" data-product-vendor=\"Glossier\" dat...",
"<button class=\"btn btn--full js-notify-modal-btn btn--primary marching-ants hide\" data-product-id=\"9688046076149\" data-product-title=\"The Curbside Set\" data-variant-id=\"48189119332597\" type=\"button\"> Notify me </button>",
"<button class=\"btn btn--full js-notify-modal-btn btn--primary marching-ants hide\" data-product-id=\"9677642465525\" data-product-title=\"You Look Good Leash\" data-variant-id=\"48159609782517\" type=\"button\"> Notify me </button>",
"<button class=\"btn btn--full js-notify-modal-btn btn--primary marching-ants hide\" data-product-id=\"9677651181813\" data-product-title=\"You Look Good Collar\" data-variant-id=\"48159638880501\" type=\"button\"> Notify me </button>",
"<button class=\"btn btn--full js-notify-modal-btn btn--primary marching-ants hide\" data-product-id=\"9677678936309\" data-product-title=\"Pet Waste Bag Dispenser\" data-variant-id=\"48159661490421\" type=\"button\"> Notify me </button>",
"<button class=\"btn btn--full js-notify-modal-btn btn--primary marching-ants hide\" data-product-id=\"9677686636789\" data-product-title=\"Smile Wave Pet Waste Bags\" data-variant-id=\"48159711690997\" type=\"button\"> Notify me </button>",
"<aside class=\"bag__modal product-edit__modal modal js-modal\" id=\"bagEditModal\" aria-hidden=\"true\" aria-labelledby=\"Bag Edit Modal\" role=\"dialog\" data-testid=\"minicartEditModal\"> <div class=\"modal__inner\"> <header class=\"modal__header\"> <h3 class=\"modal__header-title\" id=\"bagEditModalTitle\" data-title=\"Edit item\" data-title-bundle-and-save=\"Select shades\" data-title-select-shade=\"Select shade\" data-title-size=\"Select size\" data-title-amount=\"Select amount\"> Edit item </h3> <button class=\"modal...",
"<div class=\"modal__inner\"> <header class=\"modal__header\"> <h3 class=\"modal__header-title\" id=\"bagEditModalTitle\" data-title=\"Edit item\" data-title-bundle-and-save=\"Select shades\" data-title-select-shade=\"Select shade\" data-title-size=\"Select size\" data-title-amount=\"Select amount\"> Edit item </h3> <button class=\"modal__close btn btn-icon btn--primary-no-focus js-modal-close\" type=\"button\" title=\"Close modal\" tabindex=\"0\"> <span class=\"screenreader\"> Close </span> <i class=\"icon icon--close-bl...",
"<header class=\"modal__header\"> <h3 class=\"modal__header-title\" id=\"bagEditModalTitle\" data-title=\"Edit item\" data-title-bundle-and-save=\"Select shades\" data-title-select-shade=\"Select shade\" data-title-size=\"Select size\" data-title-amount=\"Select amount\"> Edit item </h3> <button class=\"modal__close btn btn-icon btn--primary-no-focus js-modal-close\" type=\"button\" title=\"Close modal\" tabindex=\"0\"> <span class=\"screenreader\"> Close </span> <i class=\"icon icon--close-black\"></i> </button> </header>",
"<h3 class=\"modal__header-title\" id=\"bagEditModalTitle\" data-title=\"Edit item\" data-title-bundle-and-save=\"Select shades\" data-title-select-shade=\"Select shade\" data-title-size=\"Select size\" data-title-amount=\"Select amount\"> Edit item </h3>",
"<button class=\"modal__close btn btn-icon btn--primary-no-focus js-modal-close\" type=\"button\" title=\"Close modal\" tabindex=\"0\"> <span class=\"screenreader\"> Close </span> <i class=\"icon icon--close-black\"></i> </button>",
"<div class=\"modal__content modal__content-text\" id=\"bagEditModalContent\"> </div>",
"<div class=\"bag__modal-overlay modal-overlay\"></div>",
"<div id=\"bagOverlay\" class=\"modal-overlay bag__overlay\"></div>",
"<aside id=\"headerCountrySelectorModal\" class=\"modal js-modal country-selector-modal\" aria-hidden=\"true\" aria-labelledby=\"modalTitle\" role=\"dialog\"> <div class=\"modal__inner modal__inner--small-width modal__inner--large-padding modal__inner--bottom-mobile\"> <header class=\"modal__header\"> <h3 class=\"modal__header-title\" id=\"headerModalTitle\"> Location settings </h3> <button class=\"modal__close btn btn-icon btn--primary-no-focus js-country-modal-close\" id=\"headerModalCloseButton\" type=\"button\" t...",
"<div class=\"modal__inner modal__inner--small-width modal__inner--large-padding modal__inner--bottom-mobile\"> <header class=\"modal__header\"> <h3 class=\"modal__header-title\" id=\"headerModalTitle\"> Location settings </h3> <button class=\"modal__close btn btn-icon btn--primary-no-focus js-country-modal-close\" id=\"headerModalCloseButton\" type=\"button\" title=\"Close modal\" tabindex=\"0\"> <span class=\"screenreader\"> Close </span> <i class=\"icon icon--close-black\"></i> </button> </header> <div class=\"mo...",
"<header class=\"modal__header\"> <h3 class=\"modal__header-title\" id=\"headerModalTitle\"> Location settings </h3> <button class=\"modal__close btn btn-icon btn--primary-no-focus js-country-modal-close\" id=\"headerModalCloseButton\" type=\"button\" title=\"Close modal\" tabindex=\"0\"> <span class=\"screenreader\"> Close </span> <i class=\"icon icon--close-black\"></i> </button> </header>",
"<h3 class=\"modal__header-title\" id=\"headerModalTitle\"> Location settings </h3>",
"<button class=\"modal__close btn btn-icon btn--primary-no-focus js-country-modal-close\" id=\"headerModalCloseButton\" type=\"button\" title=\"Close modal\" tabindex=\"0\"> <span class=\"screenreader\"> Close </span> <i class=\"icon icon--close-black\"></i> </button>",
"<div class=\"modal__content\"> <p class=\"modal__content-text\"> Your location is set to India </p> <div class=\"modal__content-spacing modal__content-spacing--no-bottom-padding\"> <form method=\"post\" action=\"/en-in/localization\" id=\"localization_form\" accept-charset=\"UTF-8\" class=\"shopify-localization-form\" enctype=\"multipart/form-data\"><input type=\"hidden\" name=\"form_type\" value=\"localization\"><input type=\"hidden\" name=\"utf8\" value=\"✓\"><input type=\"hidden\" name=\"_method\" value=\"put\"><input...",
"<p class=\"modal__content-text\"> Your location is set to India </p>",
"<div class=\"modal__content-spacing modal__content-spacing--no-bottom-padding\"> <form method=\"post\" action=\"/en-in/localization\" id=\"localization_form\" accept-charset=\"UTF-8\" class=\"shopify-localization-form\" enctype=\"multipart/form-data\"><input type=\"hidden\" name=\"form_type\" value=\"localization\"><input type=\"hidden\" name=\"utf8\" value=\"✓\"><input type=\"hidden\" name=\"_method\" value=\"put\"><input type=\"hidden\" name=\"return_to\" value=\"/en-in?srsltid=AfmBOor6auH9raaNZKZlO9rYq9obYs5RhqpHDjlkzM...",
"<div class=\"select country-selector country-selector--modal Form__Select Select Select--primary CountrySelect__Select-wrapper select country-selector\"> <legend class=\"screenreader\">Country selector</legend> <select name=\"country_code\" class=\"input country-selector__select js-country-selector\"> <option value=\"AL\" data-language-code=\"en\" data-country-code=\"al\" data-currency=\"Albanian Lek\"> Albania / ALL </option> <option value=\"AD\" data-language-code=\"en\" data-country-code=\"ad\" data-currency=\"E...",
"<button type=\"submit\" class=\"btn btn--primary btn--gray-4 modal__content-button modal__content-button__header js-country-selector-save\" tabindex=\"0\"> Save </button>",
"<div id=\"headerCountrySelectorModalOverylay\" class=\"modal-overlay country-selector-modal__overlay\"> </div>",
"<aside class=\"modal js-modal bis js-bis\" id=\"bis\" aria-hidden=\"true\" aria-labelledby=\"modalTitle-bis\" role=\"dialog\"> <div class=\"modal__inner modal__inner--large-padding\"> <header class=\"modal__header\"> <h2 class=\"modal__header-title h3\" id=\"modalTitle-bis\"> Get notified </h2> <button class=\"modal__close btn btn-icon btn--primary-no-focus js-modal-close\" id=\"bisCloseButton\" type=\"button\" title=\"Close modal\" tabindex=\"0\"> <span class=\"screenreader\"> Close (esc) </span> <i class=\"icon icon--clo...",
"<div class=\"modal__inner modal__inner--large-padding\"> <header class=\"modal__header\"> <h2 class=\"modal__header-title h3\" id=\"modalTitle-bis\"> Get notified </h2> <button class=\"modal__close btn btn-icon btn--primary-no-focus js-modal-close\" id=\"bisCloseButton\" type=\"button\" title=\"Close modal\" tabindex=\"0\"> <span class=\"screenreader\"> Close (esc) </span> <i class=\"icon icon--close-black\"></i> </button> </header> <div class=\"modal__content\"> <div id=\"notifyConfig\" class=\"notify notify--config j...",
"<header class=\"modal__header\"> <h2 class=\"modal__header-title h3\" id=\"modalTitle-bis\"> Get notified </h2> <button class=\"modal__close btn btn-icon btn--primary-no-focus js-modal-close\" id=\"bisCloseButton\" type=\"button\" title=\"Close modal\" tabindex=\"0\"> <span class=\"screenreader\"> Close (esc) </span> <i class=\"icon icon--close-black\"></i> </button> </header>",
"<h2 class=\"modal__header-title h3\" id=\"modalTitle-bis\"> Get notified </h2>",
"<button class=\"modal__close btn btn-icon btn--primary-no-focus js-modal-close\" id=\"bisCloseButton\" type=\"button\" title=\"Close modal\" tabindex=\"0\"> <span class=\"screenreader\"> Close (esc) </span> <i class=\"icon icon--close-black\"></i> </button>",
"<div class=\"modal__content\"> <div id=\"notifyConfig\" class=\"notify notify--config js-product-notify\"> <div class=\"notify__message-wrapper\"> <p class=\"notify__message js-notify-message\"> Enter your email to be notified first when this item is available again. </p> <p class=\"notify__message js-coming-soon-msg hide\"> Enter your email to be notified first when this item becomes available. </p> <div class=\"notify__thankyou rte js-notify-thankyou hide\"> <p>You're on the list!</p> </div> </div>...",
"<div id=\"bisOverlay\" class=\"modal-overlay bis__overlay js-bis-overlay\"> </div>",
"<aside class=\"modal js-modal welcome-mat\" id=\"welcomeMatModal\" aria-hidden=\"true\" aria-labelledby=\"welcomeMatModalTitle\" role=\"dialog\"> <div class=\"modal__inner welcome-mat__inner\"> <header class=\"modal__header\"> <h3 class=\"modal__header-title\" id=\"welcomeMatModalTitle\"> Welcome to Glossier </h3> <button class=\"modal__close btn btn-icon btn--primary-no-focus js-modal-close\" id=\"welcomeMatModalCloseButton\" type=\"button\" title=\"Close modal\" tabindex=\"0\"> <span class=\"screenreader\"> Close </span...",
"<div class=\"modal__inner welcome-mat__inner\"> <header class=\"modal__header\"> <h3 class=\"modal__header-title\" id=\"welcomeMatModalTitle\"> Welcome to Glossier </h3> <button class=\"modal__close btn btn-icon btn--primary-no-focus js-modal-close\" id=\"welcomeMatModalCloseButton\" type=\"button\" title=\"Close modal\" tabindex=\"0\"> <span class=\"screenreader\"> Close </span> <i class=\"icon icon--close-black\"></i> </button> </header> <div class=\"modal__content\"> <section class=\"modal__section\"> <p class=\"mod...",
"<header class=\"modal__header\"> <h3 class=\"modal__header-title\" id=\"welcomeMatModalTitle\"> Welcome to Glossier </h3> <button class=\"modal__close btn btn-icon btn--primary-no-focus js-modal-close\" id=\"welcomeMatModalCloseButton\" type=\"button\" title=\"Close modal\" tabindex=\"0\"> <span class=\"screenreader\"> Close </span> <i class=\"icon icon--close-black\"></i> </button> </header>",
"<h3 class=\"modal__header-title\" id=\"welcomeMatModalTitle\"> Welcome to Glossier </h3>",
"<button class=\"modal__close btn btn-icon btn--primary-no-focus js-modal-close\" id=\"welcomeMatModalCloseButton\" type=\"button\" title=\"Close modal\" tabindex=\"0\"> <span class=\"screenreader\"> Close </span> <i class=\"icon icon--close-black\"></i> </button>",
"<div class=\"modal__content\"> <section class=\"modal__section\"> <p class=\"modal__section-title medium\">You're shopping in India</p> <ul class=\"welcome-mat__list\"> <li class=\"welcome-mat__list-item\">Duties and taxes are calculated at checkout.</li> <li class=\"welcome-mat__list-item\">Free express shipping on orders over ₹11230 INR </li> <li class=\"welcome-mat__list-item\">Easy, 30-day returns.</li> </ul> </section> <div class=\"modal__button-group btn-group welcome-mat__button-group\"> <...",
"<section class=\"modal__section\"> <p class=\"modal__section-title medium\">You're shopping in India</p> <ul class=\"welcome-mat__list\"> <li class=\"welcome-mat__list-item\">Duties and taxes are calculated at checkout.</li> <li class=\"welcome-mat__list-item\">Free express shipping on orders over ₹11230 INR </li> <li class=\"welcome-mat__list-item\">Easy, 30-day returns.</li> </ul> </section>",
"<p class=\"modal__section-title medium\">You're shopping in India</p>",
"<div class=\"modal__button-group btn-group welcome-mat__button-group\"> <button class=\"btn btn--tertiary js-welcome-mat-modal-continue-button\"> Continue shopping </button> <button class=\"btn btn--secondary welcome-mat__change-country-button js-welcome-mat-modal-change-country-button\"> Change shipping country </button> </div>",
"<button class=\"btn btn--tertiary js-welcome-mat-modal-continue-button\"> Continue shopping </button>",
"<button class=\"btn btn--secondary welcome-mat__change-country-button js-welcome-mat-modal-change-country-button\"> Change shipping country </button>",
"<div class=\"modal-overlay\" id=\"welcomeMatModalOverlay\"> </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
22 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": 22,
"passing": 0,
"failing": [
{
"heading": "Search our site",
"headingHtml": "<h2 class=\"screenreader\" id=\"headerSearchTitle\">Search our site</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Fetch the look",
"headingHtml": "<h2> Fetch the look </h2>",
"firstParagraph": "Turn the dog walk into a catwalk with our seriously-cute pet accessories.",
"paragraphHtml": "<p>Turn the dog walk into a catwalk with our seriously-cute pet accessories.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "PINK CAPSULE",
"headingHtml": "<h2 class=\"headline featured-products__header-title\"> PINK CAPSULE </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Embroidered Pink Hoodie",
"headingHtml": "<h3 class=\"pi__title js-product-title\"> <a class=\"js-product-item-link\" href=\"/en-in/products/embroidered-pink-hoodie?variant=48149985624309\" title=\"/en-in/products/embroidered-pink-hoodie?variant=48149985624309\"> Embroidered Pink Hoodie </a> </h3>",
"firstParagraph": "Permanent Collection",
"paragraphHtml": "<p class=\"pi__option-soi js-option-soi\"> Permanent Collection </p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Errand Bag",
"headingHtml": "<h3 class=\"pi__title js-product-title\"> <a class=\"js-product-item-link\" href=\"/en-in/products/errand-bag?variant=48159589826805\" title=\"/en-in/products/errand-bag?variant=48159589826805\"> Errand Bag </a> </h3>",
"firstParagraph": "Pink Capsule Collection",
"paragraphHtml": "<p class=\"pi__option-soi pi__option-soi--only js-option-soi\"> Pink Capsule Collection </p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "You Look Good Pet Set",
"headingHtml": "<h3 class=\"pi__title js-product-title\"> <a class=\"js-product-item-link\" href=\"/en-in/products/you-look-good-pet-set?variant=48189058580725\" title=\"/en-in/products/you-look-good-pet-set?variant=48189058580725\"> You Look Good Pet Set </a> </h3>",
"firstParagraph": "Four dog walking essentials",
"paragraphHtml": "<p class=\"pi__option-soi pi__option-soi--only js-option-soi\"> Four dog walking essentials </p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "The Curbside Set",
"headingHtml": "<h3 class=\"pi__title js-product-title\"> <a class=\"js-product-item-link\" href=\"/en-in/products/the-curbside-set?variant=48189119332597\" title=\"/en-in/products/the-curbside-set?variant=48189119332597\"> The Curbside Set </a> </h3>",
"firstParagraph": "Pet Waste Bag Dispenser + Smile Wave Pet Waste Bags",
"paragraphHtml": "<p class=\"pi__option-soi pi__option-soi--only js-option-soi\"> Pet Waste Bag Dispenser + Smile Wave Pet Waste Bags </p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "You Look Good Leash",
"headingHtml": "<h3 class=\"pi__title js-product-title\"> <a class=\"js-product-item-link\" href=\"/en-in/products/you-look-good-leash?variant=48159609782517\" title=\"/en-in/products/you-look-good-leash?variant=48159609782517\"> You Look Good Leash </a> </h3>",
"firstParagraph": "Pink Capsule Collection",
"paragraphHtml": "<p class=\"pi__option-soi pi__option-soi--only js-option-soi\"> Pink Capsule Collection </p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "You Look Good Collar",
"headingHtml": "<h3 class=\"pi__title js-product-title\"> <a class=\"js-product-item-link\" href=\"/en-in/products/you-look-good-collar?variant=48159638880501\" title=\"/en-in/products/you-look-good-collar?variant=48159638880501\"> You Look Good Collar </a> </h3>",
"firstParagraph": "Pink Capsule Collection",
"paragraphHtml": "<p class=\"pi__option-soi js-option-soi\"> Pink Capsule Collection </p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Pet Waste Bag Dispenser",
"headingHtml": "<h3 class=\"pi__title js-product-title\"> <a class=\"js-product-item-link\" href=\"/en-in/products/pet-waste-bag-dispenser?variant=48159661490421\" title=\"/en-in/products/pet-waste-bag-dispenser?variant=48159661490421\"> Pet Waste Bag Dispenser </a> </h3>",
"firstParagraph": "Pink Capsule Collection",
"paragraphHtml": "<p class=\"pi__option-soi pi__option-soi--only js-option-soi\"> Pink Capsule Collection </p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Smile Wave Pet Waste Bags",
"headingHtml": "<h3 class=\"pi__title js-product-title\"> <a class=\"js-product-item-link\" href=\"/en-in/products/smile-wave-pet-waste-bags?variant=48159711690997\" title=\"/en-in/products/smile-wave-pet-waste-bags?variant=48159711690997\"> Smile Wave Pet Waste Bags </a> </h3>",
"firstParagraph": "Pink Capsule Collection",
"paragraphHtml": "<p class=\"pi__option-soi pi__option-soi--only js-option-soi\"> Pink Capsule Collection </p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "GET THE LOOK",
"headingHtml": "<h2 class=\"headline\"> GET THE LOOK </h2>",
"firstParagraph": "Georgia wears the Pink Capsule Collection.",
"paragraphHtml": "<p>Georgia wears the Pink Capsule Collection.</p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "How can we help?",
"headingHtml": "<h3 class=\"acc__btn footer__nav-hdg footer__acc-links-hdg js-acc-btn\" id=\"acc-button-links-heading-1\"> <button class=\"footer__acc-links-btn\" id=\"acc-button-links-1\" type=\"button\" aria-controls=\"footer-help-menu\" aria-expanded=\"false\" tabindex=\"0\"> <span class=\"footer__nav-hdg acc__title\"> How can we help? </span> </button> <span class=\"footer__acc-hdg-icon\"></span> </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "About Glossier",
"headingHtml": "<h3 class=\"acc__btn footer__nav-hdg footer__acc-links-hdg js-acc-btn\" id=\"acc-button-links-heading-2\"> <button class=\"footer__acc-links-btn\" id=\"acc-button-links-2\" type=\"button\" aria-controls=\"footer-about-menu\" aria-expanded=\"false\" tabindex=\"0\"> <span class=\"footer__nav-hdg acc__title\"> About Glossier </span> </button> <span class=\"footer__acc-hdg-icon\"></span> </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Find your store",
"headingHtml": "<h3 class=\"footer__acc-links-btn\" id=\"acc-button-links-heading-3\"> Find your store </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Social",
"headingHtml": "<h3 class=\"acc__btn footer__nav-hdg footer__acc-links-hdg js-acc-btn\" id=\"acc-button-links-heading-5\"> <button class=\"footer__acc-links-btn\" id=\"acc-button-links-5\" type=\"button\" aria-controls=\"footer-social-menu\" aria-expanded=\"false\" tabindex=\"0\"> <span class=\"footer__nav-hdg acc__title\"> Social </span> </button> <span class=\"footer__acc-hdg-icon\"></span> </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Index",
"headingHtml": "<h3 class=\"acc__btn footer__nav-hdg footer__acc-index-hdg js-acc-btn\" id=\"acc-button-index-heading-1\"> <button class=\"footer__acc-index-btn\" id=\"acc-button-index-1\" type=\"button\" aria-controls=\"footer-index-menu\" aria-expanded=\"false\" tabindex=\"0\"> <span class=\"footer__nav-hdg acc__title\"> Index </span> </button> <span class=\"footer__acc-hdg-icon\"></span> </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Shopping Bag",
"headingHtml": "<h2 class=\"bag__title bag__title--margin-sm\" id=\"bagTitle\"> Shopping Bag </h2>",
"firstParagraph": "Congrats! You get free express shipping",
"paragraphHtml": "<p class=\"bag__free-shipping-progress-text hide\" id=\"bagFreeShippingReached\">Congrats! You get free express shipping</p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Edit item",
"headingHtml": "<h3 class=\"modal__header-title\" id=\"bagEditModalTitle\" data-title=\"Edit item\" data-title-bundle-and-save=\"Select shades\" data-title-select-shade=\"Select shade\" data-title-size=\"Select size\" data-title-amount=\"Select amount\"> Edit item </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Location settings",
"headingHtml": "<h3 class=\"modal__header-title\" id=\"headerModalTitle\"> Location settings </h3>",
"firstParagraph": "Your location is set to India",
"paragraphHtml": "<p class=\"modal__content-text\"> Your location is set to India </p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Get notified",
"headingHtml": "<h2 class=\"modal__header-title h3\" id=\"modalTitle-bis\"> Get notified </h2>",
"firstParagraph": "Enter your email to be notified first when this item is available again.",
"paragraphHtml": "<p class=\"notify__message js-notify-message\"> Enter your email to be notified first when this item is available again. </p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Welcome to Glossier",
"headingHtml": "<h3 class=\"modal__header-title\" id=\"welcomeMatModalTitle\"> Welcome to Glossier </h3>",
"firstParagraph": "You're shopping in India",
"paragraphHtml": "<p class=\"modal__section-title medium\">You're shopping in India</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 80/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 80/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
22 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: Entity and definition clarity
Score
80/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 80/100 and needs improvement.
Evidence
{
"title": "Glossier",
"h1": "",
"description": "Glossier",
"topicOverlap": 1,
"definitionCount": 6,
"topicTerms": [
"glossier"
],
"descriptionTerms": [
"glossier"
],
"missingFromDescription": [],
"score": 80,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
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, compare.
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": "Search our site",
"html": "<h2 class=\"screenreader\" id=\"headerSearchTitle\">Search our site</h2>"
},
{
"text": "Fetch the look",
"html": "<h2> Fetch the look </h2>"
},
{
"text": "PINK CAPSULE",
"html": "<h2 class=\"headline featured-products__header-title\"> PINK CAPSULE </h2>"
},
{
"text": "GET THE LOOK",
"html": "<h2 class=\"headline\"> GET THE LOOK </h2>"
},
{
"text": "Shopping Bag",
"html": "<h2 class=\"bag__title bag__title--margin-sm\" id=\"bagTitle\"> Shopping Bag </h2>"
},
{
"text": "Get notified",
"html": "<h2 class=\"modal__header-title h3\" id=\"modalTitle-bis\"> Get notified </h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Glossier?",
"pattern": {}
},
{
"id": "how",
"label": "How does Glossier work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Glossier?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Glossier free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Glossier compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Glossier?",
"pattern": {}
},
{
"id": "how",
"label": "How does Glossier work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Glossier?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Glossier free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Glossier compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Informational
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": 278191
}
]
},
"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, compare.
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": "Search our site",
"html": "<h2 class=\"screenreader\" id=\"headerSearchTitle\">Search our site</h2>"
},
{
"text": "Fetch the look",
"html": "<h2> Fetch the look </h2>"
},
{
"text": "PINK CAPSULE",
"html": "<h2 class=\"headline featured-products__header-title\"> PINK CAPSULE </h2>"
},
{
"text": "GET THE LOOK",
"html": "<h2 class=\"headline\"> GET THE LOOK </h2>"
},
{
"text": "Shopping Bag",
"html": "<h2 class=\"bag__title bag__title--margin-sm\" id=\"bagTitle\"> Shopping Bag </h2>"
},
{
"text": "Get notified",
"html": "<h2 class=\"modal__header-title h3\" id=\"modalTitle-bis\"> Get notified </h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Glossier?",
"pattern": {}
},
{
"id": "how",
"label": "How does Glossier work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Glossier?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Glossier free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Glossier compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Glossier?",
"pattern": {}
},
{
"id": "how",
"label": "How does Glossier work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Glossier?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Glossier free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Glossier compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 4
}Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Informational
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 /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity 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 /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity 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": 278191,
"validation": {
"valid": false,
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language.",
"compatibleContentType": false,
"contentLength": 183273,
"hasRegisterInstructions": true,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": false,
"mentionsCredential": true,
"links": [
"https://www.glossier.com/en-in/404\">",
"/title",
"https://cdn.optimizely.com/js/22916101539.js\"></script>",
"/script",
"https://www.glossier.com/en-in/404\">",
"/png",
"//www.glossier.com/cdn/shop/files/favicon-dark_32x32.webp",
"/png",
"//www.glossier.com/cdn/shop/files/favicon-dark_32x32.webp",
"/png"
],
"rawExcerpt": "<!doctype html>\n<html lang=\"en\">\n<head>\n \n <meta charset=\"utf-8\">\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n \n <link rel=\"canonical\" href=\"https://www.glossier.com/en-in/404\">\n \n\n <title>404 Not Found – Glossier</title>\n\n <script src=\"https://cdn.optimizely.com/js/22916101539.js\"></script>\n<script>\n if(window.optimizely) {\n window.optimizely.push({\n \"type\": \"holdEvents\"\n });\n }\n</script>\n\n \n \n \n\n \n \n \n\n \n \n\n\n<meta property=\"og:site_name\" content=\"Glossier\">\n<meta property=\"og:url\" content=\"https://www.glossier.com/en-in/404\">\n<meta property=\"og:title\" content=\"404 Not Found\">\n<meta property=\"og:type\" content=\"website\">\n<meta property=\"og:description\" "
}
},
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=utf-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language.",
"howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
},
{
"id": "oauth-protected-resource",
"title": "Publish protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 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/62791647477",
"token_endpoint": "https://account.glossier.com/authentication/oauth/token",
"authorization_endpoint": "https://account.glossier.com/authentication/oauth/authorize",
"end_session_endpoint": "https://account.glossier.com/authentication/logout",
"jwks_uri": "https://account.glossier.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\\/62791647477\",\"token_endpoint\":\"https:\\/\\/account.glossier.com\\/authentication\\/oauth\\/token\",\"authorization_endpoint\":\"https:\\/\\/account.glossier.com\\/authentication\\/oauth\\/authorize\",\"end_session_endpoint\":\"https:\\/\\/account.glossier.com\\/authentication\\/logout\",\"jwks_uri\":\"https:\\/\\/account.glossier.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_su",
"issue": "OAuth authorization metadata did not include a usable agent_auth block. missing agent_auth object; register_uri issues: [{\"field\":\"agent_auth.register_uri\",\"issue\":\"Missing URL.\"}]; missing supported_identity_types; missing credential_types_supported; missing claim or revocation URL.",
"hasAgentAuth": false,
"supportedIdentityTypes": [],
"credentialTypesSupported": [],
"registerUriIssues": [
{
"field": "agent_auth.register_uri",
"issue": "Missing URL."
}
],
"claimUrlIssues": [],
"revocationUrlIssues": []
},
"issue": "OAuth authorization metadata did not include a usable agent_auth block. missing agent_auth object; register_uri issues: [{\"field\":\"agent_auth.register_uri\",\"issue\":\"Missing URL.\"}]; missing supported_identity_types; missing credential_types_supported; missing claim or revocation URL.",
"howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 6,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
}
]
},
"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/62791647477",
"authorizationEndpoint": "https://account.glossier.com/authentication/oauth/authorize",
"tokenEndpoint": "https://account.glossier.com/authentication/oauth/token",
"jwksUri": "https://account.glossier.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\\/62791647477\",\"token_endpoint\":\"https:\\/\\/account.glossier.com\\/authentication\\/oauth\\/token\",\"authorization_endpoint\":\"https:\\/\\/account.glossier.com\\/authentication\\/oauth\\/authorize\",\"end_session_endpoint\":\"https:\\/\\/account.glossier.com\\/authentication\\/logout\",\"jwks_uri\":\"https:\\/\\/account.glossier.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_su"
},
"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.glossier.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.glossier.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.glossier.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.glossier.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": 6,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
}
]
},
"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.glossier.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.glossier.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.glossier.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.glossier.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
}
]
},
"issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
"howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 6,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
}
]
},
"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)."
}SEOSEOBrowser audit
Image elements do not have `[alt]` attributes
100 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)."
}Performance and AccessibilityPerformanceBrowser audit
Improve image delivery
25 Fail
Performance and AccessibilityPerformanceBrowser audit
Improve image delivery
Check name
Improve image delivery
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 269Â KiB
Fix guidance
Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 269Â KiB",
"description": "Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)"
}Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
25 Fail
Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
Check name
Reduce unused JavaScript
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 1,149Â KiB
Fix guidance
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 1,149Â KiB",
"description": "Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).",
"numericValue": 320
}Performance and AccessibilityPerformanceBrowser audit
Touch targets do not have sufficient size or spacing.
25 Fail
Performance and AccessibilityPerformanceBrowser audit
Touch targets do not have sufficient size or spacing.
Check name
Touch targets do not have sufficient size or spacing.
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. [Learn more about touch targets](https://dequeuniversity.com/rules/axe/4.11/target-size).
References
https://web.dev/learn/performance/Evidence
{
"description": "Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. [Learn more about touch targets](https://dequeuniversity.com/rules/axe/4.11/target-size)."
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
14 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
43/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": "interactive",
"title": "Time to Interactive",
"score": 2,
"displayValue": "11.4Â s",
"numericValue": 11388.846149157258
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 40,
"displayValue": "280Â ms",
"numericValue": 281
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 15,
"displayValue": "3.6Â s",
"numericValue": 3567.0994016998447
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 14,
"displayValue": "4.3Â s",
"numericValue": 4302.0050099587925
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 10Â ms",
"numericValue": 10
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 68,
"displayValue": "1.3Â s",
"numericValue": 1301.030560748639
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "150Â ms",
"numericValue": 149.69609999999997
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 1,
"displayValue": "1,520Â ms",
"numericValue": 1523.0000000000082
}
]
}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 |
|---|---|---|---|
| 39/100 | Level 2, Agent-Limited | Current report |