Export Report
OVERALL SCORE
Level 2, Agent-Limited
- AI Discoverability 40 out of 100
- Agent Ease of Use 10 out of 100
- Security & Trust 0 out of 100
- GEO, AIO and AEO 73 out of 100
- SEO 92 out of 100
- Performance and Accessibility 64 out of 100
What AI sees of your website
Magoosh | Online Test Prep
Magoosh offers self-paced online test prep and free resources that's accessible, enjoyable, and effective
Next step
Turn this report into a fix workflow
25 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 | 40 | Priority fix | 7 | 15 | 1 | View details |
| Discoverability | 67 | Needs work | 5 | 4 | 0 | View details |
| Content Readiness | 42 | Priority fix | 2 | 7 | 1 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 0 | View details |
| Agent Ease of Use | 10 | Priority fix | 17 | 22 | 1 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 11 | 0 | 0 | |
| MCP | 25 | Priority fix | 2 | 6 | 0 | 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 | 73 | Needs work | 4 | 2 | 13 | View details |
| GEO Readiness | 87 | Mostly ready | 1 | 0 | 4 | |
| AIO Readiness | 69 | Needs work | 2 | 1 | 4 | View details |
| AEO Readiness | 63 | Needs work | 1 | 1 | 5 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| Security & Trust | 0 | Priority fix | 4 | 5 | 0 | View details |
| Security & Trust | 0 | Priority fix | 0 | 5 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 64 | Needs work | 20 | 4 | 2 | View details |
| Performance | 53 | Needs work | 16 | 3 | 2 | View details |
| Accessibility | 84 | Mostly ready | 4 | 1 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
47 items need attention
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
50 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
Why it matters
API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.
Check name
API Catalog
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish an API catalog for automated API discovery using RFC 9727.
Result
API Catalog failed at "Fetch API catalog".
Validation steps
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
Fetch advertised API catalog targets
API Catalog did not expose any same-origin hrefs to validate.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "fail",
"evidence": {
"statusCode": 404,
"contentType": "text/html; charset=UTF-8"
},
"issue": "The API catalog endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/api-catalog."
},
{
"id": "validate",
"title": "Validate RFC 9727 linkset",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "\n\t\t\t\t\n<!doctype html>\n<html lang=\"en-US\" id=\"html\">\n\t<head>\n\t\t<meta charset=\"UTF-8\"/>\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\t\t<meta name=\"HandheldFriendly\" content=\"true\"/>\n\t\t<meta name=\"MobileOptimized\" content=\"320\"/>\n\t\t<meta name=\"description\" content=\"Online Test Prep and Admissions\">\n\t\t<meta http-equiv=\"Content-Security-Policy\" content=\"base-uri https:\">\n\t\t<meta http-equiv=\"Strict-Transport-Security\" content=\"max-age=63072000; includeSubDomains; preload\">\n\t\t<meta http-equiv=\"Referrer-Policy\" content=\"strict-origin-when-cross-origin\">\n\t\t<meta http-equiv=\"X-Content-Type-Options\" content=\"nosniff\">\n\t\t<meta http-equiv=\"X-Frame-Options\" content=\"DENY\">\n\t\t\t\t<link rel=\"pingback\" href=\"https://magoosh.c"
},
"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 DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
50 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
Why it matters
High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.
Check name
High-value schema types
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Use schema types that describe the page's primary content or offering.
Result
High-value schema types is missing or incomplete.
Evidence
{
"found": [],
"expected": [
"Article",
"BlogPosting",
"NewsArticle",
"Product",
"SoftwareApplication",
"FAQPage",
"LocalBusiness",
"VideoObject",
"HowTo",
"Event",
"Course",
"Review",
"Service"
],
"allTypes": [
"EducationalOrganization",
"WebSite"
]
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
50 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
Why it matters
Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.
Check name
Link headers
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Include Link response headers for agent discovery using RFC 8288.
Result
Link headers failed at "Find useful Link headers".
Validation steps
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": [
{
"url": "https://magoosh.com/wp-json/",
"rel": "https://api.w.org/"
},
{
"url": "https://magoosh.com/wp-json/wp/v2/pages/2",
"rel": "alternate",
"type": "application/json"
}
]
},
"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
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
50 Fail
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
Needs attention
OpenAPI discovery
Issue
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=UTF-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Why it matters
OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.
Check name
OpenAPI discovery
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish a valid OpenAPI or Swagger document for API discovery.
Result
OpenAPI discovery failed at "Find valid OpenAPI document".
Validation steps
Find valid OpenAPI document
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=UTF-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Find valid OpenAPI document",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "\n\t\t\t\t\n<!doctype html>\n<html lang=\"en-US\" id=\"html\">\n\t<head>\n\t\t<meta charset=\"UTF-8\"/>\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\t\t<meta name=\"HandheldFriendly\" content=\"true\"/>\n\t\t<meta name=\"MobileOptimized\" content=\"320\"/>\n\t\t<meta name=\"description\" content=\"Online Test Prep and Admissions\">\n\t\t<meta http-equiv=\"Content-Security-Policy\" content=\"base-uri https:\">\n\t\t<meta http-equiv=\"Strict-Transport-Security\" content=\"max-age=63072000; includeSubDomains; preload\">\n\t\t<meta http-equiv=\"Referrer-Policy\" content=\"strict-origin-when-cross-origin\">\n\t\t<meta http-equiv=\"X-Content-Type-Options\" content=\"nosniff\">\n\t\t<meta http-equiv=\"X-Frame-Options\" content=\"DENY\">\n\t\t\t\t<link rel=\"pingback\" href=\"https://magoosh.c"
},
{
"path": "/openapi.yaml",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "\n\t\t\t\t\n<!doctype html>\n<html lang=\"en-US\" id=\"html\">\n\t<head>\n\t\t<meta charset=\"UTF-8\"/>\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\t\t<meta name=\"HandheldFriendly\" content=\"true\"/>\n\t\t<meta name=\"MobileOptimized\" content=\"320\"/>\n\t\t<meta name=\"description\" content=\"Online Test Prep and Admissions\">\n\t\t<meta http-equiv=\"Content-Security-Policy\" content=\"base-uri https:\">\n\t\t<meta http-equiv=\"Strict-Transport-Security\" content=\"max-age=63072000; includeSubDomains; preload\">\n\t\t<meta http-equiv=\"Referrer-Policy\" content=\"strict-origin-when-cross-origin\">\n\t\t<meta http-equiv=\"X-Content-Type-Options\" content=\"nosniff\">\n\t\t<meta http-equiv=\"X-Frame-Options\" content=\"DENY\">\n\t\t\t\t<link rel=\"pingback\" href=\"https://magoosh.c"
},
{
"path": "/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "\n\t\t\t\t\n<!doctype html>\n<html lang=\"en-US\" id=\"html\">\n\t<head>\n\t\t<meta charset=\"UTF-8\"/>\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\t\t<meta name=\"HandheldFriendly\" content=\"true\"/>\n\t\t<meta name=\"MobileOptimized\" content=\"320\"/>\n\t\t<meta name=\"description\" content=\"Online Test Prep and Admissions\">\n\t\t<meta http-equiv=\"Content-Security-Policy\" content=\"base-uri https:\">\n\t\t<meta http-equiv=\"Strict-Transport-Security\" content=\"max-age=63072000; includeSubDomains; preload\">\n\t\t<meta http-equiv=\"Referrer-Policy\" content=\"strict-origin-when-cross-origin\">\n\t\t<meta http-equiv=\"X-Content-Type-Options\" content=\"nosniff\">\n\t\t<meta http-equiv=\"X-Frame-Options\" content=\"DENY\">\n\t\t\t\t<link rel=\"pingback\" href=\"https://magoosh.c"
},
{
"path": "/swagger.yaml",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "\n\t\t\t\t\n<!doctype html>\n<html lang=\"en-US\" id=\"html\">\n\t<head>\n\t\t<meta charset=\"UTF-8\"/>\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\t\t<meta name=\"HandheldFriendly\" content=\"true\"/>\n\t\t<meta name=\"MobileOptimized\" content=\"320\"/>\n\t\t<meta name=\"description\" content=\"Online Test Prep and Admissions\">\n\t\t<meta http-equiv=\"Content-Security-Policy\" content=\"base-uri https:\">\n\t\t<meta http-equiv=\"Strict-Transport-Security\" content=\"max-age=63072000; includeSubDomains; preload\">\n\t\t<meta http-equiv=\"Referrer-Policy\" content=\"strict-origin-when-cross-origin\">\n\t\t<meta http-equiv=\"X-Content-Type-Options\" content=\"nosniff\">\n\t\t<meta http-equiv=\"X-Frame-Options\" content=\"DENY\">\n\t\t\t\t<link rel=\"pingback\" href=\"https://magoosh.c"
},
{
"path": "/api/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "\n\t\t\t\t\n<!doctype html>\n<html lang=\"en-US\" id=\"html\">\n\t<head>\n\t\t<meta charset=\"UTF-8\"/>\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\t\t<meta name=\"HandheldFriendly\" content=\"true\"/>\n\t\t<meta name=\"MobileOptimized\" content=\"320\"/>\n\t\t<meta name=\"description\" content=\"Online Test Prep and Admissions\">\n\t\t<meta http-equiv=\"Content-Security-Policy\" content=\"base-uri https:\">\n\t\t<meta http-equiv=\"Strict-Transport-Security\" content=\"max-age=63072000; includeSubDomains; preload\">\n\t\t<meta http-equiv=\"Referrer-Policy\" content=\"strict-origin-when-cross-origin\">\n\t\t<meta http-equiv=\"X-Content-Type-Options\" content=\"nosniff\">\n\t\t<meta http-equiv=\"X-Frame-Options\" content=\"DENY\">\n\t\t\t\t<link rel=\"pingback\" href=\"https://magoosh.c"
},
{
"path": "/api/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "\n\t\t\t\t\n<!doctype html>\n<html lang=\"en-US\" id=\"html\">\n\t<head>\n\t\t<meta charset=\"UTF-8\"/>\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\t\t<meta name=\"HandheldFriendly\" content=\"true\"/>\n\t\t<meta name=\"MobileOptimized\" content=\"320\"/>\n\t\t<meta name=\"description\" content=\"Online Test Prep and Admissions\">\n\t\t<meta http-equiv=\"Content-Security-Policy\" content=\"base-uri https:\">\n\t\t<meta http-equiv=\"Strict-Transport-Security\" content=\"max-age=63072000; includeSubDomains; preload\">\n\t\t<meta http-equiv=\"Referrer-Policy\" content=\"strict-origin-when-cross-origin\">\n\t\t<meta http-equiv=\"X-Content-Type-Options\" content=\"nosniff\">\n\t\t<meta http-equiv=\"X-Frame-Options\" content=\"DENY\">\n\t\t\t\t<link rel=\"pingback\" href=\"https://magoosh.c"
},
{
"path": "/docs/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "\n\t\t\t\t\n<!doctype html>\n<html lang=\"en-US\" id=\"html\">\n\t<head>\n\t\t<meta charset=\"UTF-8\"/>\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\t\t<meta name=\"HandheldFriendly\" content=\"true\"/>\n\t\t<meta name=\"MobileOptimized\" content=\"320\"/>\n\t\t<meta name=\"description\" content=\"Online Test Prep and Admissions\">\n\t\t<meta http-equiv=\"Content-Security-Policy\" content=\"base-uri https:\">\n\t\t<meta http-equiv=\"Strict-Transport-Security\" content=\"max-age=63072000; includeSubDomains; preload\">\n\t\t<meta http-equiv=\"Referrer-Policy\" content=\"strict-origin-when-cross-origin\">\n\t\t<meta http-equiv=\"X-Content-Type-Options\" content=\"nosniff\">\n\t\t<meta http-equiv=\"X-Frame-Options\" content=\"DENY\">\n\t\t\t\t<link rel=\"pingback\" href=\"https://magoosh.c"
}
]
},
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
}
]
}AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
Needs attention
AI bot rules in robots.txt
Issue
No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.
Why it matters
Explicit AI bot rules reduce ambiguity for crawler operators and make training, indexing, or retrieval access policy auditable.
Check name
AI bot rules in robots.txt
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Established
Goal
Add User-agent rules for AI crawlers like GPTBot, Claude-Web, and others.
Result
AI bot rules in robots.txt is missing or incomplete.
Evidence
{
"expectedBots": [
"GPTBot",
"ChatGPT-User",
"ClaudeBot",
"Claude-Web",
"Anthropic-AI",
"Google-Extended",
"PerplexityBot",
"CCBot",
"Applebot-Extended",
"Meta-ExternalAgent",
"Bytespider",
"Amazonbot",
"Cohere-AI"
],
"configuredBots": []
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
Why it matters
Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.
Check name
Content Signal
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Declare AI content usage preferences with Content Signal in robots.txt.
Result
Content Signal is missing or incomplete.
Evidence
{
"signals": [],
"ai-train": false,
"search": false,
"ai-input": false
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
Needs attention
MCP Server Card
Issue
MCP Server Card was not found at the expected path.
Why it matters
MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.
Check name
MCP Server Card
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Publish an MCP Server Card for agent discovery.
Result
MCP Server Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
MCP Server Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 49172
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 49172
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 49172
}
]
},
"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".
33 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; charset=UTF-8",
"length": 49172
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 49172
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 49172
}
]
},
"issue": "mcp.json was not found at the expected path.",
"howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
}
]
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
33 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
Why it matters
Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.
Check name
Web Bot Auth request signing
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.
Result
Web Bot Auth request signing failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Web Bot Auth request signing was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/http-message-signatures-directory",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 49172
}
]
},
"issue": "Web Bot Auth request signing was not found at the expected path.",
"howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
}
]
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
Why it matters
A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.
Check name
WebMCP manifest
Score
0/100
Status
fail
Category
MCP
Maturity
Informational
Goal
Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.
Result
WebMCP manifest failed at "Fetch to find resource".
Validation steps
Fetch to find resource
WebMCP manifest was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 49172
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 49172
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 49172
}
]
},
"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."
}
]
}AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
25 Fail
AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
Needs attention
llms.txt
Issue
llms.txt was not found at the expected path.
Why it matters
llms.txt gives language-model clients a concise, curated summary of important site context and links before they crawl broadly.
Check name
llms.txt
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Emerging recommendation
Goal
Publish llms.txt to summarize agent-readable site guidance.
Result
llms.txt failed at "Fetch to find resource".
Validation steps
Fetch to find resource
llms.txt was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/llms.txt",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 49081
},
{
"path": "/llms-full.txt",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 49081
}
]
},
"issue": "llms.txt was not found at the expected path.",
"howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
Needs attention
Markdown negotiation
Issue
Content-Type "text/html; charset=UTF-8" 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; charset=UTF-8" 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, Accept-Encoding,Cookie".
Structured Markdown body
Markdown response is missing a heading.
Evidence
{
"failedStep": "content-type",
"steps": [
{
"id": "content-type",
"title": "Markdown content type",
"status": "fail",
"evidence": {
"statusCode": 200,
"contentType": "text/html; charset=UTF-8"
},
"issue": "Content-Type \"text/html; charset=UTF-8\" does not indicate Markdown when requested with Accept: text/markdown.",
"howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
},
{
"id": "vary-accept",
"title": "Vary: Accept header",
"status": "fail",
"evidence": {
"vary": "Accept-Encoding, Accept-Encoding,Cookie"
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding, Accept-Encoding,Cookie\".",
"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": 10293,
"excerpt": "<!doctype html>\n<html lang=\"en-US\" id=\"html\">\n\t<head>\n\t\t<meta charset=\"UTF-8\"/>\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\t\t<meta name=\"HandheldFriendly\"",
"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."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: skipped heading levels; 17 links missing accessible names; missing alt text on >10% of images.
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": true,
"nav": true,
"footer": true,
"meaningfulH1": true,
"headingOrder": false,
"accessibleLinks": false,
"accessibleButtons": true,
"imageAltCoverage": false,
"formAutocompleteCoverage": true,
"details": {
"inaccessibleLinks": [
"<a href=\"https://magoosh.com\" alt=\"Magoosh Logo\" class=\"main-header__logo-link\"> <img src=\"data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E\" class=\"perfmatters-lazy\" data-src=\"https://magoosh.com/wp-content/uploads/2025/08/magoosh-logo-violet-2.svg\"><noscript><img src=\"https://magoosh.com/wp-content/uploads/2025/08/magoosh-logo-violet-2.svg\"></noscript> </a>",
"<a href=\"#\" class=\"stories-popup__nav stories-popup__nav--left\"></a>",
"<a href=\"#\" class=\"stories-popup__nav stories-popup__nav--right\"></a>",
"<a href=\"#\" class=\"stories-popup__nav stories-popup__nav--left\"></a>",
"<a href=\"#\" class=\"stories-popup__nav stories-popup__nav--right\"></a>",
"<a href=\"#\" class=\"stories-popup__nav stories-popup__nav--left\"></a>",
"<a href=\"#\" class=\"stories-popup__nav stories-popup__nav--right\"></a>",
"<a href=\"#\" class=\"stories-popup__nav stories-popup__nav--left\"></a>",
"<a href=\"#\" class=\"stories-popup__nav stories-popup__nav--right\"></a>",
"<a href=\"#\" class=\"stories-popup__nav stories-popup__nav--left\"></a>",
"<a href=\"#\" class=\"stories-popup__nav stories-popup__nav--right\"></a>",
"<a href=\"#\" class=\"stories-popup__nav stories-popup__nav--left\"></a>",
"<a href=\"#\" class=\"stories-popup__nav stories-popup__nav--right\"></a>",
"<a href=\"#\" class=\"stories-popup__nav stories-popup__nav--left\"></a>",
"<a href=\"#\" class=\"stories-popup__nav stories-popup__nav--right\"></a>",
"<a href=\"#\" class=\"stories-popup__nav stories-popup__nav--left\"></a>",
"<a href=\"#\" class=\"stories-popup__nav stories-popup__nav--right\"></a>"
],
"inaccessibleButtons": [],
"missingAutocompleteInputs": [],
"imagesMissingAlt": [
"<img src=\"data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E\" class=\"perfmatters-lazy\" data-src=\"https://magoosh.com/wp-content/uploads/2025/08/magoosh-logo-violet-2.svg\">",
"<img src=\"https://magoosh.com/wp-content/uploads/2025/08/magoosh-logo-violet-2.svg\">",
"<img src=\"data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E\" class=\"perfmatters-lazy\" data-src=\"https://magoosh.com/wp-content/themes/magoosh-cosmic/assets/images/logotypes/trustpilot_logo.svg\">",
"<img src=\"https://magoosh.com/wp-content/themes/magoosh-cosmic/assets/images/logotypes/trustpilot_logo.svg\" class>",
"<img src=\"data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E\" class=\"perfmatters-lazy\" data-src=\"https://magoosh.com/wp-content/uploads/2025/08/Clipboard1.svg\">",
"<img src=\"https://magoosh.com/wp-content/uploads/2025/08/Clipboard1.svg\">",
"<img src=\"data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E\" class=\"perfmatters-lazy\" data-src=\"https://magoosh.com/wp-content/uploads/2025/08/Clipboard2.svg\">",
"<img src=\"https://magoosh.com/wp-content/uploads/2025/08/Clipboard2.svg\">",
"<img src=\"data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E\" class=\"perfmatters-lazy\" data-src=\"https://magoosh.com/wp-content/uploads/2025/08/Clipboard3.svg\">",
"<img src=\"https://magoosh.com/wp-content/uploads/2025/08/Clipboard3.svg\">",
"<img src=\"data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E\" class=\"features2025__item-img perfmatters-lazy\" data-src=\"https://magoosh.com/wp-content/uploads/2025/08/features-3.png\">",
"<img src=\"https://magoosh.com/wp-content/uploads/2025/08/features-3.png\" class=\"features2025__item-img\">",
"<img src=\"data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E\" class=\"features2025__item-img perfmatters-lazy\" data-src=\"https://magoosh.com/wp-content/uploads/2025/08/features-1.png\">",
"<img src=\"https://magoosh.com/wp-content/uploads/2025/08/features-1.png\" class=\"features2025__item-img\">",
"<img src=\"data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E\" class=\"features2025__item-img perfmatters-lazy\" data-src=\"https://magoosh.com/wp-content/uploads/2025/08/features-2.jpg\">",
"<img src=\"https://magoosh.com/wp-content/uploads/2025/08/features-2.jpg\" class=\"features2025__item-img\">",
"<img src=\"data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E\" class=\"team2025__item-img perfmatters-lazy\" data-src=\"https://magoosh.com/wp-content/uploads/2025/08/meet-team-1.png\">",
"<img src=\"https://magoosh.com/wp-content/uploads/2025/08/meet-team-1.png\" class=\"team2025__item-img\">",
"<img src=\"data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E\" class=\"team2025__item-img perfmatters-lazy\" data-src=\"https://magoosh.com/wp-content/uploads/2025/08/meet-team-2.png\">",
"<img src=\"https://magoosh.com/wp-content/uploads/2025/08/meet-team-2.png\" class=\"team2025__item-img\">",
"<img src=\"data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E\" class=\"team2025__item-img perfmatters-lazy\" data-src=\"https://magoosh.com/wp-content/uploads/2025/08/meet-team-3.png\">",
"<img src=\"https://magoosh.com/wp-content/uploads/2025/08/meet-team-3.png\" class=\"team2025__item-img\">",
"<img src=\"data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E\" class=\"team2025__item-img perfmatters-lazy\" data-src=\"https://magoosh.com/wp-content/uploads/2025/08/meet-team-4.png\">",
"<img src=\"https://magoosh.com/wp-content/uploads/2025/08/meet-team-4.png\" class=\"team2025__item-img\">",
"<img src=\"data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E\" class=\"team2025__item-img perfmatters-lazy\" data-src=\"https://magoosh.com/wp-content/uploads/2025/08/meet-team-5.png\">",
"<img src=\"https://magoosh.com/wp-content/uploads/2025/08/meet-team-5.png\" class=\"team2025__item-img\">",
"<img src=\"data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E\" class=\"team2025__item-img perfmatters-lazy\" data-src=\"https://magoosh.com/wp-content/uploads/2025/08/meet-team-6.png\">",
"<img src=\"https://magoosh.com/wp-content/uploads/2025/08/meet-team-6.png\" class=\"team2025__item-img\">",
"<img src=\"data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E\" class=\"footer2025__top-logo perfmatters-lazy\" data-src=\"https://magoosh.com/wp-content/uploads/2025/08/footer-logo.png\">",
"<img src=\"https://magoosh.com/wp-content/uploads/2025/08/footer-logo.png\" class=\"footer2025__top-logo\">",
"<img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=697586983682827&ev=PageView&noscript=1\">"
],
"skippedHeadingLevels": [
"h1: More than 10 Million Students Have Said Hello to Stress-Free Studying",
"h2: practice questions answered",
"h2: countries with Magoosh students",
"h2: hours of video lessons watched",
"h4: Country",
"h4: Studied for",
"h4: Scores",
"h5: \"When I saw my score, I was so happy I wanted to cry!\"",
"h4: Country",
"h4: Studied for",
"h4: Scores",
"h5: \"The lessons helped me build complete understanding.\"",
"h4: Country",
"h4: Studied for",
"h4: Scores",
"h5: \"You really change lives with your work!\"",
"h4: Country",
"h5: \"Magoosh seemed to be by far the best option: a program I could use whenever I liked, following my own schedule.\"",
"h4: Country",
"h5: \"Finding Magoosh was like stumbling upon a pot of gold.\"",
"h4: Country",
"h5: \"Thank you so much for the help, Magoosh team.\"",
"h4: Country",
"h5: \"There is great customer care behind Magoosh.\"",
"h4: Country",
"h5: \"These features are unique and a refreshing change from the commonplace prep tools.\""
]
},
"counts": {
"h1": 1,
"headings": 26,
"links": 41,
"inaccessibleLinks": 17,
"buttons": 0,
"inaccessibleButtons": 0,
"images": 31,
"imagesWithAlt": 0,
"autocompleteInputs": 0,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 0
}
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
Why it matters
A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.
Check name
A2A Agent Card
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent card so A2A-compatible clients can discover capabilities.
Result
A2A Agent Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
A2A Agent Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 49172
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 49172
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 49172
}
]
},
"issue": "A2A Agent Card was not found at the expected path.",
"howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
Needs attention
Agent Skills index
Issue
Agent Skills index was not found at the expected path.
Why it matters
An Agent Skills index lets clients find task-specific SKILL.md documents that describe how to use site capabilities correctly.
Check name
Agent Skills index
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent skills discovery index.
Result
Agent Skills index failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Agent Skills index was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 49172
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 49172
}
]
},
"issue": "Agent Skills index was not found at the expected path.",
"howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
Needs attention
agent.json
Issue
agent.json was not found at the expected path.
Why it matters
agent.json is an emerging machine-readable manifest for declaring what a website does, how agents authenticate, and which actions or protocols are available.
Check name
agent.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish the singular Agent Web Protocol agent.json manifest without confusing it with the separate agents.json directory convention.
Result
agent.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agent.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 49172
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 49172
}
]
},
"issue": "agent.json was not found at the expected path.",
"howToFix": "Publish agent.json with awp_version, domain, intent, and typed actions that point to real same-origin API or protocol endpoints."
}
]
}Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
Needs attention
agents.json
Issue
agents.json was not found at the expected path.
Why it matters
agents.json gives clients a simple directory of agent-facing capabilities and contacts when a site chooses to advertise them.
Check name
agents.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Informational
Goal
Publish an agents.json directory for agent-facing capabilities and contacts when using this convention.
Result
agents.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agents.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 49172
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 49172
}
]
},
"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."
}
]
}Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
20 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
Frame protection
Frame protection is missing or incomplete.
20 Fail
Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
Needs attention
Frame protection
Issue
Frame protection is missing or incomplete.
Why it matters
Frame protection blocks hostile sites from embedding pages in deceptive frames, reducing clickjacking risk.
Check name
Frame protection
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Prevent unwanted framing with X-Frame-Options or CSP frame-ancestors.
Result
Frame protection is missing or incomplete.
Evidence
{
"xFrameOptions": null,
"validXFrame": false,
"contentSecurityPolicy": null,
"cspFrameAncestors": false
}Security & TrustSecurity & TrustEstablished
HSTS header
HSTS header is missing or incomplete.
20 Fail
Security & TrustSecurity & TrustEstablished
HSTS header
HSTS header is missing or incomplete.
Needs attention
HSTS header
Issue
HSTS header is missing or incomplete.
Why it matters
HSTS tells browsers to keep using HTTPS after the first secure visit, reducing downgrade and mixed-transport risk for repeat users.
Check name
HSTS header
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Require HTTPS for repeat visits with Strict-Transport-Security.
Result
HSTS header is missing or incomplete.
Evidence
{
"header": "strict-transport-security",
"value": null
}Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
20 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
}Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
20 Fail
Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
Needs attention
X-Content-Type-Options
Issue
X-Content-Type-Options is missing or incomplete.
Why it matters
X-Content-Type-Options prevents browsers from treating mislabeled files as executable content, reducing content-sniffing attacks.
Check name
X-Content-Type-Options
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Prevent MIME sniffing for browser-loaded resources.
Result
X-Content-Type-Options is missing or incomplete.
Evidence
{
"header": "x-content-type-options",
"value": null
}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": "magoosh.com",
"probes": [
{
"name": "_index._agents.magoosh.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.magoosh.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
}
]
},
"issue": "No DNS-AID entrypoint records were found under _agents.",
"howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
},
{
"id": "service-params",
"title": "Validate alpn and endpoint parameters",
"status": "informational",
"evidence": {
"discovered": []
},
"howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
},
{
"id": "dnssec",
"title": "Check DNSSEC material",
"status": "warning",
"evidence": {
"hasDnssecMaterial": false,
"checked": [
{
"name": "magoosh.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
}
]
},
"issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
"howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
13 Warning
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing dateModified/datePublished in JSON-LD.
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
50/100
Status
warning
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is partially implemented.
Evidence
{
"lastModified": "Tue, 12 Aug 2025 17:09:42 GMT",
"schemaDates": [],
"metaDateCount": 1,
"timeDateCount": 0
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
6 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Source and trust signals
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Source and trust signals scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "/",
"text": "Company Home",
"html": "<a href=\"/\" target>Company Home</a>"
},
{
"href": "https://www.linkedin.com/company/magoosh",
"text": "LinkedIn",
"html": "<a href=\"https://www.linkedin.com/company/magoosh\" target>LinkedIn</a>"
}
],
"contactLinks": [
{
"href": "mailto:[email protected]",
"text": "[email protected]",
"html": "<a href=\"mailto:[email protected]\">[email protected]</a>"
}
],
"privacyLinks": [
{
"href": "https://gre.magoosh.com/privacy",
"text": "View our privacy policy.",
"html": "<a href=\"https://gre.magoosh.com/privacy\" target=\"__blank\">View our privacy policy.</a>"
}
],
"score": 40,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
5 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer evidence and trust
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "/",
"text": "Company Home",
"html": "<a href=\"/\" target>Company Home</a>"
},
{
"href": "https://www.linkedin.com/company/magoosh",
"text": "LinkedIn",
"html": "<a href=\"https://www.linkedin.com/company/magoosh\" target>LinkedIn</a>"
}
],
"contactLinks": [
{
"href": "mailto:[email protected]",
"text": "[email protected]",
"html": "<a href=\"mailto:[email protected]\">[email protected]</a>"
}
],
"privacyLinks": [
{
"href": "https://gre.magoosh.com/privacy",
"text": "View our privacy policy.",
"html": "<a href=\"https://gre.magoosh.com/privacy\" target=\"__blank\">View our privacy policy.</a>"
}
],
"score": 40,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 50/100 and needs improvement.
5 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 50/100 and needs improvement.
Needs attention
AIO: Visible structured data match
Issue
2 structured-data value(s) were not found in visible page text.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Visible structured data match
Score
50/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: Visible structured data match scored 50/100 and needs improvement.
Evidence
{
"schemaCount": 2,
"checkedFields": [
{
"path": "$[0].name",
"value": "Magoosh"
},
{
"path": "$[0].contactPoint.name",
"value": "Magoosh Contact"
},
{
"path": "$[0].logo.name",
"value": "Magoosh Logo"
},
{
"path": "$[1].name",
"value": "Magoosh"
}
],
"mismatches": [
{
"path": "$[0].contactPoint.name",
"value": "Magoosh Contact"
},
{
"path": "$[0].logo.name",
"value": "Magoosh Logo"
}
],
"score": 50,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
Needs attention
AEO: Answer-first sections
Issue
3 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": 3,
"passing": 0,
"failing": [
{
"heading": "practice questions answered",
"headingHtml": "<h2>practice questions answered</h2>",
"firstParagraph": "550 million",
"paragraphHtml": "<p>550 million</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "countries with Magoosh students",
"headingHtml": "<h2>countries with Magoosh students</h2>",
"firstParagraph": "185",
"paragraphHtml": "<p>185</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "hours of video lessons watched",
"headingHtml": "<h2>hours of video lessons watched</h2>",
"firstParagraph": "13 million",
"paragraphHtml": "<p>13 million</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
Needs attention
AEO: Question-led structure
Issue
No question-led h2 sections or FAQ pattern was detected.
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: Question-led structure
Score
50/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Question-led structure scored 50/100 and needs improvement.
Evidence
{
"h2Count": 3,
"questionH2s": [],
"hasFaq": false,
"score": 50,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 83/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 83/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: more, than, million, students, have, said, hello, stress, studying.
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
83/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 83/100 and needs improvement.
Evidence
{
"title": "Magoosh | Online Test Prep",
"h1": "More than 10 Million Students Have Said Hello to Stress-Free Studying",
"description": "Magoosh offers self-paced online test prep and free resources that's accessible, enjoyable, and effective",
"topicOverlap": 0.4166666666666667,
"topicTerms": [
"magoosh",
"online",
"test",
"prep",
"more",
"than",
"million",
"students",
"have",
"said",
"hello",
"stress",
"free",
"studying"
],
"descriptionTerms": [
"magoosh",
"offers",
"self",
"paced",
"online",
"test",
"prep",
"free",
"resources",
"accessible",
"enjoyable",
"effective"
],
"missingFromDescription": [
"more",
"than",
"million",
"students",
"have",
"said",
"hello",
"stress",
"studying"
],
"score": 83,
"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
28 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": 34,
"citablePassages": 6,
"failingCandidateParagraphs": [
{
"index": 6,
"heading": "H5: \"When I saw my score, I was so happy I wanted to cry!\"",
"text": "Prior to Magoosh I used another company that only offered teachings through a book. I had to read the lessons on my own and then complete a bunch of practice sets on my own. I took the GRE after doing this and did not get the scores I needed, so I turned to Magoosh. They offered multiple teaching and practice tools and they were way more affordable than most other options. The videos were what really made a differ...",
"words": 113,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>Prior to Magoosh I used another company that only offered teachings through a book. I had to read the lessons on my own and then complete a bunch of practice sets on my own. I took the GRE after doing this and did not get the scores I needed, so I turned to Magoosh. They offered multiple teaching and practice tools and they were way more affordable than most other options. The videos were what really made a difference for me because I learn best when I have a teacher who explains the lesso..."
},
{
"index": 7,
"heading": "H5: \"When I saw my score, I was so happy I wanted to cry!\"",
"text": "When I saw my new score I was so happy I wanted to cry! I only had a month to study and I was nervous that I would not receive the scores I needed. Once I saw that my scores were higher than what I needed I was so happy and relieved!",
"words": 52,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (52 words; target 80-220)."
],
"html": "<p>When I saw my new score I was so happy I wanted to cry! I only had a month to study and I was nervous that I would not receive the scores I needed. Once I saw that my scores were higher than what I needed I was so happy and relieved!</p>"
},
{
"index": 8,
"heading": "H5: \"When I saw my score, I was so happy I wanted to cry!\"",
"text": "My overall experience with Magoosh was excellent. It is the best test preparation company that I have used so far. In addition to the videos, whenever I had a question with one of the practice problems I could send an email in with a question and would receive an answer and explanation right away. That was one of my favorite parts about interacting with the Magoosh team. It seemed like the staff was always there t...",
"words": 78,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (78 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>My overall experience with Magoosh was excellent. It is the best test preparation company that I have used so far. In addition to the videos, whenever I had a question with one of the practice problems I could send an email in with a question and would receive an answer and explanation right away. That was one of my favorite parts about interacting with the Magoosh team. It seemed like the staff was always there to support me.</p>"
},
{
"index": 9,
"heading": "H5: \"When I saw my score, I was so happy I wanted to cry!\"",
"text": "I just got accepted into two different programs for physical therapy! In August I will be moving to Portland, Oregon to start the doctorate program at the Pacific University of Oregon. Magoosh played a major role in this! For my application to be considered for an interview I needed to score a 150 in verbal/math. With the help of Magoosh I was able to score higher than a 150 in both sections.",
"words": 73,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (73 words; target 80-220)."
],
"html": "<p>I just got accepted into two different programs for physical therapy! In August I will be moving to Portland, Oregon to start the doctorate program at the Pacific University of Oregon. Magoosh played a major role in this! For my application to be considered for an interview I needed to score a 150 in verbal/math. With the help of Magoosh I was able to score higher than a 150 in both sections.</p>"
},
{
"index": 10,
"heading": "H5: \"When I saw my score, I was so happy I wanted to cry!\"",
"text": "Right now, my biggest goal is to pass graduate school. By the end of the three years of my education I want to leave as a well-educated, effective, and evidence based physical therapist. I believe that the biggest way I will have an impact is through my practice as a physical therapist. Another one of my goals for the future is to provide international healthcare in areas where physical therapy is needed, but not...",
"words": 76,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (76 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>Right now, my biggest goal is to pass graduate school. By the end of the three years of my education I want to leave as a well-educated, effective, and evidence based physical therapist. I believe that the biggest way I will have an impact is through my practice as a physical therapist. Another one of my goals for the future is to provide international healthcare in areas where physical therapy is needed, but not often available.</p>"
},
{
"index": 11,
"heading": "H5: \"The lessons helped me build complete understanding.\"",
"text": "(First of all kudos to the entire team! They are simply brilliant. If not how could a student from science background like me who have not seen math for 6 years could score a 158 in his first attempt. Not to forget, it was all done in just over a month.)",
"words": 51,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (51 words; target 80-220)."
],
"html": "<p>(First of all kudos to the entire team! They are simply brilliant. If not how could a student from science background like me who have not seen math for 6 years could score a 158 in his first attempt. Not to forget, it was all done in just over a month.)</p>"
},
{
"index": 13,
"heading": "H5: \"The lessons helped me build complete understanding.\"",
"text": "So I enrolled into a classroom course available in my city. It was expensive, but I decided to give it a try. I understood slowly that these people do not teach you math or English, they teach you how to tackle the test. They teach you effective strategies about tackling the test. This type of approach was not for me, I needed a holistic understanding about the test content. This is where Magoosh scores.",
"words": 74,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (74 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>So I enrolled into a classroom course available in my city. It was expensive, but I decided to give it a try. I understood slowly that these people do not teach you math or English, they teach you how to tackle the test. They teach you effective strategies about tackling the test. This type of approach was not for me, I needed a holistic understanding about the test content. This is where Magoosh scores.</p>"
},
{
"index": 15,
"heading": "H5: \"The lessons helped me build complete understanding.\"",
"text": "After preparing for about 45 days I appeared for the test. The moment my score was displayed, I was simply elated. I cracked 310+ without breaking a sweat. Now I am confidently applying to the top programmes in my discipline and I am pretty confident about getting into one of them.",
"words": 51,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (51 words; target 80-220)."
],
"html": "<p>After preparing for about 45 days I appeared for the test. The moment my score was displayed, I was simply elated. I cracked 310+ without breaking a sweat. Now I am confidently applying to the top programmes in my discipline and I am pretty confident about getting into one of them.</p>"
},
{
"index": 16,
"heading": "H5: \"The lessons helped me build complete understanding.\"",
"text": "My goal is to become one of eminent plant scientists in our planet, devise new and innovative strategies in crop production and protection and play my role in feeding the world population. I am happy that I have chosen Magoosh to help me in taking my first step towards that goal.",
"words": 51,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (51 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>My goal is to become one of eminent plant scientists in our planet, devise new and innovative strategies in crop production and protection and play my role in feeding the world population. I am happy that I have chosen Magoosh to help me in taking my first step towards that goal.</p>"
},
{
"index": 19,
"heading": "H5: \"You really change lives with your work!\"",
"text": "In November 2012 I took the GRE for the first time and ended up getting 144 on the Quant section. Applying to the Harvard Kennedy School, the Quant section of the GRE is the deal-breaker: They will only consider candidates above 158.",
"words": 42,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (42 words; target 80-220)."
],
"html": "<p>In November 2012 I took the GRE for the first time and ended up getting 144 on the Quant section. Applying to the Harvard Kennedy School, the Quant section of the GRE is the deal-breaker: They will only consider candidates above 158.</p>"
},
{
"index": 20,
"heading": "H5: \"You really change lives with your work!\"",
"text": "After my first GRE test I felt I could never improve that much. I tried for over a year with the books from the Princeton review and the material from Manhattan Prep. But after a year of painful preparation I only got 146 – and was consequentially rejected again by Harvard and any other school.",
"words": 54,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (54 words; target 80-220)."
],
"html": "<p>After my first GRE test I felt I could never improve that much. I tried for over a year with the books from the Princeton review and the material from Manhattan Prep. But after a year of painful preparation I only got 146 – and was consequentially rejected again by Harvard and any other school.</p>"
},
{
"index": 23,
"heading": "H5: \"You really change lives with your work!\"",
"text": "Soon after I started your lessons my prep tests improved rather significantly in the math section. I found learning math with you so easy and I also really enjoyed it. Your teachers are really on a student’s side, can answer any question and clear doubts on any subject.",
"words": 49,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (49 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>Soon after I started your lessons my prep tests improved rather significantly in the math section. I found learning math with you so easy and I also really enjoyed it. Your teachers are really on a student’s side, can answer any question and clear doubts on any subject.</p>"
},
{
"index": 31,
"heading": "H5: \"Magoosh seemed to be by far the best option: a program I could use whenever I liked, following my own schedule.\"",
"text": "As an Asian Studies and Economics major with a love for teaching and education, I wanted to find a way to combine all of my interests. The program that immediately stood out to me was a Master’s in International Education Policy or Development, which would allow me to develop education policy programs by using knowledge from different countries and cultures as context. After taking a diagnostic test, I quickly rea...",
"words": 162,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p><span style=\"font-weight: 400;\">As an Asian Studies and Economics major with a love for teaching and education, I wanted to find a way to combine all of my interests. The program that immediately stood out to me was a Master’s in International Education Policy or Development, which would allow me to develop education policy programs by using knowledge from different countries and cultures as context. After taking a diagnostic test, I quickly realized my scores were far too low for a..."
},
{
"index": 34,
"heading": "H5: \"Finding Magoosh was like stumbling upon a pot of gold.\"",
"text": "Having been away from the “action” for three years, I was really intimidated by the GRE. So I frantically searched the internet for and read through countless forums about the best test prep. At one point, everything looked about the same and comments on the internet were equivocal (GRE vocab, haha). And then I found Magoosh; it was like stumbling upon a pot of gold. The highly comprehensive and step-by-step lesso...",
"words": 121,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>Having been away from the “action” for three years, I was really intimidated by the GRE. So I frantically searched the internet for and read through countless forums about the best test prep. At one point, everything looked about the same and comments on the internet were equivocal (GRE vocab, haha). And then I found Magoosh; it was like stumbling upon a pot of gold. The highly comprehensive and step-by-step lesson videos were definitely what distinguished Magoosh from all th..."
},
{
"index": 35,
"heading": "H5: \"Finding Magoosh was like stumbling upon a pot of gold.\"",
"text": "I think studying with Magoosh has not only helped me in achieving a better score on the GRE but also made an influential change in my life (and I am not exaggerating). I can’t believe that I’m saying this but I’m beginning to enjoy reading! I’ve always been a “math person” and reading has been my worst nemesis. I used to pick up a book if I couldn’t fall asleep and I can count all the books I’ve read (for pleasure...",
"words": 131,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>I think studying with Magoosh has not only helped me in achieving a better score on the GRE but also made an influential change in my life (and I am not exaggerating). I can’t believe that I’m saying this but I’m beginning to enjoy reading! I’ve always been a “math person” and reading has been my worst nemesis. I used to pick up a book if I couldn’t fall asleep and I can count all the books I’ve read (for pleasure) on one hand! Now, b..."
},
{
"index": 37,
"heading": "H5: \"Finding Magoosh was like stumbling upon a pot of gold.\"",
"text": "Currently, I am working part-time as a physical therapy aide and I will begin volunteering at various places to gain more experience and bolster my application. I am hopeful that I will be able to get into a school of my choice.",
"words": 42,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (42 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>Currently, I am working part-time as a physical therapy aide and I will begin volunteering at various places to gain more experience and bolster my application. I am hopeful that I will be able to get into a school of my choice.</p>"
},
{
"index": 38,
"heading": "H5: \"Finding Magoosh was like stumbling upon a pot of gold.\"",
"text": "My biggest goal for the future is to open my own practice someday. I think physical therapy is a very rewarding career and I wish to help people get back to where they were physically and to restore/increase their quality of life.",
"words": 43,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (43 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>My biggest goal for the future is to open my own practice someday. I think physical therapy is a very rewarding career and I wish to help people get back to where they were physically and to restore/increase their quality of life.</p>"
},
{
"index": 39,
"heading": "H5: \"Thank you so much for the help, Magoosh team.\"",
"text": "I’ve always wanted to get a PhD, that is why I decided to pursue studying. Now I’m finishing my Master’s degree here in Brazil. Last year, I went to do an internship abroad at University of Florida for 5 months. I love research and learning. However, I had little information about GRE on the beginning, and when I first took the test I didn’t do well at all.",
"words": 72,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (72 words; target 80-220)."
],
"html": "<p>I’ve always wanted to get a PhD, that is why I decided to pursue studying. Now I’m finishing my Master’s degree here in Brazil. Last year, I went to do an internship abroad at University of Florida for 5 months. I love research and learning. However, I had little information about GRE on the beginning, and when I first took the test I didn’t do well at all.</p>"
},
{
"index": 42,
"heading": "H5: \"There is great customer care behind Magoosh.\"",
"text": "I decided to pursue a MSc Degree in Computer Science about a year ago after completing two years of professional experience, mainly because I felt I had learned enough from my company and was ready to chase something bigger in my career, for which a higher level of education is a must.",
"words": 52,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (52 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>I decided to pursue a MSc Degree in Computer Science about a year ago after completing two years of professional experience, mainly because I felt I had learned enough from my company and was ready to chase something bigger in my career, for which a higher level of education is a must.</p>"
},
{
"index": 43,
"heading": "H5: \"There is great customer care behind Magoosh.\"",
"text": "I chose Magoosh for two reasons, the first being a personal recommendation from a former Professor of my university, who told me it was a really good online platform and that I should definitely try it out. The second reason struck after I saw the software platform itself, there were clearly lots of valuable resources to learn from, with a very friendly user interface and the price felt very fair and honest.",
"words": 72,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (72 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>I chose Magoosh for two reasons, the first being a personal recommendation from a former Professor of my university, who told me it was a really good online platform and that I should definitely try it out. The second reason struck after I saw the software platform itself, there were clearly lots of valuable resources to learn from, with a very friendly user interface and the price felt very fair and honest.</p>"
},
{
"index": 44,
"heading": "H5: \"There is great customer care behind Magoosh.\"",
"text": "My experience with Magoosh was really good overall, it was flexible enough for me and the learning resources were all clear and easy to understand, the difficulty levels can match anyone willing to take the GRE. My favorite moment while studying has to be the feedback I received from the team when I had questions or suggestions, there is a great customer care behind Magoosh platform, I believe each of my needs wer...",
"words": 75,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (75 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>My experience with Magoosh was really good overall, it was flexible enough for me and the learning resources were all clear and easy to understand, the difficulty levels can match anyone willing to take the GRE. My favorite moment while studying has to be the feedback I received from the team when I had questions or suggestions, there is a great customer care behind Magoosh platform, I believe each of my needs were fully covered.</p>"
},
{
"index": 45,
"heading": "H5: \"There is great customer care behind Magoosh.\"",
"text": "I have taken the GRE a second time now and my scores are stronger after using Magoosh for 3-4 months, I feel I’m ready take the GRE a third time in 4-5 months to pursue the high scores I desire and Magoosh will definitely be my learning tool once again for this quest.",
"words": 54,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (54 words; target 80-220)."
],
"html": "<p>I have taken the GRE a second time now and my scores are stronger after using Magoosh for 3-4 months, I feel I’m ready take the GRE a third time in 4-5 months to pursue the high scores I desire and Magoosh will definitely be my learning tool once again for this quest.</p>"
},
{
"index": 46,
"heading": "H5: \"There is great customer care behind Magoosh.\"",
"text": "My biggest goal is to create a technology that will improve any aspect of our world, maybe to ease our daily lives or to solve complex problems that affect us right now. My main motivation is to achieve something that may even seem magical to the common eye and that just works, something that is simple, yet very complex, and at the same time beautiful.",
"words": 65,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (65 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>My biggest goal is to create a technology that will improve any aspect of our world, maybe to ease our daily lives or to solve complex problems that affect us right now. My main motivation is to achieve something that may even seem magical to the common eye and that just works, something that is simple, yet very complex, and at the same time beautiful.</p>"
},
{
"index": 47,
"heading": "H5: \"These features are unique and a refreshing change from the commonplace prep tools.\"",
"text": "I decided to further my education once I developed a passion for Chemical Engineering, my current major, at the middle of my junior year in college. I wanted to specialize in a field that I enjoyed studying about, and after taking specialized chemE courses during my sophomore and junior years, I decided that I wanted to go to graduate school for it.",
"words": 62,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (62 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p><span style=\"font-weight: 400;\">I decided to further my education once I developed a passion for Chemical Engineering, my current major, at the middle of my junior year in college. I wanted to specialize in a field that I enjoyed studying about, and after taking specialized chemE courses during my sophomore and junior years, I decided that I wanted to go to graduate school for it.</span></p>"
},
{
"index": 48,
"heading": "H5: \"These features are unique and a refreshing change from the commonplace prep tools.\"",
"text": "Magoosh was the first link I found on Google when I searched for GRE prep tools, so I decided to give it a try. I liked that it was an online prep tool and when I read about its video lessons, flashcard apps and score predictors, I was sold. These features are unique and a refreshing change from the commonplace prep tools that offer practice questions and practice tests.",
"words": 69,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (69 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>Magoosh was the first link I found on Google when I searched for GRE prep tools, so I decided to give it a try. I liked that it was an online prep tool and when I read about its video lessons, flashcard apps and score predictors, I was sold. These features are unique and a refreshing change from the commonplace prep tools that offer practice questions and practice tests.</p>"
},
{
"index": 49,
"heading": "H5: \"These features are unique and a refreshing change from the commonplace prep tools.\"",
"text": "I found the entire experience to be extremely satisfying not only due to the informative video lessons and well-explained practice questions, but also because I could track my progress whenever I practiced questions. I had devoted only one month to prep for GREs, so it was important to know how much I progressed each day, and Magoosh helped me by showing me my score range for both sections. I didn’t have a chance...",
"words": 103,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>I found the entire experience to be extremely satisfying not only due to the informative video lessons and well-explained practice questions, but also because I could track my progress whenever I practiced questions. I had devoted only one month to prep for GREs, so it was important to know how much I progressed each day, and Magoosh helped me by showing me my score range for both sections. I didn’t have a chance to interact with the Magoosh staff, but I always liked Chris and Mikes..."
},
{
"index": 50,
"heading": "H5: \"These features are unique and a refreshing change from the commonplace prep tools.\"",
"text": "I felt really ecstatic when I saw my score because I did better on both sections than I ever had on any practice test (I took both Magoosh and PowerPrep practice tests). The time and money that I spent on Magoosh (my only source for GRE prep) was really worth it!",
"words": 51,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (51 words; target 80-220)."
],
"html": "<p>I felt really ecstatic when I saw my score because I did better on both sections than I ever had on any practice test (I took both Magoosh and PowerPrep practice tests). The time and money that I spent on Magoosh (my only source for GRE prep) was really worth it!</p>"
},
{
"index": 52,
"heading": "H5: \"These features are unique and a refreshing change from the commonplace prep tools.\"",
"text": "My biggest goal for the future is to have a successful career working for a petroleum company (like ExxonMobil or Shell). In this day and age of global warming, I’d like to help in making the non-renewable energy process more environment-friendly than it already is. Another goal would be to get into a top tier graduate school for chemical/petroleum engineering.",
"words": 62,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (62 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>My biggest goal for the future is to have a successful career working for a petroleum company (like ExxonMobil or Shell). In this day and age of global warming, I’d like to help in making the non-renewable energy process more environment-friendly than it already is. Another goal would be to get into a top tier graduate school for chemical/petroleum engineering.</p>"
}
],
"citableParagraphs": [
{
"index": 12,
"heading": "H5: \"The lessons helped me build complete understanding.\"",
"text": "OK, coming to my story, I am from a science background and I just completed my bachelor’s in agriculture. When I was in my senior year, I realized that scope for research based education is very limited in India, so I had to look for a better option. And obviously the USA due to its strong research focused educational system, became my destination which could help me to realize my goals. Then I came to know about...",
"words": 84,
"hasEvidence": true,
"reasons": [],
"html": "<p>OK, coming to my story, I am from a science background and I just completed my bachelor’s in agriculture. When I was in my senior year, I realized that scope for research based education is very limited in India, so I had to look for a better option. And obviously the USA due to its strong research focused educational system, became my destination which could help me to realize my goals. Then I came to know about the mandatory exams GRE and TOEFL.</p>"
},
{
"index": 14,
"heading": "H5: \"The lessons helped me build complete understanding.\"",
"text": "I have seen many reviews online and was following Magoosh blog regularly. Initially, I was a little skeptical about online studying. I subscribed for a free 7 day trial. The course content and user interface where so impressive that I readily bought its premium membership even before the trial period expired. The price point at which Magoosh offers their product is awesome. The math lessons from Mike were brillian...",
"words": 157,
"hasEvidence": true,
"reasons": [],
"html": "<p>I have seen many reviews online and was following Magoosh blog regularly. Initially, I was a little skeptical about online studying. I subscribed for a free 7 day trial. The course content and user interface where so impressive that I readily bought its premium membership even before the trial period expired. The price point at which Magoosh offers their product is awesome. The math lessons from Mike were brilliant and those lessons helped me build complete understanding rather imparting a..."
},
{
"index": 32,
"heading": "H5: \"Magoosh seemed to be by far the best option: a program I could use whenever I liked, following my own schedule.\"",
"text": "Magoosh’s team was so helpful along the way. This was especially apparent when my one month subscription was about to expire, about 4 days before my test date! I sent an email and I received a response extremely quickly, extending my subscription, for which I am extremely grateful. Seeing my scores was unreal – both scores much higher than the average for every program I was considering applying to, and much highe...",
"words": 131,
"hasEvidence": true,
"reasons": [],
"html": "<p>Magoosh’s team was so helpful along the way. This was especially apparent when my one month subscription was about to expire, about 4 days before my test date! I sent an email and I received a response extremely quickly, extending my subscription, for which I am extremely grateful. Seeing my scores was unreal – both scores much higher than the average for every program I was considering applying to, and much higher than my diagnostic tests. Now, I am teaching at a university..."
},
{
"index": 33,
"heading": "H5: \"Finding Magoosh was like stumbling upon a pot of gold.\"",
"text": "I graduated in 2011 with a degree in Physiological Science but I decided to go to Japan to teach English instead after college. After three years, I came back to the States and that’s when I started thinking about what I want to do for the rest of my life. Precisely, I asked myself, “What is something that I love doing and won’t grow bored doing for the rest of my life?” And the answer was physical therapy. From t...",
"words": 92,
"hasEvidence": true,
"reasons": [],
"html": "<p>I graduated in 2011 with a degree in Physiological Science but I decided to go to Japan to teach English instead after college. After three years, I came back to the States and that’s when I started thinking about what I want to do for the rest of my life. Precisely, I asked myself, “What is something that I love doing and won’t grow bored doing for the rest of my life?” And the answer was physical therapy. From then on, I have been preparing myself for physical..."
},
{
"index": 40,
"heading": "H5: \"Thank you so much for the help, Magoosh team.\"",
"text": "I was introduced to Magoosh during my study process. I saw references to it on blogs and youtube and started to get more and more interested about. Then I decided to try and watched some videos. The approach is really good because most of the materials say only superficial theory and since GRE has been changing a lot lately, it is good to go a little deeper on the concepts. Unfortunately, since I didn’t get a good...",
"words": 99,
"hasEvidence": true,
"reasons": [],
"html": "<p>I was introduced to Magoosh during my study process. I saw references to it on blogs and youtube and started to get more and more interested about. Then I decided to try and watched some videos. The approach is really good because most of the materials say only superficial theory and since GRE has been changing a lot lately, it is good to go a little deeper on the concepts. Unfortunately, since I didn’t get a good score at the first time I missed the selection process, so now I hope..."
}
],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Needs attention
GEO: Extraction-friendly structure
Issue
Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process, optional visible FAQ or FAQPage schema.
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": false,
"definitionPatterns": 34,
"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",
"optional visible FAQ or FAQPage schema"
],
"score": 85,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
30 image(s) are missing width/height attributes. 121 possible modal/interstitial element(s) detected.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Page experience for AIO
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Page experience for AIO scored 70/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1.0",
"visibleWords": 3597,
"htmlBytes": 98258,
"imagesMissingDimensions": [
{
"src": "data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E\" class=\"perfmatters-lazy\" data-src=\"https://magoosh.com/wp-content/uploads/2025/08/magoosh-logo-violet-2.svg\">"
},
{
"src": "https://magoosh.com/wp-content/uploads/2025/08/magoosh-logo-violet-2.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://magoosh.com/wp-content/uploads/2025/08/magoosh-logo-violet-2.svg\">"
},
{
"src": "data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E\" class=\"perfmatters-lazy\" data-src=\"https://magoosh.com/wp-content/themes/magoosh-cosmic/assets/images/logotypes/trustpilot_logo.svg\">"
},
{
"src": "https://magoosh.com/wp-content/themes/magoosh-cosmic/assets/images/logotypes/trustpilot_logo.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://magoosh.com/wp-content/themes/magoosh-cosmic/assets/images/logotypes/trustpilot_logo.svg\" class>"
},
{
"src": "data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E\" class=\"perfmatters-lazy\" data-src=\"https://magoosh.com/wp-content/uploads/2025/08/Clipboard1.svg\">"
},
{
"src": "https://magoosh.com/wp-content/uploads/2025/08/Clipboard1.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://magoosh.com/wp-content/uploads/2025/08/Clipboard1.svg\">"
},
{
"src": "data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E\" class=\"perfmatters-lazy\" data-src=\"https://magoosh.com/wp-content/uploads/2025/08/Clipboard2.svg\">"
},
{
"src": "https://magoosh.com/wp-content/uploads/2025/08/Clipboard2.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://magoosh.com/wp-content/uploads/2025/08/Clipboard2.svg\">"
},
{
"src": "data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E\" class=\"perfmatters-lazy\" data-src=\"https://magoosh.com/wp-content/uploads/2025/08/Clipboard3.svg\">"
},
{
"src": "https://magoosh.com/wp-content/uploads/2025/08/Clipboard3.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://magoosh.com/wp-content/uploads/2025/08/Clipboard3.svg\">"
},
{
"src": "data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E\" class=\"features2025__item-img perfmatters-lazy\" data-src=\"https://magoosh.com/wp-content/uploads/2025/08/features-3.png\">"
},
{
"src": "https://magoosh.com/wp-content/uploads/2025/08/features-3.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://magoosh.com/wp-content/uploads/2025/08/features-3.png\" class=\"features2025__item-img\">"
},
{
"src": "data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E\" class=\"features2025__item-img perfmatters-lazy\" data-src=\"https://magoosh.com/wp-content/uploads/2025/08/features-1.png\">"
},
{
"src": "https://magoosh.com/wp-content/uploads/2025/08/features-1.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://magoosh.com/wp-content/uploads/2025/08/features-1.png\" class=\"features2025__item-img\">"
},
{
"src": "data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E\" class=\"features2025__item-img perfmatters-lazy\" data-src=\"https://magoosh.com/wp-content/uploads/2025/08/features-2.jpg\">"
},
{
"src": "https://magoosh.com/wp-content/uploads/2025/08/features-2.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://magoosh.com/wp-content/uploads/2025/08/features-2.jpg\" class=\"features2025__item-img\">"
},
{
"src": "data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E\" class=\"team2025__item-img perfmatters-lazy\" data-src=\"https://magoosh.com/wp-content/uploads/2025/08/meet-team-1.png\">"
},
{
"src": "https://magoosh.com/wp-content/uploads/2025/08/meet-team-1.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://magoosh.com/wp-content/uploads/2025/08/meet-team-1.png\" class=\"team2025__item-img\">"
},
{
"src": "data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E\" class=\"team2025__item-img perfmatters-lazy\" data-src=\"https://magoosh.com/wp-content/uploads/2025/08/meet-team-2.png\">"
},
{
"src": "https://magoosh.com/wp-content/uploads/2025/08/meet-team-2.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://magoosh.com/wp-content/uploads/2025/08/meet-team-2.png\" class=\"team2025__item-img\">"
},
{
"src": "data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E\" class=\"team2025__item-img perfmatters-lazy\" data-src=\"https://magoosh.com/wp-content/uploads/2025/08/meet-team-3.png\">"
},
{
"src": "https://magoosh.com/wp-content/uploads/2025/08/meet-team-3.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://magoosh.com/wp-content/uploads/2025/08/meet-team-3.png\" class=\"team2025__item-img\">"
},
{
"src": "data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E\" class=\"team2025__item-img perfmatters-lazy\" data-src=\"https://magoosh.com/wp-content/uploads/2025/08/meet-team-4.png\">"
},
{
"src": "https://magoosh.com/wp-content/uploads/2025/08/meet-team-4.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://magoosh.com/wp-content/uploads/2025/08/meet-team-4.png\" class=\"team2025__item-img\">"
},
{
"src": "data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E\" class=\"team2025__item-img perfmatters-lazy\" data-src=\"https://magoosh.com/wp-content/uploads/2025/08/meet-team-5.png\">"
},
{
"src": "https://magoosh.com/wp-content/uploads/2025/08/meet-team-5.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://magoosh.com/wp-content/uploads/2025/08/meet-team-5.png\" class=\"team2025__item-img\">"
},
{
"src": "data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E\" class=\"team2025__item-img perfmatters-lazy\" data-src=\"https://magoosh.com/wp-content/uploads/2025/08/meet-team-6.png\">"
},
{
"src": "https://magoosh.com/wp-content/uploads/2025/08/meet-team-6.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://magoosh.com/wp-content/uploads/2025/08/meet-team-6.png\" class=\"team2025__item-img\">"
},
{
"src": "data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E\" class=\"footer2025__top-logo perfmatters-lazy\" data-src=\"https://magoosh.com/wp-content/uploads/2025/08/footer-logo.png\">"
},
{
"src": "https://magoosh.com/wp-content/uploads/2025/08/footer-logo.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://magoosh.com/wp-content/uploads/2025/08/footer-logo.png\" class=\"footer2025__top-logo\">"
}
],
"possibleDialogs": [
"<div class=\"stories2025__item-popup stories-popup\"> <div class=\"stories-popup__item-popup-content\"> <a href=\"#\" class=\"stories-popup__nav stories-popup__nav--left\"></a> <div class=\"stories-popup__inner\"> <div class=\"stories-popup__wrap\"> <header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/03/253088_10151050987647582_1501425657_n.jpg)\"></div>   </figure> <div class=\"stori...",
"<div class=\"stories-popup__item-popup-content\"> <a href=\"#\" class=\"stories-popup__nav stories-popup__nav--left\"></a> <div class=\"stories-popup__inner\"> <div class=\"stories-popup__wrap\"> <header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/03/253088_10151050987647582_1501425657_n.jpg)\"></div>   </figure> <div class=\"stories-popup__title\"> <strong> Caitlin D. </strong> <div...",
"<a href=\"#\" class=\"stories-popup__nav stories-popup__nav--left\"></a>",
"<div class=\"stories-popup__inner\"> <div class=\"stories-popup__wrap\"> <header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/03/253088_10151050987647582_1501425657_n.jpg)\"></div>   </figure> <div class=\"stories-popup__title\"> <strong> Caitlin D. </strong> <div> GRE </div> </div> </header> <div class=\"stories-popup__stats\"> <div class=\"stories-popup__stat\"> <h4>Country</h4> U...",
"<div class=\"stories-popup__wrap\"> <header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/03/253088_10151050987647582_1501425657_n.jpg)\"></div>   </figure> <div class=\"stories-popup__title\"> <strong> Caitlin D. </strong> <div> GRE </div> </div> </header> <div class=\"stories-popup__stats\"> <div class=\"stories-popup__stat\"> <h4>Country</h4> United States </div> <div class=\"sto...",
"<header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/03/253088_10151050987647582_1501425657_n.jpg)\"></div>   </figure> <div class=\"stories-popup__title\"> <strong> Caitlin D. </strong> <div> GRE </div> </div> </header>",
"<figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/03/253088_10151050987647582_1501425657_n.jpg)\"></div>   </figure>",
"<div class=\"stories-popup__title\"> <strong> Caitlin D. </strong> <div> GRE </div> </div>",
"<div class=\"stories-popup__stats\"> <div class=\"stories-popup__stat\"> <h4>Country</h4> United States </div> <div class=\"stories-popup__stats-separator\"></div> <div class=\"stories-popup__stat\"> <h4>Studied for</h4> 1 month </div> <div class=\"stories-popup__stats-separator\"></div> <div class=\"stories-popup__stat\"> <h4>Scores</h4> Before: 149 (math), After: 152 (math) </div> </div>",
"<div class=\"stories-popup__stat\"> <h4>Country</h4> United States </div>",
"<div class=\"stories-popup__stats-separator\"></div>",
"<div class=\"stories-popup__stat\"> <h4>Studied for</h4> 1 month </div>",
"<div class=\"stories-popup__stats-separator\"></div>",
"<div class=\"stories-popup__stat\"> <h4>Scores</h4> Before: 149 (math), After: 152 (math) </div>",
"<article class=\"stories-popup__body\"> <h5>"When I saw my score, I was so happy I wanted to cry!"</h5> <div class=\"stories-popup__body-inner\"> <p>I decided to further my education when I picked physical therapy as my future career path. To become a PT you have to get your doctorate, which means three additional years of school after undergrad.</p> <p>Prior to Magoosh I used another company that only offered teachings through a book. I had to read the lessons on my own and then comple...",
"<div class=\"stories-popup__body-inner\"> <p>I decided to further my education when I picked physical therapy as my future career path. To become a PT you have to get your doctorate, which means three additional years of school after undergrad.</p> <p>Prior to Magoosh I used another company that only offered teachings through a book. I had to read the lessons on my own and then complete a bunch of practice sets on my own. I took the GRE after doing this and did not get the scores I needed, so I...",
"<a href=\"#\" class=\"stories-popup__nav stories-popup__nav--right\"></a>",
"<div class=\"stories2025__item-popup stories-popup\"> <div class=\"stories-popup__item-popup-content\"> <a href=\"#\" class=\"stories-popup__nav stories-popup__nav--left\"></a> <div class=\"stories-popup__inner\"> <div class=\"stories-popup__wrap\"> <header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/03/sai-picture.jpg)\"></div>   </figure> <div class=\"stories-popup__title\"> <strong>...",
"<div class=\"stories-popup__item-popup-content\"> <a href=\"#\" class=\"stories-popup__nav stories-popup__nav--left\"></a> <div class=\"stories-popup__inner\"> <div class=\"stories-popup__wrap\"> <header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/03/sai-picture.jpg)\"></div>   </figure> <div class=\"stories-popup__title\"> <strong> Sai P. </strong> <div> GRE </div> </div> </header>...",
"<a href=\"#\" class=\"stories-popup__nav stories-popup__nav--left\"></a>",
"<div class=\"stories-popup__inner\"> <div class=\"stories-popup__wrap\"> <header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/03/sai-picture.jpg)\"></div>   </figure> <div class=\"stories-popup__title\"> <strong> Sai P. </strong> <div> GRE </div> </div> </header> <div class=\"stories-popup__stats\"> <div class=\"stories-popup__stat\"> <h4>Country</h4> India </div> <div class=\"storie...",
"<div class=\"stories-popup__wrap\"> <header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/03/sai-picture.jpg)\"></div>   </figure> <div class=\"stories-popup__title\"> <strong> Sai P. </strong> <div> GRE </div> </div> </header> <div class=\"stories-popup__stats\"> <div class=\"stories-popup__stat\"> <h4>Country</h4> India </div> <div class=\"stories-popup__stats-separator\"></div> <d...",
"<header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/03/sai-picture.jpg)\"></div>   </figure> <div class=\"stories-popup__title\"> <strong> Sai P. </strong> <div> GRE </div> </div> </header>",
"<figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/03/sai-picture.jpg)\"></div>   </figure>",
"<div class=\"stories-popup__title\"> <strong> Sai P. </strong> <div> GRE </div> </div>",
"<div class=\"stories-popup__stats\"> <div class=\"stories-popup__stat\"> <h4>Country</h4> India </div> <div class=\"stories-popup__stats-separator\"></div> <div class=\"stories-popup__stat\"> <h4>Studied for</h4> 45 days </div> <div class=\"stories-popup__stats-separator\"></div> <div class=\"stories-popup__stat\"> <h4>Scores</h4> 310+ (combined final score) </div> </div>",
"<div class=\"stories-popup__stat\"> <h4>Country</h4> India </div>",
"<div class=\"stories-popup__stats-separator\"></div>",
"<div class=\"stories-popup__stat\"> <h4>Studied for</h4> 45 days </div>",
"<div class=\"stories-popup__stats-separator\"></div>",
"<div class=\"stories-popup__stat\"> <h4>Scores</h4> 310+ (combined final score) </div>",
"<article class=\"stories-popup__body\"> <h5>"The lessons helped me build complete understanding."</h5> <div class=\"stories-popup__body-inner\"> <p>(First of all kudos to the entire team! They are simply brilliant. If not how could a student from science background like me who have not seen math for 6 years could score a 158 in his first attempt. Not to forget, it was all done in just over a month.)</p> <p>OK, coming to my story, I am from a science background and I just completed my ba...",
"<div class=\"stories-popup__body-inner\"> <p>(First of all kudos to the entire team! They are simply brilliant. If not how could a student from science background like me who have not seen math for 6 years could score a 158 in his first attempt. Not to forget, it was all done in just over a month.)</p> <p>OK, coming to my story, I am from a science background and I just completed my bachelor’s in agriculture. When I was in my senior year, I realized that scope for research based educatio...",
"<a href=\"#\" class=\"stories-popup__nav stories-popup__nav--right\"></a>",
"<div class=\"stories2025__item-popup stories-popup\"> <div class=\"stories-popup__item-popup-content\"> <a href=\"#\" class=\"stories-popup__nav stories-popup__nav--left\"></a> <div class=\"stories-popup__inner\"> <div class=\"stories-popup__wrap\"> <header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/03/KristenR.png)\"></div>   </figure> <div class=\"stories-popup__title\"> <strong> Kr...",
"<div class=\"stories-popup__item-popup-content\"> <a href=\"#\" class=\"stories-popup__nav stories-popup__nav--left\"></a> <div class=\"stories-popup__inner\"> <div class=\"stories-popup__wrap\"> <header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/03/KristenR.png)\"></div>   </figure> <div class=\"stories-popup__title\"> <strong> Kristen R. </strong> <div> GRE </div> </div> </header>...",
"<a href=\"#\" class=\"stories-popup__nav stories-popup__nav--left\"></a>",
"<div class=\"stories-popup__inner\"> <div class=\"stories-popup__wrap\"> <header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/03/KristenR.png)\"></div>   </figure> <div class=\"stories-popup__title\"> <strong> Kristen R. </strong> <div> GRE </div> </div> </header> <div class=\"stories-popup__stats\"> <div class=\"stories-popup__stat\"> <h4>Country</h4> Germany </div> <div class=\"sto...",
"<div class=\"stories-popup__wrap\"> <header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/03/KristenR.png)\"></div>   </figure> <div class=\"stories-popup__title\"> <strong> Kristen R. </strong> <div> GRE </div> </div> </header> <div class=\"stories-popup__stats\"> <div class=\"stories-popup__stat\"> <h4>Country</h4> Germany </div> <div class=\"stories-popup__stats-separator\"></div>...",
"<header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/03/KristenR.png)\"></div>   </figure> <div class=\"stories-popup__title\"> <strong> Kristen R. </strong> <div> GRE </div> </div> </header>",
"<figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/03/KristenR.png)\"></div>   </figure>",
"<div class=\"stories-popup__title\"> <strong> Kristen R. </strong> <div> GRE </div> </div>",
"<div class=\"stories-popup__stats\"> <div class=\"stories-popup__stat\"> <h4>Country</h4> Germany </div> <div class=\"stories-popup__stats-separator\"></div> <div class=\"stories-popup__stat\"> <h4>Studied for</h4> 4 months </div> <div class=\"stories-popup__stats-separator\"></div> <div class=\"stories-popup__stat\"> <h4>Scores</h4> Before: 146 (Quant), After: 158 (Quant) </div> </div>",
"<div class=\"stories-popup__stat\"> <h4>Country</h4> Germany </div>",
"<div class=\"stories-popup__stats-separator\"></div>",
"<div class=\"stories-popup__stat\"> <h4>Studied for</h4> 4 months </div>",
"<div class=\"stories-popup__stats-separator\"></div>",
"<div class=\"stories-popup__stat\"> <h4>Scores</h4> Before: 146 (Quant), After: 158 (Quant) </div>",
"<article class=\"stories-popup__body\"> <h5>"You really change lives with your work!"</h5> <div class=\"stories-popup__body-inner\"> <p>Thanks to you and your wonderful GRE program, I just got accepted into the Harvard Kennedy School MPP program this year – an achievement which has been my dream for years!!!</p> <p>I know for sure that it is only thanks to you and your wonderful team that I can share my success story:</p> <p>In November 2012 I took the GRE for the first time and...",
"<div class=\"stories-popup__body-inner\"> <p>Thanks to you and your wonderful GRE program, I just got accepted into the Harvard Kennedy School MPP program this year – an achievement which has been my dream for years!!!</p> <p>I know for sure that it is only thanks to you and your wonderful team that I can share my success story:</p> <p>In November 2012 I took the GRE for the first time and ended up getting 144 on the Quant section. Applying to the Harvard Kennedy School, the Quant sectio...",
"<a href=\"#\" class=\"stories-popup__nav stories-popup__nav--right\"></a>",
"<div class=\"stories2025__item-popup stories-popup\"> <div class=\"stories-popup__item-popup-content\"> <a href=\"#\" class=\"stories-popup__nav stories-popup__nav--left\"></a> <div class=\"stories-popup__inner\"> <div class=\"stories-popup__wrap\"> <header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/06/Cindy-Le.png)\"></div>   </figure> <div class=\"stories-popup__title\"> <strong> Ci...",
"<div class=\"stories-popup__item-popup-content\"> <a href=\"#\" class=\"stories-popup__nav stories-popup__nav--left\"></a> <div class=\"stories-popup__inner\"> <div class=\"stories-popup__wrap\"> <header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/06/Cindy-Le.png)\"></div>   </figure> <div class=\"stories-popup__title\"> <strong> Cindy L. </strong> <div> GRE </div> </div> </header> <...",
"<a href=\"#\" class=\"stories-popup__nav stories-popup__nav--left\"></a>",
"<div class=\"stories-popup__inner\"> <div class=\"stories-popup__wrap\"> <header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/06/Cindy-Le.png)\"></div>   </figure> <div class=\"stories-popup__title\"> <strong> Cindy L. </strong> <div> GRE </div> </div> </header> <div class=\"stories-popup__stats\"> <div class=\"stories-popup__stat\"> <h4>Country</h4> United States </div> <div class=...",
"<div class=\"stories-popup__wrap\"> <header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/06/Cindy-Le.png)\"></div>   </figure> <div class=\"stories-popup__title\"> <strong> Cindy L. </strong> <div> GRE </div> </div> </header> <div class=\"stories-popup__stats\"> <div class=\"stories-popup__stat\"> <h4>Country</h4> United States </div> <div class=\"stories-popup__stats-separator\"></...",
"<header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/06/Cindy-Le.png)\"></div>   </figure> <div class=\"stories-popup__title\"> <strong> Cindy L. </strong> <div> GRE </div> </div> </header>",
"<figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/06/Cindy-Le.png)\"></div>   </figure>",
"<div class=\"stories-popup__title\"> <strong> Cindy L. </strong> <div> GRE </div> </div>",
"<div class=\"stories-popup__stats\"> <div class=\"stories-popup__stat\"> <h4>Country</h4> United States </div> <div class=\"stories-popup__stats-separator\"></div> </div>",
"<div class=\"stories-popup__stat\"> <h4>Country</h4> United States </div>",
"<div class=\"stories-popup__stats-separator\"></div>",
"<article class=\"stories-popup__body\"> <h5>"Magoosh seemed to be by far the best option: a program I could use whenever I liked, following my own schedule."</h5> <div class=\"stories-popup__body-inner\"> <p><span style=\"font-weight: 400;\">As an Asian Studies and Economics major with a love for teaching and education, I wanted to find a way to combine all of my interests. The program that immediately stood out to me was a Master’s in International Education Policy or Development,...",
"<div class=\"stories-popup__body-inner\"> <p><span style=\"font-weight: 400;\">As an Asian Studies and Economics major with a love for teaching and education, I wanted to find a way to combine all of my interests. The program that immediately stood out to me was a Master’s in International Education Policy or Development, which would allow me to develop education policy programs by using knowledge from different countries and cultures as context. After taking a diagnostic test, I quickly r...",
"<a href=\"#\" class=\"stories-popup__nav stories-popup__nav--right\"></a>",
"<div class=\"stories2025__item-popup stories-popup\"> <div class=\"stories-popup__item-popup-content\"> <a href=\"#\" class=\"stories-popup__nav stories-popup__nav--left\"></a> <div class=\"stories-popup__inner\"> <div class=\"stories-popup__wrap\"> <header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/08/stephenie.jpg)\"></div>   </figure> <div class=\"stories-popup__title\"> <strong> S...",
"<div class=\"stories-popup__item-popup-content\"> <a href=\"#\" class=\"stories-popup__nav stories-popup__nav--left\"></a> <div class=\"stories-popup__inner\"> <div class=\"stories-popup__wrap\"> <header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/08/stephenie.jpg)\"></div>   </figure> <div class=\"stories-popup__title\"> <strong> Stephenie L. </strong> <div> GRE </div> </div> </head...",
"<a href=\"#\" class=\"stories-popup__nav stories-popup__nav--left\"></a>",
"<div class=\"stories-popup__inner\"> <div class=\"stories-popup__wrap\"> <header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/08/stephenie.jpg)\"></div>   </figure> <div class=\"stories-popup__title\"> <strong> Stephenie L. </strong> <div> GRE </div> </div> </header> <div class=\"stories-popup__stats\"> <div class=\"stories-popup__stat\"> <h4>Country</h4> United States </div> <div c...",
"<div class=\"stories-popup__wrap\"> <header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/08/stephenie.jpg)\"></div>   </figure> <div class=\"stories-popup__title\"> <strong> Stephenie L. </strong> <div> GRE </div> </div> </header> <div class=\"stories-popup__stats\"> <div class=\"stories-popup__stat\"> <h4>Country</h4> United States </div> <div class=\"stories-popup__stats-separato...",
"<header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/08/stephenie.jpg)\"></div>   </figure> <div class=\"stories-popup__title\"> <strong> Stephenie L. </strong> <div> GRE </div> </div> </header>",
"<figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/08/stephenie.jpg)\"></div>   </figure>",
"<div class=\"stories-popup__title\"> <strong> Stephenie L. </strong> <div> GRE </div> </div>",
"<div class=\"stories-popup__stats\"> <div class=\"stories-popup__stat\"> <h4>Country</h4> United States </div> <div class=\"stories-popup__stats-separator\"></div> </div>",
"<div class=\"stories-popup__stat\"> <h4>Country</h4> United States </div>",
"<div class=\"stories-popup__stats-separator\"></div>",
"<article class=\"stories-popup__body\"> <h5>"Finding Magoosh was like stumbling upon a pot of gold."</h5> <div class=\"stories-popup__body-inner\"> <p>I graduated in 2011 with a degree in Physiological Science but I decided to go to Japan to teach English instead after college. After three years, I came back to the States and that’s when I started thinking about what I want to do for the rest of my life. Precisely, I asked myself, “What is something that I love doing and w...",
"<div class=\"stories-popup__body-inner\"> <p>I graduated in 2011 with a degree in Physiological Science but I decided to go to Japan to teach English instead after college. After three years, I came back to the States and that’s when I started thinking about what I want to do for the rest of my life. Precisely, I asked myself, “What is something that I love doing and won’t grow bored doing for the rest of my life?” And the answer was physical therapy. From then on, I...",
"<a href=\"#\" class=\"stories-popup__nav stories-popup__nav--right\"></a>",
"<div class=\"stories2025__item-popup stories-popup\"> <div class=\"stories-popup__item-popup-content\"> <a href=\"#\" class=\"stories-popup__nav stories-popup__nav--left\"></a> <div class=\"stories-popup__inner\"> <div class=\"stories-popup__wrap\"> <header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/06/liliane-s.jpg)\"></div>   </figure> <div class=\"stories-popup__title\"> <strong> L...",
"<div class=\"stories-popup__item-popup-content\"> <a href=\"#\" class=\"stories-popup__nav stories-popup__nav--left\"></a> <div class=\"stories-popup__inner\"> <div class=\"stories-popup__wrap\"> <header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/06/liliane-s.jpg)\"></div>   </figure> <div class=\"stories-popup__title\"> <strong> Liliane S. </strong> <div> GRE </div> </div> </header...",
"<a href=\"#\" class=\"stories-popup__nav stories-popup__nav--left\"></a>",
"<div class=\"stories-popup__inner\"> <div class=\"stories-popup__wrap\"> <header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/06/liliane-s.jpg)\"></div>   </figure> <div class=\"stories-popup__title\"> <strong> Liliane S. </strong> <div> GRE </div> </div> </header> <div class=\"stories-popup__stats\"> <div class=\"stories-popup__stat\"> <h4>Country</h4> Brazil </div> <div class=\"sto...",
"<div class=\"stories-popup__wrap\"> <header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/06/liliane-s.jpg)\"></div>   </figure> <div class=\"stories-popup__title\"> <strong> Liliane S. </strong> <div> GRE </div> </div> </header> <div class=\"stories-popup__stats\"> <div class=\"stories-popup__stat\"> <h4>Country</h4> Brazil </div> <div class=\"stories-popup__stats-separator\"></div>...",
"<header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/06/liliane-s.jpg)\"></div>   </figure> <div class=\"stories-popup__title\"> <strong> Liliane S. </strong> <div> GRE </div> </div> </header>",
"<figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/06/liliane-s.jpg)\"></div>   </figure>",
"<div class=\"stories-popup__title\"> <strong> Liliane S. </strong> <div> GRE </div> </div>",
"<div class=\"stories-popup__stats\"> <div class=\"stories-popup__stat\"> <h4>Country</h4> Brazil </div> <div class=\"stories-popup__stats-separator\"></div> </div>",
"<div class=\"stories-popup__stat\"> <h4>Country</h4> Brazil </div>",
"<div class=\"stories-popup__stats-separator\"></div>",
"<article class=\"stories-popup__body\"> <h5>"Thank you so much for the help, Magoosh team."</h5> <div class=\"stories-popup__body-inner\"> <p>I’ve always wanted to get a PhD, that is why I decided to pursue studying. Now I’m finishing my Master’s degree here in Brazil. Last year, I went to do an internship abroad at University of Florida for 5 months. I love research and learning. However, I had little information about GRE on the beginning, and when I first took th...",
"<div class=\"stories-popup__body-inner\"> <p>I’ve always wanted to get a PhD, that is why I decided to pursue studying. Now I’m finishing my Master’s degree here in Brazil. Last year, I went to do an internship abroad at University of Florida for 5 months. I love research and learning. However, I had little information about GRE on the beginning, and when I first took the test I didn’t do well at all.</p> <p>I was introduced to Magoosh during my study process. I saw...",
"<a href=\"#\" class=\"stories-popup__nav stories-popup__nav--right\"></a>",
"<div class=\"stories2025__item-popup stories-popup\"> <div class=\"stories-popup__item-popup-content\"> <a href=\"#\" class=\"stories-popup__nav stories-popup__nav--left\"></a> <div class=\"stories-popup__inner\"> <div class=\"stories-popup__wrap\"> <header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/06/student-story-pic.jpg)\"></div>   </figure> <div class=\"stories-popup__title\"> <s...",
"<div class=\"stories-popup__item-popup-content\"> <a href=\"#\" class=\"stories-popup__nav stories-popup__nav--left\"></a> <div class=\"stories-popup__inner\"> <div class=\"stories-popup__wrap\"> <header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/06/student-story-pic.jpg)\"></div>   </figure> <div class=\"stories-popup__title\"> <strong> Giancarlo S. </strong> <div> GRE </div> </div...",
"<a href=\"#\" class=\"stories-popup__nav stories-popup__nav--left\"></a>",
"<div class=\"stories-popup__inner\"> <div class=\"stories-popup__wrap\"> <header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/06/student-story-pic.jpg)\"></div>   </figure> <div class=\"stories-popup__title\"> <strong> Giancarlo S. </strong> <div> GRE </div> </div> </header> <div class=\"stories-popup__stats\"> <div class=\"stories-popup__stat\"> <h4>Country</h4> Ecuador </div> <div...",
"<div class=\"stories-popup__wrap\"> <header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/06/student-story-pic.jpg)\"></div>   </figure> <div class=\"stories-popup__title\"> <strong> Giancarlo S. </strong> <div> GRE </div> </div> </header> <div class=\"stories-popup__stats\"> <div class=\"stories-popup__stat\"> <h4>Country</h4> Ecuador </div> <div class=\"stories-popup__stats-separa...",
"<header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/06/student-story-pic.jpg)\"></div>   </figure> <div class=\"stories-popup__title\"> <strong> Giancarlo S. </strong> <div> GRE </div> </div> </header>",
"<figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/06/student-story-pic.jpg)\"></div>   </figure>",
"<div class=\"stories-popup__title\"> <strong> Giancarlo S. </strong> <div> GRE </div> </div>",
"<div class=\"stories-popup__stats\"> <div class=\"stories-popup__stat\"> <h4>Country</h4> Ecuador </div> <div class=\"stories-popup__stats-separator\"></div> </div>",
"<div class=\"stories-popup__stat\"> <h4>Country</h4> Ecuador </div>",
"<div class=\"stories-popup__stats-separator\"></div>",
"<article class=\"stories-popup__body\"> <h5>"There is great customer care behind Magoosh."</h5> <div class=\"stories-popup__body-inner\"> <p>I decided to pursue a MSc Degree in Computer Science about a year ago after completing two years of professional experience, mainly because I felt I had learned enough from my company and was ready to chase something bigger in my career, for which a higher level of education is a must.</p> <p>I chose Magoosh for two reasons, the first being a perso...",
"<div class=\"stories-popup__body-inner\"> <p>I decided to pursue a MSc Degree in Computer Science about a year ago after completing two years of professional experience, mainly because I felt I had learned enough from my company and was ready to chase something bigger in my career, for which a higher level of education is a must.</p> <p>I chose Magoosh for two reasons, the first being a personal recommendation from a former Professor of my university, who told me it was a really good online pla...",
"<a href=\"#\" class=\"stories-popup__nav stories-popup__nav--right\"></a>",
"<div class=\"stories2025__item-popup stories-popup\"> <div class=\"stories-popup__item-popup-content\"> <a href=\"#\" class=\"stories-popup__nav stories-popup__nav--left\"></a> <div class=\"stories-popup__inner\"> <div class=\"stories-popup__wrap\"> <header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/06/Sanchari.jpg)\"></div>   </figure> <div class=\"stories-popup__title\"> <strong> Sa...",
"<div class=\"stories-popup__item-popup-content\"> <a href=\"#\" class=\"stories-popup__nav stories-popup__nav--left\"></a> <div class=\"stories-popup__inner\"> <div class=\"stories-popup__wrap\"> <header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/06/Sanchari.jpg)\"></div>   </figure> <div class=\"stories-popup__title\"> <strong> Sanchari G. </strong> <div> GRE </div> </div> </header...",
"<a href=\"#\" class=\"stories-popup__nav stories-popup__nav--left\"></a>",
"<div class=\"stories-popup__inner\"> <div class=\"stories-popup__wrap\"> <header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/06/Sanchari.jpg)\"></div>   </figure> <div class=\"stories-popup__title\"> <strong> Sanchari G. </strong> <div> GRE </div> </div> </header> <div class=\"stories-popup__stats\"> <div class=\"stories-popup__stat\"> <h4>Country</h4> United States </div> <div cla...",
"<div class=\"stories-popup__wrap\"> <header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/06/Sanchari.jpg)\"></div>   </figure> <div class=\"stories-popup__title\"> <strong> Sanchari G. </strong> <div> GRE </div> </div> </header> <div class=\"stories-popup__stats\"> <div class=\"stories-popup__stat\"> <h4>Country</h4> United States </div> <div class=\"stories-popup__stats-separator\"...",
"<header class=\"stories-popup__header\"> <figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/06/Sanchari.jpg)\"></div>   </figure> <div class=\"stories-popup__title\"> <strong> Sanchari G. </strong> <div> GRE </div> </div> </header>",
"<figure class=\"stories-popup__figure\"> <div style class=\"perfmatters-lazy\" data-bg=\"url(https://magoosh.com/wp-content/uploads/2015/06/Sanchari.jpg)\"></div>   </figure>",
"<div class=\"stories-popup__title\"> <strong> Sanchari G. </strong> <div> GRE </div> </div>",
"<div class=\"stories-popup__stats\"> <div class=\"stories-popup__stat\"> <h4>Country</h4> United States </div> <div class=\"stories-popup__stats-separator\"></div> </div>",
"<div class=\"stories-popup__stat\"> <h4>Country</h4> United States </div>",
"<div class=\"stories-popup__stats-separator\"></div>",
"<article class=\"stories-popup__body\"> <h5>"These features are unique and a refreshing change from the commonplace prep tools."</h5> <div class=\"stories-popup__body-inner\"> <p><span style=\"font-weight: 400;\">I decided to further my education once I developed a passion for Chemical Engineering, my current major, at the middle of my junior year in college. I wanted to specialize in a field that I enjoyed studying about, and after taking specialized chemE courses during my sophomore and...",
"<div class=\"stories-popup__body-inner\"> <p><span style=\"font-weight: 400;\">I decided to further my education once I developed a passion for Chemical Engineering, my current major, at the middle of my junior year in college. I wanted to specialize in a field that I enjoyed studying about, and after taking specialized chemE courses during my sophomore and junior years, I decided that I wanted to go to graduate school for it.</span></p> <p>Magoosh was the first link I found on Google when I sear...",
"<a href=\"#\" class=\"stories-popup__nav stories-popup__nav--right\"></a>"
],
"score": 70,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
Needs attention
AIO: Answer block readiness
Issue
3 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": 3,
"passing": 0,
"failing": [
{
"heading": "practice questions answered",
"headingHtml": "<h2>practice questions answered</h2>",
"firstParagraph": "550 million",
"paragraphHtml": "<p>550 million</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "countries with Magoosh students",
"headingHtml": "<h2>countries with Magoosh students</h2>",
"firstParagraph": "185",
"paragraphHtml": "<p>185</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "hours of video lessons watched",
"headingHtml": "<h2>hours of video lessons watched</h2>",
"firstParagraph": "13 million",
"paragraphHtml": "<p>13 million</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 85/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 85/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: more, than, million, students, have, said, hello, stress, studying.
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
85/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Entity and definition clarity scored 85/100 and needs improvement.
Evidence
{
"title": "Magoosh | Online Test Prep",
"h1": "More than 10 Million Students Have Said Hello to Stress-Free Studying",
"description": "Magoosh offers self-paced online test prep and free resources that's accessible, enjoyable, and effective",
"topicOverlap": 0.4166666666666667,
"definitionCount": 34,
"topicTerms": [
"magoosh",
"online",
"test",
"prep",
"more",
"than",
"million",
"students",
"have",
"said",
"hello",
"stress",
"free",
"studying"
],
"descriptionTerms": [
"magoosh",
"offers",
"self",
"paced",
"online",
"test",
"prep",
"free",
"resources",
"accessible",
"enjoyable",
"effective"
],
"missingFromDescription": [
"more",
"than",
"million",
"students",
"have",
"said",
"hello",
"stress",
"studying"
],
"score": 85,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: what, how, benefits, cost, compare.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer intent coverage
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer intent coverage scored 70/100 and needs improvement.
Evidence
{
"headings": [
{
"text": "practice questions answered",
"html": "<h2>practice questions answered</h2>"
},
{
"text": "countries with Magoosh students",
"html": "<h2>countries with Magoosh students</h2>"
},
{
"text": "hours of video lessons watched",
"html": "<h2>hours of video lessons watched</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Magoosh?",
"pattern": {}
},
{
"id": "how",
"label": "How does Magoosh work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Magoosh?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Magoosh free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Magoosh compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Magoosh?",
"pattern": {}
},
{
"id": "how",
"label": "How does Magoosh work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Magoosh?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Magoosh free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Magoosh compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Informational
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Needs attention
AI context endpoint
Issue
AI context endpoint is informational for this page.
Why it matters
A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.
Check name
AI context endpoint
Score
100/100
Status
informational
Category
API
Maturity
Emerging recommendation
Goal
Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.
Result
AI context endpoint is informational for this page.
Validation steps
Fetch to find resource
AI context endpoint was not found at the expected path.
Evidence
{
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/ai/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 49172
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 49172
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 49172
}
]
},
"issue": "AI context endpoint was not found at the expected path.",
"howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Needs attention
AIO: Query intent coverage
Issue
Missing likely AI Overview intent sections: what, how, benefits, cost, compare.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Query intent coverage
Score
70/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Query intent coverage is informational for this page.
Evidence
{
"headings": [
{
"text": "practice questions answered",
"html": "<h2>practice questions answered</h2>"
},
{
"text": "countries with Magoosh students",
"html": "<h2>countries with Magoosh students</h2>"
},
{
"text": "hours of video lessons watched",
"html": "<h2>hours of video lessons watched</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Magoosh?",
"pattern": {}
},
{
"id": "how",
"label": "How does Magoosh work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Magoosh?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Magoosh free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Magoosh compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Magoosh?",
"pattern": {}
},
{
"id": "how",
"label": "How does Magoosh work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Magoosh?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Magoosh free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Magoosh compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 4
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Q&A and FAQ opportunities
GEO: Q&A and FAQ opportunities is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Q&A and FAQ opportunities
GEO: Q&A and FAQ opportunities is informational for this page.
Needs attention
GEO: Q&A and FAQ opportunities
Issue
3 h2 heading(s) are not phrased as questions; this is optional and only useful where Q&A wording is natural. No visible FAQ or FAQPage schema was detected; this is optional unless the page answers common questions.
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: Q&A and FAQ opportunities
Score
75/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Q&A and FAQ opportunities is informational for this page.
Evidence
{
"h2Count": 3,
"questionH2s": 0,
"hasFaq": false,
"nonQuestionH2s": [
{
"index": 1,
"text": "practice questions answered",
"isQuestion": false,
"html": "<h2>practice questions answered</h2>"
},
{
"index": 2,
"text": "countries with Magoosh students",
"isQuestion": false,
"html": "<h2>countries with Magoosh students</h2>"
},
{
"index": 3,
"text": "hours of video lessons watched",
"isQuestion": false,
"html": "<h2>hours of video lessons watched</h2>"
}
],
"score": 75,
"weight": 4
}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."
}
]
}Performance and AccessibilityAccessibilityBrowser audit
Image elements do not have `[alt]` attributes
100 Fail
Performance and AccessibilityAccessibilityBrowser audit
Image elements do not have `[alt]` attributes
Check name
Image elements do not have `[alt]` attributes
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt)."
}SEOSEOBrowser audit
Image elements do not have `[alt]` attributes
100 Fail
SEOSEOBrowser audit
Image elements do not have `[alt]` attributes
Check name
Image elements do not have `[alt]` attributes
Score
0/100
Status
fail
Device
desktop
Category
SEO
Fix guidance
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt).
Evidence
{
"description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt)."
}Performance and AccessibilityPerformanceBrowser audit
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
1.3 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": "1.3 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": 1345.887999999998
}Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
20 Fail
Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
Check name
Use efficient cache lifetimes
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 204 KiB
Fix guidance
A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 204 KiB",
"description": "A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache)."
}Performance and AccessibilityPerformanceBrowser audit
Avoid enormous network payloads
10 Warning
Performance and AccessibilityPerformanceBrowser audit
Avoid enormous network payloads
Check name
Avoid enormous network payloads
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Total size was 4,402 KiB
Fix guidance
Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Total size was 4,402 KiB",
"description": "Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).",
"numericValue": 4507667
}Performance and AccessibilityPerformanceBrowser audit
Minify JavaScript
10 Warning
Performance and AccessibilityPerformanceBrowser audit
Minify JavaScript
Check name
Minify JavaScript
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 8 KiB
Fix guidance
Minifying JavaScript files can reduce payload sizes and script parse time. [Learn how to minify JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unminified-javascript/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 8 KiB",
"description": "Minifying JavaScript files can reduce payload sizes and script parse time. [Learn how to minify JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unminified-javascript/).",
"numericValue": 0
}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": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 67,
"displayValue": "200 ms",
"numericValue": 198
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 37,
"displayValue": "2.9 s",
"numericValue": 2869.9871107383983
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 52,
"displayValue": "4.4 s",
"numericValue": 4372.904535505984
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 86,
"displayValue": "1.0 s",
"numericValue": 1002.1106427100093
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "60 ms",
"numericValue": 58.981004999999996
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 10 ms",
"numericValue": 5
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 18,
"displayValue": "640 ms",
"numericValue": 636.5
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 48,
"displayValue": "2.3 s",
"numericValue": 2349.342488992524
}
]
}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 |
|---|---|---|---|
| 46/100 | Level 2, Agent-Limited | Current report |