Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 42 out of 100
- Agent Ease of Use 10 out of 100
- Security & Trust 100 out of 100
- GEO, AIO and AEO 78 out of 100
- SEO 92 out of 100
- Performance and Accessibility 86 out of 100
What AI sees of your website
Simplify Complex Hiring with Recruitment Software | Jobvite
Empower your company’s growth by creating exceptional candidate experiences, increasing capacity, and boosting hiring efficiency with recruitment software.
Next step
Turn this report into a fix workflow
23 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 | 42 | Priority fix | 9 | 14 | 1 | View details |
| Discoverability | 57 | Needs work | 4 | 5 | 0 | View details |
| Content Readiness | 58 | Needs work | 5 | 5 | 1 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 0 | View details |
| Agent Ease of Use | 10 | Priority fix | 6 | 29 | 1 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 7 | 0 | View details |
| 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 | 78 | Mostly ready | 4 | 0 | 15 | |
| GEO Readiness | 87 | Mostly ready | 1 | 0 | 4 | |
| AIO Readiness | 79 | Mostly ready | 2 | 0 | 5 | |
| AEO Readiness | 67 | Needs work | 1 | 0 | 6 | |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| Security & Trust | 100 | Strong | 9 | 0 | 0 | |
| Security & Trust | 100 | Strong | 5 | 0 | 0 | |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 86 | Mostly ready | 20 | 4 | 1 | View details |
| Performance | 89 | Mostly ready | 12 | 3 | 1 | View details |
| Accessibility | 81 | Mostly ready | 8 | 1 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
46 items need attention
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
50 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
Why it matters
API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.
Check name
API Catalog
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish an API catalog for automated API discovery using RFC 9727.
Result
API Catalog failed at "Fetch API catalog".
Validation steps
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
Fetch advertised API catalog targets
API Catalog did not expose any same-origin hrefs to validate.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "fail",
"evidence": {
"statusCode": 404,
"contentType": "text/html; charset=UTF-8"
},
"issue": "The API catalog endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/api-catalog."
},
{
"id": "validate",
"title": "Validate RFC 9727 linkset",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html>\n<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head >\n<meta charset=\"UTF-8\" /><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={privacy:{cookies_enabled:true},ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"],distributed_tracing:{enabled:true}};(window.NREUM||(NREUM={})).loader_config={agentID:\"1103391986\",accountID:\"6434384\",trustKey:\"6434384\",xpid:\"UgIEVVVbDBABVFNRDwMFUFwD\",licenseKey:\"NRJS-b34122c1b3becdb58f0\",applicationID:\"1023822682\",browserID:\"1103391986\"};;/*! For license information please see nr-loader-spa-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={384:(e,t,r)=>{\"use strict\";r.d(t,{NT:()=>a,Zm:()=>c,bQ:()=>u,dV:()=>d,pV:()=>l});var n=r(6154),i=r(1863),s=r(944),o=r(1910);const a={beacon:\"bam.nr-data.net\",errorBeacon:\""
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
50 Fail
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
Needs attention
OpenAPI discovery
Issue
OpenAPI YAML document did not match the expected shape. 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": "<!DOCTYPE html>\n<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head >\n<meta charset=\"UTF-8\" /><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={privacy:{cookies_enabled:true},ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"],distributed_tracing:{enabled:true}};(window.NREUM||(NREUM={})).loader_config={agentID:\"1103391986\",accountID:\"6434384\",trustKey:\"6434384\",xpid:\"UgIEVVVbDBABVFNRDwMFUFwD\",licenseKey:\"NRJS-b34122c1b3becdb58f0\",applicationID:\"1023822682\",browserID:\"1103391986\"};;/*! For license information please see nr-loader-spa-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={384:(e,t,r)=>{\"use strict\";r.d(t,{NT:()=>a,Zm:()=>c,bQ:()=>u,dV:()=>d,pV:()=>l});var n=r(6154),i=r(1863),s=r(944),o=r(1910);const a={beacon:\"bam.nr-data.net\",errorBeacon:\""
},
{
"path": "/openapi.yaml",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head >\n<meta charset=\"UTF-8\" /><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={privacy:{cookies_enabled:true},ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"],distributed_tracing:{enabled:true}};(window.NREUM||(NREUM={})).loader_config={agentID:\"1103391986\",accountID:\"6434384\",trustKey:\"6434384\",xpid:\"UgIEVVVbDBABVFNRDwMFUFwD\",licenseKey:\"NRJS-b34122c1b3becdb58f0\",applicationID:\"1023822682\",browserID:\"1103391986\"};;/*! For license information please see nr-loader-spa-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={384:(e,t,r)=>{\"use strict\";r.d(t,{NT:()=>a,Zm:()=>c,bQ:()=>u,dV:()=>d,pV:()=>l});var n=r(6154),i=r(1863),s=r(944),o=r(1910);const a={beacon:\"bam.nr-data.net\",errorBeacon:\""
},
{
"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": "<!DOCTYPE html>\n<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head >\n<meta charset=\"UTF-8\" /><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={privacy:{cookies_enabled:true},ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"],distributed_tracing:{enabled:true}};(window.NREUM||(NREUM={})).loader_config={agentID:\"1103391986\",accountID:\"6434384\",trustKey:\"6434384\",xpid:\"UgIEVVVbDBABVFNRDwMFUFwD\",licenseKey:\"NRJS-b34122c1b3becdb58f0\",applicationID:\"1023822682\",browserID:\"1103391986\"};;/*! For license information please see nr-loader-spa-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={384:(e,t,r)=>{\"use strict\";r.d(t,{NT:()=>a,Zm:()=>c,bQ:()=>u,dV:()=>d,pV:()=>l});var n=r(6154),i=r(1863),s=r(944),o=r(1910);const a={beacon:\"bam.nr-data.net\",errorBeacon:\""
},
{
"path": "/swagger.yaml",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head >\n<meta charset=\"UTF-8\" /><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={privacy:{cookies_enabled:true},ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"],distributed_tracing:{enabled:true}};(window.NREUM||(NREUM={})).loader_config={agentID:\"1103391986\",accountID:\"6434384\",trustKey:\"6434384\",xpid:\"UgIEVVVbDBABVFNRDwMFUFwD\",licenseKey:\"NRJS-b34122c1b3becdb58f0\",applicationID:\"1023822682\",browserID:\"1103391986\"};;/*! For license information please see nr-loader-spa-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={384:(e,t,r)=>{\"use strict\";r.d(t,{NT:()=>a,Zm:()=>c,bQ:()=>u,dV:()=>d,pV:()=>l});var n=r(6154),i=r(1863),s=r(944),o=r(1910);const a={beacon:\"bam.nr-data.net\",errorBeacon:\""
},
{
"path": "/api/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head >\n<meta charset=\"UTF-8\" /><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={privacy:{cookies_enabled:true},ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"],distributed_tracing:{enabled:true}};(window.NREUM||(NREUM={})).loader_config={agentID:\"1103391986\",accountID:\"6434384\",trustKey:\"6434384\",xpid:\"UgIEVVVbDBABVFNRDwMFUFwD\",licenseKey:\"NRJS-b34122c1b3becdb58f0\",applicationID:\"1023822682\",browserID:\"1103391986\"};;/*! For license information please see nr-loader-spa-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={384:(e,t,r)=>{\"use strict\";r.d(t,{NT:()=>a,Zm:()=>c,bQ:()=>u,dV:()=>d,pV:()=>l});var n=r(6154),i=r(1863),s=r(944),o=r(1910);const a={beacon:\"bam.nr-data.net\",errorBeacon:\""
},
{
"path": "/api/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head >\n<meta charset=\"UTF-8\" /><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={privacy:{cookies_enabled:true},ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"],distributed_tracing:{enabled:true}};(window.NREUM||(NREUM={})).loader_config={agentID:\"1103391986\",accountID:\"6434384\",trustKey:\"6434384\",xpid:\"UgIEVVVbDBABVFNRDwMFUFwD\",licenseKey:\"NRJS-b34122c1b3becdb58f0\",applicationID:\"1023822682\",browserID:\"1103391986\"};;/*! For license information please see nr-loader-spa-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={384:(e,t,r)=>{\"use strict\";r.d(t,{NT:()=>a,Zm:()=>c,bQ:()=>u,dV:()=>d,pV:()=>l});var n=r(6154),i=r(1863),s=r(944),o=r(1910);const a={beacon:\"bam.nr-data.net\",errorBeacon:\""
},
{
"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": "<!DOCTYPE html>\n<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head >\n<meta charset=\"UTF-8\" /><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={privacy:{cookies_enabled:true},ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"],distributed_tracing:{enabled:true}};(window.NREUM||(NREUM={})).loader_config={agentID:\"1103391986\",accountID:\"6434384\",trustKey:\"6434384\",xpid:\"UgIEVVVbDBABVFNRDwMFUFwD\",licenseKey:\"NRJS-b34122c1b3becdb58f0\",applicationID:\"1023822682\",browserID:\"1103391986\"};;/*! For license information please see nr-loader-spa-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={384:(e,t,r)=>{\"use strict\";r.d(t,{NT:()=>a,Zm:()=>c,bQ:()=>u,dV:()=>d,pV:()=>l});var n=r(6154),i=r(1863),s=r(944),o=r(1910);const a={beacon:\"bam.nr-data.net\",errorBeacon:\""
}
]
},
"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
}AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
Needs attention
FAQPage schema
Issue
FAQ content was detected but no FAQPage schema was found.
Why it matters
FAQPage schema lets agents extract visible question-and-answer content cleanly and avoid guessing which text is an answer.
Check name
FAQPage schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Expose question-and-answer content in FAQPage structured data when FAQs are present.
Result
FAQPage schema is missing or incomplete.
Evidence
{
"found": false,
"visibleFaq": true,
"allTypes": [
"AboutPage",
"BreadcrumbList",
"Organization",
"WebSite"
]
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
33 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": [
"AboutPage",
"BreadcrumbList",
"Organization",
"WebSite"
]
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
33 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://www.jobvite.com/",
"rel": "shortlink"
}
]
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
33 Fail
AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
Needs attention
Markdown negotiation
Issue
Content-Type "text/html; 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, Cookie, 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, Cookie, Cookie"
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding, Cookie, 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": 33548,
"excerpt": "<!DOCTYPE html>\n<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head itemscope itemtype=\"https://schema.org/WebSite\">\n<meta charset=\"UTF-8\" /><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={privacy:{cookies_en",
"issue": "Markdown response is missing a heading."
},
"issue": "Markdown response is missing a heading.",
"howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
}
]
}Agent Ease of 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": 155312
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 155317
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 155233
}
]
},
"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": 155155
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 155233
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 155312
}
]
},
"issue": "mcp.json was not found at the expected path.",
"howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
33 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: 4 links missing accessible names; 11 buttons missing accessible names.
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": true,
"accessibleLinks": false,
"accessibleButtons": false,
"imageAltCoverage": true,
"formAutocompleteCoverage": true,
"details": {
"inaccessibleLinks": [
"<a href=\"https://www.facebook.com/Jobvite/\" target=\"_blank\"> <svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"100\" zoomAndPan=\"magnify\" viewBox=\"0 0 75 74.999997\" height=\"100\" preserveAspectRatio=\"xMidYMid meet\" version=\"1.0\"><path fill=\"#bcf3ff\" d=\"M 42.703125 68.75 L 28.816406 68.75 L 28.816406 39.238281 L 21.875 39.238281 L 21.875 27.867188 L 28.816406 27.867188 L 28.816406 21.042969 C 28.816406 11.769531 32.734375 6.25 43.863281 6.25 L 53.136719 6.25 ",
"<a href=\"https://www.linkedin.com/company/jobvite\" target=\"_blank\"> <svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"100\" zoomAndPan=\"magnify\" viewBox=\"0 0 75 74.999997\" height=\"100\" preserveAspectRatio=\"xMidYMid meet\" version=\"1.0\"><path fill=\"#bcf3ff\" d=\"M 41.160156 33.089844 C 41.1875 33.046875 41.222656 33.003906 41.25 32.957031 L 41.25 33.089844 Z M 7.042969 67.550781 L 20.433594 67.550781 L 20.433594 27.246094 L 7.042969 27.246094 Z M 21.316406 14.7",
"<a href=\"https://www.instagram.com/jobvite/\" target=\"_blank\"> <svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"100\" zoomAndPan=\"magnify\" viewBox=\"0 0 75 74.999997\" height=\"100\" preserveAspectRatio=\"xMidYMid meet\" version=\"1.0\"><defs><clipPath id=\"cf563c5675\"><path d=\"M 6.226562 6.898438 L 68.476562 6.898438 L 68.476562 69.148438 L 6.226562 69.148438 Z M 6.226562 6.898438 \" clip-rule=\"nonzero\"/></clipPath></defs><g clip-path=\"url(#cf563c5675)\"><path fill=\"",
"<a href=\"https://www.employinc.com/\" target=\"_blank\"><img decoding=\"async\" src=\"https://www.jobvite.com/wp-content/uploads/2025/09/employ-ats-stacked-reverse.svg\" alt></a>"
],
"inaccessibleButtons": [
"<button class=\"submenu-expand\" tabindex=\"-1\"><svg class=\"svg-icon\" width=\"8\" height=\"8\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M11.9932649,19.500812 C11.3580307,19.501631 10.7532316,19.2174209 10.3334249,18.720812 L0.91486487,7.56881201 C0.295732764,6.80022105 0.378869031,5.6573388 1.10211237,4.99470263 C1.82535571,4.33206645 2.92415989,4.39205385 3.57694487,5.12981201 L11.8127849,14.881812 C11.8583553,1",
"<button class=\"submenu-expand\" tabindex=\"-1\"><svg class=\"svg-icon\" width=\"8\" height=\"8\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M11.9932649,19.500812 C11.3580307,19.501631 10.7532316,19.2174209 10.3334249,18.720812 L0.91486487,7.56881201 C0.295732764,6.80022105 0.378869031,5.6573388 1.10211237,4.99470263 C1.82535571,4.33206645 2.92415989,4.39205385 3.57694487,5.12981201 L11.8127849,14.881812 C11.8583553,1",
"<button class=\"submenu-expand\" tabindex=\"-1\"><svg class=\"svg-icon\" width=\"8\" height=\"8\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M11.9932649,19.500812 C11.3580307,19.501631 10.7532316,19.2174209 10.3334249,18.720812 L0.91486487,7.56881201 C0.295732764,6.80022105 0.378869031,5.6573388 1.10211237,4.99470263 C1.82535571,4.33206645 2.92415989,4.39205385 3.57694487,5.12981201 L11.8127849,14.881812 C11.8583553,1",
"<button class=\"submenu-expand\" tabindex=\"-1\"><svg class=\"svg-icon\" width=\"8\" height=\"8\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M11.9932649,19.500812 C11.3580307,19.501631 10.7532316,19.2174209 10.3334249,18.720812 L0.91486487,7.56881201 C0.295732764,6.80022105 0.378869031,5.6573388 1.10211237,4.99470263 C1.82535571,4.33206645 2.92415989,4.39205385 3.57694487,5.12981201 L11.8127849,14.881812 C11.8583553,1",
"<button class=\"submenu-expand\" tabindex=\"-1\"><svg class=\"svg-icon\" width=\"8\" height=\"8\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M11.9932649,19.500812 C11.3580307,19.501631 10.7532316,19.2174209 10.3334249,18.720812 L0.91486487,7.56881201 C0.295732764,6.80022105 0.378869031,5.6573388 1.10211237,4.99470263 C1.82535571,4.33206645 2.92415989,4.39205385 3.57694487,5.12981201 L11.8127849,14.881812 C11.8583553,1",
"<button class=\"submenu-expand\" tabindex=\"-1\"><svg class=\"svg-icon\" width=\"8\" height=\"8\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M11.9932649,19.500812 C11.3580307,19.501631 10.7532316,19.2174209 10.3334249,18.720812 L0.91486487,7.56881201 C0.295732764,6.80022105 0.378869031,5.6573388 1.10211237,4.99470263 C1.82535571,4.33206645 2.92415989,4.39205385 3.57694487,5.12981201 L11.8127849,14.881812 C11.8583553,1",
"<button class=\"submenu-expand\" tabindex=\"-1\"><svg class=\"svg-icon\" width=\"8\" height=\"8\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M11.9932649,19.500812 C11.3580307,19.501631 10.7532316,19.2174209 10.3334249,18.720812 L0.91486487,7.56881201 C0.295732764,6.80022105 0.378869031,5.6573388 1.10211237,4.99470263 C1.82535571,4.33206645 2.92415989,4.39205385 3.57694487,5.12981201 L11.8127849,14.881812 C11.8583553,1",
"<button class=\"submenu-expand\" tabindex=\"-1\"><svg class=\"svg-icon\" width=\"8\" height=\"8\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M11.9932649,19.500812 C11.3580307,19.501631 10.7532316,19.2174209 10.3334249,18.720812 L0.91486487,7.56881201 C0.295732764,6.80022105 0.378869031,5.6573388 1.10211237,4.99470263 C1.82535571,4.33206645 2.92415989,4.39205385 3.57694487,5.12981201 L11.8127849,14.881812 C11.8583553,1",
"<button class=\"submenu-expand\" tabindex=\"-1\"><svg class=\"svg-icon\" width=\"8\" height=\"8\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M11.9932649,19.500812 C11.3580307,19.501631 10.7532316,19.2174209 10.3334249,18.720812 L0.91486487,7.56881201 C0.295732764,6.80022105 0.378869031,5.6573388 1.10211237,4.99470263 C1.82535571,4.33206645 2.92415989,4.39205385 3.57694487,5.12981201 L11.8127849,14.881812 C11.8583553,1",
"<button class=\"submenu-expand\" tabindex=\"-1\"><svg class=\"svg-icon\" width=\"8\" height=\"8\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M11.9932649,19.500812 C11.3580307,19.501631 10.7532316,19.2174209 10.3334249,18.720812 L0.91486487,7.56881201 C0.295732764,6.80022105 0.378869031,5.6573388 1.10211237,4.99470263 C1.82535571,4.33206645 2.92415989,4.39205385 3.57694487,5.12981201 L11.8127849,14.881812 C11.8583553,1",
"<button class=\"submenu-expand\" tabindex=\"-1\"><svg class=\"svg-icon\" width=\"8\" height=\"8\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M11.9932649,19.500812 C11.3580307,19.501631 10.7532316,19.2174209 10.3334249,18.720812 L0.91486487,7.56881201 C0.295732764,6.80022105 0.378869031,5.6573388 1.10211237,4.99470263 C1.82535571,4.33206645 2.92415989,4.39205385 3.57694487,5.12981201 L11.8127849,14.881812 C11.8583553,1"
],
"missingAutocompleteInputs": [],
"imagesMissingAlt": [],
"skippedHeadingLevels": []
},
"counts": {
"h1": 1,
"headings": 26,
"links": 94,
"inaccessibleLinks": 4,
"buttons": 20,
"inaccessibleButtons": 11,
"images": 22,
"imagesWithAlt": 22,
"autocompleteInputs": 0,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 0
}
}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": 155384
}
]
},
"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": 155251
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 155173
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 155155
}
]
},
"issue": "WebMCP manifest was not found at the expected path.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
Why it matters
A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.
Check name
A2A Agent Card
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent card so A2A-compatible clients can discover capabilities.
Result
A2A Agent Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
A2A Agent Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 155275
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 155305
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 155198
}
]
},
"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": 155330
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 155294
}
]
},
"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": 155245
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 155167
}
]
},
"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": 155252
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 155173
}
]
},
"issue": "agents.json was not found at the expected path.",
"howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
17 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 Last-Modified HTTP header; missing meta or <time> freshness tags.
Why it matters
Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.
Check name
Content freshness signals
Score
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": null,
"schemaDates": [
"2026-06-09T20:23:59-04:00",
"2022-10-04T09:43:10-04:00"
],
"metaDateCount": 0,
"timeDateCount": 0
}Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
15 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Needs attention
DNS-AID Agent Discovery
Issue
No DNS-AID entrypoint records were found under _agents.
Why it matters
DNS-AID lets agents discover index, A2A, and other agent entrypoints before fetching HTTP metadata, while DNSSEC can authenticate the discovery zone.
Check name
DNS-AID Agent Discovery
Score
25/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish DNS for AI Discovery records under _agents for DNS-based agent entrypoint discovery.
Result
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Validation steps
Resolve DNS-AID SVCB/HTTPS records
No DNS-AID entrypoint records were found under _agents.
Validate alpn and endpoint parameters
Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint.
Check DNSSEC material
DNSSEC material was not visible for the hostname or parent zone from this resolver.
Evidence
{
"failedStep": "svcb-https-records",
"steps": [
{
"id": "svcb-https-records",
"title": "Resolve DNS-AID SVCB/HTTPS records",
"status": "fail",
"evidence": {
"hostname": "www.jobvite.com",
"probes": [
{
"name": "_index._agents.www.jobvite.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.www.jobvite.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
}
]
},
"issue": "No DNS-AID entrypoint records were found under _agents.",
"howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
},
{
"id": "service-params",
"title": "Validate alpn and endpoint parameters",
"status": "informational",
"evidence": {
"discovered": []
},
"howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
},
{
"id": "dnssec",
"title": "Check DNSSEC material",
"status": "warning",
"evidence": {
"hasDnssecMaterial": false,
"checked": [
{
"name": "www.jobvite.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
},
{
"name": "jobvite.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."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 60/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 60/100 and needs improvement.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, publisher.
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
60/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: Source and trust signals scored 60/100 and needs improvement.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": true,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [
"2022-10-04T09:43:10-04:00",
"2026-06-09T20:23:59-04:00"
],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://www.employinc.com/company/",
"text": "About Us",
"html": "<a href=\"https://www.employinc.com/company/\" target=\"_blank\"> About Us </a>"
},
{
"href": "/company/news/",
"text": "Press",
"html": "<a href=\"/company/news/\" target=\"_self\"> Press </a>"
},
{
"href": "https://www.linkedin.com/company/jobvite",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/jobvite\" target=\"_blank\"> <svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"100\" zoomAndPan=\"magnify\" viewBox=\"0 0 75 74.999997\" height=\"100\" preserveAspectRatio=\"xMidYMid meet\" version=\"1.0\"><path fill=\"#bcf3ff\" d=\"M 41.160156 33.089844 C 41.1875 33.046875 41.222656 33.003906 41.25 32.957031 L 41.25 33.089844 Z M 7.042969 67.550781 L 20.433594 67.550781 L 20.433594 27.246094 L 7.042969 27.246094 Z M 21.316406 1..."
}
],
"contactLinks": [
{
"href": "https://www.jobvite.com/support/",
"text": "Support",
"html": "<a href=\"https://www.jobvite.com/support/\" target=\"_blank\" style=\"font-weight: 700; line-height: 1.73; font-size: 14px;\">Support</a>"
},
{
"href": "/contact-us/",
"text": "Contact Us",
"html": "<a href=\"/contact-us/\" target=\"_self\"> Contact Us </a>"
},
{
"href": "#",
"text": "Support",
"html": "<a href=\"#\" target=\"_self\" style=\"font-weight: 700; line-height: 1.73; font-size: 14px;\"> Support </a>"
},
{
"href": "/support",
"text": "Customer Support",
"html": "<a href=\"/support\" target=\"_self\"> Customer Support </a>"
},
{
"href": "/support/job-seeker-support/",
"text": "Job Seeker Support",
"html": "<a href=\"/support/job-seeker-support/\" target=\"_self\"> Job Seeker Support </a>"
}
],
"privacyLinks": [
{
"href": "https://www.employinc.com/privacy/",
"text": "Privacy Policy",
"html": "<a href=\"https://www.employinc.com/privacy/\" target=\"_blank\">Privacy Policy</a>"
},
{
"href": "https://www.jobvite.com/terms-of-use/",
"text": "Terms & Conditions",
"html": "<a href=\"https://www.jobvite.com/terms-of-use/\" target=\"_self\">Terms & Conditions</a>"
}
],
"score": 60,
"weight": 20
}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
23 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": 25,
"passing": 2,
"failing": [
{
"heading": "Real Results, Real ROI",
"headingHtml": "<h2 class=\"scroll-reveal text-primary-900 mb-10 text-center text-2xl font-bold tracking-tight sm:text-3xl\"> Real Results, Real ROI </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Built for Every Way You Hire",
"headingHtml": "<h2 class=\"scroll-reveal mx-auto mb-16 max-w-3xl text-center text-3xl font-bold tracking-tight text-white sm:text-4xl lg:text-5xl\"> Built for Every Way You Hire </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "High Volume, Low Stress",
"headingHtml": "<h3 class=\"text-2xl font-bold tracking-tight text-white sm:text-3xl lg:text-4xl\">High Volume, Low Stress</h3>",
"firstParagraph": "When requisitions pile up, Jobvite keeps things moving. Distribute jobs at scale, let AI surface the best-fit applicants, while analytics show exactly what’s working (and what’s not).",
"paragraphHtml": "<p class=\"mt-5 max-w-xl text-base leading-relaxed text-white/80 sm:text-lg\">When requisitions pile up, Jobvite keeps things moving. Distribute jobs at scale, let AI surface the best-fit applicants, while analytics show exactly what’s working (and what’s not).</p>",
"words": 29,
"direct": false,
"issue": "First paragraph is 29 words and does not look like a concise direct answer."
},
{
"heading": "Hire Fast, But Hire Right",
"headingHtml": "<h3 class=\"text-2xl font-bold tracking-tight text-white sm:text-3xl lg:text-4xl\">Hire Fast, But Hire Right</h3>",
"firstParagraph": "When speed matters, automate outreach with texting, keep candidates warm with Recruitment Marketing, and move from apply to hire without losing control.",
"paragraphHtml": "<p class=\"mt-5 max-w-xl text-base leading-relaxed text-white/80 sm:text-lg\">When speed matters, automate outreach with texting, keep candidates warm with Recruitment Marketing, and move from apply to hire without losing control.</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "Your Best Candidates Already Work Here",
"headingHtml": "<h3 class=\"text-2xl font-bold tracking-tight text-white sm:text-3xl lg:text-4xl\">Your Best Candidates Already Work Here</h3>",
"firstParagraph": "Jobvite’s internal mobility tools make it easy for employees to find their next opportunity inside your company—before they start looking outside of it.",
"paragraphHtml": "<p class=\"mt-5 max-w-xl text-base leading-relaxed text-white/80 sm:text-lg\">Jobvite’s internal mobility tools make it easy for employees to find their next opportunity inside your company—before they start looking outside of it.</p>",
"words": 25,
"direct": false,
"issue": "First paragraph is 25 words and does not look like a concise direct answer."
},
{
"heading": "Your Process is Complicated. Hiring Doesn’t Have to Be.",
"headingHtml": "<h3 class=\"text-2xl font-bold tracking-tight text-white sm:text-3xl lg:text-4xl\">Your Process is Complicated. Hiring Doesn’t Have to Be.</h3>",
"firstParagraph": "Approvals, stakeholders, and workflows—handled. Customize every step to how your organization actually hires, while automation keeps everything moving without bottlenecks.",
"paragraphHtml": "<p class=\"mt-5 max-w-xl text-base leading-relaxed text-white/80 sm:text-lg\">Approvals, stakeholders, and workflows—handled. Customize every step to how your organization actually hires, while automation keeps everything moving without bottlenecks.</p>",
"words": 21,
"direct": false,
"issue": "First paragraph is 21 words and does not look like a concise direct answer."
},
{
"heading": "If It’s Not Documented, It Didn’t Happen",
"headingHtml": "<h3 class=\"text-2xl font-bold tracking-tight text-white sm:text-3xl lg:text-4xl\">If It’s Not Documented, It Didn’t Happen</h3>",
"firstParagraph": "Stay audit-ready at every step. Built-in reporting, structured workflows, and complete activity tracking make compliance seamless and every decision defensible.",
"paragraphHtml": "<p class=\"mt-5 max-w-xl text-base leading-relaxed text-white/80 sm:text-lg\">Stay audit-ready at every step. Built-in reporting, structured workflows, and complete activity tracking make compliance seamless and every decision defensible.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "Keep Your HCM. Upgrade Your Hiring.",
"headingHtml": "<h3 class=\"text-2xl font-bold tracking-tight text-white sm:text-3xl lg:text-4xl\">Keep Your HCM. Upgrade Your Hiring.</h3>",
"firstParagraph": "Seamlessly connect your existing tools and enhance your process with better automation, analytics, and Recruitment Marketing—without ripping anything out.",
"paragraphHtml": "<p class=\"mt-5 max-w-xl text-base leading-relaxed text-white/80 sm:text-lg\">Seamlessly connect your existing tools and enhance your process with better automation, analytics, and Recruitment Marketing—without ripping anything out.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "Hiring Hits Different in Every Industry. We Get That.",
"headingHtml": "<h2 class=\"scroll-reveal mx-auto mb-20 max-w-3xl text-center text-2xl font-bold tracking-tight text-primary-900 sm:text-3xl lg:text-4xl\" style=\"text-align: center;\"> Hiring Hits Different in Every Industry.<br> <span class=\"text-primary-400\">We Get That.</span> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Business Services",
"headingHtml": "<h3 class=\"text-lg font-bold text-primary-900\">Business Services</h3>",
"firstParagraph": "Hire specialized talent at scale",
"paragraphHtml": "<p class=\"mt-2 text-sm leading-relaxed text-primary-900/55\">Hire specialized talent at scale</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "Education",
"headingHtml": "<h3 class=\"text-lg font-bold text-primary-900\">Education</h3>",
"firstParagraph": "Attract mission-driven talent",
"paragraphHtml": "<p class=\"mt-2 text-sm leading-relaxed text-primary-900/55\">Attract mission-driven talent</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Legal Services",
"headingHtml": "<h3 class=\"text-lg font-bold text-primary-900\">Legal Services</h3>",
"firstParagraph": "Compliance-first, audit-ready hiring",
"paragraphHtml": "<p class=\"mt-2 text-sm leading-relaxed text-primary-900/55\">Compliance-first, audit-ready hiring</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Healthcare",
"headingHtml": "<h3 class=\"text-lg font-bold text-primary-900\">Healthcare</h3>",
"firstParagraph": "HIPAA-ready hiring at every step",
"paragraphHtml": "<p class=\"mt-2 text-sm leading-relaxed text-primary-900/55\">HIPAA-ready hiring at every step</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "Government",
"headingHtml": "<h3 class=\"text-lg font-bold text-primary-900\">Government</h3>",
"firstParagraph": "Structured, transparent, defensible",
"paragraphHtml": "<p class=\"mt-2 text-sm leading-relaxed text-primary-900/55\">Structured, transparent, defensible</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Hospitality",
"headingHtml": "<h3 class=\"text-lg font-bold text-primary-900\">Hospitality</h3>",
"firstParagraph": "High-volume hiring, high-touch experience",
"paragraphHtml": "<p class=\"mt-2 text-sm leading-relaxed text-primary-900/55\">High-volume hiring, high-touch experience</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "Energy & Utilities",
"headingHtml": "<h3 class=\"text-lg font-bold text-primary-900\">Energy & Utilities</h3>",
"firstParagraph": "Skilled trades and critical roles covered",
"paragraphHtml": "<p class=\"mt-2 text-sm leading-relaxed text-primary-900/55\">Skilled trades and critical roles covered</p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Retail",
"headingHtml": "<h3 class=\"text-lg font-bold text-primary-900\">Retail</h3>",
"firstParagraph": "Staff up fast for peak seasons",
"paragraphHtml": "<p class=\"mt-2 text-sm leading-relaxed text-primary-900/55\">Staff up fast for peak seasons</p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Transportation",
"headingHtml": "<h3 class=\"text-lg font-bold text-primary-900\">Transportation</h3>",
"firstParagraph": "Keep fleets staffed and routes covered",
"paragraphHtml": "<p class=\"mt-2 text-sm leading-relaxed text-primary-900/55\">Keep fleets staffed and routes covered</p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Customer-Approved. Analyst-Recognized. Industry-Backed.",
"headingHtml": "<h2 class=\"scroll-reveal mx-auto mb-14 max-w-3xl text-center text-2xl font-bold tracking-tight text-white sm:text-3xl lg:text-4xl\"> Customer-Approved. <span class=\"text-white/80\">Analyst-Recognized.</span> Industry-Backed. </h2>",
"firstParagraph": "Real Talk from Real Hiring Teams",
"paragraphHtml": "<p class=\"text-2xl leading-tight font-bold text-primary-900 lg:text-3xl\">Real Talk from Real Hiring Teams</p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Resources Worth Reading",
"headingHtml": "<h2 class=\"text-2xl font-bold tracking-tight text-primary-900 sm:text-3xl lg:text-4xl\"> Resources Worth <span class=\"text-primary-400\">Reading</span> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "2025 Recruiter Nation Report",
"headingHtml": "<h3 class=\"mb-3 text-xl font-bold text-primary-900 transition-colors group-hover:text-primary-700\">2025 Recruiter Nation Report</h3>",
"firstParagraph": "1,200+ talent leaders revealed what’s really happening in hiring. Get the insights and action plans you can move on now.",
"paragraphHtml": "<p class=\"text-sm leading-relaxed text-primary-900/60\">1,200+ talent leaders revealed what’s really happening in hiring. Get the insights and action plans you can move on now.</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "The Enterprise Guide to Talent Acquisition",
"headingHtml": "<h3 class=\"mb-3 text-xl font-bold text-primary-900 transition-colors group-hover:text-primary-700\">The Enterprise Guide to Talent Acquisition</h3>",
"firstParagraph": "A practical playbook for building a modern, scalable TA function—from strategy and tech stack to the metrics that matter.",
"paragraphHtml": "<p class=\"text-sm leading-relaxed text-primary-900/60\">A practical playbook for building a modern, scalable TA function—from strategy and tech stack to the metrics that matter.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "Better Hiring, Without the Tradeoffs",
"headingHtml": "<h2 class=\"text-2xl font-bold tracking-tight text-white sm:text-4xl lg:text-5xl\"> Better Hiring,<br> Without the Tradeoffs </h2>",
"firstParagraph": "Reach the right talent, tailor your process, and move faster—without adding complexity or cutting corners.",
"paragraphHtml": "<p class=\"mt-6 text-base text-white/85 sm:text-lg\">Reach the right talent, tailor your process, and move faster—without adding complexity or cutting corners.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 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": 7,
"questionH2s": [],
"hasFaq": false,
"score": 50,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 60/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 60/100 and needs improvement.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, publisher.
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
60/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 evidence and trust scored 60/100 and needs improvement.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": true,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [
"2022-10-04T09:43:10-04:00",
"2026-06-09T20:23:59-04:00"
],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://www.employinc.com/company/",
"text": "About Us",
"html": "<a href=\"https://www.employinc.com/company/\" target=\"_blank\"> About Us </a>"
},
{
"href": "/company/news/",
"text": "Press",
"html": "<a href=\"/company/news/\" target=\"_self\"> Press </a>"
},
{
"href": "https://www.linkedin.com/company/jobvite",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/jobvite\" target=\"_blank\"> <svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"100\" zoomAndPan=\"magnify\" viewBox=\"0 0 75 74.999997\" height=\"100\" preserveAspectRatio=\"xMidYMid meet\" version=\"1.0\"><path fill=\"#bcf3ff\" d=\"M 41.160156 33.089844 C 41.1875 33.046875 41.222656 33.003906 41.25 32.957031 L 41.25 33.089844 Z M 7.042969 67.550781 L 20.433594 67.550781 L 20.433594 27.246094 L 7.042969 27.246094 Z M 21.316406 1..."
}
],
"contactLinks": [
{
"href": "https://www.jobvite.com/support/",
"text": "Support",
"html": "<a href=\"https://www.jobvite.com/support/\" target=\"_blank\" style=\"font-weight: 700; line-height: 1.73; font-size: 14px;\">Support</a>"
},
{
"href": "/contact-us/",
"text": "Contact Us",
"html": "<a href=\"/contact-us/\" target=\"_self\"> Contact Us </a>"
},
{
"href": "#",
"text": "Support",
"html": "<a href=\"#\" target=\"_self\" style=\"font-weight: 700; line-height: 1.73; font-size: 14px;\"> Support </a>"
},
{
"href": "/support",
"text": "Customer Support",
"html": "<a href=\"/support\" target=\"_self\"> Customer Support </a>"
},
{
"href": "/support/job-seeker-support/",
"text": "Job Seeker Support",
"html": "<a href=\"/support/job-seeker-support/\" target=\"_self\"> Job Seeker Support </a>"
}
],
"privacyLinks": [
{
"href": "https://www.employinc.com/privacy/",
"text": "Privacy Policy",
"html": "<a href=\"https://www.employinc.com/privacy/\" target=\"_blank\">Privacy Policy</a>"
},
{
"href": "https://www.jobvite.com/terms-of-use/",
"text": "Terms & Conditions",
"html": "<a href=\"https://www.jobvite.com/terms-of-use/\" target=\"_self\">Terms & Conditions</a>"
}
],
"score": 60,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 71/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 71/100 and needs improvement.
Needs attention
AIO: Visible structured data match
Issue
4 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
71/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 71/100 and needs improvement.
Evidence
{
"schemaCount": 5,
"checkedFields": [
{
"path": "$[0].@graph[0].name",
"value": "Simplify Complex Hiring with Recruitment Software | Jobvite"
},
{
"path": "$[0].@graph[0].description",
"value": "Empower your company’s growth by creating exceptional candidate experiences, increasing capacity, and boosting hiring efficiency with recruitment software."
},
{
"path": "$[0].@graph[1].itemListElement[0].name",
"value": "Home"
},
{
"path": "$[0].@graph[2].name",
"value": "Jobvite"
},
{
"path": "$[0].@graph[2].description",
"value": "Recruiting Software - Applicant Tracking"
},
{
"path": "$[0].@graph[3].name",
"value": "Jobvite"
},
{
"path": "$[0].@graph[3].description",
"value": "Recruiting Software - Applicant Tracking"
},
{
"path": "$[1].name",
"value": "Simplify Complex Hiring with Recruitment Software | Jobvite"
},
{
"path": "$[1].description",
"value": "Empower your company’s growth by creating exceptional candidate experiences, increasing capacity, and boosting hiring efficiency with recruitment software."
},
{
"path": "$[2].itemListElement[0].name",
"value": "Home"
},
{
"path": "$[3].name",
"value": "Jobvite"
},
{
"path": "$[3].description",
"value": "Recruiting Software - Applicant Tracking"
},
{
"path": "$[4].name",
"value": "Jobvite"
},
{
"path": "$[4].description",
"value": "Recruiting Software - Applicant Tracking"
}
],
"mismatches": [
{
"path": "$[0].@graph[0].description",
"value": "Empower your company’s growth by creating exceptional candidate experiences, increasing capacity, and boosting hiring efficiency with recruitment software."
},
{
"path": "$[0].@graph[1].itemListElement[0].name",
"value": "Home"
},
{
"path": "$[1].description",
"value": "Empower your company’s growth by creating exceptional candidate experiences, increasing capacity, and boosting hiring efficiency with recruitment software."
},
{
"path": "$[2].itemListElement[0].name",
"value": "Home"
}
],
"score": 71,
"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: simplify, complex, jobvite, customizable.
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": "Simplify Complex Hiring with Recruitment Software | Jobvite",
"h1": "Customizable Hiring Software",
"description": "Empower your company’s growth by creating exceptional candidate experiences, increasing capacity, and boosting hiring efficiency with recruitment software.",
"topicOverlap": 0.42857142857142855,
"topicTerms": [
"simplify",
"complex",
"hiring",
"recruitment",
"software",
"jobvite",
"customizable"
],
"descriptionTerms": [
"empower",
"company",
"growth",
"creating",
"exceptional",
"candidate",
"experiences",
"increasing",
"capacity",
"boosting",
"hiring",
"efficiency",
"recruitment",
"software"
],
"missingFromDescription": [
"simplify",
"complex",
"jobvite",
"customizable"
],
"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
7 explanatory paragraph(s) could be stronger for citation or AI extraction.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Explanatory content depth
Score
75/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Explanatory content depth scored 75/100 and needs improvement.
Evidence
{
"candidatePassages": 8,
"citablePassages": 1,
"failingCandidateParagraphs": [
{
"index": 19,
"heading": "H2: Customer-Approved. Analyst-Recognized. Industry-Backed.",
"text": "“Jobvite greatly increased our application rate, not only with an increased number but with an increased number of qualified applicants to select from. Jobvite has led to a better candidate experience and hiring manager experience based on the ease of applying, reviewing applications, and scheduling interviews.”",
"words": 46,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (46 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"text-base leading-relaxed text-primary-900\">“Jobvite greatly increased our application rate, not only with an increased number but with an increased number of qualified applicants to select from. Jobvite has led to a better candidate experience and hiring manager experience based on the ease of applying, reviewing applications, and scheduling interviews.”</p>"
},
{
"index": 21,
"heading": "H2: Customer-Approved. Analyst-Recognized. Industry-Backed.",
"text": "“Jobvite’s customer support system truly stands out in a marketplace of phone trees, emails left unresponded, and spending valuable time working with junior support. Jobvite acts very quickly to identify the problem and get it to the right team to help.”",
"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 class=\"text-base leading-relaxed text-primary-900\">“Jobvite’s customer support system truly stands out in a marketplace of phone trees, emails left unresponded, and spending valuable time working with junior support. Jobvite acts very quickly to identify the problem and get it to the right team to help.”</p>"
},
{
"index": 27,
"heading": "H2: Jobvite FAQs: Your Questions, Answered",
"text": "Jobvite is built for mid-sized and enterprise organizations that need a scalable recruiting platform to attract, engage, hire, and retain top talent. It is designed for talent acquisition teams managing high-volume hiring, complex workflows, multiple business units, and recruiting across locations.",
"words": 41,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (41 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"text-primary-600 leading-relaxed\" style=\"padding-bottom: 1.5rem;\">Jobvite is built for mid-sized and enterprise organizations that need a scalable recruiting platform to attract, engage, hire, and retain top talent. It is designed for talent acquisition teams managing high-volume hiring, complex workflows, multiple business units, and recruiting across locations.</p>"
},
{
"index": 30,
"heading": "H2: Jobvite FAQs: Your Questions, Answered",
"text": "Jobvite provides flexible, scalable pricing tailored to your hiring needs. You can start with the core Jobvite applicant tracking system (ATS) and add modules like Onboarding, AI Companion, and recruitment marketing software as needed. This modular approach ensures you only pay for the Jobvite features you require.",
"words": 47,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (47 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"text-primary-600 leading-relaxed\" style=\"padding-bottom: 1.5rem;\">Jobvite provides flexible, scalable pricing tailored to your hiring needs. You can start with the core Jobvite applicant tracking system (ATS) and add modules like Onboarding, AI Companion, and recruitment marketing software as needed. This modular approach ensures you only pay for the Jobvite features you require.</p>"
},
{
"index": 32,
"heading": "H2: Jobvite FAQs: Your Questions, Answered",
"text": "When evaluating Jobvite alternatives and competitors, Jobvite goes beyond standard applicant tracking system platforms with robust, AI-powered automation, advanced analytics, and built-in recruitment marketing software. It’s designed for sophisticated talent acquisition teams in highly regulated industries or organizations with complex compliance needs. Jobvite features deep configurability and scalability that he...",
"words": 58,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (58 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"text-primary-600 leading-relaxed\" style=\"padding-bottom: 1.5rem;\">When evaluating Jobvite alternatives and competitors, Jobvite goes beyond standard applicant tracking system platforms with robust, AI-powered automation, advanced analytics, and built-in recruitment marketing software. It’s designed for sophisticated talent acquisition teams in highly regulated industries or organizations with complex compliance needs. Jobvite features deep configurability and scalability that..."
},
{
"index": 33,
"heading": "H2: Jobvite FAQs: Your Questions, Answered",
"text": "Yes, Jobvite integration capabilities play nice with your HRIS, payroll, background checks, assessments, and pretty much everything else in your HR tech stack. Data flows smoothly between systems, accuracy stays intact, and your team isn’t stuck with more manual work.",
"words": 41,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (41 words; target 80-220)."
],
"html": "<p class=\"text-primary-600 leading-relaxed\" style=\"padding-bottom: 1.5rem;\">Yes, Jobvite integration capabilities play nice with your HRIS, payroll, background checks, assessments, and pretty much everything else in your HR tech stack. Data flows smoothly between systems, accuracy stays intact, and your team isn’t stuck with more manual work.</p>"
},
{
"index": 34,
"heading": "H2: Jobvite FAQs: Your Questions, Answered",
"text": "Users consistently praise Jobvite for improving recruitment efficiency and reducing time spent on administrative tasks. They appreciate that Jobvite ATS adapts to existing processes while delivering substantial ROI returns and improving employer branding, as highlighted in numerous reviews and case studies.",
"words": 41,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (41 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"text-primary-600 leading-relaxed\" style=\"padding-bottom: 1.5rem;\">Users consistently praise Jobvite for improving recruitment efficiency and reducing time spent on administrative tasks. They appreciate that Jobvite ATS adapts to existing processes while delivering substantial ROI returns and improving employer branding, as highlighted in numerous reviews and case studies.</p>"
}
],
"citableParagraphs": [
{
"index": 31,
"heading": "H2: Jobvite FAQs: Your Questions, Answered",
"text": "Jobvite software encompasses a comprehensive suite of HR recruitment software tools, including: Jobvite ATS (Applicant Tracking System) to centralize candidate management with built-in automation and intelligence; Career Site to convert 3x more applicants with mobile-optimized, branded experiences; AI-Powered Candidate Matching to identify top-fit candidates automatically with clear explanations; Jobvite CRM for m...",
"words": 80,
"hasEvidence": true,
"reasons": [],
"html": "<p class=\"text-primary-600 leading-relaxed\" style=\"padding-bottom: 1.5rem;\">Jobvite software encompasses a comprehensive suite of HR recruitment software tools, including: Jobvite ATS (Applicant Tracking System) to centralize candidate management with built-in automation and intelligence; Career Site to convert 3x more applicants with mobile-optimized, branded experiences; AI-Powered Candidate Matching to identify top-fit candidates automatically with clear explanations; Jobvite CRM for multi..."
}
],
"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": 6,
"schemaBlocks": 1,
"missingSignals": [
"optional top summary / TL;DR / key takeaways block",
"table with <thead> only if the page already has tabular/comparative data",
"ordered list only if the page explains a workflow/process",
"optional visible FAQ or FAQPage schema"
],
"score": 85,
"weight": 24
}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
23 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": 25,
"passing": 2,
"failing": [
{
"heading": "Real Results, Real ROI",
"headingHtml": "<h2 class=\"scroll-reveal text-primary-900 mb-10 text-center text-2xl font-bold tracking-tight sm:text-3xl\"> Real Results, Real ROI </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Built for Every Way You Hire",
"headingHtml": "<h2 class=\"scroll-reveal mx-auto mb-16 max-w-3xl text-center text-3xl font-bold tracking-tight text-white sm:text-4xl lg:text-5xl\"> Built for Every Way You Hire </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "High Volume, Low Stress",
"headingHtml": "<h3 class=\"text-2xl font-bold tracking-tight text-white sm:text-3xl lg:text-4xl\">High Volume, Low Stress</h3>",
"firstParagraph": "When requisitions pile up, Jobvite keeps things moving. Distribute jobs at scale, let AI surface the best-fit applicants, while analytics show exactly what’s working (and what’s not).",
"paragraphHtml": "<p class=\"mt-5 max-w-xl text-base leading-relaxed text-white/80 sm:text-lg\">When requisitions pile up, Jobvite keeps things moving. Distribute jobs at scale, let AI surface the best-fit applicants, while analytics show exactly what’s working (and what’s not).</p>",
"words": 29,
"direct": false,
"issue": "First paragraph is 29 words and does not look like a concise direct answer."
},
{
"heading": "Hire Fast, But Hire Right",
"headingHtml": "<h3 class=\"text-2xl font-bold tracking-tight text-white sm:text-3xl lg:text-4xl\">Hire Fast, But Hire Right</h3>",
"firstParagraph": "When speed matters, automate outreach with texting, keep candidates warm with Recruitment Marketing, and move from apply to hire without losing control.",
"paragraphHtml": "<p class=\"mt-5 max-w-xl text-base leading-relaxed text-white/80 sm:text-lg\">When speed matters, automate outreach with texting, keep candidates warm with Recruitment Marketing, and move from apply to hire without losing control.</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "Your Best Candidates Already Work Here",
"headingHtml": "<h3 class=\"text-2xl font-bold tracking-tight text-white sm:text-3xl lg:text-4xl\">Your Best Candidates Already Work Here</h3>",
"firstParagraph": "Jobvite’s internal mobility tools make it easy for employees to find their next opportunity inside your company—before they start looking outside of it.",
"paragraphHtml": "<p class=\"mt-5 max-w-xl text-base leading-relaxed text-white/80 sm:text-lg\">Jobvite’s internal mobility tools make it easy for employees to find their next opportunity inside your company—before they start looking outside of it.</p>",
"words": 25,
"direct": false,
"issue": "First paragraph is 25 words and does not look like a concise direct answer."
},
{
"heading": "Your Process is Complicated. Hiring Doesn’t Have to Be.",
"headingHtml": "<h3 class=\"text-2xl font-bold tracking-tight text-white sm:text-3xl lg:text-4xl\">Your Process is Complicated. Hiring Doesn’t Have to Be.</h3>",
"firstParagraph": "Approvals, stakeholders, and workflows—handled. Customize every step to how your organization actually hires, while automation keeps everything moving without bottlenecks.",
"paragraphHtml": "<p class=\"mt-5 max-w-xl text-base leading-relaxed text-white/80 sm:text-lg\">Approvals, stakeholders, and workflows—handled. Customize every step to how your organization actually hires, while automation keeps everything moving without bottlenecks.</p>",
"words": 21,
"direct": false,
"issue": "First paragraph is 21 words and does not look like a concise direct answer."
},
{
"heading": "If It’s Not Documented, It Didn’t Happen",
"headingHtml": "<h3 class=\"text-2xl font-bold tracking-tight text-white sm:text-3xl lg:text-4xl\">If It’s Not Documented, It Didn’t Happen</h3>",
"firstParagraph": "Stay audit-ready at every step. Built-in reporting, structured workflows, and complete activity tracking make compliance seamless and every decision defensible.",
"paragraphHtml": "<p class=\"mt-5 max-w-xl text-base leading-relaxed text-white/80 sm:text-lg\">Stay audit-ready at every step. Built-in reporting, structured workflows, and complete activity tracking make compliance seamless and every decision defensible.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "Keep Your HCM. Upgrade Your Hiring.",
"headingHtml": "<h3 class=\"text-2xl font-bold tracking-tight text-white sm:text-3xl lg:text-4xl\">Keep Your HCM. Upgrade Your Hiring.</h3>",
"firstParagraph": "Seamlessly connect your existing tools and enhance your process with better automation, analytics, and Recruitment Marketing—without ripping anything out.",
"paragraphHtml": "<p class=\"mt-5 max-w-xl text-base leading-relaxed text-white/80 sm:text-lg\">Seamlessly connect your existing tools and enhance your process with better automation, analytics, and Recruitment Marketing—without ripping anything out.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "Hiring Hits Different in Every Industry. We Get That.",
"headingHtml": "<h2 class=\"scroll-reveal mx-auto mb-20 max-w-3xl text-center text-2xl font-bold tracking-tight text-primary-900 sm:text-3xl lg:text-4xl\" style=\"text-align: center;\"> Hiring Hits Different in Every Industry.<br> <span class=\"text-primary-400\">We Get That.</span> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Business Services",
"headingHtml": "<h3 class=\"text-lg font-bold text-primary-900\">Business Services</h3>",
"firstParagraph": "Hire specialized talent at scale",
"paragraphHtml": "<p class=\"mt-2 text-sm leading-relaxed text-primary-900/55\">Hire specialized talent at scale</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "Education",
"headingHtml": "<h3 class=\"text-lg font-bold text-primary-900\">Education</h3>",
"firstParagraph": "Attract mission-driven talent",
"paragraphHtml": "<p class=\"mt-2 text-sm leading-relaxed text-primary-900/55\">Attract mission-driven talent</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Legal Services",
"headingHtml": "<h3 class=\"text-lg font-bold text-primary-900\">Legal Services</h3>",
"firstParagraph": "Compliance-first, audit-ready hiring",
"paragraphHtml": "<p class=\"mt-2 text-sm leading-relaxed text-primary-900/55\">Compliance-first, audit-ready hiring</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Healthcare",
"headingHtml": "<h3 class=\"text-lg font-bold text-primary-900\">Healthcare</h3>",
"firstParagraph": "HIPAA-ready hiring at every step",
"paragraphHtml": "<p class=\"mt-2 text-sm leading-relaxed text-primary-900/55\">HIPAA-ready hiring at every step</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "Government",
"headingHtml": "<h3 class=\"text-lg font-bold text-primary-900\">Government</h3>",
"firstParagraph": "Structured, transparent, defensible",
"paragraphHtml": "<p class=\"mt-2 text-sm leading-relaxed text-primary-900/55\">Structured, transparent, defensible</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Hospitality",
"headingHtml": "<h3 class=\"text-lg font-bold text-primary-900\">Hospitality</h3>",
"firstParagraph": "High-volume hiring, high-touch experience",
"paragraphHtml": "<p class=\"mt-2 text-sm leading-relaxed text-primary-900/55\">High-volume hiring, high-touch experience</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "Energy & Utilities",
"headingHtml": "<h3 class=\"text-lg font-bold text-primary-900\">Energy & Utilities</h3>",
"firstParagraph": "Skilled trades and critical roles covered",
"paragraphHtml": "<p class=\"mt-2 text-sm leading-relaxed text-primary-900/55\">Skilled trades and critical roles covered</p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Retail",
"headingHtml": "<h3 class=\"text-lg font-bold text-primary-900\">Retail</h3>",
"firstParagraph": "Staff up fast for peak seasons",
"paragraphHtml": "<p class=\"mt-2 text-sm leading-relaxed text-primary-900/55\">Staff up fast for peak seasons</p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Transportation",
"headingHtml": "<h3 class=\"text-lg font-bold text-primary-900\">Transportation</h3>",
"firstParagraph": "Keep fleets staffed and routes covered",
"paragraphHtml": "<p class=\"mt-2 text-sm leading-relaxed text-primary-900/55\">Keep fleets staffed and routes covered</p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Customer-Approved. Analyst-Recognized. Industry-Backed.",
"headingHtml": "<h2 class=\"scroll-reveal mx-auto mb-14 max-w-3xl text-center text-2xl font-bold tracking-tight text-white sm:text-3xl lg:text-4xl\"> Customer-Approved. <span class=\"text-white/80\">Analyst-Recognized.</span> Industry-Backed. </h2>",
"firstParagraph": "Real Talk from Real Hiring Teams",
"paragraphHtml": "<p class=\"text-2xl leading-tight font-bold text-primary-900 lg:text-3xl\">Real Talk from Real Hiring Teams</p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Resources Worth Reading",
"headingHtml": "<h2 class=\"text-2xl font-bold tracking-tight text-primary-900 sm:text-3xl lg:text-4xl\"> Resources Worth <span class=\"text-primary-400\">Reading</span> </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "2025 Recruiter Nation Report",
"headingHtml": "<h3 class=\"mb-3 text-xl font-bold text-primary-900 transition-colors group-hover:text-primary-700\">2025 Recruiter Nation Report</h3>",
"firstParagraph": "1,200+ talent leaders revealed what’s really happening in hiring. Get the insights and action plans you can move on now.",
"paragraphHtml": "<p class=\"text-sm leading-relaxed text-primary-900/60\">1,200+ talent leaders revealed what’s really happening in hiring. Get the insights and action plans you can move on now.</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "The Enterprise Guide to Talent Acquisition",
"headingHtml": "<h3 class=\"mb-3 text-xl font-bold text-primary-900 transition-colors group-hover:text-primary-700\">The Enterprise Guide to Talent Acquisition</h3>",
"firstParagraph": "A practical playbook for building a modern, scalable TA function—from strategy and tech stack to the metrics that matter.",
"paragraphHtml": "<p class=\"text-sm leading-relaxed text-primary-900/60\">A practical playbook for building a modern, scalable TA function—from strategy and tech stack to the metrics that matter.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "Better Hiring, Without the Tradeoffs",
"headingHtml": "<h2 class=\"text-2xl font-bold tracking-tight text-white sm:text-4xl lg:text-5xl\"> Better Hiring,<br> Without the Tradeoffs </h2>",
"firstParagraph": "Reach the right talent, tailor your process, and move faster—without adding complexity or cutting corners.",
"paragraphHtml": "<p class=\"mt-6 text-base text-white/85 sm:text-lg\">Reach the right talent, tailor your process, and move faster—without adding complexity or cutting corners.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 80/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
22 image(s) are missing width/height attributes.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Page experience for AIO
Score
80/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Page experience for AIO scored 80/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1",
"visibleWords": 1273,
"htmlBytes": 322594,
"imagesMissingDimensions": [
{
"src": "https://www.jobvite.com/wp-content/uploads/2026/02/Jobvite_SansEmploy.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.jobvite.com/wp-content/uploads/2026/02/Jobvite_SansEmploy.svg\" alt=\"Jobvite by Employ logo\" data-lazy-src=\"https://www.jobvite.com/wp-content/uploads/2026/02/Jobvite_SansEmploy.svg\">"
},
{
"src": "https://www.jobvite.com/wp-content/uploads/2025/09/Applicant-Tracking-System.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.jobvite.com/wp-content/uploads/2025/09/Applicant-Tracking-System.png\" alt=\"Icon\">"
},
{
"src": "https://www.jobvite.com/wp-content/uploads/2025/09/Recruitment-Marketing.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.jobvite.com/wp-content/uploads/2025/09/Recruitment-Marketing.png\" alt=\"Icon\">"
},
{
"src": "https://www.jobvite.com/wp-content/uploads/2025/09/Onboarding.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.jobvite.com/wp-content/uploads/2025/09/Onboarding.png\" alt=\"Icon\">"
},
{
"src": "https://www.jobvite.com/wp-content/uploads/2025/09/Career-Site.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.jobvite.com/wp-content/uploads/2025/09/Career-Site.png\" alt=\"Icon\">"
},
{
"src": "https://www.jobvite.com/wp-content/uploads/2025/09/Employee-Referrals.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.jobvite.com/wp-content/uploads/2025/09/Employee-Referrals.png\" alt=\"Icon\">"
},
{
"src": "https://www.jobvite.com/wp-content/uploads/2025/09/Source-and-CRM.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.jobvite.com/wp-content/uploads/2025/09/Source-and-CRM.png\" alt=\"Icon\">"
},
{
"src": "https://www.jobvite.com/wp-content/uploads/2025/09/Job-Broadcast.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.jobvite.com/wp-content/uploads/2025/09/Job-Broadcast.png\" alt=\"Icon\">"
},
{
"src": "https://www.jobvite.com/wp-content/uploads/2025/09/Candidate-Messaging.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.jobvite.com/wp-content/uploads/2025/09/Candidate-Messaging.png\" alt=\"Icon\">"
},
{
"src": "https://www.jobvite.com/wp-content/uploads/2025/09/Analytics.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.jobvite.com/wp-content/uploads/2025/09/Analytics.png\" alt=\"Icon\">"
},
{
"src": "https://www.jobvite.com/wp-content/uploads/2025/09/Employ-Product-Guide-Cover.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.jobvite.com/wp-content/uploads/2025/09/Employ-Product-Guide-Cover.jpg\" alt>"
},
{
"src": "https://www.jobvite.com/wp-content/uploads/2026/05/JSN-2026_NeutralCover_V3-scaled.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.jobvite.com/wp-content/uploads/2026/05/JSN-2026_NeutralCover_V3-scaled.png\" alt>"
},
{
"src": "https://www.jobvite.com/wp-content/uploads/2025/10/coworkers-talking.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.jobvite.com/wp-content/uploads/2025/10/coworkers-talking.jpg\" alt=\"Coworkers Talking\">"
},
{
"src": "https://www.jobvite.com/wp-content/uploads/2026/04/CandidateRelationshipManagement_Leader_EMEA_Leader-1.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img decoding=\"async\" src=\"https://www.jobvite.com/wp-content/uploads/2026/04/CandidateRelationshipManagement_Leader_EMEA_Leader-1.png\" alt=\"G2 Leader — Candidate Relationship Management, EMEA\" class=\"h-28 sm:h-32 lg:h-36\" style=\"width: auto; object-fit: contain;\" loading=\"lazy\">"
},
{
"src": "https://www.jobvite.com/wp-content/uploads/2026/04/Onboarding_Leader_Enterprise_Leader-1.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img decoding=\"async\" src=\"https://www.jobvite.com/wp-content/uploads/2026/04/Onboarding_Leader_Enterprise_Leader-1.png\" alt=\"G2 Leader — Enterprise Onboarding\" class=\"h-28 sm:h-32 lg:h-36\" style=\"width: auto; object-fit: contain;\" loading=\"lazy\">"
},
{
"src": "https://www.jobvite.com/wp-content/uploads/2025/05/2025-badge-hackett-analytics.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img decoding=\"async\" src=\"https://www.jobvite.com/wp-content/uploads/2025/05/2025-badge-hackett-analytics.png\" alt=\"Hackett Group — Digital World Class Analytics\" class=\"h-28 sm:h-32 lg:h-36\" style=\"width: auto; object-fit: contain;\" loading=\"lazy\">"
},
{
"src": "https://www.jobvite.com/wp-content/uploads/2025/05/2025-badge-hackett-innovation.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img decoding=\"async\" src=\"https://www.jobvite.com/wp-content/uploads/2025/05/2025-badge-hackett-innovation.png\" alt=\"Hackett Group — Digital World Class Innovation\" class=\"h-28 sm:h-32 lg:h-36\" style=\"width: auto; object-fit: contain;\" loading=\"lazy\">"
},
{
"src": "https://www.jobvite.com/wp-content/uploads/2025/05/2025-badge-hackett-timetohire.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img decoding=\"async\" src=\"https://www.jobvite.com/wp-content/uploads/2025/05/2025-badge-hackett-timetohire.png\" alt=\"Hackett Group — Digital World Class Time to Hire\" class=\"h-28 sm:h-32 lg:h-36\" style=\"width: auto; object-fit: contain;\" loading=\"lazy\">"
},
{
"src": "https://www.jobvite.com/wp-content/uploads/2026/05/JSN-2026_NeutralCover_V3-scaled.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img decoding=\"async\" src=\"https://www.jobvite.com/wp-content/uploads/2026/05/JSN-2026_NeutralCover_V3-scaled.png\" alt=\"2026 Job Seeker Nation Report\" class=\"h-full w-full object-cover transition-transform duration-500 group-hover:scale-105\" loading=\"lazy\">"
},
{
"src": "https://www.jobvite.com/wp-content/uploads/2026/04/employ-2025-recruiter-nation-report-cover.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img decoding=\"async\" src=\"https://www.jobvite.com/wp-content/uploads/2026/04/employ-2025-recruiter-nation-report-cover.png\" alt=\"2025 Recruiter Nation Report\" class=\"h-full w-full object-cover transition-transform duration-500 group-hover:scale-105\" loading=\"lazy\">"
},
{
"src": "https://www.jobvite.com/wp-content/uploads/2026/04/the-enterprise-guide-cover.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img decoding=\"async\" src=\"https://www.jobvite.com/wp-content/uploads/2026/04/the-enterprise-guide-cover.png\" alt=\"The Enterprise Guide to Talent Acquisition\" class=\"h-full w-full object-cover transition-transform duration-500 group-hover:scale-105\" loading=\"lazy\">"
},
{
"src": "https://www.jobvite.com/wp-content/uploads/2025/09/employ-ats-stacked-reverse.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://www.jobvite.com/wp-content/uploads/2025/09/employ-ats-stacked-reverse.svg\" alt>"
}
],
"possibleDialogs": [],
"score": 80,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 86/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 86/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: simplify, complex, jobvite, customizable.
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
86/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 86/100 and needs improvement.
Evidence
{
"title": "Simplify Complex Hiring with Recruitment Software | Jobvite",
"h1": "Customizable Hiring Software",
"description": "Empower your company’s growth by creating exceptional candidate experiences, increasing capacity, and boosting hiring efficiency with recruitment software.",
"topicOverlap": 0.42857142857142855,
"definitionCount": 6,
"topicTerms": [
"simplify",
"complex",
"hiring",
"recruitment",
"software",
"jobvite",
"customizable"
],
"descriptionTerms": [
"empower",
"company",
"growth",
"creating",
"exceptional",
"candidate",
"experiences",
"increasing",
"capacity",
"boosting",
"hiring",
"efficiency",
"recruitment",
"software"
],
"missingFromDescription": [
"simplify",
"complex",
"jobvite",
"customizable"
],
"score": 86,
"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": "Real Results, Real ROI",
"html": "<h2 class=\"scroll-reveal text-primary-900 mb-10 text-center text-2xl font-bold tracking-tight sm:text-3xl\"> Real Results, Real ROI </h2>"
},
{
"text": "Built for Every Way You Hire",
"html": "<h2 class=\"scroll-reveal mx-auto mb-16 max-w-3xl text-center text-3xl font-bold tracking-tight text-white sm:text-4xl lg:text-5xl\"> Built for Every Way You Hire </h2>"
},
{
"text": "Hiring Hits Different in Every Industry. We Get That.",
"html": "<h2 class=\"scroll-reveal mx-auto mb-20 max-w-3xl text-center text-2xl font-bold tracking-tight text-primary-900 sm:text-3xl lg:text-4xl\" style=\"text-align: center;\"> Hiring Hits Different in Every Industry.<br> <span class=\"text-primary-400\">We Get That.</span> </h2>"
},
{
"text": "Customer-Approved. Analyst-Recognized. Industry-Backed.",
"html": "<h2 class=\"scroll-reveal mx-auto mb-14 max-w-3xl text-center text-2xl font-bold tracking-tight text-white sm:text-3xl lg:text-4xl\"> Customer-Approved. <span class=\"text-white/80\">Analyst-Recognized.</span> Industry-Backed. </h2>"
},
{
"text": "Resources Worth Reading",
"html": "<h2 class=\"text-2xl font-bold tracking-tight text-primary-900 sm:text-3xl lg:text-4xl\"> Resources Worth <span class=\"text-primary-400\">Reading</span> </h2>"
},
{
"text": "Better Hiring, Without the Tradeoffs",
"html": "<h2 class=\"text-2xl font-bold tracking-tight text-white sm:text-4xl lg:text-5xl\"> Better Hiring,<br> Without the Tradeoffs </h2>"
},
{
"text": "Jobvite FAQs: Your Questions, Answered",
"html": "<h2 class=\"text-3xl font-bold tracking-tight text-primary-900 sm:text-4xl\">Jobvite FAQs: Your Questions, Answered</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Simplify Complex Hiring with Recruitment Soft...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Simplify Complex Hiring with Recruitment Soft... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Simplify Complex Hiring with Recruitment Soft...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Simplify Complex Hiring with Recruitment Soft... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Simplify Complex Hiring with Recruitment Soft... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Simplify Complex Hiring with Recruitment Soft...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Simplify Complex Hiring with Recruitment Soft... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Simplify Complex Hiring with Recruitment Soft...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Simplify Complex Hiring with Recruitment Soft... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Simplify Complex Hiring with Recruitment Soft... 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": 155204
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 155180
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 155150
}
]
},
"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": "Real Results, Real ROI",
"html": "<h2 class=\"scroll-reveal text-primary-900 mb-10 text-center text-2xl font-bold tracking-tight sm:text-3xl\"> Real Results, Real ROI </h2>"
},
{
"text": "Built for Every Way You Hire",
"html": "<h2 class=\"scroll-reveal mx-auto mb-16 max-w-3xl text-center text-3xl font-bold tracking-tight text-white sm:text-4xl lg:text-5xl\"> Built for Every Way You Hire </h2>"
},
{
"text": "Hiring Hits Different in Every Industry. We Get That.",
"html": "<h2 class=\"scroll-reveal mx-auto mb-20 max-w-3xl text-center text-2xl font-bold tracking-tight text-primary-900 sm:text-3xl lg:text-4xl\" style=\"text-align: center;\"> Hiring Hits Different in Every Industry.<br> <span class=\"text-primary-400\">We Get That.</span> </h2>"
},
{
"text": "Customer-Approved. Analyst-Recognized. Industry-Backed.",
"html": "<h2 class=\"scroll-reveal mx-auto mb-14 max-w-3xl text-center text-2xl font-bold tracking-tight text-white sm:text-3xl lg:text-4xl\"> Customer-Approved. <span class=\"text-white/80\">Analyst-Recognized.</span> Industry-Backed. </h2>"
},
{
"text": "Resources Worth Reading",
"html": "<h2 class=\"text-2xl font-bold tracking-tight text-primary-900 sm:text-3xl lg:text-4xl\"> Resources Worth <span class=\"text-primary-400\">Reading</span> </h2>"
},
{
"text": "Better Hiring, Without the Tradeoffs",
"html": "<h2 class=\"text-2xl font-bold tracking-tight text-white sm:text-4xl lg:text-5xl\"> Better Hiring,<br> Without the Tradeoffs </h2>"
},
{
"text": "Jobvite FAQs: Your Questions, Answered",
"html": "<h2 class=\"text-3xl font-bold tracking-tight text-primary-900 sm:text-4xl\">Jobvite FAQs: Your Questions, Answered</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Simplify Complex Hiring with Recruitment Soft...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Simplify Complex Hiring with Recruitment Soft... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Simplify Complex Hiring with Recruitment Soft...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Simplify Complex Hiring with Recruitment Soft... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Simplify Complex Hiring with Recruitment Soft... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Simplify Complex Hiring with Recruitment Soft...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Simplify Complex Hiring with Recruitment Soft... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Simplify Complex Hiring with Recruitment Soft...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Simplify Complex Hiring with Recruitment Soft... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Simplify Complex Hiring with Recruitment Soft... compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 4
}Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Needs attention
Auth.md Agent Registration
Issue
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=UTF-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.
Why it matters
Agent registration metadata lets automated clients find the registration path, supported identity types, credential types, and related claim or revocation endpoints without scraping human docs.
Check name
Auth.md Agent Registration
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish Auth.md and agent_auth metadata so agents can discover registration and credential requirements.
Result
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Validation steps
Fetch and validate /auth.md
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=UTF-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.
Publish protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate agent_auth authorization metadata
OAuth authorization server metadata could not be fetched.
Evidence
{
"failedStep": "auth-md",
"steps": [
{
"id": "auth-md",
"title": "Fetch and validate /auth.md",
"status": "fail",
"evidence": {
"path": "/auth.md",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 155150,
"validation": {
"valid": false,
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.",
"compatibleContentType": false,
"contentLength": 149194,
"hasRegisterInstructions": true,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": true,
"mentionsCredential": false,
"links": [
"https://ogp.me/ns#\">",
"/javascript",
"/*!",
"/blobs",
"/logs",
"https://github.com/newrelic/newrelic-browser-agent/blob/main/docs/warning-codes.md#\".concat(e",
"/called",
"/logging/",
"/called",
"/g,"
],
"rawExcerpt": "<!DOCTYPE html>\n<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head >\n<meta charset=\"UTF-8\" /><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={privacy:{cookies_enabled:true},ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"],distributed_tracing:{enabled:true}};(window.NREUM||(NREUM={})).loader_config={agentID:\"1103391986\",accountID:\"6434384\",trustKey:\"6434384\",xpid:\"UgIEVVVbDBABVFNRDwMFUFwD\",licenseKey:\"NRJS-b34122c1b3becdb58f0\",applicationID:\"1023822682\",browserID:\"1103391986\"};;/*! For license information please see nr-loader-spa-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={384:(e,t,r)=>{\"use strict\";r.d(t,{NT:()=>a,Zm:()=>c,bQ:()=>u,dV:()=>d,pV:()=>l});var n=r(6154),i=r(1863),s=r(944),o=r(1910);const a={beacon:\"bam.nr-data.net\",errorBeacon:\""
}
},
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.",
"howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
},
{
"id": "oauth-protected-resource",
"title": "Publish protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 155329,
"text": "<!DOCTYPE html>\n<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head >\n<meta charset=\"UTF-8\" /><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={privacy:{cookies_enabled:true},ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"],distributed_tracing:{enabled:true}};(window.NREUM||(NREUM={})).loader_config={agentID:\"1103391986\",accountID:\"6434384\",trustKey:\"6434384\",xpid:\"UgIEVVVbDBABVFNRDwMFUFwD\",licenseKey:\"NRJS-b34122c1b3becdb58f0\",applicationID:\"1023822682\",browserID:\"1103391986\"};;/*! For license information please see nr-loader-spa-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={384:(e,t,r)=>{\"use strict\";r.d(t,{NT:()=>a,Zm:()=>c,bQ:()=>u,dV:()=>d,pV:()=>l});var n=r(6154),i=r(1863),s=r(944),o=r(1910);const a={beacon:\"bam.nr-data.net\",errorBeacon:\"bam.nr-data.net\"};function c(){return n.gm.NREUM||(n.gm.NREUM={}),void 0===n.gm.newrelic&&(n.gm.newrelic=n.gm.NREUM),n.gm.NREUM}function d(){let e=c();return e.o||(e.o={ST:n.gm.setTimeout,SI:n.gm.setImmediate||n.gm.setInterval,CT:n.gm.clearTimeout,XHR:n.gm.XMLHttpRequest,REQ:n.gm.Request,EV:n.gm.Event,PR:n.gm.Promise,MO:n.gm.MutationObserver,FETCH:n.gm.fetch,WS:n.gm.WebSocket},(0,o.i)(...Object.values(e.o))),e}function u(e,t){let r=c();r.initializedAgents??={},t.initializedAt={ms:(0,i.t)(),date:new Date},r.initializedAgents[e]=t,2===Object.keys(r.initializedAgents).length&&(0,s.R)(69)}function l(){return function(){let e=c();const t=e.info||{};e.info={beacon:a.beacon,errorBeacon:a.errorBeacon,...t}}(),function(){let e=c();const t=e.init||{};e.init={...t}}(),d(),function(){let e=c();const t=e.loader_config||{};e.loader_config={...t}}(),c()}},733:(e,t,r)=>{\"use strict\";function n(e,t){return function(e){let t=2166136261;for(let r=0;r<e.length;r++)t^=e.charCodeAt(r),t=Math.imul(t,16777619);return(t>>>0).toString(16).padStart(8,\"0\")}(\"\".concat(String(e),\":\").concat(String(t)))}r.d(t,{Y:()=>n})},782:(e,t,r)=>{\"use strict\";r.d(t,{T:()=>n});const n=r(860).K7.pageViewTiming},860:(e,t,r)=>{\"use strict\";r.d(t,{$J:()=>u,K7:()=>c,P3:()=>d,XX:()=>i,Yy:()=>a,df:()=>s,qY:()=>n,v4:()=>o});const n=\"events\",i=\"jserrors\",s=\"browser/blobs\",o=\"rum\",a=\"browser/logs\",c={ajax:\"ajax\",genericEvents:\"generic_events\",jserrors:i,logging:\"logging\",metrics:\"metrics\",pageAction:\"page_action\",pageViewEvent:\"page_view_event\",pageViewTiming:\"page_view_timing\",sessionReplay:\"session_replay\",sessionTrace:\"session_trace\",softNav:\"soft_navigations\"},d={[c.pageViewEvent]:1,[c.pageViewTiming]:2,[c.metrics]:3,[c.jserrors]:4,[c.softNav]:5,[c.ajax]:6,[c.sessionTrace]:7,[c.sessionReplay]:8,[c.logging]:9,[c.genericEvents]:10},u={[c.pageViewEvent]:o,[c.pageViewTiming]:n,[c.ajax]:n,[c.softNav]:n,[c.metrics]:i,[c.jserrors]:i,[c.sessionTrace]:s,[c.sessionReplay]:s,[c.logging]:a,[c.genericEvents]:\"ins\"}},944:(e,t,r)=>{\"use strict\";r.d(t,{R:()=>i});var n=r(3241);function i(e,t){\"function\"==typeof console.debug&&(console.debug(\"New Relic Warning: https://github.com/newrelic/newrelic-browser-agent/blob/main/docs/warning-codes.md#\".concat(e),t),(0,n.W)({drained:null,type:\"data\",name:\"warn\",feature:\"warn\",data:{code:e,secondary:t}}))}},993:(e,t,r)=>{\"use strict\";r.d(t,{A$:()=>s,ET:()=>o,TZ:()=>a,p_:()=>i});var n=r(860);const i={ERROR:\"ERROR\",WARN:\"WARN\",INFO:\"INFO\",DEBUG:\"DEBUG\",TRACE:\"TRACE\"},s={OFF:0,ERROR:1,WARN:2,INFO:3,DEBUG:4,TRACE:5},o=\"log\",a=n.K7.logging},1687:(e,t,r)=>{\"use strict\";r.d(t,{Ak:()=>a,Ze:()=>d,x3:()=>c});var n=r(3241),i=r(3606),s=r(860),o=r(2646);function a(e,t){if(!e)return;const r={staged:!1,priority:s.P3[t]||0};e.runtime.drainRegistry.get(t)||e.runtime.drainRegistry.set(t,r)}function c(e,t){if(!e)return;const r=e.runtime.drainRegistry;r&&(r.get(t)&&r.delete(t),l(e,t,!1),r.size&&u(e))}function d(e,t=\"feature\",r=!1){if(e){if(!e.runtime.drainRegistry.get(t)||r)return l(e,t);e.runtime.drainRegistry.get(t).staged=!0,u(e)}}function u(e){if(!e)return;const t=Array.from(e.runtime.drainRegistry);t.every(([e,t])=>t.staged)&&(t.sort((e,t)=>e[1].priority-t[1].priority),t.forEach(([t]"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
},
{
"id": "agent-auth-block",
"title": "Validate agent_auth authorization metadata",
"status": "fail",
"evidence": {
"valid": false,
"issue": "OAuth authorization server metadata could not be fetched.",
"fetch": {
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 155341,
"text": "<!DOCTYPE html>\n<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head >\n<meta charset=\"UTF-8\" /><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={privacy:{cookies_enabled:true},ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"],distributed_tracing:{enabled:true}};(window.NREUM||(NREUM={})).loader_config={agentID:\"1103391986\",accountID:\"6434384\",trustKey:\"6434384\",xpid:\"UgIEVVVbDBABVFNRDwMFUFwD\",licenseKey:\"NRJS-b34122c1b3becdb58f0\",applicationID:\"1023822682\",browserID:\"1103391986\"};;/*! For license information please see nr-loader-spa-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={384:(e,t,r)=>{\"use strict\";r.d(t,{NT:()=>a,Zm:()=>c,bQ:()=>u,dV:()=>d,pV:()=>l});var n=r(6154),i=r(1863),s=r(944),o=r(1910);const a={beacon:\"bam.nr-data.net\",errorBeacon:\"bam.nr-data.net\"};function c(){return n.gm.NREUM||(n.gm.NREUM={}),void 0===n.gm.newrelic&&(n.gm.newrelic=n.gm.NREUM),n.gm.NREUM}function d(){let e=c();return e.o||(e.o={ST:n.gm.setTimeout,SI:n.gm.setImmediate||n.gm.setInterval,CT:n.gm.clearTimeout,XHR:n.gm.XMLHttpRequest,REQ:n.gm.Request,EV:n.gm.Event,PR:n.gm.Promise,MO:n.gm.MutationObserver,FETCH:n.gm.fetch,WS:n.gm.WebSocket},(0,o.i)(...Object.values(e.o))),e}function u(e,t){let r=c();r.initializedAgents??={},t.initializedAt={ms:(0,i.t)(),date:new Date},r.initializedAgents[e]=t,2===Object.keys(r.initializedAgents).length&&(0,s.R)(69)}function l(){return function(){let e=c();const t=e.info||{};e.info={beacon:a.beacon,errorBeacon:a.errorBeacon,...t}}(),function(){let e=c();const t=e.init||{};e.init={...t}}(),d(),function(){let e=c();const t=e.loader_config||{};e.loader_config={...t}}(),c()}},733:(e,t,r)=>{\"use strict\";function n(e,t){return function(e){let t=2166136261;for(let r=0;r<e.length;r++)t^=e.charCodeAt(r),t=Math.imul(t,16777619);return(t>>>0).toString(16).padStart(8,\"0\")}(\"\".concat(String(e),\":\").concat(String(t)))}r.d(t,{Y:()=>n})},782:(e,t,r)=>{\"use strict\";r.d(t,{T:()=>n});const n=r(860).K7.pageViewTiming},860:(e,t,r)=>{\"use strict\";r.d(t,{$J:()=>u,K7:()=>c,P3:()=>d,XX:()=>i,Yy:()=>a,df:()=>s,qY:()=>n,v4:()=>o});const n=\"events\",i=\"jserrors\",s=\"browser/blobs\",o=\"rum\",a=\"browser/logs\",c={ajax:\"ajax\",genericEvents:\"generic_events\",jserrors:i,logging:\"logging\",metrics:\"metrics\",pageAction:\"page_action\",pageViewEvent:\"page_view_event\",pageViewTiming:\"page_view_timing\",sessionReplay:\"session_replay\",sessionTrace:\"session_trace\",softNav:\"soft_navigations\"},d={[c.pageViewEvent]:1,[c.pageViewTiming]:2,[c.metrics]:3,[c.jserrors]:4,[c.softNav]:5,[c.ajax]:6,[c.sessionTrace]:7,[c.sessionReplay]:8,[c.logging]:9,[c.genericEvents]:10},u={[c.pageViewEvent]:o,[c.pageViewTiming]:n,[c.ajax]:n,[c.softNav]:n,[c.metrics]:i,[c.jserrors]:i,[c.sessionTrace]:s,[c.sessionReplay]:s,[c.logging]:a,[c.genericEvents]:\"ins\"}},944:(e,t,r)=>{\"use strict\";r.d(t,{R:()=>i});var n=r(3241);function i(e,t){\"function\"==typeof console.debug&&(console.debug(\"New Relic Warning: https://github.com/newrelic/newrelic-browser-agent/blob/main/docs/warning-codes.md#\".concat(e),t),(0,n.W)({drained:null,type:\"data\",name:\"warn\",feature:\"warn\",data:{code:e,secondary:t}}))}},993:(e,t,r)=>{\"use strict\";r.d(t,{A$:()=>s,ET:()=>o,TZ:()=>a,p_:()=>i});var n=r(860);const i={ERROR:\"ERROR\",WARN:\"WARN\",INFO:\"INFO\",DEBUG:\"DEBUG\",TRACE:\"TRACE\"},s={OFF:0,ERROR:1,WARN:2,INFO:3,DEBUG:4,TRACE:5},o=\"log\",a=n.K7.logging},1687:(e,t,r)=>{\"use strict\";r.d(t,{Ak:()=>a,Ze:()=>d,x3:()=>c});var n=r(3241),i=r(3606),s=r(860),o=r(2646);function a(e,t){if(!e)return;const r={staged:!1,priority:s.P3[t]||0};e.runtime.drainRegistry.get(t)||e.runtime.drainRegistry.set(t,r)}function c(e,t){if(!e)return;const r=e.runtime.drainRegistry;r&&(r.get(t)&&r.delete(t),l(e,t,!1),r.size&&u(e))}function d(e,t=\"feature\",r=!1){if(e){if(!e.runtime.drainRegistry.get(t)||r)return l(e,t);e.runtime.drainRegistry.get(t).staged=!0,u(e)}}function u(e){if(!e)return;const t=Array.from(e.runtime.drainRegistry);t.every(([e,t])=>t.staged)&&(t.sort((e,t)=>e[1].priority-t[1].priority),t.forEach(([t]"
}
},
"issue": "OAuth authorization server metadata could not be fetched.",
"howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 6,
"signals": [
{
"source": "visible-text",
"weight": 3,
"match": "login"
},
{
"source": "visible-text",
"weight": 3,
"match": "sso"
}
]
},
"resourceFetchSucceeded": false
}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
7 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": 7,
"questionH2s": 0,
"hasFaq": false,
"nonQuestionH2s": [
{
"index": 1,
"text": "Real Results, Real ROI",
"isQuestion": false,
"html": "<h2 class=\"scroll-reveal text-primary-900 mb-10 text-center text-2xl font-bold tracking-tight sm:text-3xl\"> Real Results, Real ROI </h2>"
},
{
"index": 2,
"text": "Built for Every Way You Hire",
"isQuestion": false,
"html": "<h2 class=\"scroll-reveal mx-auto mb-16 max-w-3xl text-center text-3xl font-bold tracking-tight text-white sm:text-4xl lg:text-5xl\"> Built for Every Way You Hire </h2>"
},
{
"index": 3,
"text": "Hiring Hits Different in Every Industry. We Get That.",
"isQuestion": false,
"html": "<h2 class=\"scroll-reveal mx-auto mb-20 max-w-3xl text-center text-2xl font-bold tracking-tight text-primary-900 sm:text-3xl lg:text-4xl\" style=\"text-align: center;\"> Hiring Hits Different in Every Industry.<br> <span class=\"text-primary-400\">We Get That.</span> </h2>"
},
{
"index": 4,
"text": "Customer-Approved. Analyst-Recognized. Industry-Backed.",
"isQuestion": false,
"html": "<h2 class=\"scroll-reveal mx-auto mb-14 max-w-3xl text-center text-2xl font-bold tracking-tight text-white sm:text-3xl lg:text-4xl\"> Customer-Approved. <span class=\"text-white/80\">Analyst-Recognized.</span> Industry-Backed. </h2>"
},
{
"index": 5,
"text": "Resources Worth Reading",
"isQuestion": false,
"html": "<h2 class=\"text-2xl font-bold tracking-tight text-primary-900 sm:text-3xl lg:text-4xl\"> Resources Worth <span class=\"text-primary-400\">Reading</span> </h2>"
},
{
"index": 6,
"text": "Better Hiring, Without the Tradeoffs",
"isQuestion": false,
"html": "<h2 class=\"text-2xl font-bold tracking-tight text-white sm:text-4xl lg:text-5xl\"> Better Hiring,<br> Without the Tradeoffs </h2>"
},
{
"index": 7,
"text": "Jobvite FAQs: Your Questions, Answered",
"isQuestion": false,
"html": "<h2 class=\"text-3xl font-bold tracking-tight text-primary-900 sm:text-4xl\">Jobvite FAQs: Your Questions, Answered</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."
}
]
}Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
OAuth / OIDC discovery was not found at the expected path.
Why it matters
OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.
Check name
OAuth / OIDC discovery
Score
0/100
Status
informational
Category
Auth
Maturity
Established
Goal
Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.
Result
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Validation steps
Fetch to find resource
OAuth / OIDC discovery was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/openid-configuration",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 155306
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 155341
}
]
},
"issue": "OAuth / OIDC discovery was not found at the expected path.",
"howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 6,
"signals": [
{
"source": "visible-text",
"weight": 3,
"match": "login"
},
{
"source": "visible-text",
"weight": 3,
"match": "sso"
}
]
},
"resourceFetchSucceeded": false
}Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Needs attention
OAuth Protected Resource
Issue
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Why it matters
Protected Resource metadata tells agents which authorization servers protect an API and how to connect authentication challenges to the right resource.
Check name
OAuth Protected Resource
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish OAuth Protected Resource Metadata so agents can discover how to authenticate.
Result
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Validation steps
Fetch protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate protected resource metadata
Response is not valid JSON.
Validate protected resource identity
Protected resource metadata `resource` did not match the resource identifier used to retrieve it.
Probe protected API Bearer challenge
No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource JSON."
},
{
"id": "metadata",
"title": "Validate protected resource metadata",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html>\n<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head >\n<meta charset=\"UTF-8\" /><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={privacy:{cookies_enabled:true},ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"],distributed_tracing:{enabled:true}};(window.NREUM||(NREUM={})).loader_config={agentID:\"1103391986\",accountID:\"6434384\",trustKey:\"6434384\",xpid:\"UgIEVVVbDBABVFNRDwMFUFwD\",licenseKey:\"NRJS-b34122c1b3becdb58f0\",applicationID:\"1023822682\",browserID:\"1103391986\"};;/*! For license information please see nr-loader-spa-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={384:(e,t,r)=>{\"use strict\";r.d(t,{NT:()=>a,Zm:()=>c,bQ:()=>u,dV:()=>d,pV:()=>l});var n=r(6154),i=r(1863),s=r(944),o=r(1910);const a={beacon:\"bam.nr-data.net\",errorBeacon:\""
},
"issue": "Response is not valid JSON.",
"howToFix": "Publish resource and authorization_servers as absolute URLs."
},
{
"id": "resource-identity",
"title": "Validate protected resource identity",
"status": "fail",
"evidence": {
"expectedResource": "https://www.jobvite.com"
},
"issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
"howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
},
{
"id": "protected-route-challenge",
"title": "Probe protected API Bearer challenge",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/admin/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.jobvite.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.jobvite.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.jobvite.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
}
]
},
"issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
"howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 6,
"signals": [
{
"source": "visible-text",
"weight": 3,
"match": "login"
},
{
"source": "visible-text",
"weight": 3,
"match": "sso"
}
]
},
"resourceFetchSucceeded": false
}Performance and AccessibilityAccessibilityBrowser audit
Background and foreground colors do not have a sufficient contrast ratio.
100 Fail
Performance and AccessibilityAccessibilityBrowser audit
Background and foreground colors do not have a sufficient contrast ratio.
Check name
Background and foreground colors do not have a sufficient contrast ratio.
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.11/color-contrast).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.11/color-contrast)."
}SEOSEOBrowser audit
Links are not crawlable
100 Fail
SEOSEOBrowser audit
Links are not crawlable
Check name
Links are not crawlable
Score
0/100
Status
fail
Device
desktop
Category
SEO
Fix guidance
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)
Evidence
{
"description": "Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)"
}Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
50 Fail
Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
Check name
Browser errors were logged to the console
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Fix guidance
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)
Evidence
{
"description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
}Performance and AccessibilityBest PracticesBrowser audit
Uses deprecated APIs
50 Fail
Performance and AccessibilityBest PracticesBrowser audit
Uses deprecated APIs
Check name
Uses deprecated APIs
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Estimated savings
1 warning found
Fix guidance
Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/).
Evidence
{
"displayValue": "1 warning found",
"description": "Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/)."
}Performance and AccessibilityPerformanceBrowser audit
Forced reflow
25 Fail
Performance and AccessibilityPerformanceBrowser audit
Forced reflow
Check name
Forced reflow
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations.
References
https://web.dev/learn/performance/Evidence
{
"description": "A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations."
}Performance and AccessibilityPerformanceBrowser audit
Links do not have a discernible name
25 Fail
Performance and AccessibilityPerformanceBrowser audit
Links do not have a discernible name
Check name
Links do not have a discernible name
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name).
References
https://web.dev/learn/performance/Evidence
{
"description": "Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name)."
}Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
25 Fail
Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
Check name
Reduce unused JavaScript
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 286Â KiB
Fix guidance
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 286Â KiB",
"description": "Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).",
"numericValue": 120
}Performance and AccessibilityPerformanceBrowser audit
Legacy JavaScript
13 Warning
Performance and AccessibilityPerformanceBrowser audit
Legacy JavaScript
Check name
Legacy JavaScript
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 12Â KiB
Fix guidance
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 12Â KiB",
"description": "Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)"
}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 |
|---|---|---|---|
| 64/100 | Level 3, Bot-Aware | Current report |