Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 61 out of 100
- Agent Ease of Use 23 out of 100
- Security & Trust 60 out of 100
- GEO, AIO and AEO 80 out of 100
- SEO 92 out of 100
- Performance and Accessibility 76 out of 100
What AI sees of your website
Coursera | Courses, Professional Certificates, and Degrees Online
Learn in-demand skills with online courses and Professional Certificates from leading companies like Google, IBM, Meta, and Adobe. Explore flexible programs—from short courses to full degrees.
Next step
Turn this report into a fix workflow
22 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 | 61 | Needs work | 11 | 13 | 0 | View details |
| Discoverability | 86 | Mostly ready | 6 | 3 | 0 | View details |
| Content Readiness | 58 | Needs work | 4 | 7 | 0 | View details |
| Bot Access Control | 33 | Priority fix | 1 | 3 | 0 | View details |
| Agent Ease of Use | 23 | Priority fix | 9 | 29 | 3 | View details |
| API | 50 | Needs work | 5 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 7 | 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 | 80 | Mostly ready | 7 | 2 | 11 | View details |
| GEO Readiness | 88 | Mostly ready | 2 | 0 | 4 | |
| AIO Readiness | 80 | Mostly ready | 3 | 1 | 3 | View details |
| AEO Readiness | 73 | Needs work | 2 | 1 | 4 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| Security & Trust | 60 | Needs work | 7 | 2 | 0 | View details |
| Security & Trust | 60 | Needs work | 3 | 2 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 76 | Mostly ready | 20 | 5 | 1 | View details |
| Performance | 66 | Needs work | 13 | 4 | 1 | View details |
| Accessibility | 95 | Strong | 7 | 1 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
42 items need attention
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
100 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": []
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}Agent Ease of UseAPIEstablished
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"
},
"issue": "The API catalog endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/api-catalog."
},
{
"id": "validate",
"title": "Validate RFC 9727 linkset",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html>\n<html>\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <link href=\"https://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\">\n <style>\n body {\n font-family: 'Opensans-Light';\n }\n a {\n text-decoration: none;\n color: #4a90e2;\n }\n .coursera-logo img {\n width: 127px;\n height: 32px;\n vertical-align: middle;\n margin: 16.25px;\n }\n svg {\n width: 80vw;\n height: 350px;\n margin: 0 auto;\n display: block;\n max-width: 700px;\n overflow: visible;\n padding-left: 80px\n }\n .notfound-message {\n width: 80vw;\n max-width: 500px;\n margin: 0 auto;\n padding-bottom: 20px;\n }\n "
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
50 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.
50 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": null
}Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
50 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".
50 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",
"length": 16467
}
]
},
"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
Content freshness signals
Content freshness signals is missing or incomplete.
33 Fail
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing Last-Modified HTTP header; missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.
Why it matters
Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.
Check name
Content freshness signals
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is missing or incomplete.
Evidence
{
"lastModified": null,
"schemaDates": [],
"metaDateCount": 0,
"timeDateCount": 0
}AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
33 Fail
AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
Needs attention
Markdown negotiation
Issue
Content-Type "text/html" does not indicate Markdown when requested with Accept: text/markdown.
Why it matters
Markdown negotiation gives agents a cleaner representation of page content while preserving normal HTML for browsers.
Check name
Markdown negotiation
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Return HTML responses as markdown when agents request it.
Result
Markdown negotiation failed at "Markdown content type".
Validation steps
Markdown content type
Content-Type "text/html" does not indicate Markdown when requested with Accept: text/markdown.
Vary: Accept header
Markdown negotiation is missing Vary: Accept; current Vary header is "Accept-Encoding".
Structured Markdown body
Markdown response is missing a heading.
Evidence
{
"failedStep": "content-type",
"steps": [
{
"id": "content-type",
"title": "Markdown content type",
"status": "fail",
"evidence": {
"statusCode": 200,
"contentType": "text/html"
},
"issue": "Content-Type \"text/html\" does not indicate Markdown when requested with Accept: text/markdown.",
"howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
},
{
"id": "vary-accept",
"title": "Vary: Accept header",
"status": "fail",
"evidence": {
"vary": "Accept-Encoding"
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding\".",
"howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
},
{
"id": "markdown-content",
"title": "Structured Markdown body",
"status": "fail",
"evidence": {
"valid": false,
"hasHeading": false,
"wordCount": 75212,
"excerpt": "<!DOCTYPE html><html xmlns:fb=\"http://ogp.me/ns/fb#\" itemtype=\"http://schema.org\" lang=\"en\" dir=\"ltr\" data-color-theme=\"{{{colorTheme}}}\"><head><link rel=\"preconnect\" href=\"https://d3njjcbhbojbot.cloudfront.net\" crossorigin><link rel=\"preco",
"issue": "Markdown response is missing a heading."
},
"issue": "Markdown response is missing a heading.",
"howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
}
]
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint failed at "Validate resource body".
25 Fail
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint failed at "Validate resource body".
Needs attention
AI context endpoint
Issue
Content-Type "text/html" is not JSON, Markdown, or text/plain.
Why it matters
A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.
Check name
AI context endpoint
Score
50/100
Status
fail
Category
API
Maturity
Emerging recommendation
Goal
Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.
Result
AI context endpoint failed at "Validate resource body".
Validation steps
Validate resource body
Content-Type "text/html" is not JSON, Markdown, or text/plain.
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/api/ai/context",
"statusCode": 200,
"contentType": "text/html"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Content-Type \"text/html\" is not JSON, Markdown, or text/plain.",
"rawExcerpt": "<html>\n\t<head>\n\t\t<title>Coursera - API Route Does Not Exist</title>\n\t</head>\n\t<body style=\"background-color:#e4e4e4\">\n\t\t<div style=\"position:absolute; top:0; bottom:0; left:0; right:0; margin:auto; height:200px; width: 600px\">\n\t\t\t<div style=\"text-align:center\">\n\t\t\t\t<img src=\"https://s3.amazonaws.com/coursera/error_pages/coursera-logo.svg\" width=\"400\">\n\t\t\t</div>\n\t\t\t<h1 style=\"text-align:center; font-family:Helvetica, Arial, sans-serif; font-weight:100; color: #555\">\n\t\t\t\tAPI Route Does Not Exist\n\t\t\t</h1>\n\t\t\t<div style=\"text-align:center; font-family:Helvetica, Arial, sans-serif; font-weight:300; font-size:13pt; color: #555\">\n\t\t\t\tEdge does not know about this API route. <br>\n\t\t\t\tCheck whether this route is exposed in the routing table.\n\t\t\t</div>\n\t\t</div>\n\t</body>\n</html>"
},
"issue": "Content-Type \"text/html\" is not JSON, Markdown, or text/plain.",
"howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
}
]
}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",
"length": 16467
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html",
"length": 16467
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 16467
}
]
},
"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": "text/html",
"length": 16467
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 16467
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html",
"length": 16467
}
]
},
"issue": "mcp.json was not found at the expected path.",
"howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
}
]
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
25 Fail
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",
"length": 16467
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 16467
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 16467
}
]
},
"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",
"length": 16467
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html",
"length": 16467
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html",
"length": 16467
}
]
},
"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",
"length": 16467
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html",
"length": 16467
}
]
},
"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",
"length": 16467
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html",
"length": 16467
}
]
},
"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",
"length": 16467
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html",
"length": 16467
}
]
},
"issue": "agents.json was not found at the expected path.",
"howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
}
]
}AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Validate resource body".
17 Fail
AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Validate resource body".
Needs attention
llms.txt
Issue
llms.txt response did not match the expected shape. missing h1 title (e.g. # Site Name).
Why it matters
llms.txt gives language-model clients a concise, curated summary of important site context and links before they crawl broadly.
Check name
llms.txt
Score
50/100
Status
fail
Category
Content Readiness
Maturity
Emerging recommendation
Goal
Publish llms.txt to summarize agent-readable site guidance.
Result
llms.txt failed at "Validate resource body".
Validation steps
Validate resource body
llms.txt response did not match the expected shape. missing h1 title (e.g. # Site Name).
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/llms.txt",
"statusCode": 200,
"contentType": "text/plain; charset=UTF-8"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"issue": "llms.txt response did not match the expected shape. missing h1 title (e.g. # Site Name).",
"compatibleContentType": true,
"hasTitle": false,
"contentLength": 3247603,
"linkCount": 11448,
"links": [
"https://www.coursera.org/articles/30-60-90-day-plan",
"https://www.coursera.org/articles/5-vs-of-big-data",
"https://www.coursera.org/articles/abstraction-layers",
"https://www.coursera.org/articles/account-manager-career-path-guide",
"https://www.coursera.org/articles/accountant-cycle",
"https://www.coursera.org/articles/accounting-certifications",
"https://www.coursera.org/articles/accounting-clerk-salary",
"https://www.coursera.org/articles/accounting-interview-questions",
"https://www.coursera.org/articles/active-listening",
"https://www.coursera.org/articles/actuary"
],
"rawExcerpt": "## Career Articles & Education Hub\n[How to Write a 30-60-90 Day Plan (+ Template) | Coursera](https://www.coursera.org/articles/30-60-90-day-plan): A 30-60-90 day plan can set you up for success in your new job. Find out how to write one for a smooth transition.\n[What Are the 5 Vs of Big Data? | Coursera](https://www.coursera.org/articles/5-vs-of-big-data): Explore what big data is, including defining characteristics of big data, and why each is important.\n[What Are Abstraction Layers? | Coursera](https://www.coursera.org/articles/abstraction-layers): Explore the importance of abstraction layers within computer programming and learn why this skill might be helpful for you as you pursue a career in software programming.\n[Account Manager Career Path Guide (2026) | Coursera](https://www.cours"
},
"issue": "llms.txt response did not match the expected shape. missing h1 title (e.g. # Site Name).",
"howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
}
]
}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.coursera.org",
"probes": [
{
"name": "_index._agents.www.coursera.org",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.www.coursera.org",
"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.coursera.org",
"dnssecTypes": [],
"dnssecRecordCount": 0
},
{
"name": "coursera.org",
"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="query"> 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": 1,
"formsWithTags": 0,
"totalInteractive": 211,
"interactiveWithTags": 0,
"totalCount": 212,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"query\"> 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": 1,
"issues": [
"<input name=\"query\"> is missing tool-param-description."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"type": "code",
"value": "<input name=\"query\"> 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": 1,
"formsWithTags": 0,
"totalInteractive": 211,
"interactiveWithTags": 0,
"totalCount": 212,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"query\"> 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": 1,
"formsWithTags": 0,
"totalInteractive": 211,
"interactiveWithTags": 0,
"totalCount": 212,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"query\"> 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: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
9 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": "/about",
"text": "About",
"html": "<a data-click-key=\"front_page.front_page_story.click.seo_directory_link\" data-click-value=\"{"href":"/about","namespace":{"action":"click","app":"front_page","component":"seo_directory_link","page":"front_page_story"},"schema_type":"FRONTEND"}\" data-track=\"true\" data-track-app=\"front_page\" data-track-page=\"front_page_story\" data-track-action=\"click\" data-track-compo..."
},
{
"href": "/about/how-coursera-works/",
"text": "What We Offer",
"html": "<a data-click-key=\"front_page.front_page_story.click.seo_directory_link\" data-click-value=\"{"href":"/about/how-coursera-works/","namespace":{"action":"click","app":"front_page","component":"seo_directory_link","page":"front_page_story"},"schema_type":"FRONTEND"}\" data-track=\"true\" data-track-app=\"front_page\" data-track-page=\"front_page_story\" data-track-action=\"cli..."
},
{
"href": "https://www.coursera.org/about/leadership",
"text": "Leadership",
"html": "<a data-click-key=\"front_page.front_page_story.click.seo_directory_link\" data-click-value=\"{"href":"https://www.coursera.org/about/leadership","namespace":{"action":"click","app":"front_page","component":"seo_directory_link","page":"front_page_story"},"schema_type":"FRONTEND"}\" data-track=\"true\" data-track-app=\"front_page\" data-track-page=\"front_page_story\" data-tr..."
},
{
"href": "https://www.coursera.org/about/press",
"text": "Press",
"html": "<a data-click-key=\"front_page.front_page_story.click.seo_directory_link\" data-click-value=\"{"href":"https://www.coursera.org/about/press","namespace":{"action":"click","app":"front_page","component":"seo_directory_link","page":"front_page_story"},"schema_type":"FRONTEND"}\" data-track=\"true\" data-track-app=\"front_page\" data-track-page=\"front_page_story\" data-track-a..."
},
{
"href": "https://www.coursera.org/about/terms",
"text": "Terms",
"html": "<a data-click-key=\"front_page.front_page_story.click.seo_directory_link\" data-click-value=\"{"href":"https://www.coursera.org/about/terms","namespace":{"action":"click","app":"front_page","component":"seo_directory_link","page":"front_page_story"},"schema_type":"FRONTEND"}\" data-track=\"true\" data-track-app=\"front_page\" data-track-page=\"front_page_story\" data-track-a..."
},
{
"href": "https://www.coursera.org/about/privacy",
"text": "Privacy",
"html": "<a data-click-key=\"front_page.front_page_story.click.seo_directory_link\" data-click-value=\"{"href":"https://www.coursera.org/about/privacy","namespace":{"action":"click","app":"front_page","component":"seo_directory_link","page":"front_page_story"},"schema_type":"FRONTEND"}\" data-track=\"true\" data-track-app=\"front_page\" data-track-page=\"front_page_story\" data-track..."
},
{
"href": "https://www.coursera.org/about/contact",
"text": "Contact",
"html": "<a data-click-key=\"front_page.front_page_story.click.seo_directory_link\" data-click-value=\"{"href":"https://www.coursera.org/about/contact","namespace":{"action":"click","app":"front_page","component":"seo_directory_link","page":"front_page_story"},"schema_type":"FRONTEND"}\" data-track=\"true\" data-track-app=\"front_page\" data-track-page=\"front_page_story\" data-track..."
},
{
"href": "/about/affiliates",
"text": "Affiliates",
"html": "<a data-click-key=\"front_page.front_page_story.click.seo_directory_link\" data-click-value=\"{"href":"/about/affiliates","namespace":{"action":"click","app":"front_page","component":"seo_directory_link","page":"front_page_story"},"schema_type":"FRONTEND"}\" data-track=\"true\" data-track-app=\"front_page\" data-track-page=\"front_page_story\" data-track-action=\"click\" data-..."
},
{
"href": "/about/cookies-manage",
"text": "Cookies Preference Center",
"html": "<a data-click-key=\"front_page.front_page_story.click.seo_directory_link\" data-click-value=\"{"href":"/about/cookies-manage","namespace":{"action":"click","app":"front_page","component":"seo_directory_link","page":"front_page_story"},"schema_type":"FRONTEND"}\" data-track=\"true\" data-track-app=\"front_page\" data-track-page=\"front_page_story\" data-track-action=\"click\" d..."
},
{
"href": "https://www.linkedin.com/company/coursera",
"text": "",
"html": "<a data-click-key=\"front_page.front_page_story.click.linkedin_link\" data-click-value=\"{"href":"https://www.linkedin.com/company/coursera","namespace":{"action":"click","app":"front_page","component":"linkedin_link","page":"front_page_story"},"schema_type":"FRONTEND"}\" data-track=\"true\" data-track-app=\"front_page\" data-track-page=\"front_page_story\" data-track-action..."
}
],
"contactLinks": [
{
"href": "https://www.coursera.org/business/teams?promoCode=summer50-2026&utm_medium=coursera&utm_source=home-page&utm_campaign=summer50-2026&utm_content=banner-cta",
"text": "Help your team rise higher",
"html": "<a data-click-key=\"front_page.front_page_story.click.canned_collection_card\" data-click-value=\"{"href":"https://www.coursera.org/business/teams?promoCode=summer50-2026&utm_medium=coursera&utm_source=home-page&utm_campaign=summer50-2026&utm_content=banner-cta","namespace":{"action":"click","app":"front_page","component":"canned_collection_card","page":"front_page_story"..."
},
{
"href": "https://www.coursera.org/professional-certificates/google-it-support",
"text": "Google IT Support Professional Certificate",
"html": "<a href=\"https://www.coursera.org/professional-certificates/google-it-support\">Google IT Support Professional Certificate</a>"
},
{
"href": "https://www.coursera.org/professional-certificates/google-it-support",
"text": "Google IT Support Certificate",
"html": "<a data-click-key=\"front_page.front_page_story.click.seo_directory_link\" data-click-value=\"{"href":"https://www.coursera.org/professional-certificates/google-it-support","namespace":{"action":"click","app":"front_page","component":"seo_directory_link","page":"front_page_story"},"schema_type":"FRONTEND"}\" data-track=\"true\" data-track-app=\"front_page\" data-track-page..."
},
{
"href": "https://www.coursera.support/s/article/360000152926-Become-a-Coursera-beta-tester",
"text": "Beta Testers",
"html": "<a data-click-key=\"front_page.front_page_story.click.seo_directory_link\" data-click-value=\"{"href":"https://www.coursera.support/s/article/360000152926-Become-a-Coursera-beta-tester","namespace":{"action":"click","app":"front_page","component":"seo_directory_link","page":"front_page_story"},"schema_type":"FRONTEND"}\" data-track=\"true\" data-track-app=\"front_page\" da..."
},
{
"href": "https://learner.coursera.help/hc",
"text": "Help",
"html": "<a data-click-key=\"front_page.front_page_story.click.seo_directory_link\" data-click-value=\"{"href":"https://learner.coursera.help/hc","namespace":{"action":"click","app":"front_page","component":"seo_directory_link","page":"front_page_story"},"schema_type":"FRONTEND"}\" data-track=\"true\" data-track-app=\"front_page\" data-track-page=\"front_page_story\" data-track-actio..."
},
{
"href": "https://learner.coursera.help/hc/articles/360050668591-Accessibility-Statement",
"text": "Accessibility",
"html": "<a data-click-key=\"front_page.front_page_story.click.seo_directory_link\" data-click-value=\"{"href":"https://learner.coursera.help/hc/articles/360050668591-Accessibility-Statement","namespace":{"action":"click","app":"front_page","component":"seo_directory_link","page":"front_page_story"},"schema_type":"FRONTEND"}\" data-track=\"true\" data-track-app=\"front_page\" data-..."
},
{
"href": "https://www.coursera.org/about/contact",
"text": "Contact",
"html": "<a data-click-key=\"front_page.front_page_story.click.seo_directory_link\" data-click-value=\"{"href":"https://www.coursera.org/about/contact","namespace":{"action":"click","app":"front_page","component":"seo_directory_link","page":"front_page_story"},"schema_type":"FRONTEND"}\" data-track=\"true\" data-track-app=\"front_page\" data-track-page=\"front_page_story\" data-track..."
}
],
"privacyLinks": [
{
"href": "https://www.coursera.org/about/terms",
"text": "Terms",
"html": "<a data-click-key=\"front_page.front_page_story.click.seo_directory_link\" data-click-value=\"{"href":"https://www.coursera.org/about/terms","namespace":{"action":"click","app":"front_page","component":"seo_directory_link","page":"front_page_story"},"schema_type":"FRONTEND"}\" data-track=\"true\" data-track-app=\"front_page\" data-track-page=\"front_page_story\" data-track-a..."
},
{
"href": "https://www.coursera.org/about/privacy",
"text": "Privacy",
"html": "<a data-click-key=\"front_page.front_page_story.click.seo_directory_link\" data-click-value=\"{"href":"https://www.coursera.org/about/privacy","namespace":{"action":"click","app":"front_page","component":"seo_directory_link","page":"front_page_story"},"schema_type":"FRONTEND"}\" data-track=\"true\" data-track-app=\"front_page\" data-track-page=\"front_page_story\" data-track..."
}
],
"score": 40,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
6 Fail
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": "/about",
"text": "About",
"html": "<a data-click-key=\"front_page.front_page_story.click.seo_directory_link\" data-click-value=\"{"href":"/about","namespace":{"action":"click","app":"front_page","component":"seo_directory_link","page":"front_page_story"},"schema_type":"FRONTEND"}\" data-track=\"true\" data-track-app=\"front_page\" data-track-page=\"front_page_story\" data-track-action=\"click\" data-track-compo..."
},
{
"href": "/about/how-coursera-works/",
"text": "What We Offer",
"html": "<a data-click-key=\"front_page.front_page_story.click.seo_directory_link\" data-click-value=\"{"href":"/about/how-coursera-works/","namespace":{"action":"click","app":"front_page","component":"seo_directory_link","page":"front_page_story"},"schema_type":"FRONTEND"}\" data-track=\"true\" data-track-app=\"front_page\" data-track-page=\"front_page_story\" data-track-action=\"cli..."
},
{
"href": "https://www.coursera.org/about/leadership",
"text": "Leadership",
"html": "<a data-click-key=\"front_page.front_page_story.click.seo_directory_link\" data-click-value=\"{"href":"https://www.coursera.org/about/leadership","namespace":{"action":"click","app":"front_page","component":"seo_directory_link","page":"front_page_story"},"schema_type":"FRONTEND"}\" data-track=\"true\" data-track-app=\"front_page\" data-track-page=\"front_page_story\" data-tr..."
},
{
"href": "https://www.coursera.org/about/press",
"text": "Press",
"html": "<a data-click-key=\"front_page.front_page_story.click.seo_directory_link\" data-click-value=\"{"href":"https://www.coursera.org/about/press","namespace":{"action":"click","app":"front_page","component":"seo_directory_link","page":"front_page_story"},"schema_type":"FRONTEND"}\" data-track=\"true\" data-track-app=\"front_page\" data-track-page=\"front_page_story\" data-track-a..."
},
{
"href": "https://www.coursera.org/about/terms",
"text": "Terms",
"html": "<a data-click-key=\"front_page.front_page_story.click.seo_directory_link\" data-click-value=\"{"href":"https://www.coursera.org/about/terms","namespace":{"action":"click","app":"front_page","component":"seo_directory_link","page":"front_page_story"},"schema_type":"FRONTEND"}\" data-track=\"true\" data-track-app=\"front_page\" data-track-page=\"front_page_story\" data-track-a..."
},
{
"href": "https://www.coursera.org/about/privacy",
"text": "Privacy",
"html": "<a data-click-key=\"front_page.front_page_story.click.seo_directory_link\" data-click-value=\"{"href":"https://www.coursera.org/about/privacy","namespace":{"action":"click","app":"front_page","component":"seo_directory_link","page":"front_page_story"},"schema_type":"FRONTEND"}\" data-track=\"true\" data-track-app=\"front_page\" data-track-page=\"front_page_story\" data-track..."
},
{
"href": "https://www.coursera.org/about/contact",
"text": "Contact",
"html": "<a data-click-key=\"front_page.front_page_story.click.seo_directory_link\" data-click-value=\"{"href":"https://www.coursera.org/about/contact","namespace":{"action":"click","app":"front_page","component":"seo_directory_link","page":"front_page_story"},"schema_type":"FRONTEND"}\" data-track=\"true\" data-track-app=\"front_page\" data-track-page=\"front_page_story\" data-track..."
},
{
"href": "/about/affiliates",
"text": "Affiliates",
"html": "<a data-click-key=\"front_page.front_page_story.click.seo_directory_link\" data-click-value=\"{"href":"/about/affiliates","namespace":{"action":"click","app":"front_page","component":"seo_directory_link","page":"front_page_story"},"schema_type":"FRONTEND"}\" data-track=\"true\" data-track-app=\"front_page\" data-track-page=\"front_page_story\" data-track-action=\"click\" data-..."
},
{
"href": "/about/cookies-manage",
"text": "Cookies Preference Center",
"html": "<a data-click-key=\"front_page.front_page_story.click.seo_directory_link\" data-click-value=\"{"href":"/about/cookies-manage","namespace":{"action":"click","app":"front_page","component":"seo_directory_link","page":"front_page_story"},"schema_type":"FRONTEND"}\" data-track=\"true\" data-track-app=\"front_page\" data-track-page=\"front_page_story\" data-track-action=\"click\" d..."
},
{
"href": "https://www.linkedin.com/company/coursera",
"text": "",
"html": "<a data-click-key=\"front_page.front_page_story.click.linkedin_link\" data-click-value=\"{"href":"https://www.linkedin.com/company/coursera","namespace":{"action":"click","app":"front_page","component":"linkedin_link","page":"front_page_story"},"schema_type":"FRONTEND"}\" data-track=\"true\" data-track-app=\"front_page\" data-track-page=\"front_page_story\" data-track-action..."
}
],
"contactLinks": [
{
"href": "https://www.coursera.org/business/teams?promoCode=summer50-2026&utm_medium=coursera&utm_source=home-page&utm_campaign=summer50-2026&utm_content=banner-cta",
"text": "Help your team rise higher",
"html": "<a data-click-key=\"front_page.front_page_story.click.canned_collection_card\" data-click-value=\"{"href":"https://www.coursera.org/business/teams?promoCode=summer50-2026&utm_medium=coursera&utm_source=home-page&utm_campaign=summer50-2026&utm_content=banner-cta","namespace":{"action":"click","app":"front_page","component":"canned_collection_card","page":"front_page_story"..."
},
{
"href": "https://www.coursera.org/professional-certificates/google-it-support",
"text": "Google IT Support Professional Certificate",
"html": "<a href=\"https://www.coursera.org/professional-certificates/google-it-support\">Google IT Support Professional Certificate</a>"
},
{
"href": "https://www.coursera.org/professional-certificates/google-it-support",
"text": "Google IT Support Certificate",
"html": "<a data-click-key=\"front_page.front_page_story.click.seo_directory_link\" data-click-value=\"{"href":"https://www.coursera.org/professional-certificates/google-it-support","namespace":{"action":"click","app":"front_page","component":"seo_directory_link","page":"front_page_story"},"schema_type":"FRONTEND"}\" data-track=\"true\" data-track-app=\"front_page\" data-track-page..."
},
{
"href": "https://www.coursera.support/s/article/360000152926-Become-a-Coursera-beta-tester",
"text": "Beta Testers",
"html": "<a data-click-key=\"front_page.front_page_story.click.seo_directory_link\" data-click-value=\"{"href":"https://www.coursera.support/s/article/360000152926-Become-a-Coursera-beta-tester","namespace":{"action":"click","app":"front_page","component":"seo_directory_link","page":"front_page_story"},"schema_type":"FRONTEND"}\" data-track=\"true\" data-track-app=\"front_page\" da..."
},
{
"href": "https://learner.coursera.help/hc",
"text": "Help",
"html": "<a data-click-key=\"front_page.front_page_story.click.seo_directory_link\" data-click-value=\"{"href":"https://learner.coursera.help/hc","namespace":{"action":"click","app":"front_page","component":"seo_directory_link","page":"front_page_story"},"schema_type":"FRONTEND"}\" data-track=\"true\" data-track-app=\"front_page\" data-track-page=\"front_page_story\" data-track-actio..."
},
{
"href": "https://learner.coursera.help/hc/articles/360050668591-Accessibility-Statement",
"text": "Accessibility",
"html": "<a data-click-key=\"front_page.front_page_story.click.seo_directory_link\" data-click-value=\"{"href":"https://learner.coursera.help/hc/articles/360050668591-Accessibility-Statement","namespace":{"action":"click","app":"front_page","component":"seo_directory_link","page":"front_page_story"},"schema_type":"FRONTEND"}\" data-track=\"true\" data-track-app=\"front_page\" data-..."
},
{
"href": "https://www.coursera.org/about/contact",
"text": "Contact",
"html": "<a data-click-key=\"front_page.front_page_story.click.seo_directory_link\" data-click-value=\"{"href":"https://www.coursera.org/about/contact","namespace":{"action":"click","app":"front_page","component":"seo_directory_link","page":"front_page_story"},"schema_type":"FRONTEND"}\" data-track=\"true\" data-track-app=\"front_page\" data-track-page=\"front_page_story\" data-track..."
}
],
"privacyLinks": [
{
"href": "https://www.coursera.org/about/terms",
"text": "Terms",
"html": "<a data-click-key=\"front_page.front_page_story.click.seo_directory_link\" data-click-value=\"{"href":"https://www.coursera.org/about/terms","namespace":{"action":"click","app":"front_page","component":"seo_directory_link","page":"front_page_story"},"schema_type":"FRONTEND"}\" data-track=\"true\" data-track-app=\"front_page\" data-track-page=\"front_page_story\" data-track-a..."
},
{
"href": "https://www.coursera.org/about/privacy",
"text": "Privacy",
"html": "<a data-click-key=\"front_page.front_page_story.click.seo_directory_link\" data-click-value=\"{"href":"https://www.coursera.org/about/privacy","namespace":{"action":"click","app":"front_page","component":"seo_directory_link","page":"front_page_story"},"schema_type":"FRONTEND"}\" data-track=\"true\" data-track-app=\"front_page\" data-track-page=\"front_page_story\" data-track..."
}
],
"score": 40,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
5 Warning
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
31 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": 37,
"passing": 6,
"failing": [
{
"heading": "Save more on skills that stand out",
"headingHtml": "<h2 class=\"css-4fk9z4\">Save more on skills that stand out</h2>",
"firstParagraph": "Work towards your next role with 10,000+ programs for ₹6,999/year. Price goes up 18 June.",
"paragraphHtml": "<p class=\"css-1rcwhif\">Work towards your next role with 10,000+ programs for ₹6,999/year. Price goes up 18 June.</p>",
"words": 18,
"direct": false,
"issue": "First paragraph is 18 words and does not look like a concise direct answer."
},
{
"heading": "Early-bird savings. Top team training.",
"headingHtml": "<h2 class=\"css-4fk9z4\"> Early-bird savings. Top team training.</h2>",
"firstParagraph": "Get 50% off team training you can start today. Begin now before prices go up June 18.",
"paragraphHtml": "<p class=\"css-1rcwhif\">Get 50% off team training you can start today. Begin now before prices go up June 18.</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Learn AI skills from leading names",
"headingHtml": "<h2 class=\"css-4fk9z4\">Learn AI skills from leading names</h2>",
"firstParagraph": "Pracitical knowledge from OpenAI, Anthropic, Google, and more is here for your career path.",
"paragraphHtml": "<p class=\"css-1rcwhif\">Pracitical knowledge from OpenAI, Anthropic, Google, and more is here for your career path. </p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "New and popular",
"headingHtml": "<h2 class=\"css-qr3iog\">New and popular</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Get job-ready for an in-demand career",
"headingHtml": "<h2 class=\"css-nr62m0\">Get job-ready for an in-demand career</h2>",
"firstParagraph": "No prior experience needed to get started.",
"paragraphHtml": "<p>No prior experience needed to get started.</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Build essential skills with one of our best deals",
"headingHtml": "<h3 class=\"css-pj5ykk\"><span><a data-click-key=\"front_page.front_page_story.click.canned_collection_card\" data-click-value=\"{"href":"https://www.coursera.org/courseraplus/special/cplus-annual-june-2026-india","namespace":{"action":"click","app":"front_page","component":"canned_collection_card","page":"front_page_story"},"schema_type":"FRONTEND"}\" data-track=\"true\"...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Help your team rise higher",
"headingHtml": "<h3 class=\"css-1di2as8\"><span><a data-click-key=\"front_page.front_page_story.click.canned_collection_card\" data-click-value=\"{"href":"https://www.coursera.org/business/teams?promoCode=summer50-2026&utm_medium=coursera&utm_source=home-page&utm_campaign=summer50-2026&utm_content=banner-cta","namespace":{"action":"click","app":"front_page","component":"canned_collection_card","page"...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Learn from 350+ leading universities and companies",
"headingHtml": "<h2 class=\"css-qr3iog\">Learn from 350+ leading universities and companies</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Launch a new career",
"headingHtml": "<h2 class=\"css-1gcty4z\" aria-hidden=\"true\">Launch a new career</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Try Coursera for Business",
"headingHtml": "<h2 class=\"css-1gcty4z\" aria-hidden=\"true\">Try Coursera for Business </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Earn a degree",
"headingHtml": "<h2 class=\"css-1gcty4z\" aria-hidden=\"true\">Earn a degree</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Explore categories",
"headingHtml": "<h2 class=\"css-qr3iog\">Explore categories</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Google Career Collection",
"headingHtml": "<h2 class=\"css-nr62m0\">Google Career Collection</h2>",
"firstParagraph": "Explore multiple career pathways with entry-level programs from Google. Learn more",
"paragraphHtml": "<p>Explore multiple career pathways with entry-level programs from Google. <a class=\"cds-119 cds-113 cds-115 css-56pmb3 cds-142\" href=\"https://www.coursera.org/google-career-certificates\">Learn more</a></p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Trending searches",
"headingHtml": "<h2 class=\"css-qr3iog\">Trending searches</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "AI Engineering Collection",
"headingHtml": "<h2 class=\"css-nr62m0\">AI Engineering Collection</h2>",
"firstParagraph": "Develop the real-world skills you need to shine in today’s AI engineering roles. Learn more",
"paragraphHtml": "<p>Develop the real-world skills you need to shine in today’s AI engineering roles. <a class=\"cds-119 cds-113 cds-115 css-56pmb3 cds-142\" href=\"https://www.coursera.org/explore/ai-engineering\">Learn more</a></p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "What brings you to Coursera today?",
"headingHtml": "<h2 class=\"css-fk6qfz\">What brings you to Coursera today?</h2>",
"firstParagraph": "Start my career",
"paragraphHtml": "<p class=\"css-5fnvki\">Start my career</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "91% of learners achieved a positive career outcome",
"headingHtml": "<h3 class=\"css-1di2as8\"><span><a data-click-key=\"front_page.front_page_story.click.canned_collection_card\" data-click-value=\"{"href":"https://www.coursera.org/explore/learner-outcomes","namespace":{"action":"click","app":"front_page","component":"canned_collection_card","page":"front_page_story"},"schema_type":"FRONTEND"}\" data-track=\"true\" data-track-app=\"front_pa...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Why people choose Coursera",
"headingHtml": "<h2 class=\"css-qr3iog\">Why people choose Coursera</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Sarah W.",
"headingHtml": "<h3 class=\"css-1rlln5c\">Sarah W.</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Noeris B.",
"headingHtml": "<h3 class=\"css-1rlln5c\">Noeris B.</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Abdullahi M.",
"headingHtml": "<h3 class=\"css-1rlln5c\">Abdullahi M.</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Anas A.",
"headingHtml": "<h3 class=\"css-1rlln5c\">Anas A.</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Frequently asked questions",
"headingHtml": "<h2 class=\"css-fk6qfz\">Frequently asked questions</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "How can Coursera help me get a job or advance my career?",
"headingHtml": "<h3 aria-controls=\"cds-react-aria-:Rb6mqlalajuj4q:-accordion-panel\" class=\"css-1bau638\"><button class=\"cds-149 cds-AccordionHeader-button css-5ljz9g\" tabindex=\"0\" type=\"button\" aria-expanded=\"false\" id=\"cds-react-aria-:Rb6mqlalajuj4q:-accordion-header\"><svg aria-hidden=\"true\" fill=\"none\" focusable=\"false\" height=\"24\" viewBox=\"0 0 20 20\" width=\"24\" class=\"cds-AccordionHeader-chevron css-1u8qly9\" id=\"cds-react-aria-:Rmd6r6mqlalajuj4q:\"><path d=\"M9.996 12.75a.756.756 0 01-.281-.052.69.69 0 01-.2...",
"firstParagraph": "Coursera offers job-aligned Professional Certificates and Specializations designed in collaboration with employers and universities to help learners qualify for roles in fields such as cybersecurity, UX, data analytics, AI, and business. Programs such as the Google Cybersecurity Professional Certificate, the Data An...",
"paragraphHtml": "<p>Coursera offers job-aligned Professional Certificates and Specializations designed in collaboration with employers and universities to help learners qualify for roles in fields such as cybersecurity, UX, data analytics, AI, and business. Programs such as the <a href=\"https://www.coursera.org/professional-certificates/google-cybersecurity\">Google Cybersecurity Professional Certificate</a>, the <a href=\"https://www.coursera.org/specializations/google-data-analysis-with-python\">Data Analysis...",
"words": 131,
"direct": false,
"issue": "First paragraph is 131 words and does not look like a concise direct answer."
},
{
"heading": "Skills",
"headingHtml": "<h2 class=\"rc-SubFooterSection__header lohp-rebrand css-6ecy9b\">Skills</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Professional Certificates",
"headingHtml": "<h2 class=\"rc-SubFooterSection__header lohp-rebrand css-6ecy9b\">Professional Certificates</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Courses & Specializations",
"headingHtml": "<h2 class=\"rc-SubFooterSection__header lohp-rebrand css-6ecy9b\">Courses & Specializations</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Career Resources",
"headingHtml": "<h2 class=\"rc-SubFooterSection__header lohp-rebrand css-6ecy9b\">Career Resources</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Coursera",
"headingHtml": "<h2 class=\"rc-SubFooterSection__header lohp-rebrand css-6ecy9b\">Coursera</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Community",
"headingHtml": "<h2 class=\"rc-SubFooterSection__header lohp-rebrand css-6ecy9b\">Community</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "More",
"headingHtml": "<h2 class=\"rc-SubFooterSection__header lohp-rebrand css-6ecy9b\">More</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
2 Warning
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
4 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": 6,
"citablePassages": 2,
"failingCandidateParagraphs": [
{
"index": 11,
"heading": "H3: Is Coursera accredited, and are Coursera certificates recognized by employers?",
"text": "Coursera partners with accredited universities and leading companies such as Google and IBM to offer courses, Specializations, and Professional Certificates. Employers widely recognize these credentials because they are issued directly by trusted institutions. Learners can build job-ready skills with the Google Data Analytics Professional Certificate, the IBM Data Analyst Professional Certificate, or start with ac...",
"words": 65,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (65 words; target 80-220)."
],
"html": "<p>Coursera partners with accredited universities and leading companies such as Google and IBM to offer courses, Specializations, and Professional Certificates. Employers widely recognize these credentials because they are issued directly by trusted institutions. Learners can build job-ready skills with the <a href=\"https://www.coursera.org/professional-certificates/google-data-analytics\">Google Data Analytics Professional Certificate</a>, the <a href=\"https://www.coursera.org/professional-ce..."
},
{
"index": 12,
"heading": "H3: Is a Coursera certificate worth it?",
"text": "For many learners, a Coursera certificate is worth it because it provides job-ready skills and a verifiable credential from respected universities and companies. Learners commonly transition into roles in project management, UX design, and data science through programs such as the Google Project Management Professional Certificate, the Google UX Design Professional Certificate, and the IBM Data Science Professiona...",
"words": 72,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (72 words; target 80-220)."
],
"html": "<p>For many learners, a Coursera certificate is worth it because it provides job-ready skills and a verifiable credential from respected universities and companies. Learners commonly transition into roles in project management, UX design, and data science through programs such as the <a href=\"https://www.coursera.org/professional-certificates/google-project-management\">Google Project Management Professional Certificate</a>, the <a href=\"https://www.coursera.org/professional-certificates/googl..."
},
{
"index": 13,
"heading": "H3: What is Coursera Plus, and is it worth it?",
"text": "Coursera Plus is an annual subscription that gives learners unlimited access to thousands of courses, Specializations, and Professional Certificates. It’s a substantial value for anyone planning to complete multiple programs in a year. Learners often use Coursera Plus to explore in-demand areas, such as AI and analytics, through programs like the AI Essentials Specialization, the IBM Data Analyst Professional Cert...",
"words": 67,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (67 words; target 80-220)."
],
"html": "<p>Coursera Plus is an annual subscription that gives learners unlimited access to thousands of courses, Specializations, and Professional Certificates. It’s a substantial value for anyone planning to complete multiple programs in a year. Learners often use <a href=\"https://www.coursera.org/courseraplus\">Coursera Plus</a> to explore in-demand areas, such as AI and analytics, through programs like the <a href=\"https://www.coursera.org/specializations/ai-essentials-google\">AI Essentials..."
},
{
"index": 15,
"heading": "H3: What are the most popular courses on Coursera?",
"text": "Coursera’s best-known courses and certificates are offered by leading universities and companies in the fields of AI, data science, cybersecurity, and software engineering. Many learners begin with the Machine Learning Specialization or the Deep Learning Specialization. In contrast, others opt for job-aligned pathways, such as the Google Cybersecurity Professional Certificate or the AI Engineer Professional Certif...",
"words": 76,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (76 words; target 80-220)."
],
"html": "<p>Coursera’s best-known courses and certificates are offered by leading universities and companies in the fields of AI, data science, cybersecurity, and software engineering. Many learners begin with the <a href=\"https://www.coursera.org/specializations/machine-learning-introduction\">Machine Learning Specialization</a> or the <a href=\"https://www.coursera.org/specializations/deep-learning\">Deep Learning Specialization</a>. In contrast, others opt for job-aligned pathways, such as the..."
}
],
"citableParagraphs": [
{
"index": 14,
"heading": "H3: Does Coursera offer free online courses?",
"text": "Yes. Coursera offers thousands of courses that you can preview for free, including access to the first module, allowing you to explore the content before committing. Learners who want full course access or a certificate can join with a 7-day free trial through Coursera Plus or a subscription-based program. Many learners begin with introductory topics, such as Python, digital marketing, or English speaking, and lat...",
"words": 84,
"hasEvidence": true,
"reasons": [],
"html": "<p>Yes. Coursera offers thousands of courses that you can preview for free, including access to the first module, allowing you to explore the content before committing. Learners who want full course access or a certificate can join with a 7-day free trial through <a href=\"https://www.coursera.org/courseraplus\">Coursera Plus</a> or a subscription-based program. Many learners begin with introductory topics, such as <a href=\"https://www.coursera.org/courses?query=python\">Python</a>, <a href=\"htt..."
},
{
"index": 16,
"heading": "H3: How can Coursera help me get a job or advance my career?",
"text": "Coursera offers job-aligned Professional Certificates and Specializations designed in collaboration with employers and universities to help learners qualify for roles in fields such as cybersecurity, UX, data analytics, AI, and business. Programs such as the Google Cybersecurity Professional Certificate, the Data Analysis with Python Specialization, and the UI/UX Design Specialization help learners build employer-...",
"words": 131,
"hasEvidence": true,
"reasons": [],
"html": "<p>Coursera offers job-aligned Professional Certificates and Specializations designed in collaboration with employers and universities to help learners qualify for roles in fields such as cybersecurity, UX, data analytics, AI, and business. Programs such as the <a href=\"https://www.coursera.org/professional-certificates/google-cybersecurity\">Google Cybersecurity Professional Certificate</a>, the <a href=\"https://www.coursera.org/specializations/google-data-analysis-with-python\">Data Analysis..."
}
],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
2 Warning
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
31 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": 37,
"passing": 6,
"failing": [
{
"heading": "Save more on skills that stand out",
"headingHtml": "<h2 class=\"css-4fk9z4\">Save more on skills that stand out</h2>",
"firstParagraph": "Work towards your next role with 10,000+ programs for ₹6,999/year. Price goes up 18 June.",
"paragraphHtml": "<p class=\"css-1rcwhif\">Work towards your next role with 10,000+ programs for ₹6,999/year. Price goes up 18 June.</p>",
"words": 18,
"direct": false,
"issue": "First paragraph is 18 words and does not look like a concise direct answer."
},
{
"heading": "Early-bird savings. Top team training.",
"headingHtml": "<h2 class=\"css-4fk9z4\"> Early-bird savings. Top team training.</h2>",
"firstParagraph": "Get 50% off team training you can start today. Begin now before prices go up June 18.",
"paragraphHtml": "<p class=\"css-1rcwhif\">Get 50% off team training you can start today. Begin now before prices go up June 18.</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Learn AI skills from leading names",
"headingHtml": "<h2 class=\"css-4fk9z4\">Learn AI skills from leading names</h2>",
"firstParagraph": "Pracitical knowledge from OpenAI, Anthropic, Google, and more is here for your career path.",
"paragraphHtml": "<p class=\"css-1rcwhif\">Pracitical knowledge from OpenAI, Anthropic, Google, and more is here for your career path. </p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "New and popular",
"headingHtml": "<h2 class=\"css-qr3iog\">New and popular</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Get job-ready for an in-demand career",
"headingHtml": "<h2 class=\"css-nr62m0\">Get job-ready for an in-demand career</h2>",
"firstParagraph": "No prior experience needed to get started.",
"paragraphHtml": "<p>No prior experience needed to get started.</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Build essential skills with one of our best deals",
"headingHtml": "<h3 class=\"css-pj5ykk\"><span><a data-click-key=\"front_page.front_page_story.click.canned_collection_card\" data-click-value=\"{"href":"https://www.coursera.org/courseraplus/special/cplus-annual-june-2026-india","namespace":{"action":"click","app":"front_page","component":"canned_collection_card","page":"front_page_story"},"schema_type":"FRONTEND"}\" data-track=\"true\"...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Help your team rise higher",
"headingHtml": "<h3 class=\"css-1di2as8\"><span><a data-click-key=\"front_page.front_page_story.click.canned_collection_card\" data-click-value=\"{"href":"https://www.coursera.org/business/teams?promoCode=summer50-2026&utm_medium=coursera&utm_source=home-page&utm_campaign=summer50-2026&utm_content=banner-cta","namespace":{"action":"click","app":"front_page","component":"canned_collection_card","page"...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Learn from 350+ leading universities and companies",
"headingHtml": "<h2 class=\"css-qr3iog\">Learn from 350+ leading universities and companies</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Launch a new career",
"headingHtml": "<h2 class=\"css-1gcty4z\" aria-hidden=\"true\">Launch a new career</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Try Coursera for Business",
"headingHtml": "<h2 class=\"css-1gcty4z\" aria-hidden=\"true\">Try Coursera for Business </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Earn a degree",
"headingHtml": "<h2 class=\"css-1gcty4z\" aria-hidden=\"true\">Earn a degree</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Explore categories",
"headingHtml": "<h2 class=\"css-qr3iog\">Explore categories</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Google Career Collection",
"headingHtml": "<h2 class=\"css-nr62m0\">Google Career Collection</h2>",
"firstParagraph": "Explore multiple career pathways with entry-level programs from Google. Learn more",
"paragraphHtml": "<p>Explore multiple career pathways with entry-level programs from Google. <a class=\"cds-119 cds-113 cds-115 css-56pmb3 cds-142\" href=\"https://www.coursera.org/google-career-certificates\">Learn more</a></p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Trending searches",
"headingHtml": "<h2 class=\"css-qr3iog\">Trending searches</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "AI Engineering Collection",
"headingHtml": "<h2 class=\"css-nr62m0\">AI Engineering Collection</h2>",
"firstParagraph": "Develop the real-world skills you need to shine in today’s AI engineering roles. Learn more",
"paragraphHtml": "<p>Develop the real-world skills you need to shine in today’s AI engineering roles. <a class=\"cds-119 cds-113 cds-115 css-56pmb3 cds-142\" href=\"https://www.coursera.org/explore/ai-engineering\">Learn more</a></p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "What brings you to Coursera today?",
"headingHtml": "<h2 class=\"css-fk6qfz\">What brings you to Coursera today?</h2>",
"firstParagraph": "Start my career",
"paragraphHtml": "<p class=\"css-5fnvki\">Start my career</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "91% of learners achieved a positive career outcome",
"headingHtml": "<h3 class=\"css-1di2as8\"><span><a data-click-key=\"front_page.front_page_story.click.canned_collection_card\" data-click-value=\"{"href":"https://www.coursera.org/explore/learner-outcomes","namespace":{"action":"click","app":"front_page","component":"canned_collection_card","page":"front_page_story"},"schema_type":"FRONTEND"}\" data-track=\"true\" data-track-app=\"front_pa...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Why people choose Coursera",
"headingHtml": "<h2 class=\"css-qr3iog\">Why people choose Coursera</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Sarah W.",
"headingHtml": "<h3 class=\"css-1rlln5c\">Sarah W.</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Noeris B.",
"headingHtml": "<h3 class=\"css-1rlln5c\">Noeris B.</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Abdullahi M.",
"headingHtml": "<h3 class=\"css-1rlln5c\">Abdullahi M.</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Anas A.",
"headingHtml": "<h3 class=\"css-1rlln5c\">Anas A.</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Frequently asked questions",
"headingHtml": "<h2 class=\"css-fk6qfz\">Frequently asked questions</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "How can Coursera help me get a job or advance my career?",
"headingHtml": "<h3 aria-controls=\"cds-react-aria-:Rb6mqlalajuj4q:-accordion-panel\" class=\"css-1bau638\"><button class=\"cds-149 cds-AccordionHeader-button css-5ljz9g\" tabindex=\"0\" type=\"button\" aria-expanded=\"false\" id=\"cds-react-aria-:Rb6mqlalajuj4q:-accordion-header\"><svg aria-hidden=\"true\" fill=\"none\" focusable=\"false\" height=\"24\" viewBox=\"0 0 20 20\" width=\"24\" class=\"cds-AccordionHeader-chevron css-1u8qly9\" id=\"cds-react-aria-:Rmd6r6mqlalajuj4q:\"><path d=\"M9.996 12.75a.756.756 0 01-.281-.052.69.69 0 01-.2...",
"firstParagraph": "Coursera offers job-aligned Professional Certificates and Specializations designed in collaboration with employers and universities to help learners qualify for roles in fields such as cybersecurity, UX, data analytics, AI, and business. Programs such as the Google Cybersecurity Professional Certificate, the Data An...",
"paragraphHtml": "<p>Coursera offers job-aligned Professional Certificates and Specializations designed in collaboration with employers and universities to help learners qualify for roles in fields such as cybersecurity, UX, data analytics, AI, and business. Programs such as the <a href=\"https://www.coursera.org/professional-certificates/google-cybersecurity\">Google Cybersecurity Professional Certificate</a>, the <a href=\"https://www.coursera.org/specializations/google-data-analysis-with-python\">Data Analysis...",
"words": 131,
"direct": false,
"issue": "First paragraph is 131 words and does not look like a concise direct answer."
},
{
"heading": "Skills",
"headingHtml": "<h2 class=\"rc-SubFooterSection__header lohp-rebrand css-6ecy9b\">Skills</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Professional Certificates",
"headingHtml": "<h2 class=\"rc-SubFooterSection__header lohp-rebrand css-6ecy9b\">Professional Certificates</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Courses & Specializations",
"headingHtml": "<h2 class=\"rc-SubFooterSection__header lohp-rebrand css-6ecy9b\">Courses & Specializations</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Career Resources",
"headingHtml": "<h2 class=\"rc-SubFooterSection__header lohp-rebrand css-6ecy9b\">Career Resources</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Coursera",
"headingHtml": "<h2 class=\"rc-SubFooterSection__header lohp-rebrand css-6ecy9b\">Coursera</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Community",
"headingHtml": "<h2 class=\"rc-SubFooterSection__header lohp-rebrand css-6ecy9b\">Community</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "More",
"headingHtml": "<h2 class=\"rc-SubFooterSection__header lohp-rebrand css-6ecy9b\">More</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 87/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 87/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: coursera, degrees, without, limits.
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
87/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 87/100 and needs improvement.
Evidence
{
"title": "Coursera | Courses, Professional Certificates, and Degrees Online",
"h1": "Learn without limits",
"description": "Learn in-demand skills with online courses and Professional Certificates from leading companies like Google, IBM, Meta, and Adobe. Explore flexible programs—from short courses to full degrees.",
"topicOverlap": 0.5555555555555556,
"topicTerms": [
"coursera",
"courses",
"professional",
"certificates",
"degrees",
"online",
"learn",
"without",
"limits"
],
"descriptionTerms": [
"learn",
"demand",
"skills",
"online",
"courses",
"professional",
"certificates",
"leading",
"companies",
"like",
"google",
"ibm",
"meta",
"adobe",
"explore",
"flexible",
"programs",
"short",
"full"
],
"missingFromDescription": [
"coursera",
"degrees",
"without",
"limits"
],
"score": 87,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Needs attention
GEO: Extraction-friendly structure
Issue
Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Extraction-friendly structure
Score
85/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Evidence
{
"hasSummary": false,
"tableCount": 0,
"tablesWithHead": 0,
"tablesMissingThead": [],
"orderedLists": 0,
"hasFaq": true,
"definitionPatterns": 8,
"schemaBlocks": 2,
"missingSignals": [
"optional top summary / TL;DR / key takeaways block",
"table with <thead> only if the page already has tabular/comparative data",
"ordered list only if the page explains a workflow/process"
],
"score": 85,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
27 image(s) are missing width/height attributes.
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
80/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Page experience for AIO scored 80/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1",
"visibleWords": 1380,
"htmlBytes": 823305,
"imagesMissingDimensions": [
{
"src": "https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/7rJLBhLIFG5ZTss6mYJ2vj/6040ccb86b45a0f0deb1a16d1f42b35c/courseraplus-blue.png?auto=format%2Ccompress&dpr=1&w=470&h=16",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/7rJLBhLIFG5ZTss6mYJ2vj/6040ccb86b45a0f0deb1a16d1f42b35c/courseraplus-blue.png?auto=format%2Ccompress&dpr=1&w=470&h=16\" srcset=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/7rJLBhLIFG5ZTss6mYJ2vj/6040ccb86b45a0f0deb1a16d1f42b35c/courseraplus-blue.png?auto=format%2Ccompress&dpr=2&w=470&h=16 2x..."
},
{
"src": "https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/1E2l7GMGB0DLSyIqyysS9W/8c2364c46c76d21f1b3150ffbbd3226b/India_Early_Bird_LOHP-Desktop_330x304.png?auto=format%2C%20compress&dpr=1&w=323&q=40&fit=clip",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/1E2l7GMGB0DLSyIqyysS9W/8c2364c46c76d21f1b3150ffbbd3226b/India_Early_Bird_LOHP-Desktop_330x304.png?auto=format%2C%20compress&dpr=1&w=323&q=40&fit=clip\" srcset=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/1E2l7GMGB0DLSyIqyysS9W/8c2364c46c76d21f1b3150ffbbd3226b/India_Early_Bird_LOHP-Desktop_330x304.pn..."
},
{
"src": "https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/3OYpxt8mmtxQGEyCZ76oqE/6e4a82d152d8f0dbe770bc0507655853/WES_Coursera_for_Teams_Logo__1_.png?auto=format%2Ccompress&dpr=1&w=1614&h=18",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/3OYpxt8mmtxQGEyCZ76oqE/6e4a82d152d8f0dbe770bc0507655853/WES_Coursera_for_Teams_Logo__1_.png?auto=format%2Ccompress&dpr=1&w=1614&h=18\" srcset=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/3OYpxt8mmtxQGEyCZ76oqE/6e4a82d152d8f0dbe770bc0507655853/WES_Coursera_for_Teams_Logo__1_.png?auto=format%2Ccompress&am..."
},
{
"src": "https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/4nmyp6hGRPAuJvrPaABOwo/004509ea75c1c49fc830acc2c759ebec/Global__Catch-All__Early_Bird_WES_LOHP-Desktop_330x304.png?auto=format%2C%20compress&dpr=1&w=323&q=40&fit=clip",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/4nmyp6hGRPAuJvrPaABOwo/004509ea75c1c49fc830acc2c759ebec/Global__Catch-All__Early_Bird_WES_LOHP-Desktop_330x304.png?auto=format%2C%20compress&dpr=1&w=323&q=40&fit=clip\" srcset=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/4nmyp6hGRPAuJvrPaABOwo/004509ea75c1c49fc830acc2c759ebec/Global__Catch-All__Earl..."
},
{
"src": "https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/584WLxvvymDk3XEDAelBs9/5771804038e194bf18d0bd2f474e9662/Coursera_Logo_Eyebrow_Image__1_.png?auto=format%2Ccompress&dpr=1&w=1124&h=14",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/584WLxvvymDk3XEDAelBs9/5771804038e194bf18d0bd2f474e9662/Coursera_Logo_Eyebrow_Image__1_.png?auto=format%2Ccompress&dpr=1&w=1124&h=14\" srcset=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/584WLxvvymDk3XEDAelBs9/5771804038e194bf18d0bd2f474e9662/Coursera_Logo_Eyebrow_Image__1_.png?auto=format%2Ccompress&am..."
},
{
"src": "https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/7puav77wSBnD8y6GiiDXwK/4de64002f3216738af9f22faa2397404/BC-5459_AI_Domain_Growth_Campaign_LOHP-Bento_330x304.png?auto=format%2C%20compress&dpr=1&w=323&q=40&fit=clip",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/7puav77wSBnD8y6GiiDXwK/4de64002f3216738af9f22faa2397404/BC-5459_AI_Domain_Growth_Campaign_LOHP-Bento_330x304.png?auto=format%2C%20compress&dpr=1&w=323&q=40&fit=clip\" srcset=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/7puav77wSBnD8y6GiiDXwK/4de64002f3216738af9f22faa2397404/BC-5459_AI_Domain_Growth_..."
},
{
"src": "https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/7rJLBhLIFG5ZTss6mYJ2vj/6040ccb86b45a0f0deb1a16d1f42b35c/courseraplus-blue.png?auto=format%2Ccompress&dpr=1&w=470&h=16",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/7rJLBhLIFG5ZTss6mYJ2vj/6040ccb86b45a0f0deb1a16d1f42b35c/courseraplus-blue.png?auto=format%2Ccompress&dpr=1&w=470&h=16\" srcset=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/7rJLBhLIFG5ZTss6mYJ2vj/6040ccb86b45a0f0deb1a16d1f42b35c/courseraplus-blue.png?auto=format%2Ccompress&dpr=2&w=470&h=16 2x..."
},
{
"src": "https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/5xsOnaS5NAHGLf96YRejQT/b448317781f2526881cc2e16fad4c250/India_Early_Bird_Canned_Collection-Desktop_480x350__1_.png?auto=format%2Ccompress&dpr=1&w=960&h=700",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/5xsOnaS5NAHGLf96YRejQT/b448317781f2526881cc2e16fad4c250/India_Early_Bird_Canned_Collection-Desktop_480x350__1_.png?auto=format%2Ccompress&dpr=1&w=960&h=700\" srcset=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/5xsOnaS5NAHGLf96YRejQT/b448317781f2526881cc2e16fad4c250/India_Early_Bird_Canned_Collection-Des..."
},
{
"src": "https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/3OYpxt8mmtxQGEyCZ76oqE/6e4a82d152d8f0dbe770bc0507655853/WES_Coursera_for_Teams_Logo__1_.png?auto=format%2Ccompress&dpr=1&w=1614&h=18",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/3OYpxt8mmtxQGEyCZ76oqE/6e4a82d152d8f0dbe770bc0507655853/WES_Coursera_for_Teams_Logo__1_.png?auto=format%2Ccompress&dpr=1&w=1614&h=18\" srcset=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/3OYpxt8mmtxQGEyCZ76oqE/6e4a82d152d8f0dbe770bc0507655853/WES_Coursera_for_Teams_Logo__1_.png?auto=format%2Ccompress&am..."
},
{
"src": "https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/iRWTAikuLrzi8z2zPlAD4/40c97fb2ae85bd72f472a09e31737c5c/WES_Early_Bird_Canned_Collection-Desktop-480x350.png?auto=format%2Ccompress&dpr=1&w=960&h=700",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/iRWTAikuLrzi8z2zPlAD4/40c97fb2ae85bd72f472a09e31737c5c/WES_Early_Bird_Canned_Collection-Desktop-480x350.png?auto=format%2Ccompress&dpr=1&w=960&h=700\" srcset=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/iRWTAikuLrzi8z2zPlAD4/40c97fb2ae85bd72f472a09e31737c5c/WES_Early_Bird_Canned_Collection-Desktop-480x3..."
},
{
"src": "https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/fGHT3Go14lrW8c5Old3zy/958582e5c7c19258f4120f63e5ad8faf/Certificate.svg?auto=format%2Ccompress&dpr=1&w=50",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/fGHT3Go14lrW8c5Old3zy/958582e5c7c19258f4120f63e5ad8faf/Certificate.svg?auto=format%2Ccompress&dpr=1&w=50\" srcset=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/fGHT3Go14lrW8c5Old3zy/958582e5c7c19258f4120f63e5ad8faf/Certificate.svg?auto=format%2Ccompress&dpr=2&w=50 2x, https://d3njjcbhbojbot.cloudfron..."
},
{
"src": "https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/3QMENkcLeHRCzVos6A00Iz/dd16dbb05dd75bf47034b79c9fa26d1a/Union.svg?auto=format%2Ccompress&dpr=1&w=50",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/3QMENkcLeHRCzVos6A00Iz/dd16dbb05dd75bf47034b79c9fa26d1a/Union.svg?auto=format%2Ccompress&dpr=1&w=50\" srcset=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/3QMENkcLeHRCzVos6A00Iz/dd16dbb05dd75bf47034b79c9fa26d1a/Union.svg?auto=format%2Ccompress&dpr=2&w=50 2x, https://d3njjcbhbojbot.cloudfront.net/api/..."
},
{
"src": "https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/7lPktvF7RWr8FIH3QbM7P4/d44b4b7e856e23b340c96b10773ea89d/GraduationCap.svg?auto=format%2Ccompress&dpr=1&w=50",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/7lPktvF7RWr8FIH3QbM7P4/d44b4b7e856e23b340c96b10773ea89d/GraduationCap.svg?auto=format%2Ccompress&dpr=1&w=50\" srcset=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/7lPktvF7RWr8FIH3QbM7P4/d44b4b7e856e23b340c96b10773ea89d/GraduationCap.svg?auto=format%2Ccompress&dpr=2&w=50 2x, https://d3njjcbhbojbot.clo..."
},
{
"src": "https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/2FoYK9aUFG5lwb7ihssz9x/823a1b48f0261955624a7ecf75873b8f/Coursera-graph_2x.png?auto=format%2C%20compress&dpr=1&w=444&h=298&q=40&fit=clip",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/2FoYK9aUFG5lwb7ihssz9x/823a1b48f0261955624a7ecf75873b8f/Coursera-graph_2x.png?auto=format%2C%20compress&dpr=1&w=444&h=298&q=40&fit=clip\" srcset=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/2FoYK9aUFG5lwb7ihssz9x/823a1b48f0261955624a7ecf75873b8f/Coursera-graph_2x.png?auto=format%2C%20compress&am..."
},
{
"src": "https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/5i5srEZb2oOiyBzsckTgCE/9e395a15dc3a0ee381ba8cad950694fa/Sarah_W..jpeg?auto=format%2Ccompress&dpr=1&w=64&h=64&fit=crop",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/5i5srEZb2oOiyBzsckTgCE/9e395a15dc3a0ee381ba8cad950694fa/Sarah_W..jpeg?auto=format%2Ccompress&dpr=1&w=64&h=64&fit=crop\" srcset=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/5i5srEZb2oOiyBzsckTgCE/9e395a15dc3a0ee381ba8cad950694fa/Sarah_W..jpeg?auto=format%2Ccompress&dpr=2&w=64&h=64&fit..."
},
{
"src": "https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/1hutGkdWK4YixkAB4MRESr/6d9020693440cba7c65f2ae12cdc91e8/NoerisB.jpg?auto=format%2Ccompress&dpr=1&w=64&h=64&fit=crop",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/1hutGkdWK4YixkAB4MRESr/6d9020693440cba7c65f2ae12cdc91e8/NoerisB.jpg?auto=format%2Ccompress&dpr=1&w=64&h=64&fit=crop\" srcset=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/1hutGkdWK4YixkAB4MRESr/6d9020693440cba7c65f2ae12cdc91e8/NoerisB.jpg?auto=format%2Ccompress&dpr=2&w=64&h=64&fit=cro..."
},
{
"src": "https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/4Y6jSp1xS4TKuPRNEIYAof/3e3baba688ce331ff7577f5583fc5c87/Abdullahi_M.jpg?auto=format%2Ccompress&dpr=1&w=64&h=64&fit=crop",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/4Y6jSp1xS4TKuPRNEIYAof/3e3baba688ce331ff7577f5583fc5c87/Abdullahi_M.jpg?auto=format%2Ccompress&dpr=1&w=64&h=64&fit=crop\" srcset=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/4Y6jSp1xS4TKuPRNEIYAof/3e3baba688ce331ff7577f5583fc5c87/Abdullahi_M.jpg?auto=format%2Ccompress&dpr=2&w=64&h=64&..."
},
{
"src": "https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/3H5hysCHFHUu7JWjv0FXCC/aab7b9f6be57cda1552bb52fcb6f8098/Anas_Alubaidi_pic.JPEG?auto=format%2Ccompress&dpr=1&w=64&h=64&fit=crop",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/3H5hysCHFHUu7JWjv0FXCC/aab7b9f6be57cda1552bb52fcb6f8098/Anas_Alubaidi_pic.JPEG?auto=format%2Ccompress&dpr=1&w=64&h=64&fit=crop\" srcset=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://images.ctfassets.net/00atxywtfxvd/3H5hysCHFHUu7JWjv0FXCC/aab7b9f6be57cda1552bb52fcb6f8098/Anas_Alubaidi_pic.JPEG?auto=format%2Ccompress&dpr=2&w=6..."
},
{
"src": "https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://d3njjcbhbojbot.cloudfront.net/web/images/icons/download_on_the_app_store_badge_en.svg?auto=format%2Ccompress&dpr=2&blur=200&px=8&max-w=152&h=45&w=152",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Download on the App Store\" src=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://d3njjcbhbojbot.cloudfront.net/web/images/icons/download_on_the_app_store_badge_en.svg?auto=format%2Ccompress&dpr=2&blur=200&px=8&max-w=152&h=45&w=152\" class=\"css-3gbnhs\">"
},
{
"src": "https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://d3njjcbhbojbot.cloudfront.net/web/images/icons/en_generic_rgb_wo_45.png?auto=format%2Ccompress&dpr=2&blur=200&px=8&max-w=152&h=45&w=152",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Get it on Google Play\" src=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://d3njjcbhbojbot.cloudfront.net/web/images/icons/en_generic_rgb_wo_45.png?auto=format%2Ccompress&dpr=2&blur=200&px=8&max-w=152&h=45&w=152\" class=\"css-3gbnhs\">"
},
{
"src": "https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://d3njjcbhbojbot.cloudfront.net/web/images/icons/2018-B-Corp-Logo-Black-S.png?auto=format%2Ccompress&dpr=2&blur=200&px=8&max-w=151&w=82&h=120",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Logo of Certified B Corporation\" src=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://d3njjcbhbojbot.cloudfront.net/web/images/icons/2018-B-Corp-Logo-Black-S.png?auto=format%2Ccompress&dpr=2&blur=200&px=8&max-w=151&w=82&h=120\" class=\"css-3gbnhs\">"
},
{
"src": "https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://s3.amazonaws.com/coursera_assets/footer/facebook.png?auto=format%2Ccompress&dpr=2&blur=200&px=8&max-w=28&h=28&w=28",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Coursera Facebook\" src=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://s3.amazonaws.com/coursera_assets/footer/facebook.png?auto=format%2Ccompress&dpr=2&blur=200&px=8&max-w=28&h=28&w=28\" class=\"css-3gbnhs\">"
},
{
"src": "https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://s3.amazonaws.com/coursera_assets/footer/linkedin.png?auto=format%2Ccompress&dpr=2&blur=200&px=8&max-w=28&h=28&w=28",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Coursera Linkedin\" src=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://s3.amazonaws.com/coursera_assets/footer/linkedin.png?auto=format%2Ccompress&dpr=2&blur=200&px=8&max-w=28&h=28&w=28\" class=\"css-3gbnhs\">"
},
{
"src": "https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://s3.amazonaws.com/coursera_assets/footer/twitter.png?auto=format%2Ccompress&dpr=2&blur=200&px=8&max-w=28&h=28&w=28",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Coursera Twitter\" src=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://s3.amazonaws.com/coursera_assets/footer/twitter.png?auto=format%2Ccompress&dpr=2&blur=200&px=8&max-w=28&h=28&w=28\" class=\"css-3gbnhs\">"
},
{
"src": "https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://s3.amazonaws.com/coursera_assets/footer/youtube.png?auto=format%2Ccompress&dpr=2&blur=200&px=8&max-w=28&h=28&w=28",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Coursera YouTube\" src=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://s3.amazonaws.com/coursera_assets/footer/youtube.png?auto=format%2Ccompress&dpr=2&blur=200&px=8&max-w=28&h=28&w=28\" class=\"css-3gbnhs\">"
},
{
"src": "https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://s3.amazonaws.com/coursera_assets/footer/instagram.png?auto=format%2Ccompress&dpr=2&blur=200&px=8&max-w=28&h=28&w=28",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Coursera Instagram\" src=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://s3.amazonaws.com/coursera_assets/footer/instagram.png?auto=format%2Ccompress&dpr=2&blur=200&px=8&max-w=28&h=28&w=28\" class=\"css-3gbnhs\">"
},
{
"src": "https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://coursera_assets.s3.amazonaws.com/images/9b7e964107839c77644d7e7d15035b73.png?auto=format%2Ccompress&dpr=2&blur=200&px=8&max-w=28&h=28&w=28",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Coursera TikTok\" src=\"https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://coursera_assets.s3.amazonaws.com/images/9b7e964107839c77644d7e7d15035b73.png?auto=format%2Ccompress&dpr=2&blur=200&px=8&max-w=28&h=28&w=28\" class=\"css-3gbnhs\">"
}
],
"possibleDialogs": [],
"score": 80,
"weight": 10
}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: how, 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": "Save more on skills that stand out",
"html": "<h2 class=\"css-4fk9z4\">Save more on skills that stand out</h2>"
},
{
"text": "Early-bird savings. Top team training.",
"html": "<h2 class=\"css-4fk9z4\"> Early-bird savings. Top team training.</h2>"
},
{
"text": "Learn AI skills from leading names",
"html": "<h2 class=\"css-4fk9z4\">Learn AI skills from leading names</h2>"
},
{
"text": "New and popular",
"html": "<h2 class=\"css-qr3iog\">New and popular</h2>"
},
{
"text": "Get job-ready for an in-demand career",
"html": "<h2 class=\"css-nr62m0\">Get job-ready for an in-demand career</h2>"
},
{
"text": "Learn from 350+ leading universities and companies",
"html": "<h2 class=\"css-qr3iog\">Learn from 350+ leading universities and companies</h2>"
},
{
"text": "Launch a new career",
"html": "<h2 class=\"css-1gcty4z\" aria-hidden=\"true\">Launch a new career</h2>"
},
{
"text": "Try Coursera for Business",
"html": "<h2 class=\"css-1gcty4z\" aria-hidden=\"true\">Try Coursera for Business </h2>"
},
{
"text": "Earn a degree",
"html": "<h2 class=\"css-1gcty4z\" aria-hidden=\"true\">Earn a degree</h2>"
},
{
"text": "Explore categories",
"html": "<h2 class=\"css-qr3iog\">Explore categories</h2>"
},
{
"text": "Google Career Collection",
"html": "<h2 class=\"css-nr62m0\">Google Career Collection</h2>"
},
{
"text": "Trending searches",
"html": "<h2 class=\"css-qr3iog\">Trending searches</h2>"
},
{
"text": "AI Engineering Collection",
"html": "<h2 class=\"css-nr62m0\">AI Engineering Collection</h2>"
},
{
"text": "What brings you to Coursera today?",
"html": "<h2 class=\"css-fk6qfz\">What brings you to Coursera today?</h2>"
},
{
"text": "Why people choose Coursera",
"html": "<h2 class=\"css-qr3iog\">Why people choose Coursera</h2>"
},
{
"text": "Frequently asked questions",
"html": "<h2 class=\"css-fk6qfz\">Frequently asked questions</h2>"
},
{
"text": "Skills",
"html": "<h2 class=\"rc-SubFooterSection__header lohp-rebrand css-6ecy9b\">Skills</h2>"
},
{
"text": "Professional Certificates",
"html": "<h2 class=\"rc-SubFooterSection__header lohp-rebrand css-6ecy9b\">Professional Certificates</h2>"
},
{
"text": "Courses & Specializations",
"html": "<h2 class=\"rc-SubFooterSection__header lohp-rebrand css-6ecy9b\">Courses & Specializations</h2>"
},
{
"text": "Career Resources",
"html": "<h2 class=\"rc-SubFooterSection__header lohp-rebrand css-6ecy9b\">Career Resources</h2>"
},
{
"text": "Coursera",
"html": "<h2 class=\"rc-SubFooterSection__header lohp-rebrand css-6ecy9b\">Coursera</h2>"
},
{
"text": "Community",
"html": "<h2 class=\"rc-SubFooterSection__header lohp-rebrand css-6ecy9b\">Community</h2>"
},
{
"text": "More",
"html": "<h2 class=\"rc-SubFooterSection__header lohp-rebrand css-6ecy9b\">More</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Coursera?",
"pattern": {}
},
{
"id": "how",
"label": "How does Coursera work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Coursera?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Coursera free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Coursera compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "how",
"label": "How does Coursera work?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Coursera free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Coursera compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 89/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 89/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: coursera, degrees, without, limits.
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
89/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 89/100 and needs improvement.
Evidence
{
"title": "Coursera | Courses, Professional Certificates, and Degrees Online",
"h1": "Learn without limits",
"description": "Learn in-demand skills with online courses and Professional Certificates from leading companies like Google, IBM, Meta, and Adobe. Explore flexible programs—from short courses to full degrees.",
"topicOverlap": 0.5555555555555556,
"definitionCount": 8,
"topicTerms": [
"coursera",
"courses",
"professional",
"certificates",
"degrees",
"online",
"learn",
"without",
"limits"
],
"descriptionTerms": [
"learn",
"demand",
"skills",
"online",
"courses",
"professional",
"certificates",
"leading",
"companies",
"like",
"google",
"ibm",
"meta",
"adobe",
"explore",
"flexible",
"programs",
"short",
"full"
],
"missingFromDescription": [
"coursera",
"degrees",
"without",
"limits"
],
"score": 89,
"weight": 18
}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: how, 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": "Save more on skills that stand out",
"html": "<h2 class=\"css-4fk9z4\">Save more on skills that stand out</h2>"
},
{
"text": "Early-bird savings. Top team training.",
"html": "<h2 class=\"css-4fk9z4\"> Early-bird savings. Top team training.</h2>"
},
{
"text": "Learn AI skills from leading names",
"html": "<h2 class=\"css-4fk9z4\">Learn AI skills from leading names</h2>"
},
{
"text": "New and popular",
"html": "<h2 class=\"css-qr3iog\">New and popular</h2>"
},
{
"text": "Get job-ready for an in-demand career",
"html": "<h2 class=\"css-nr62m0\">Get job-ready for an in-demand career</h2>"
},
{
"text": "Learn from 350+ leading universities and companies",
"html": "<h2 class=\"css-qr3iog\">Learn from 350+ leading universities and companies</h2>"
},
{
"text": "Launch a new career",
"html": "<h2 class=\"css-1gcty4z\" aria-hidden=\"true\">Launch a new career</h2>"
},
{
"text": "Try Coursera for Business",
"html": "<h2 class=\"css-1gcty4z\" aria-hidden=\"true\">Try Coursera for Business </h2>"
},
{
"text": "Earn a degree",
"html": "<h2 class=\"css-1gcty4z\" aria-hidden=\"true\">Earn a degree</h2>"
},
{
"text": "Explore categories",
"html": "<h2 class=\"css-qr3iog\">Explore categories</h2>"
},
{
"text": "Google Career Collection",
"html": "<h2 class=\"css-nr62m0\">Google Career Collection</h2>"
},
{
"text": "Trending searches",
"html": "<h2 class=\"css-qr3iog\">Trending searches</h2>"
},
{
"text": "AI Engineering Collection",
"html": "<h2 class=\"css-nr62m0\">AI Engineering Collection</h2>"
},
{
"text": "What brings you to Coursera today?",
"html": "<h2 class=\"css-fk6qfz\">What brings you to Coursera today?</h2>"
},
{
"text": "Why people choose Coursera",
"html": "<h2 class=\"css-qr3iog\">Why people choose Coursera</h2>"
},
{
"text": "Frequently asked questions",
"html": "<h2 class=\"css-fk6qfz\">Frequently asked questions</h2>"
},
{
"text": "Skills",
"html": "<h2 class=\"rc-SubFooterSection__header lohp-rebrand css-6ecy9b\">Skills</h2>"
},
{
"text": "Professional Certificates",
"html": "<h2 class=\"rc-SubFooterSection__header lohp-rebrand css-6ecy9b\">Professional Certificates</h2>"
},
{
"text": "Courses & Specializations",
"html": "<h2 class=\"rc-SubFooterSection__header lohp-rebrand css-6ecy9b\">Courses & Specializations</h2>"
},
{
"text": "Career Resources",
"html": "<h2 class=\"rc-SubFooterSection__header lohp-rebrand css-6ecy9b\">Career Resources</h2>"
},
{
"text": "Coursera",
"html": "<h2 class=\"rc-SubFooterSection__header lohp-rebrand css-6ecy9b\">Coursera</h2>"
},
{
"text": "Community",
"html": "<h2 class=\"rc-SubFooterSection__header lohp-rebrand css-6ecy9b\">Community</h2>"
},
{
"text": "More",
"html": "<h2 class=\"rc-SubFooterSection__header lohp-rebrand css-6ecy9b\">More</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Coursera?",
"pattern": {}
},
{
"id": "how",
"label": "How does Coursera work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Coursera?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Coursera free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Coursera compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "how",
"label": "How does Coursera work?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Coursera free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Coursera 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" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.
Why it matters
Agent registration metadata lets automated clients find the registration path, supported identity types, credential types, and related claim or revocation endpoints without scraping human docs.
Check name
Auth.md Agent Registration
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish Auth.md and agent_auth metadata so agents can discover registration and credential requirements.
Result
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Validation steps
Fetch and validate /auth.md
auth.md response did not match the expected agent registration shape. Content-Type "text/html" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.
Publish protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate agent_auth authorization metadata
OAuth authorization server metadata could not be fetched.
Evidence
{
"failedStep": "auth-md",
"steps": [
{
"id": "auth-md",
"title": "Fetch and validate /auth.md",
"status": "fail",
"evidence": {
"path": "/auth.md",
"ok": false,
"statusCode": 404,
"contentType": "text/html",
"length": 16467,
"validation": {
"valid": false,
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
"compatibleContentType": false,
"contentLength": 11581,
"hasRegisterInstructions": false,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": false,
"mentionsCredential": false,
"links": [
"https://fonts.googleapis.com/css?family=Open+Sans\"",
"/style",
"/browse",
"/courses",
"/degrees",
"/enterprise",
"/head",
"/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZpZXdCb3g9IjAgMCAxMTU1IDE2NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIiPjxwYXRoIGQ9Ik0xNTkuNzUgODEuNTRjMC00NC40OSAzNi42My04MC40NyA4Mi40My04MC40NyA0Ni4xMiAwIDgyLjc2IDM2IDgyLjc2IDgwLjQ3IDAgNDQuMTYtMzYuNjQgODAuOC04Mi43NiA4MC44LTQ1LjggMC04Mi40My0zNi42OC04Mi40My04MC44em0xMjUuNjEgMGMwLTIyLjI0LTE5LjMtNDEuODctNDMuMTgtNDEuODctMjMuNTUgMC00Mi44NSAxOS42My00Mi44NSA0MS44NyAwIDIyLjU3IDE5LjMgNDIuMiA0Mi44NSA0Mi4yIDIzLjkyIDAgNDMuMTgtMTkuNjMgNDMuMTgtNDIuMnptNzA1LjYzIDEuMzFjMC00OC43NCAzOS41OC04MS43OCA3NS41Ny04MS43OCAyNC41MyAwIDM4LjYgNy41MiA0OC4wOCAyMS45MmwzLjc3LTE5aDM2Ljc5djE1NS40aC0zNi43OWwtNC43NS0xNmMtMTAuNzkgMTEuNzgtMjQuMjEgMTktNDcuMSAxOS0zNS4zMy0uMDUtNzUuNTctMzEuMTMtNzUuNTctNzkuNTR6bTEyNS42MS0uMzNjLS4wOS0yMy41MjctMTkuNDctNDIuODM1LTQzLTQyLjgzNS0yMy41OSAwLTQzIDE5LjQxMS00MyA0M3YuMTY1YzAgMjEuNTkgMTkuMyA0MC44OSA0Mi44NiA0MC44OSAyMy44NSAwIDQzLjE0LTE5LjMgNDMuMTQtNDEuMjJ6TTk0NS43OCAyMlY0aC00MC4yM3YxNTUuMzloNDAuMjNWNzUuNjZjMC0yNS4xOSAxMi40NC0zOC4yNyAzNC0zOC4yNyAxLjQzIDAgMi43OS4xIDQuMTIuMjNMOTkxLjM2LjExYy0yMC45Ny4xMS0zNi4xNyA3LjMtNDUuNTggMjEuODl6bS00MDQuMjcuMDF2LTE4bC00MC4yMy4wOS4zNCAxNTUuMzcgNDAuMjMtLjA5LS4yMi04My43MmMtLjA2LTI1LjE4IDEyLjM1LTM4LjI5IDMzLjkzLTM4LjM0IDEuMzc2LjAwNCAyLjc1Mi4wODEgNC4xMi4yM0w1ODcuMSAwYy0yMSAuMTctMzYuMjIgNy4zOS00NS41OSAyMi4wMXpNMzM4Ljg4IDk5LjJWNC4wMWg0MC4yMlY5NC4zYzAgMTkuOTUgMTEuMTIgMzEuNzMgMzAuNDIgMzEuNzMgMjEuNTkgMCAzNC0xMy4wOSAzNC0zOC4yOFY0LjAxaDQwLjI0djE1NS4zOGgtNDAuMjF2LTE4Yy05LjQ4IDE0LjcyLTI0Ljg2IDIxLjkyLTQ2LjEyIDIxLjkyLTM1Ljk4LjAxLTU4LjU1LTI2LjE2LTU4LjU1LTY0LjExem0zOTEuNzQtMTcuNDhjLjA5LTQzLjUxIDMxLjIzLTgwLjc0IDgwLjYyLTgwLjY1IDQ1LjguMDkgNzguMTEgMzYuNzggNzggODAgLjAxIDQuMjczLS4zMyA4LjU0LTEgMTIuNzZsLTExOC40MS0uMjJjNC41NCAxOC42NSAxOS44OSAzMi4wOSA0My4xMiAzMi4xNCAxNC4wNiAwIDI5LjEyLTUuMTggMzguMy0xNi45NGwyNy40NCAyMmMtMTQuMTEgMTkuOTMtMzkgMzEuNjYtNjUuNDggMzEuNjEtNDYuNzUtLjE2LTgyLjY3LTM1LjIzLTgyLjU5LTgwLjd6bTExOC4xMi0xNi4xNGMtMi4yNi0xNS43LTE4LjU5LTI3Ljg0LTM3Ljg5LTI3Ljg3LTE4LjY1IDAtMzMuNzEgMTEuMDYtMzkuNjMgMjcuNzNsNzcuNTIuMTR6bS0yNjEuNCA1OS45NGwzNS43Ni0xOC43MmM1LjkxIDEyLjgxIDE3LjczIDIwLjM2IDM0LjQ4IDIwLjM2IDE1LjQzIDAgMjEuMzQtNC45MiAyMS4zNC0xMS44MiAwLTI1LTg0LjcxLTkuODUtODQuNzEtNjcgMC0zMS41MiAyNy41OC00OC4yNiA2MS43Mi00OC4yNiAyNS45NCAwIDQ4LjkyIDExLjQ5IDYxLjQgMzIuODNsLTM1LjQ0IDE4Ljc1Yy01LjI1LTEwLjUxLTE1LjEtMTYuNDItMjcuNTgtMTYuNDItMTIuMTQgMC0xOC4wNiA0LjI3LTE4LjA2IDExLjQ5IDAgMjQuMyA4NC43MSA4Ljg3IDg0LjcxIDY3IDAgMzAuMjEtMjQuNjIgNDguNTktNjQuMzUgNDguNTktMzMuODItLjAzLTU3LjQ2LTExLjE5LTY5LjI3LTM2Ljh6TTAgODEuNTRDMCAzNi43MyAzNi42My43NCA4Mi40My43NGMyNy45NDctLjE5NiA1NC4xODIgMTMuNzM3IDY5LjY3IDM3bC0zNC4zNCAxOS45MmE0Mi45NzIgNDIuOTcyIDAgMDAtMzUuMzMtMTguMzJjLTIzLjU1IDAtNDIuODUgMTkuNjMtNDIuODUgNDIuMiAwIDIyLjU3IDE5LjMgNDIuMiA0Mi44NSA0Mi4yYTQyLjUwMiA0Mi41MDIgMCAwMDM2LjMxLTIwbDM0IDIwLjI4Yy0xNS4zMDcgMjMuOTU1LTQxLjkwMiAzOC40MzEtNzAuMzMgMzguMjhDMzYuNjMgMTYyLjM0IDAgMTI1LjY2IDAgODEuNTR6IiBmaWxsPSIjMDA1NkQyIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=",
"/a",
"/div"
],
"rawExcerpt": "<!DOCTYPE html>\n<html>\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <link href=\"https://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\">\n <style>\n body {\n font-family: 'Opensans-Light';\n }\n a {\n text-decoration: none;\n color: #4a90e2;\n }\n .coursera-logo img {\n width: 127px;\n height: 32px;\n vertical-align: middle;\n margin: 16.25px;\n }\n svg {\n width: 80vw;\n height: 350px;\n margin: 0 auto;\n display: block;\n max-width: 700px;\n overflow: visible;\n padding-left: 80px\n }\n .notfound-message {\n width: 80vw;\n max-width: 500px;\n margin: 0 auto;\n padding-bottom: 20px;\n }\n "
}
},
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
"howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
},
{
"id": "oauth-protected-resource",
"title": "Publish protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"ok": false,
"statusCode": 404,
"contentType": "text/html",
"length": 16467,
"text": "<!DOCTYPE html>\n<html>\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <link href=\"https://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\">\n <style>\n body {\n font-family: 'Opensans-Light';\n }\n a {\n text-decoration: none;\n color: #4a90e2;\n }\n .coursera-logo img {\n width: 127px;\n height: 32px;\n vertical-align: middle;\n margin: 16.25px;\n }\n svg {\n width: 80vw;\n height: 350px;\n margin: 0 auto;\n display: block;\n max-width: 700px;\n overflow: visible;\n padding-left: 80px\n }\n .notfound-message {\n width: 80vw;\n max-width: 500px;\n margin: 0 auto;\n padding-bottom: 20px;\n }\n @media screen and (max-width: 480px) {\n svg {\n padding-left: 20vw;\n transform: scale(1.3);\n }\n .notfound-message {\n width: 90vw;\n }\n .coursera-logo img {\n display: block;\n margin: 0 auto;\n padding-top: 16.25px;\n }\n }\n </style>\n <link rel=\"prefetch\" href=\"/browse\" />\n <link rel=\"prefetch\" href=\"/courses\" />\n <link rel=\"prefetch\" href=\"/degrees\" />\n <link rel=\"prefetch\" href=\"/enterprise\" />\n</head>\n<body style=\"margin: 0; background-color: #f5f5f5\" style=\"font-family: 'OpenSans-light, Arial, sans-serif'\">\n<div style=\"height: 100vh; width: 100vw; overflow-x: hidden\">\n <div style=\"height: 65px; background-color: #fff\"><!-- page header -->\n <a href=\"/\" class=\"coursera-logo\">\n <img\n alt=\"Coursera-logo\"\n src=\"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZpZXdCb3g9IjAgMCAxMTU1IDE2NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIiPjxwYXRoIGQ9Ik0xNTkuNzUgODEuNTRjMC00NC40OSAzNi42My04MC40NyA4Mi40My04MC40NyA0Ni4xMiAwIDgyLjc2IDM2IDgyLjc2IDgwLjQ3IDAgNDQuMTYtMzYuNjQgODAuOC04Mi43NiA4MC44LTQ1LjggMC04Mi40My0zNi42OC04Mi40My04MC44em0xMjUuNjEgMGMwLTIyLjI0LTE5LjMtNDEuODctNDMuMTgtNDEuODctMjMuNTUgMC00Mi44NSAxOS42My00Mi44NSA0MS44NyAwIDIyLjU3IDE5LjMgNDIuMiA0Mi44NSA0Mi4yIDIzLjkyIDAgNDMuMTgtMTkuNjMgNDMuMTgtNDIuMnptNzA1LjYzIDEuMzFjMC00OC43NCAzOS41OC04MS43OCA3NS41Ny04MS43OCAyNC41MyAwIDM4LjYgNy41MiA0OC4wOCAyMS45MmwzLjc3LTE5aDM2Ljc5djE1NS40aC0zNi43OWwtNC43NS0xNmMtMTAuNzkgMTEuNzgtMjQuMjEgMTktNDcuMSAxOS0zNS4zMy0uMDUtNzUuNTctMzEuMTMtNzUuNTctNzkuNTR6bTEyNS42MS0uMzNjLS4wOS0yMy41MjctMTkuNDctNDIuODM1LTQzLTQyLjgzNS0yMy41OSAwLTQzIDE5LjQxMS00MyA0M3YuMTY1YzAgMjEuNTkgMTkuMyA0MC44OSA0Mi44NiA0MC44OSAyMy44NSAwIDQzLjE0LTE5LjMgNDMuMTQtNDEuMjJ6TTk0NS43OCAyMlY0aC00MC4yM3YxNTUuMzloNDAuMjNWNzUuNjZjMC0yNS4xOSAxMi40NC0zOC4yNyAzNC0zOC4yNyAxLjQzIDAgMi43OS4xIDQuMTIuMjNMOTkxLjM2LjExYy0yMC45Ny4xMS0zNi4xNyA3LjMtNDUuNTggMjEuODl6bS00MDQuMjcuMDF2LTE4bC00MC4yMy4wOS4zNCAxNTUuMzcgNDAuMjMtLjA5LS4yMi04My43MmMtLjA2LTI1LjE4IDEyLjM1LTM4LjI5IDMzLjkzLTM4LjM0IDEuMzc2LjAwNCAyLjc1Mi4wODEgNC4xMi4yM0w1ODcuMSAwYy0yMSAuMTctMzYuMjIgNy4zOS00NS41OSAyMi4wMXpNMzM4Ljg4IDk5LjJWNC4wMWg0MC4yMlY5NC4zYzAgMTkuOTUgMTEuMTIgMzEuNzMgMzAuNDIgMzEuNzMgMjEuNTkgMCAzNC0xMy4wOSAzNC0zOC4yOFY0LjAxaDQwLjI0djE1NS4zOGgtNDAuMjF2LTE4Yy05LjQ4IDE0LjcyLTI0Ljg2IDIxLjkyLTQ2LjEyIDIxLjkyLTM1Ljk4LjAxLTU4LjU1LTI2LjE2LTU4LjU1LTY0LjExem0zOTEuNzQtMTcuNDhjLjA5LTQzLjUxIDMxLjIzLTgwLjc0IDgwLjYyLTgwLjY1IDQ1LjguMDkgNzguMTEgMzYuNzggNzggODAgLjAxIDQuMjczLS4zMyA4LjU0LTEgMTIuNzZsLTExOC40MS0uMjJjNC41NCAxOC42NSAxOS44OSAzMi4wOSA0My4xMiAzMi4xNCAxNC4wNiAwIDI5LjEyLTUuMTggMzguMy0xNi45NGwyNy40NCAyMmMtMTQuMTEgMTkuOTMtMzkgMzEuNjYtNjUuNDggMzEuNjEtNDYuNzUtLjE2LTgyLjY3LTM1LjIzLTgyLjU5LTgwLjd6bTExOC4xMi0xNi"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
},
{
"id": "agent-auth-block",
"title": "Validate agent_auth authorization metadata",
"status": "fail",
"evidence": {
"valid": false,
"issue": "OAuth authorization server metadata could not be fetched.",
"fetch": {
"ok": false,
"statusCode": 404,
"contentType": "text/html",
"length": 16467,
"text": "<!DOCTYPE html>\n<html>\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <link href=\"https://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\">\n <style>\n body {\n font-family: 'Opensans-Light';\n }\n a {\n text-decoration: none;\n color: #4a90e2;\n }\n .coursera-logo img {\n width: 127px;\n height: 32px;\n vertical-align: middle;\n margin: 16.25px;\n }\n svg {\n width: 80vw;\n height: 350px;\n margin: 0 auto;\n display: block;\n max-width: 700px;\n overflow: visible;\n padding-left: 80px\n }\n .notfound-message {\n width: 80vw;\n max-width: 500px;\n margin: 0 auto;\n padding-bottom: 20px;\n }\n @media screen and (max-width: 480px) {\n svg {\n padding-left: 20vw;\n transform: scale(1.3);\n }\n .notfound-message {\n width: 90vw;\n }\n .coursera-logo img {\n display: block;\n margin: 0 auto;\n padding-top: 16.25px;\n }\n }\n </style>\n <link rel=\"prefetch\" href=\"/browse\" />\n <link rel=\"prefetch\" href=\"/courses\" />\n <link rel=\"prefetch\" href=\"/degrees\" />\n <link rel=\"prefetch\" href=\"/enterprise\" />\n</head>\n<body style=\"margin: 0; background-color: #f5f5f5\" style=\"font-family: 'OpenSans-light, Arial, sans-serif'\">\n<div style=\"height: 100vh; width: 100vw; overflow-x: hidden\">\n <div style=\"height: 65px; background-color: #fff\"><!-- page header -->\n <a href=\"/\" class=\"coursera-logo\">\n <img\n alt=\"Coursera-logo\"\n src=\"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZpZXdCb3g9IjAgMCAxMTU1IDE2NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIiPjxwYXRoIGQ9Ik0xNTkuNzUgODEuNTRjMC00NC40OSAzNi42My04MC40NyA4Mi40My04MC40NyA0Ni4xMiAwIDgyLjc2IDM2IDgyLjc2IDgwLjQ3IDAgNDQuMTYtMzYuNjQgODAuOC04Mi43NiA4MC44LTQ1LjggMC04Mi40My0zNi42OC04Mi40My04MC44em0xMjUuNjEgMGMwLTIyLjI0LTE5LjMtNDEuODctNDMuMTgtNDEuODctMjMuNTUgMC00Mi44NSAxOS42My00Mi44NSA0MS44NyAwIDIyLjU3IDE5LjMgNDIuMiA0Mi44NSA0Mi4yIDIzLjkyIDAgNDMuMTgtMTkuNjMgNDMuMTgtNDIuMnptNzA1LjYzIDEuMzFjMC00OC43NCAzOS41OC04MS43OCA3NS41Ny04MS43OCAyNC41MyAwIDM4LjYgNy41MiA0OC4wOCAyMS45MmwzLjc3LTE5aDM2Ljc5djE1NS40aC0zNi43OWwtNC43NS0xNmMtMTAuNzkgMTEuNzgtMjQuMjEgMTktNDcuMSAxOS0zNS4zMy0uMDUtNzUuNTctMzEuMTMtNzUuNTctNzkuNTR6bTEyNS42MS0uMzNjLS4wOS0yMy41MjctMTkuNDctNDIuODM1LTQzLTQyLjgzNS0yMy41OSAwLTQzIDE5LjQxMS00MyA0M3YuMTY1YzAgMjEuNTkgMTkuMyA0MC44OSA0Mi44NiA0MC44OSAyMy44NSAwIDQzLjE0LTE5LjMgNDMuMTQtNDEuMjJ6TTk0NS43OCAyMlY0aC00MC4yM3YxNTUuMzloNDAuMjNWNzUuNjZjMC0yNS4xOSAxMi40NC0zOC4yNyAzNC0zOC4yNyAxLjQzIDAgMi43OS4xIDQuMTIuMjNMOTkxLjM2LjExYy0yMC45Ny4xMS0zNi4xNyA3LjMtNDUuNTggMjEuODl6bS00MDQuMjcuMDF2LTE4bC00MC4yMy4wOS4zNCAxNTUuMzcgNDAuMjMtLjA5LS4yMi04My43MmMtLjA2LTI1LjE4IDEyLjM1LTM4LjI5IDMzLjkzLTM4LjM0IDEuMzc2LjAwNCAyLjc1Mi4wODEgNC4xMi4yM0w1ODcuMSAwYy0yMSAuMTctMzYuMjIgNy4zOS00NS41OSAyMi4wMXpNMzM4Ljg4IDk5LjJWNC4wMWg0MC4yMlY5NC4zYzAgMTkuOTUgMTEuMTIgMzEuNzMgMzAuNDIgMzEuNzMgMjEuNTkgMCAzNC0xMy4wOSAzNC0zOC4yOFY0LjAxaDQwLjI0djE1NS4zOGgtNDAuMjF2LTE4Yy05LjQ4IDE0LjcyLTI0Ljg2IDIxLjkyLTQ2LjEyIDIxLjkyLTM1Ljk4LjAxLTU4LjU1LTI2LjE2LTU4LjU1LTY0LjExem0zOTEuNzQtMTcuNDhjLjA5LTQzLjUxIDMxLjIzLTgwLjc0IDgwLjYyLTgwLjY1IDQ1LjguMDkgNzguMTEgMzYuNzggNzggODAgLjAxIDQuMjczLS4zMyA4LjU0LTEgMTIuNzZsLTExOC40MS0uMjJjNC41NCAxOC42NSAxOS44OSAzMi4wOSA0My4xMiAzMi4xNCAxNC4wNiAwIDI5LjEyLTUuMTggMzguMy0xNi45NGwyNy40NCAyMmMtMTQuMTEgMTkuOTMtMzkgMzEuNjYtNjUuNDggMzEuNjEtNDYuNzUtLjE2LTgyLjY3LTM1LjIzLTgyLjU5LTgwLjd6bTExOC4xMi0xNi"
}
},
"issue": "OAuth authorization server metadata could not be fetched.",
"howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 6,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "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
OAuth / OIDC discovery was not found at the expected path.
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
Fetch to find resource
OAuth / OIDC discovery was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/openid-configuration",
"statusCode": 404,
"contentType": "text/html",
"length": 16467
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/html",
"length": 16467
}
]
},
"issue": "OAuth / OIDC discovery was not found at the expected path.",
"howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 6,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
}
]
},
"resourceFetchSucceeded": false
}Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Informational
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"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource JSON."
},
{
"id": "metadata",
"title": "Validate protected resource metadata",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html>\n<html>\n<head>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <link href=\"https://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\">\n <style>\n body {\n font-family: 'Opensans-Light';\n }\n a {\n text-decoration: none;\n color: #4a90e2;\n }\n .coursera-logo img {\n width: 127px;\n height: 32px;\n vertical-align: middle;\n margin: 16.25px;\n }\n svg {\n width: 80vw;\n height: 350px;\n margin: 0 auto;\n display: block;\n max-width: 700px;\n overflow: visible;\n padding-left: 80px\n }\n .notfound-message {\n width: 80vw;\n max-width: 500px;\n margin: 0 auto;\n padding-bottom: 20px;\n }\n "
},
"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.coursera.org"
},
"issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
"howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
},
{
"id": "protected-route-challenge",
"title": "Probe protected API Bearer challenge",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/admin/scans",
"statusCode": 200,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.coursera.org/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 200,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.coursera.org/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 200,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.coursera.org/.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
`[aria-*]` attributes do not have valid values
100 Fail
Performance and AccessibilityAccessibilityBrowser audit
`[aria-*]` attributes do not have valid values
Check name
`[aria-*]` attributes do not have valid values
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. [Learn more about valid values for ARIA attributes](https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr-value).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. [Learn more about valid values for ARIA attributes](https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr-value)."
}Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
100 Fail
Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
Check name
Browser errors were logged to the console
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Fix guidance
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)
Evidence
{
"description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
}SEOSEOBrowser audit
Links do not have descriptive text
100 Fail
SEOSEOBrowser audit
Links do not have descriptive text
Check name
Links do not have descriptive text
Score
0/100
Status
fail
Device
desktop
Category
SEO
Estimated savings
2 links found
Fix guidance
Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).
Evidence
{
"displayValue": "2 links found",
"description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/)."
}Performance and AccessibilityPerformanceBrowser audit
Image optimization
20 Fail
Performance and AccessibilityPerformanceBrowser audit
Image optimization
Check name
Image optimization
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped image optimization checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "image-aspect-ratio",
"title": "Displays images with incorrect aspect ratio",
"score": 0
}
]
}Performance and AccessibilityPerformanceBrowser audit
Network dependency tree
20 Fail
Performance and AccessibilityPerformanceBrowser audit
Network dependency tree
Check name
Network dependency tree
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
References
https://web.dev/learn/performance/Evidence
{
"description": "[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load."
}Performance and AccessibilityPerformanceBrowser audit
Reduce JavaScript execution time
20 Fail
Performance and AccessibilityPerformanceBrowser audit
Reduce JavaScript execution time
Check name
Reduce JavaScript execution time
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
3.5Â s
Fix guidance
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "3.5Â s",
"description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).",
"numericValue": 3491.0229999999874
}Performance and AccessibilityPerformanceBrowser audit
Improve image delivery
10 Warning
Performance and AccessibilityPerformanceBrowser audit
Improve image delivery
Check name
Improve image delivery
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 86Â 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 86Â 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
Loading performance
7 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
64/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 30Â ms",
"numericValue": 26
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 100,
"displayValue": "0.4Â s",
"numericValue": 383.0011971156208
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "50Â ms",
"numericValue": 52.975305
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 99,
"displayValue": "0.7Â s",
"numericValue": 702.0054432773875
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 31,
"displayValue": "5.6Â s",
"numericValue": 5645.850642127066
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 23,
"displayValue": "360Â ms",
"numericValue": 363
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 0,
"displayValue": "1,680Â ms",
"numericValue": 1676.4999999999995
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 62,
"displayValue": "2.0Â s",
"numericValue": 1995.3339596751975
}
]
}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 |
|---|---|---|---|
| 65/100 | Level 3, Bot-Aware | Current report |