Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 63 out of 100
- Agent Ease of Use 6 out of 100
- Security & Trust 40 out of 100
- GEO, AIO and AEO 84 out of 100
- SEO 100 out of 100
- Performance and Accessibility 70 out of 100
What AI sees of your website
PDF & eSign Software | Smart Document Solutions | Nitro Software
Simplify how your business works. Streamline document workflows, boost productivity, and ensure data security with Nitro's powerful PDF & eSign solutions.
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 | 63 | Needs work | 12 | 11 | 1 | View details |
| Discoverability | 86 | Mostly ready | 6 | 3 | 0 | View details |
| Content Readiness | 63 | Needs work | 5 | 5 | 1 | View details |
| Bot Access Control | 33 | Priority fix | 1 | 3 | 0 | View details |
| Agent Ease of Use | 6 | Priority fix | 4 | 29 | 3 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 7 | 0 | View details |
| MCP | 13 | Priority fix | 0 | 6 | 2 | View details |
| Skill Discovery | 5 | Priority fix | 0 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 84 | Mostly ready | 10 | 0 | 8 | |
| GEO Readiness | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| AIO Readiness | 84 | Mostly ready | 3 | 0 | 4 | |
| AEO Readiness | 77 | Mostly ready | 3 | 0 | 4 | |
| SEO | 100 | Strong | 11 | 0 | 0 | |
| SEO | 100 | Strong | 11 | 0 | 0 | |
| Security & Trust | 40 | Priority fix | 6 | 3 | 0 | View details |
| Security & Trust | 40 | Priority fix | 2 | 3 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 70 | Needs work | 21 | 6 | 0 | View details |
| Performance | 60 | Needs work | 11 | 5 | 0 | View details |
| Accessibility | 88 | Mostly ready | 10 | 1 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
38 items need attention
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
100 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
Why it matters
Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.
Check name
Link headers
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Include Link response headers for agent discovery using RFC 8288.
Result
Link headers failed at "Find useful Link headers".
Validation steps
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": [
{
"url": "https://dev.visualwebsiteoptimizer.com",
"rel": "preconnect"
},
{
"url": "https://www.gonitro.com/hubfs/hub_generated/module_assets/1/212365241454/1781193184738/module_product-focus-tracker.min.css",
"rel": "preload"
},
{
"url": "https://www.gonitro.com/hubfs/hub_generated/template_assets/1/212522898021/1780949506314/template__in-editor-styles.min.css",
"rel": "preload"
},
{
"url": "https://www.gonitro.com/hubfs/hub_generated/template_assets/1/179926198037/1780949508092/template_main.min.css",
"rel": "preload"
},
{
"url": "https://www.gonitro.com/hubfs/hub_generated/module_assets/1/187665754115/1745509490432/module_form-modal.min.css",
"rel": "preload"
},
{
"url": "https://www.gonitro.com/hubfs/hub_generated/template_assets/1/179926198038/1780949506770/template_micromodal.min.css",
"rel": "preload"
},
{
"url": "https://www.gonitro.com/hubfs/hub_generated/module_assets/1/179926092448/1777474459594/module_mega-menu.min.css",
"rel": "preload"
}
]
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
50 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
Why it matters
API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.
Check name
API Catalog
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish an API catalog for automated API discovery using RFC 9727.
Result
API Catalog failed at "Fetch API catalog".
Validation steps
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
Fetch advertised API catalog targets
API Catalog did not expose any same-origin hrefs to validate.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "fail",
"evidence": {
"statusCode": 404,
"contentType": "text/html"
},
"issue": "The API catalog endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/api-catalog."
},
{
"id": "validate",
"title": "Validate RFC 9727 linkset",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!doctype html><html lang=\"en\"><head>\n <meta charset=\"utf-8\">\n \n\t<meta name=\"translate-nitro-links\">\n\n \n \n \n <!-- Start VWO Async SmartCode -->\n <link rel=\"preconnect\" href=\"https://dev.visualwebsiteoptimizer.com\">\n <script type=\"text/plain\" id=\"vwoCode\" class=\"optanon-category-C0002-C0003-C0004\">\n window._vwo_code || (function() {\n var account_id=472626,\n version=2.1,\n settings_tolerance=2000,\n hide_element='body',\n hide_element_style = 'opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important;transition:none !important;',\n /* DO NOT EDIT BELOW THIS LINE */\n f=false,w=window,d=document,v=d.querySelector('#vwoCode'),cK='_vwo_'+account_id+'_settings',cc={};try{var c=JSON.parse(localStorage.getItem('_vwo_'+account_id"
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
50 Fail
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
Why it matters
Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.
Check name
Content Signal
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Declare AI content usage preferences with Content Signal in robots.txt.
Result
Content Signal is missing or incomplete.
Evidence
{
"signals": [],
"ai-train": false,
"search": false,
"ai-input": false
}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" 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" 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",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" 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><html lang=\"en\"><head>\n <meta charset=\"utf-8\">\n \n\t<meta name=\"translate-nitro-links\">\n\n \n \n \n <!-- Start VWO Async SmartCode -->\n <link rel=\"preconnect\" href=\"https://dev.visualwebsiteoptimizer.com\">\n <script type=\"text/plain\" id=\"vwoCode\" class=\"optanon-category-C0002-C0003-C0004\">\n window._vwo_code || (function() {\n var account_id=472626,\n version=2.1,\n settings_tolerance=2000,\n hide_element='body',\n hide_element_style = 'opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important;transition:none !important;',\n /* DO NOT EDIT BELOW THIS LINE */\n f=false,w=window,d=document,v=d.querySelector('#vwoCode'),cK='_vwo_'+account_id+'_settings',cc={};try{var c=JSON.parse(localStorage.getItem('_vwo_'+account_id"
},
{
"path": "/openapi.yaml",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" 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><html lang=\"en\"><head>\n <meta charset=\"utf-8\">\n \n\t<meta name=\"translate-nitro-links\">\n\n \n \n \n <!-- Start VWO Async SmartCode -->\n <link rel=\"preconnect\" href=\"https://dev.visualwebsiteoptimizer.com\">\n <script type=\"text/plain\" id=\"vwoCode\" class=\"optanon-category-C0002-C0003-C0004\">\n window._vwo_code || (function() {\n var account_id=472626,\n version=2.1,\n settings_tolerance=2000,\n hide_element='body',\n hide_element_style = 'opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important;transition:none !important;',\n /* DO NOT EDIT BELOW THIS LINE */\n f=false,w=window,d=document,v=d.querySelector('#vwoCode'),cK='_vwo_'+account_id+'_settings',cc={};try{var c=JSON.parse(localStorage.getItem('_vwo_'+account_id"
},
{
"path": "/swagger.json",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" 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><html lang=\"en\"><head>\n <meta charset=\"utf-8\">\n \n\t<meta name=\"translate-nitro-links\">\n\n \n \n \n <!-- Start VWO Async SmartCode -->\n <link rel=\"preconnect\" href=\"https://dev.visualwebsiteoptimizer.com\">\n <script type=\"text/plain\" id=\"vwoCode\" class=\"optanon-category-C0002-C0003-C0004\">\n window._vwo_code || (function() {\n var account_id=472626,\n version=2.1,\n settings_tolerance=2000,\n hide_element='body',\n hide_element_style = 'opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important;transition:none !important;',\n /* DO NOT EDIT BELOW THIS LINE */\n f=false,w=window,d=document,v=d.querySelector('#vwoCode'),cK='_vwo_'+account_id+'_settings',cc={};try{var c=JSON.parse(localStorage.getItem('_vwo_'+account_id"
},
{
"path": "/swagger.yaml",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" 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><html lang=\"en\"><head>\n <meta charset=\"utf-8\">\n \n\t<meta name=\"translate-nitro-links\">\n\n \n \n \n <!-- Start VWO Async SmartCode -->\n <link rel=\"preconnect\" href=\"https://dev.visualwebsiteoptimizer.com\">\n <script type=\"text/plain\" id=\"vwoCode\" class=\"optanon-category-C0002-C0003-C0004\">\n window._vwo_code || (function() {\n var account_id=472626,\n version=2.1,\n settings_tolerance=2000,\n hide_element='body',\n hide_element_style = 'opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important;transition:none !important;',\n /* DO NOT EDIT BELOW THIS LINE */\n f=false,w=window,d=document,v=d.querySelector('#vwoCode'),cK='_vwo_'+account_id+'_settings',cc={};try{var c=JSON.parse(localStorage.getItem('_vwo_'+account_id"
},
{
"path": "/api/openapi.json",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" 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><html lang=\"en\"><head>\n <meta charset=\"utf-8\">\n \n\t<meta name=\"translate-nitro-links\">\n\n \n \n \n <!-- Start VWO Async SmartCode -->\n <link rel=\"preconnect\" href=\"https://dev.visualwebsiteoptimizer.com\">\n <script type=\"text/plain\" id=\"vwoCode\" class=\"optanon-category-C0002-C0003-C0004\">\n window._vwo_code || (function() {\n var account_id=472626,\n version=2.1,\n settings_tolerance=2000,\n hide_element='body',\n hide_element_style = 'opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important;transition:none !important;',\n /* DO NOT EDIT BELOW THIS LINE */\n f=false,w=window,d=document,v=d.querySelector('#vwoCode'),cK='_vwo_'+account_id+'_settings',cc={};try{var c=JSON.parse(localStorage.getItem('_vwo_'+account_id"
},
{
"path": "/api/swagger.json",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" 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><html lang=\"en\"><head>\n <meta charset=\"utf-8\">\n \n\t<meta name=\"translate-nitro-links\">\n\n \n \n \n <!-- Start VWO Async SmartCode -->\n <link rel=\"preconnect\" href=\"https://dev.visualwebsiteoptimizer.com\">\n <script type=\"text/plain\" id=\"vwoCode\" class=\"optanon-category-C0002-C0003-C0004\">\n window._vwo_code || (function() {\n var account_id=472626,\n version=2.1,\n settings_tolerance=2000,\n hide_element='body',\n hide_element_style = 'opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important;transition:none !important;',\n /* DO NOT EDIT BELOW THIS LINE */\n f=false,w=window,d=document,v=d.querySelector('#vwoCode'),cK='_vwo_'+account_id+'_settings',cc={};try{var c=JSON.parse(localStorage.getItem('_vwo_'+account_id"
},
{
"path": "/docs/openapi.json",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" 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><html lang=\"en\"><head>\n <meta charset=\"utf-8\">\n \n\t<meta name=\"translate-nitro-links\">\n\n \n \n \n <!-- Start VWO Async SmartCode -->\n <link rel=\"preconnect\" href=\"https://dev.visualwebsiteoptimizer.com\">\n <script type=\"text/plain\" id=\"vwoCode\" class=\"optanon-category-C0002-C0003-C0004\">\n window._vwo_code || (function() {\n var account_id=472626,\n version=2.1,\n settings_tolerance=2000,\n hide_element='body',\n hide_element_style = 'opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important;transition:none !important;',\n /* DO NOT EDIT BELOW THIS LINE */\n f=false,w=window,d=document,v=d.querySelector('#vwoCode'),cK='_vwo_'+account_id+'_settings',cc={};try{var c=JSON.parse(localStorage.getItem('_vwo_'+account_id"
}
]
},
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" 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 ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
50 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
Why it matters
Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.
Check name
Web Bot Auth request signing
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.
Result
Web Bot Auth request signing failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Web Bot Auth request signing was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/http-message-signatures-directory",
"statusCode": 404,
"contentType": "text/html",
"length": 131278
}
]
},
"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."
}
]
}Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
33 Fail
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
Needs attention
Content-Security-Policy
Issue
Content-Security-Policy is missing or incomplete.
Why it matters
Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.
Check name
Content-Security-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Constrain script, style, frame, and resource loading with a Content-Security-Policy header.
Result
Content-Security-Policy is missing or incomplete.
Evidence
{
"header": "content-security-policy",
"value": "upgrade-insecure-requests"
}Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
33 Fail
Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
Needs attention
Frame protection
Issue
Frame protection is missing or incomplete.
Why it matters
Frame protection blocks hostile sites from embedding pages in deceptive frames, reducing clickjacking risk.
Check name
Frame protection
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Prevent unwanted framing with X-Frame-Options or CSP frame-ancestors.
Result
Frame protection is missing or incomplete.
Evidence
{
"xFrameOptions": null,
"validXFrame": false,
"contentSecurityPolicy": "upgrade-insecure-requests",
"cspFrameAncestors": false
}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".
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"
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"accept-encoding\".",
"howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
},
{
"id": "markdown-content",
"title": "Structured Markdown body",
"status": "fail",
"evidence": {
"valid": false,
"hasHeading": false,
"wordCount": 32157,
"excerpt": "<!doctype html><html lang=\"en\"><head>\n <meta charset=\"utf-8\">\n \n\t<meta name=\"translate-nitro-links\">\n\n \n \n \n <!-- Start VWO Async SmartCode -->\n <link rel=\"preconnect\" href=\"https://dev.visualwebsiteoptimizer.com\">\n ",
"issue": "Markdown response is missing a heading."
},
"issue": "Markdown response is missing a heading.",
"howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
33 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: invalid h1 (found 2); skipped heading levels; 1 links missing accessible names; 9 buttons missing accessible names; 0/1 applicable form inputs have autocomplete attributes (1 missing).
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": true,
"nav": true,
"footer": true,
"meaningfulH1": false,
"headingOrder": false,
"accessibleLinks": false,
"accessibleButtons": false,
"imageAltCoverage": true,
"formAutocompleteCoverage": false,
"details": {
"inaccessibleLinks": [
"<a href=\"https://nitro-assistant.gonitro.com/\"></a>"
],
"inaccessibleButtons": [
"<button class=\"price-card__card-features-toggle\"> <svg width=\"27\" height=\"27\" viewBox=\"0 0 27 27\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.6914 17.4336L7.06641 11.8086C6.60938 11.3867 6.60938 10.6484 7.06641 10.2266C7.48828 9.76953 8.22656 9.76953 8.64844 10.2266L13.5 15.043L18.3164 10.2266C18.7383 9.76953 19.4766 9.76953 19.8984 10.2266C20.3555 10.6484 20.3555 11.3867 19.8984 11.8086L14.2734 17.4336C13.8516 17.8906 13.1133 17.8906 12.6914 17.4336Z\" fill=\"#090B21\"/> </svg> </",
"<button class=\"price-card__card-features-toggle\"> <svg width=\"27\" height=\"27\" viewBox=\"0 0 27 27\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.6914 17.4336L7.06641 11.8086C6.60938 11.3867 6.60938 10.6484 7.06641 10.2266C7.48828 9.76953 8.22656 9.76953 8.64844 10.2266L13.5 15.043L18.3164 10.2266C18.7383 9.76953 19.4766 9.76953 19.8984 10.2266C20.3555 10.6484 20.3555 11.3867 19.8984 11.8086L14.2734 17.4336C13.8516 17.8906 13.1133 17.8906 12.6914 17.4336Z\" fill=\"#090B21\"/> </svg> </",
"<button class=\"price-card__card-features-toggle\"> <svg width=\"27\" height=\"27\" viewBox=\"0 0 27 27\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.6914 17.4336L7.06641 11.8086C6.60938 11.3867 6.60938 10.6484 7.06641 10.2266C7.48828 9.76953 8.22656 9.76953 8.64844 10.2266L13.5 15.043L18.3164 10.2266C18.7383 9.76953 19.4766 9.76953 19.8984 10.2266C20.3555 10.6484 20.3555 11.3867 19.8984 11.8086L14.2734 17.4336C13.8516 17.8906 13.1133 17.8906 12.6914 17.4336Z\" fill=\"#090B21\"/> </svg> </",
"<button ot-accordion=\"true\" aria-expanded=\"false\" aria-controls=\"ot-desc-id-C0001\" aria-labelledby=\"ot-header-id-C0001\"></button>",
"<button ot-accordion=\"true\" aria-expanded=\"false\" aria-controls=\"ot-desc-id-C0002\" aria-labelledby=\"ot-header-id-C0002\"></button>",
"<button ot-accordion=\"true\" aria-expanded=\"false\" aria-controls=\"ot-desc-id-C0003\" aria-labelledby=\"ot-header-id-C0003\"></button>",
"<button ot-accordion=\"true\" aria-expanded=\"false\" aria-controls=\"ot-desc-id-C0004\" aria-labelledby=\"ot-header-id-C0004\"></button>",
"<button ot-accordion=\"true\" aria-expanded=\"false\" aria-controls=\"ot-desc-id-C0005\" aria-labelledby=\"ot-header-id-C0005\"></button>",
"<button class=\"ot-host-box\" aria-expanded=\"false\"></button>"
],
"missingAutocompleteInputs": [
"<input id=\"vendor-search-handler\" type=\"text\" name=\"vendor-search-handler\">"
],
"imagesMissingAlt": [],
"skippedHeadingLevels": [
"h1: Powering the Document Workflows You Depend On",
"h3: Everything you need for PDF, eSign, and intelligent document automation in one platform—keeping workflows fast, simple, and secure.",
"h2: Why choose Nitro PDF & eSign?",
"h3: Comprehensive PDF editing",
"h3: Secure electronic signing",
"h3: AI-powered efficiency",
"h3: Fair and transparent pricing",
"h2: Instant, accurate redaction you control",
"h4: Smart Redact uses advanced natural language processing to instantly surface sensitive data for removal. With intuitive tools, you maintain complete control to review, adjust, and publish documents with permanent, untraceable redactions.",
"h2: Unlock seamless design and document workflows with Canva + Nitro",
"h4: Get everything you need to create, edit, share, and manage documents efficiently across teams—all in one affordable bundle.",
"h2: Streamline your document tasks: Edit, sign, and share with Nitro PDF",
"h3: Edit PDFs with ease",
"h3: Convert documents in seconds",
"h3: Merge multiple file types to PDF",
"h3: Securely eSign & fill forms",
"h3: Automate your document workflows",
"h2: Simplify your eSigning workflow, from first click to final signature",
"h3: Effortlessly eSign on any device",
"h3: Document every action with audit trails",
"h3: Ensure secure & compliant signatures",
"h3: Integrate eSigning with your systems",
"h3: Meet strict compliance needs",
"h3: Gain real-time insights",
"h3: Automate daily tasks",
"h3: Verify identities",
"h3: Simplify access",
"h2: What customers say about Nitro’s powerful document tools",
"h2: Which PDF & eSign tools are best for your team size?",
"h3: Enterprise & Large Teams",
"h3: Small Business",
"h3: Individual Professionals",
"h3: Students & Teachers",
"h3: Home & Personal",
"h1: Find the Best Plan for You or Your Team",
"h2: Nitro PDF Standard",
"h4: Features",
"h2: Nitro Sign Standard",
"h4: Features",
"h2: Nitro PDF Classic",
"h4: Features",
"h2: FAQs about Nitro",
"h3: What document solutions does Nitro offer?",
"h3: What are the main features of Nitro PDF?",
"h3: What AI tools does Nitro offer for PDF & eSign workflows?",
"h3: How does Nitro keep my data private and secure?",
"h3: What compliance standards does Nitro meet?",
"h3: What support options does Nitro offer?",
"h3: What devices and platforms is Nitro available on?",
"h2: See what Nitro can do for you",
"h3: Contact sales",
"h3: Free trial",
"h3: Become a partner",
"h2: Thank you for your interest in Nitro",
"h4: Recommended plans through our online store",
"h2: Thank you for your interest in Nitro",
"h4: Recommended plans through our online store",
"h2: Thanks for your interest in Nitro!",
"h4: Recommended plans for you:",
"h2: At Nitro, we respect your privacy.",
"h2: Cookie Preference Center",
"h3: Manage Consent Preferences",
"h4: Strictly Necessary Cookies",
"h4: Performance Cookies",
"h4: Functional Cookies",
"h4: Targeting Cookies",
"h4: Social Media Cookies",
"h3: Back"
]
},
"counts": {
"h1": 2,
"headings": 68,
"links": 229,
"inaccessibleLinks": 1,
"buttons": 45,
"inaccessibleButtons": 9,
"images": 74,
"imagesWithAlt": 74,
"autocompleteInputs": 1,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 1
}
}Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
33 Fail
Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
Needs attention
X-Content-Type-Options
Issue
X-Content-Type-Options is missing or incomplete.
Why it matters
X-Content-Type-Options prevents browsers from treating mislabeled files as executable content, reducing content-sniffing attacks.
Check name
X-Content-Type-Options
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Prevent MIME sniffing for browser-loaded resources.
Result
X-Content-Type-Options is missing or incomplete.
Evidence
{
"header": "x-content-type-options",
"value": null
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
Needs attention
MCP Server Card
Issue
MCP Server Card was not found at the expected path.
Why it matters
MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.
Check name
MCP Server Card
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Publish an MCP Server Card for agent discovery.
Result
MCP Server Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
MCP Server Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html",
"length": 131278
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html",
"length": 131278
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 131278
}
]
},
"issue": "MCP Server Card was not found at the expected path.",
"howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
}
]
}Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
Needs attention
mcp.json
Issue
mcp.json was not found at the expected path.
Why it matters
MCP clients need trustworthy server metadata, protocol version, transport details, and capability hints before connecting to a remote MCP server.
Check name
mcp.json
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Expose a stable MCP server metadata document that points agents to the site's MCP endpoint.
Result
mcp.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
mcp.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 131278
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 131278
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html",
"length": 131278
}
]
},
"issue": "mcp.json was not found at the expected path.",
"howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
}
]
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
Why it matters
A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.
Check name
WebMCP manifest
Score
0/100
Status
fail
Category
MCP
Maturity
Informational
Goal
Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.
Result
WebMCP manifest failed at "Fetch to find resource".
Validation steps
Fetch to find resource
WebMCP manifest was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/webmcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 131278
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 131278
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 131278
}
]
},
"issue": "WebMCP manifest was not found at the expected path.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
Why it matters
A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.
Check name
A2A Agent Card
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent card so A2A-compatible clients can discover capabilities.
Result
A2A Agent Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
A2A Agent Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-card.json",
"statusCode": 404,
"contentType": "text/html",
"length": 131278
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html",
"length": 131278
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html",
"length": 131278
}
]
},
"issue": "A2A Agent Card was not found at the expected path.",
"howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
Needs attention
Agent Skills index
Issue
Agent Skills index was not found at the expected path.
Why it matters
An Agent Skills index lets clients find task-specific SKILL.md documents that describe how to use site capabilities correctly.
Check name
Agent Skills index
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent skills discovery index.
Result
Agent Skills index failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Agent Skills index was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-skills/index.json",
"statusCode": 404,
"contentType": "text/html",
"length": 131278
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html",
"length": 131278
}
]
},
"issue": "Agent Skills index was not found at the expected path.",
"howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
Needs attention
agent.json
Issue
agent.json was not found at the expected path.
Why it matters
agent.json is an emerging machine-readable manifest for declaring what a website does, how agents authenticate, and which actions or protocols are available.
Check name
agent.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish the singular Agent Web Protocol agent.json manifest without confusing it with the separate agents.json directory convention.
Result
agent.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agent.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent.json",
"statusCode": 404,
"contentType": "text/html",
"length": 131278
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html",
"length": 131278
}
]
},
"issue": "agent.json was not found at the expected path.",
"howToFix": "Publish agent.json with awp_version, domain, intent, and typed actions that point to real same-origin API or protocol endpoints."
}
]
}Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
Needs attention
agents.json
Issue
agents.json was not found at the expected path.
Why it matters
agents.json gives clients a simple directory of agent-facing capabilities and contacts when a site chooses to advertise them.
Check name
agents.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Informational
Goal
Publish an agents.json directory for agent-facing capabilities and contacts when using this convention.
Result
agents.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agents.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agents.json",
"statusCode": 404,
"contentType": "text/html",
"length": 131278
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html",
"length": 131278
}
]
},
"issue": "agents.json was not found at the expected path.",
"howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
15 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Needs attention
DNS-AID Agent Discovery
Issue
No DNS-AID entrypoint records were found under _agents.
Why it matters
DNS-AID lets agents discover index, A2A, and other agent entrypoints before fetching HTTP metadata, while DNSSEC can authenticate the discovery zone.
Check name
DNS-AID Agent Discovery
Score
25/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish DNS for AI Discovery records under _agents for DNS-based agent entrypoint discovery.
Result
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Validation steps
Resolve DNS-AID SVCB/HTTPS records
No DNS-AID entrypoint records were found under _agents.
Validate alpn and endpoint parameters
Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint.
Check DNSSEC material
DNSSEC material was not visible for the hostname or parent zone from this resolver.
Evidence
{
"failedStep": "svcb-https-records",
"steps": [
{
"id": "svcb-https-records",
"title": "Resolve DNS-AID SVCB/HTTPS records",
"status": "fail",
"evidence": {
"hostname": "www.gonitro.com",
"probes": [
{
"name": "_index._agents.www.gonitro.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.www.gonitro.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.gonitro.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
},
{
"name": "gonitro.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
}
]
},
"issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
"howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
}
]
}Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
13 Warning
Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Needs attention
WebMCP
Issue
WebMCP declarative annotations need fixes.
Details
Why it matters
WebMCP can expose page context and actions directly through the browser, giving agents safer structured hooks than screen scraping alone.
Check name
WebMCP
Score
50/100
Status
warning
Category
MCP
Maturity
Informational
Goal
Support WebMCP to expose site tools to AI agents via the browser.
Result
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Validation steps
Detect data-mcp-tool annotations
No data-mcp-tool attributes were found on interactive elements.
Detect WebMCP declarative tags
No elements found with tool-name or tool-description attributes.
Validate WebMCP declarative annotation quality
WebMCP declarative annotations need fixes.
WebMCP declarative annotation issues
<input name="ot-group-id-C0002"> is missing tool-param-description.<input name="ot-group-id-C0003"> is missing tool-param-description.<input name="ot-group-id-C0004"> is missing tool-param-description.<input name="ot-group-id-C0005"> is missing tool-param-description.<input name="vendor-search-handler"> is missing tool-param-description.<input> is missing a name attribute.<input> is missing tool-param-description.<input> is missing a name attribute.<input> is missing tool-param-description.<input> is missing a name attribute.<input> is missing tool-param-description.<input> is missing a name attribute.<input> is missing tool-param-description.
Detect WebMCP imperative API usage
navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.
Detect WebMCP browser navigator injection
navigator.modelContext was not detected in the rendered browser page.
Interactive surface coverage
Only 0% of interactive surfaces are annotated.
Evidence
{
"failedStep": "declarative-annotation-quality",
"steps": [
{
"id": "data-mcp-tool-attributes",
"title": "Detect data-mcp-tool annotations",
"status": "informational",
"evidence": {
"dataMcpToolCount": 0,
"dataMcpTools": []
},
"issue": "No data-mcp-tool attributes were found on interactive elements.",
"howToFix": "Add data-mcp-tool attributes to high-value forms, buttons, and links so generic MCP-aware tooling can identify intended actions."
},
{
"id": "declarative-tags",
"title": "Detect WebMCP declarative tags",
"status": "informational",
"evidence": {
"totalForms": 0,
"formsWithTags": 0,
"totalInteractive": 283,
"interactiveWithTags": 0,
"totalCount": 283,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"ot-group-id-C0002\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0003\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0004\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0005\"> is missing tool-param-description.",
"<input name=\"vendor-search-handler\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description."
]
},
"issue": "No elements found with tool-name or tool-description attributes.",
"howToFix": "Add tool-name and tool-description attributes to forms and interactive elements."
},
{
"id": "declarative-annotation-quality",
"title": "Validate WebMCP declarative annotation quality",
"status": "warning",
"evidence": {
"issueCount": 13,
"issues": [
"<input name=\"ot-group-id-C0002\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0003\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0004\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0005\"> is missing tool-param-description.",
"<input name=\"vendor-search-handler\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"type": "code",
"value": "<input name=\"ot-group-id-C0002\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"ot-group-id-C0003\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"ot-group-id-C0004\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"ot-group-id-C0005\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"vendor-search-handler\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
}
]
}
],
"howToFix": "Use snake_case tool-name values, descriptive tool-description values, named and labeled fields, and tool-param-description on inputs."
},
{
"id": "imperative-api",
"title": "Detect WebMCP imperative API usage",
"status": "informational",
"evidence": {
"staticSignals": {
"detected": false,
"matched": []
},
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.",
"howToFix": "Use navigator.modelContext.provideContext() to register tools programmatically."
},
{
"id": "browser-navigator-injection",
"title": "Detect WebMCP browser navigator injection",
"status": "informational",
"evidence": {
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext was not detected in the rendered browser page.",
"howToFix": "Expose WebMCP through navigator.modelContext in the browser runtime when the page is intended to provide in-page tools."
},
{
"id": "surface-coverage",
"title": "Interactive surface coverage",
"status": "informational",
"evidence": {
"totalForms": 0,
"formsWithTags": 0,
"totalInteractive": 283,
"interactiveWithTags": 0,
"totalCount": 283,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"ot-group-id-C0002\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0003\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0004\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0005\"> is missing tool-param-description.",
"<input name=\"vendor-search-handler\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description."
]
},
"issue": "Only 0% of interactive surfaces are annotated.",
"howToFix": "Add WebMCP annotations to all forms and interactive elements to increase agent coverage."
}
],
"staticSignals": {
"detected": false,
"matched": []
},
"coverage": {
"totalForms": 0,
"formsWithTags": 0,
"totalInteractive": 283,
"interactiveWithTags": 0,
"totalCount": 283,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"ot-group-id-C0002\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0003\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0004\"> is missing tool-param-description.",
"<input name=\"ot-group-id-C0005\"> is missing tool-param-description.",
"<input name=\"vendor-search-handler\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description."
]
},
"browserWebMcp": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
8 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 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
75/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": "Fri, 12 Jun 2026 07:16:40 GMT",
"schemaDates": [
"2026-06-01"
],
"metaDateCount": 0,
"timeDateCount": 0
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 60/100 and needs improvement.
6 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": [
"2026-06-01"
],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://www.gonitro.com/frequently-asked-questions?hsLang=en",
"text": "FAQs about Nitro Solutions",
"html": "<a href=\"https://www.gonitro.com/frequently-asked-questions?hsLang=en\" class=\"mega-menu__dropdown-link\"> <span>FAQs about Nitro Solutions</span> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"7\" height=\"8\" fill=\"none\"><path d=\"M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z\" fill=\"currentColor\"/></svg> </a>"
},
{
"href": "https://www.gonitro.com/blog/introducing-nitro-workspace?hsLang=en",
"text": "Learn about Nitro's centralized hub for all your PDF and eSign tools.",
"html": "<a href=\"https://www.gonitro.com/blog/introducing-nitro-workspace?hsLang=en\" class=\"mega-menu__dropdown-cta\"> <img src=\"https://www.gonitro.com/hs-fs/hubfs/Imported_Blog_Media/blog-header-workspace.png?width=1600&height=1200&name=blog-header-workspace.png\" alt=\"blog-header-workspace\" class=\"mega-menu__dropdown-cta-image\" loading=\"lazy\" width=\"1600\" height=\"1200\" srcset=\"https://www.gonitro.com/hs-fs/hubfs/Imported_Blog_Media/blog-header-workspace.png?width=800&height=600&name=..."
},
{
"href": "https://www.gonitro.com/smart-redact?hsLang=en",
"text": "Learn more about Smart Redact",
"html": "<a href=\"https://www.gonitro.com/smart-redact?hsLang=en\" class=\"button button--tertiary button--small\"> <span>Learn more about Smart Redact</span> </a>"
},
{
"href": "https://www.gonitro.com/canva-and-nitro?hsLang=en",
"text": "Learn more about Canva + Nitro",
"html": "<a href=\"https://www.gonitro.com/canva-and-nitro?hsLang=en\" class=\"button button--quaternary button--small\"> <span>Learn more about Canva + Nitro</span> </a>"
},
{
"href": "https://www.gonitro.com/pdf?hsLang=en",
"text": "Learn more about Nitro PDF",
"html": "<a href=\"https://www.gonitro.com/pdf?hsLang=en\" class=\"button button--primary\"> <span>Learn more about Nitro PDF</span> </a>"
},
{
"href": "https://www.gonitro.com/sign?hsLang=en",
"text": "Learn more about Nitro Sign",
"html": "<a href=\"https://www.gonitro.com/sign?hsLang=en\" class=\"button button--primary\"> <span>Learn more about Nitro Sign</span> </a>"
},
{
"href": "/security-compliance/compliance?hsLang=en",
"text": "Learn more about our adherence to global compliance standards.",
"html": "<a href=\"/security-compliance/compliance?hsLang=en\" rel=\"noopener\" target=\"_blank\" style=\"color: #d93706;\"><strong>Learn more about our adherence to global compliance standards.</strong></a>"
},
{
"href": "https://www.linkedin.com/company/go-nitro",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/go-nitro\" class=\"social-links__link\" aria-label=\"LinkedIn In\" target=\"_blank\" rel=\"nofollow noopener\"> <svg version=\"1.0\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\" aria-hidden=\"true\"><g id=\"LinkedIn In22_layer\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h8..."
},
{
"href": "https://www.gonitro.com/about?hsLang=en",
"text": "About Nitro",
"html": "<a href=\"https://www.gonitro.com/about?hsLang=en\" class=\"footer-menu__link\"> About Nitro </a>"
},
{
"href": "https://www.gonitro.com/about/careers?hsLang=en",
"text": "Careers",
"html": "<a href=\"https://www.gonitro.com/about/careers?hsLang=en\" class=\"footer-menu__link\"> Careers </a>"
},
{
"href": "https://www.gonitro.com/about/press?hsLang=en",
"text": "Press Releases",
"html": "<a href=\"https://www.gonitro.com/about/press?hsLang=en\" class=\"footer-menu__link\"> Press Releases </a>"
}
],
"contactLinks": [
{
"href": "https://www.gonitro.com/contact-sales?hsLang=en",
"text": "Contact Sales",
"html": "<a href=\"https://www.gonitro.com/contact-sales?hsLang=en\" data-analytics-context=\"PageNavigationHeader\" data-analytics-event=\"ContactSalesClicked\" class=\" button button--tertiary cta--1 button--small mega-menu__button \" na-listener=\"true\"> Contact Sales </a>"
},
{
"href": "#",
"text": "Help & Support",
"html": "<a href=\"#\" class=\"mega-menu__dropdown-back\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"6\" height=\"6\" fill=\"none\"><path d=\"M1.125 2.35a.75.75 0 0 0 0 1.3l3.75 2.165A.75.75 0 0 0 6 5.165V.835a.75.75 0 0 0-1.125-.65L1.125 2.35Z\" fill=\"#484A61\"/></svg> <span>Help & Support</span> </a>"
},
{
"href": "https://www.gonitro.com/support?hsLang=en",
"text": "Customer Support",
"html": "<a href=\"https://www.gonitro.com/support?hsLang=en\" class=\"mega-menu__dropdown-link\"> <span>Customer Support</span> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"7\" height=\"8\" fill=\"none\"><path d=\"M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z\" fill=\"currentColor\"/></svg> </a>"
},
{
"href": "/contact-sales/nitro-pdf-standard?hsLang=en",
"text": "Contact Sales",
"html": "<a href=\"/contact-sales/nitro-pdf-standard?hsLang=en\" class=\"button button--tertiary price-card__card-option-button\" data-analytics-context=\"defaultPriceCardContext\" data-analytics-event=\"ContactSalesClickedPDFStandard\" na-listener=\"true\"> Contact Sales </a>"
},
{
"href": "https://www.gonitro.com/contact-sales/nitro-pdf-standard?hsLang=en",
"text": "Contact Sales",
"html": "<a href=\"https://www.gonitro.com/contact-sales/nitro-pdf-standard?hsLang=en\" class=\"button button--primary price-card__card-option-button\"> Contact Sales </a>"
},
{
"href": "https://www.gonitro.com/contact-sales/sign-standard?hsLang=en",
"text": "Contact Sales",
"html": "<a href=\"https://www.gonitro.com/contact-sales/sign-standard?hsLang=en\" class=\"button button--primary price-card__card-option-button\" data-analytics-context=\"defaultPriceCardContext\" data-analytics-event=\"ContactSalesClickedSignStandard\" na-listener=\"true\"> Contact Sales </a>"
},
{
"href": "https://www.gonitro.com/support?hsLang=en",
"text": "Ticketed Support:",
"html": "<a href=\"https://www.gonitro.com/support?hsLang=en\"><strong>Ticketed Support:</strong></a>"
},
{
"href": "https://www.gonitro.com/contact-sales?hsLang=en",
"text": "Get in touch",
"html": "<a href=\"https://www.gonitro.com/contact-sales?hsLang=en\" class=\"button button--text-primary button--icon bof-ctas__card-button\"> <span>Get in touch</span> <span id=\"hs_cos_wrapper_dnd_area-module-24_\" class=\"hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_icon\" style data-hs-cos-general-type=\"widget\" data-hs-cos-type=\"icon\"><svg version=\"1.0\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\" aria-hidden=\"true\"><g id=\"Arrow Right19_layer\"><path d=\"M438.6 278.6c12.5-12.5 12.5-3..."
},
{
"href": "https://www.gonitro.com/contact-sales/nitro-pdf-plus?hsLang=en",
"text": "Contact Sales",
"html": "<a href=\"https://www.gonitro.com/contact-sales/nitro-pdf-plus?hsLang=en\" class=\"footer-menu__link\"> Contact Sales </a>"
},
{
"href": "https://www.gonitro.com/contact-dpo?hsLang=en",
"text": "Contact Nitro Privacy Team",
"html": "<a href=\"https://www.gonitro.com/contact-dpo?hsLang=en\" class=\"footer-menu__link\"> Contact Nitro Privacy Team </a>"
},
{
"href": "/support?hsLang=en",
"text": "Support Hub",
"html": "<a href=\"/support?hsLang=en\" class=\"footer-menu__link\"> Support Hub </a>"
}
],
"privacyLinks": [
{
"href": "/security-compliance/artificial-intelligence?hsLang=en",
"text": "privacy and data protection",
"html": "<a href=\"/security-compliance/artificial-intelligence?hsLang=en\" style=\"color: #d93706;\" rel=\"noopener\" target=\"_blank\">privacy and data protection</a>"
},
{
"href": "https://www.gonitro.com/contact-dpo?hsLang=en",
"text": "Contact Nitro Privacy Team",
"html": "<a href=\"https://www.gonitro.com/contact-dpo?hsLang=en\" class=\"footer-menu__link\"> Contact Nitro Privacy Team </a>"
},
{
"href": "https://privacyportal-eu.onetrust.com/webform/3126d1a4-365c-4537-9093-3ee90642774c/c30e9600-15d0-4f61-9601-5694eca3f85f",
"text": "Your Privacy Choices",
"html": "<a href=\"https://privacyportal-eu.onetrust.com/webform/3126d1a4-365c-4537-9093-3ee90642774c/c30e9600-15d0-4f61-9601-5694eca3f85f\" class=\"footer-menu__link\"> Your Privacy Choices <img src=\"https://www.gonitro.com/hubfs/privacyoptions_white.svg\" alt=\"privacyoptions_white\" class=\"footer-menu__link_image_field\"> </a>"
},
{
"href": "https://www.gonitro.com/legal/terms-of-service/overview-1",
"text": "Terms of Service",
"html": "<a href=\"https://www.gonitro.com/legal/terms-of-service/overview-1\" role=\"menuitem\" target=\"_self\">Terms of Service</a>"
},
{
"href": "https://www.gonitro.com/legal/overview",
"text": "All Terms & Policies",
"html": "<a href=\"https://www.gonitro.com/legal/overview\" role=\"menuitem\" target=\"_self\">All Terms & Policies</a>"
},
{
"href": "https://www.gonitro.com/privacy-policy",
"text": "privacy policy",
"html": "<a href=\"https://www.gonitro.com/privacy-policy\">privacy policy</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.
6 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
45 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": 53,
"passing": 8,
"failing": [
{
"heading": "Everything you need for PDF, eSign, and intelligent document automation in one platform—keeping workflows fast, simple, and secure.",
"headingHtml": "<h3 style=\"font-weight: normal;\">Everything you need for PDF, eSign, and intelligent document automation in one platform—keeping workflows fast, simple, and secure.</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Why choose Nitro PDF & eSign?",
"headingHtml": "<h2 class=\"content-header__heading mb-none\">Why choose Nitro PDF & eSign?</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Comprehensive PDF editing",
"headingHtml": "<h3 class=\"icon-cards__card-title mb-sm\">Comprehensive PDF editing</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Secure electronic signing",
"headingHtml": "<h3 class=\"icon-cards__card-title mb-sm\">Secure electronic signing</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "AI-powered efficiency",
"headingHtml": "<h3 class=\"icon-cards__card-title mb-sm\">AI-powered efficiency</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Fair and transparent pricing",
"headingHtml": "<h3 class=\"icon-cards__card-title mb-sm\">Fair and transparent pricing</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Instant, accurate redaction you control",
"headingHtml": "<h2><span style=\"color: #30314d;\">Instant, accurate redaction you control</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Unlock seamless design and document workflows with Canva + Nitro",
"headingHtml": "<h2>Unlock seamless design and document workflows with Canva + Nitro</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Streamline your document tasks: Edit, sign, and share with Nitro PDF",
"headingHtml": "<h2>Streamline your document tasks: Edit, sign, and share with Nitro PDF</h2>",
"firstParagraph": "Tired of overcomplicated PDF tools? Nitro makes every document task simple. Edit, sign, convert, and collaborate—across your devices. No steep learning curve, no wasted time.",
"paragraphHtml": "<p>Tired of overcomplicated PDF tools? Nitro makes every document task simple. Edit, sign, convert, and collaborate—across your devices. No steep learning curve, no wasted time.</p>",
"words": 26,
"direct": false,
"issue": "First paragraph is 26 words and does not look like a concise direct answer."
},
{
"heading": "Edit PDFs with ease",
"headingHtml": "<h3 class=\"capabilities-carousel__card-title\">Edit PDFs with ease</h3>",
"firstParagraph": "Discover a world of PDF editing tools at your fingertips, empowering you to create and customize professional documents across devices.",
"paragraphHtml": "<p>Discover a world of PDF editing tools at your fingertips, empowering you to create and customize professional documents across devices.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "Convert documents in seconds",
"headingHtml": "<h3 class=\"capabilities-carousel__card-title\">Convert documents in seconds</h3>",
"firstParagraph": "Convert Word, Excel, PowerPoint, images, and emails to PDF in a few clicks, all while preserving your data and formatting.",
"paragraphHtml": "<p>Convert Word, Excel, PowerPoint, images, and emails to PDF in a few clicks, all while preserving your data and formatting.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "Merge multiple file types to PDF",
"headingHtml": "<h3 class=\"capabilities-carousel__card-title\">Merge multiple file types to PDF</h3>",
"firstParagraph": "Simplify document management by combining PDFs, text files, spreadsheets, presentations, and more into one searchable, shareable PDF.",
"paragraphHtml": "<p>Simplify document management by combining PDFs, text files, spreadsheets, presentations, and more into one searchable, shareable PDF.</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Securely eSign & fill forms",
"headingHtml": "<h3 class=\"capabilities-carousel__card-title\">Securely eSign & fill forms</h3>",
"firstParagraph": "Accelerate contracts and form completion, design and share fillable forms, and electronically sign documents easily.",
"paragraphHtml": "<p>Accelerate contracts and form completion, design and share fillable forms, and electronically sign documents easily.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Automate your document workflows",
"headingHtml": "<h3 class=\"capabilities-carousel__card-title\">Automate your document workflows</h3>",
"firstParagraph": "Reclaim your time with Nitro’s powerful tools that simplify and automate repetitive document tasks.",
"paragraphHtml": "<p>Reclaim your time with Nitro’s powerful tools that simplify and automate repetitive document tasks.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Simplify your eSigning workflow, from first click to final signature",
"headingHtml": "<h2>Simplify your eSigning workflow, from first click to final signature</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Effortlessly eSign on any device",
"headingHtml": "<h3 class=\"capabilities-carousel__card-title\">Effortlessly eSign on any device</h3>",
"firstParagraph": "Send multiple documents for signature in one package, easily send reminders, and track progress—keeping your workflows simple, safe, and efficient.",
"paragraphHtml": "<p><span>Send multiple documents for signature in one package, easily send reminders, and track progress—keeping your workflows simple, safe, and efficient. </span></p>",
"words": 21,
"direct": false,
"issue": "First paragraph is 21 words and does not look like a concise direct answer."
},
{
"heading": "Ensure secure & compliant signatures",
"headingHtml": "<h3 class=\"capabilities-carousel__card-title\">Ensure secure & compliant signatures</h3>",
"firstParagraph": "Maximize robust security and eSign compliance features with advanced options for SSO, ID verification, and more.",
"paragraphHtml": "<p><span>Maximize robust security and eSign compliance features with advanced options for SSO, ID verification, and more. </span></p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Integrate eSigning with your systems",
"headingHtml": "<h3 class=\"capabilities-carousel__card-title\">Integrate eSigning with your systems</h3>",
"firstParagraph": "Connect Nitro Sign seamlessly with tools you already use like Salesforce and Zapier, or use our API to integrate with custom applications.",
"paragraphHtml": "<p><span>Connect Nitro Sign seamlessly with tools you already use like Salesforce and Zapier, or use our API to integrate with custom applications. </span></p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "Meet strict compliance needs",
"headingHtml": "<h3 class=\"capabilities-carousel__card-title\">Meet strict compliance needs</h3>",
"firstParagraph": "Comply with the most stringent global eSign laws such as eIDAS, ZertES, UETA, and the E-sign Act with our range of signing methods.",
"paragraphHtml": "<p><span>Comply with the most stringent global eSign laws such as eIDAS, ZertES, UETA, and the E-sign Act with our range of signing methods.</span></p>",
"words": 23,
"direct": false,
"issue": "First paragraph is 23 words and does not look like a concise direct answer."
},
{
"heading": "Gain real-time insights",
"headingHtml": "<h3 class=\"image-cards__card-title\">Gain real-time insights</h3>",
"firstParagraph": "Make data-driven decisions easier with Nitro's exclusive, robust analytics. Increase efficiency, prove ROI, and track sustainability.",
"paragraphHtml": "<p class=\"image-cards__card-description\">Make data-driven decisions easier with Nitro's exclusive, robust analytics. Increase efficiency, prove ROI, and track sustainability. </p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "What customers say about Nitro’s powerful document tools",
"headingHtml": "<h2 style=\"text-align: center;\"><span style=\"color: #d93706;\"><span style=\"color: #000000;\">What customers say about Nitro’s powerful document tools</span></span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Which PDF & eSign tools are best for your team size?",
"headingHtml": "<h2 data-hsprotectvwo-op-1749564067344-1><span>Which PDF & eSign tools are best for your team size?</span></h2>",
"firstParagraph": "Whether you're a single user, a growing team, or a global enterprise, Nitro makes it easy to edit PDFs, send secure eSignatures, and keep costs under control with flexible plans that match your goals and budget.",
"paragraphHtml": "<p>Whether you're a single user, a growing team, or a global enterprise, Nitro makes it easy to edit PDFs, send secure eSignatures, and keep costs under control with flexible plans that match your goals and budget.</p>",
"words": 36,
"direct": false,
"issue": "First paragraph is 36 words and does not look like a concise direct answer."
},
{
"heading": "Enterprise & Large Teams",
"headingHtml": "<h3 class=\"cards-carousel__card-title text-white\">Enterprise & Large Teams</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Small Business",
"headingHtml": "<h3 class=\"cards-carousel__card-title text-white\">Small Business</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Individual Professionals",
"headingHtml": "<h3 class=\"cards-carousel__card-title text-white\">Individual Professionals</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Students & Teachers",
"headingHtml": "<h3 class=\"cards-carousel__card-title text-white\">Students & Teachers</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Home & Personal",
"headingHtml": "<h3 class=\"cards-carousel__card-title text-white\">Home & Personal</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Nitro PDF Standard",
"headingHtml": "<h2 class=\"price-card__card-title\"> Nitro PDF Standard </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Nitro Sign Standard",
"headingHtml": "<h2 class=\"price-card__card-title\"> Nitro Sign Standard </h2>",
"firstParagraph": "For individuals or small teams with basic signing needs.",
"paragraphHtml": "<p>For individuals or small teams with basic signing needs.</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Nitro PDF Classic",
"headingHtml": "<h2 class=\"price-card__card-title\"> Nitro PDF Classic </h2>",
"firstParagraph": "",
"paragraphHtml": "<p> </p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "FAQs about Nitro",
"headingHtml": "<h2>FAQs about Nitro</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "What document solutions does Nitro offer?",
"headingHtml": "<h3 class=\"faqs-2__question mb-none\"> What document solutions does Nitro offer? <button class=\"faqs-2__toggle\" aria-label=\"Toggle FAQ\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"8\" height=\"7\" fill=\"none\"><path d=\"M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z\" fill=\"currentColor\"/></svg> </button> </h3>",
"firstParagraph": "Nitro offers a comprehensive suite of tools designed to streamline your document workflows, including:",
"paragraphHtml": "<p>Nitro offers a comprehensive suite of tools designed to streamline your document workflows, including:</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "How does Nitro keep my data private and secure?",
"headingHtml": "<h3 class=\"faqs-2__question mb-none\"> How does Nitro keep my data private and secure? <button class=\"faqs-2__toggle\" aria-label=\"Toggle FAQ\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"8\" height=\"7\" fill=\"none\"><path d=\"M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z\" fill=\"currentColor\"/></svg> </button> </h3>",
"firstParagraph": "Nitro prioritizes security in all of our software solutions, employing strong encryption, secure authentication, and continuous monitoring to protect sensitive information from unauthorized access.",
"paragraphHtml": "<p><span style=\"color: #d93706;\"><a href=\"/security-compliance/security?hsLang=en\" rel=\"noopener\" target=\"_blank\" style=\"color: #d93706;\">Nitro prioritizes security</a></span> in all of our software solutions, employing strong encryption, secure authentication, and continuous monitoring to protect sensitive information from unauthorized access.</p>",
"words": 24,
"direct": false,
"issue": "First paragraph is 24 words and does not look like a concise direct answer."
},
{
"heading": "What compliance standards does Nitro meet?",
"headingHtml": "<h3 class=\"faqs-2__question mb-none\"> What compliance standards does Nitro meet? <button class=\"faqs-2__toggle\" aria-label=\"Toggle FAQ\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"8\" height=\"7\" fill=\"none\"><path d=\"M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z\" fill=\"currentColor\"/></svg> </button> </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "What support options does Nitro offer?",
"headingHtml": "<h3 class=\"faqs-2__question mb-none\"> What support options does Nitro offer? <button class=\"faqs-2__toggle\" aria-label=\"Toggle FAQ\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"8\" height=\"7\" fill=\"none\"><path d=\"M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z\" fill=\"currentColor\"/></svg> </button> </h3>",
"firstParagraph": "Whether you're a five-person team or a global enterprise, our dedicated support is available 24/7.",
"paragraphHtml": "<p>Whether you're a five-person team or a global enterprise, our dedicated support is available 24/7.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "What devices and platforms is Nitro available on?",
"headingHtml": "<h3 class=\"faqs-2__question mb-none\"> What devices and platforms is Nitro available on? <button class=\"faqs-2__toggle\" aria-label=\"Toggle FAQ\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"8\" height=\"7\" fill=\"none\"><path d=\"M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z\" fill=\"currentColor\"/></svg> </button> </h3>",
"firstParagraph": "Nitro’s PDF, eSign, and Workspace are designed for flexibility and accessibility across multiple platforms:",
"paragraphHtml": "<p>Nitro’s PDF, eSign, and Workspace are designed for flexibility and accessibility across multiple platforms:</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "See what Nitro can do for you",
"headingHtml": "<h2 class=\"bof-ctas__heading\">See what Nitro can do for you</h2>",
"firstParagraph": "Take the next step to digital success today.",
"paragraphHtml": "<p>Take the next step to digital success today.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Contact sales",
"headingHtml": "<h3 class=\"bof-ctas__card-title mb-sm\">Contact sales</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Free trial",
"headingHtml": "<h3 class=\"bof-ctas__card-title mb-sm\">Free trial</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Become a partner",
"headingHtml": "<h3 class=\"bof-ctas__card-title mb-sm\">Become a partner</h3>",
"firstParagraph": "Get Nitro PDF for Mac",
"paragraphHtml": "<p style=\"font-size: 10px;\"><strong>Get Nitro PDF for Mac</strong></p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "Thank you for your interest in Nitro",
"headingHtml": "<h2 class=\"modal-header-heading\">Thank you for your interest in Nitro</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Thank you for your interest in Nitro",
"headingHtml": "<h2 class=\"modal-header-heading\">Thank you for your interest in Nitro</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Thanks for your interest in Nitro!",
"headingHtml": "<h2 class=\"modal-header-heading\">Thanks for your interest in Nitro!</h2>",
"firstParagraph": "",
"paragraphHtml": "<p style=\"margin:0;padding:0;border:0;\"> <img src=\"https://a1.adform.net/Serving/TrackPoint/?pm=3044806&ADFPageName=https%3A%2F%2Fwww.gonitro.com%2F&ADFdivider=|\" width=\"1\" height=\"1\" alt> </p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Cookie Preference Center",
"headingHtml": "<h2 id=\"ot-pc-title\">Cookie Preference Center</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Back",
"headingHtml": "<h3>Back</h3>",
"firstParagraph": "",
"paragraphHtml": "<p role=\"status\" class=\"ot-scrn-rdr\"></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 60/100 and needs improvement.
5 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": [
"2026-06-01"
],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://www.gonitro.com/frequently-asked-questions?hsLang=en",
"text": "FAQs about Nitro Solutions",
"html": "<a href=\"https://www.gonitro.com/frequently-asked-questions?hsLang=en\" class=\"mega-menu__dropdown-link\"> <span>FAQs about Nitro Solutions</span> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"7\" height=\"8\" fill=\"none\"><path d=\"M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z\" fill=\"currentColor\"/></svg> </a>"
},
{
"href": "https://www.gonitro.com/blog/introducing-nitro-workspace?hsLang=en",
"text": "Learn about Nitro's centralized hub for all your PDF and eSign tools.",
"html": "<a href=\"https://www.gonitro.com/blog/introducing-nitro-workspace?hsLang=en\" class=\"mega-menu__dropdown-cta\"> <img src=\"https://www.gonitro.com/hs-fs/hubfs/Imported_Blog_Media/blog-header-workspace.png?width=1600&height=1200&name=blog-header-workspace.png\" alt=\"blog-header-workspace\" class=\"mega-menu__dropdown-cta-image\" loading=\"lazy\" width=\"1600\" height=\"1200\" srcset=\"https://www.gonitro.com/hs-fs/hubfs/Imported_Blog_Media/blog-header-workspace.png?width=800&height=600&name=..."
},
{
"href": "https://www.gonitro.com/smart-redact?hsLang=en",
"text": "Learn more about Smart Redact",
"html": "<a href=\"https://www.gonitro.com/smart-redact?hsLang=en\" class=\"button button--tertiary button--small\"> <span>Learn more about Smart Redact</span> </a>"
},
{
"href": "https://www.gonitro.com/canva-and-nitro?hsLang=en",
"text": "Learn more about Canva + Nitro",
"html": "<a href=\"https://www.gonitro.com/canva-and-nitro?hsLang=en\" class=\"button button--quaternary button--small\"> <span>Learn more about Canva + Nitro</span> </a>"
},
{
"href": "https://www.gonitro.com/pdf?hsLang=en",
"text": "Learn more about Nitro PDF",
"html": "<a href=\"https://www.gonitro.com/pdf?hsLang=en\" class=\"button button--primary\"> <span>Learn more about Nitro PDF</span> </a>"
},
{
"href": "https://www.gonitro.com/sign?hsLang=en",
"text": "Learn more about Nitro Sign",
"html": "<a href=\"https://www.gonitro.com/sign?hsLang=en\" class=\"button button--primary\"> <span>Learn more about Nitro Sign</span> </a>"
},
{
"href": "/security-compliance/compliance?hsLang=en",
"text": "Learn more about our adherence to global compliance standards.",
"html": "<a href=\"/security-compliance/compliance?hsLang=en\" rel=\"noopener\" target=\"_blank\" style=\"color: #d93706;\"><strong>Learn more about our adherence to global compliance standards.</strong></a>"
},
{
"href": "https://www.linkedin.com/company/go-nitro",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/go-nitro\" class=\"social-links__link\" aria-label=\"LinkedIn In\" target=\"_blank\" rel=\"nofollow noopener\"> <svg version=\"1.0\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\" aria-hidden=\"true\"><g id=\"LinkedIn In22_layer\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h8..."
},
{
"href": "https://www.gonitro.com/about?hsLang=en",
"text": "About Nitro",
"html": "<a href=\"https://www.gonitro.com/about?hsLang=en\" class=\"footer-menu__link\"> About Nitro </a>"
},
{
"href": "https://www.gonitro.com/about/careers?hsLang=en",
"text": "Careers",
"html": "<a href=\"https://www.gonitro.com/about/careers?hsLang=en\" class=\"footer-menu__link\"> Careers </a>"
},
{
"href": "https://www.gonitro.com/about/press?hsLang=en",
"text": "Press Releases",
"html": "<a href=\"https://www.gonitro.com/about/press?hsLang=en\" class=\"footer-menu__link\"> Press Releases </a>"
}
],
"contactLinks": [
{
"href": "https://www.gonitro.com/contact-sales?hsLang=en",
"text": "Contact Sales",
"html": "<a href=\"https://www.gonitro.com/contact-sales?hsLang=en\" data-analytics-context=\"PageNavigationHeader\" data-analytics-event=\"ContactSalesClicked\" class=\" button button--tertiary cta--1 button--small mega-menu__button \" na-listener=\"true\"> Contact Sales </a>"
},
{
"href": "#",
"text": "Help & Support",
"html": "<a href=\"#\" class=\"mega-menu__dropdown-back\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"6\" height=\"6\" fill=\"none\"><path d=\"M1.125 2.35a.75.75 0 0 0 0 1.3l3.75 2.165A.75.75 0 0 0 6 5.165V.835a.75.75 0 0 0-1.125-.65L1.125 2.35Z\" fill=\"#484A61\"/></svg> <span>Help & Support</span> </a>"
},
{
"href": "https://www.gonitro.com/support?hsLang=en",
"text": "Customer Support",
"html": "<a href=\"https://www.gonitro.com/support?hsLang=en\" class=\"mega-menu__dropdown-link\"> <span>Customer Support</span> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"7\" height=\"8\" fill=\"none\"><path d=\"M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z\" fill=\"currentColor\"/></svg> </a>"
},
{
"href": "/contact-sales/nitro-pdf-standard?hsLang=en",
"text": "Contact Sales",
"html": "<a href=\"/contact-sales/nitro-pdf-standard?hsLang=en\" class=\"button button--tertiary price-card__card-option-button\" data-analytics-context=\"defaultPriceCardContext\" data-analytics-event=\"ContactSalesClickedPDFStandard\" na-listener=\"true\"> Contact Sales </a>"
},
{
"href": "https://www.gonitro.com/contact-sales/nitro-pdf-standard?hsLang=en",
"text": "Contact Sales",
"html": "<a href=\"https://www.gonitro.com/contact-sales/nitro-pdf-standard?hsLang=en\" class=\"button button--primary price-card__card-option-button\"> Contact Sales </a>"
},
{
"href": "https://www.gonitro.com/contact-sales/sign-standard?hsLang=en",
"text": "Contact Sales",
"html": "<a href=\"https://www.gonitro.com/contact-sales/sign-standard?hsLang=en\" class=\"button button--primary price-card__card-option-button\" data-analytics-context=\"defaultPriceCardContext\" data-analytics-event=\"ContactSalesClickedSignStandard\" na-listener=\"true\"> Contact Sales </a>"
},
{
"href": "https://www.gonitro.com/support?hsLang=en",
"text": "Ticketed Support:",
"html": "<a href=\"https://www.gonitro.com/support?hsLang=en\"><strong>Ticketed Support:</strong></a>"
},
{
"href": "https://www.gonitro.com/contact-sales?hsLang=en",
"text": "Get in touch",
"html": "<a href=\"https://www.gonitro.com/contact-sales?hsLang=en\" class=\"button button--text-primary button--icon bof-ctas__card-button\"> <span>Get in touch</span> <span id=\"hs_cos_wrapper_dnd_area-module-24_\" class=\"hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_icon\" style data-hs-cos-general-type=\"widget\" data-hs-cos-type=\"icon\"><svg version=\"1.0\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\" aria-hidden=\"true\"><g id=\"Arrow Right19_layer\"><path d=\"M438.6 278.6c12.5-12.5 12.5-3..."
},
{
"href": "https://www.gonitro.com/contact-sales/nitro-pdf-plus?hsLang=en",
"text": "Contact Sales",
"html": "<a href=\"https://www.gonitro.com/contact-sales/nitro-pdf-plus?hsLang=en\" class=\"footer-menu__link\"> Contact Sales </a>"
},
{
"href": "https://www.gonitro.com/contact-dpo?hsLang=en",
"text": "Contact Nitro Privacy Team",
"html": "<a href=\"https://www.gonitro.com/contact-dpo?hsLang=en\" class=\"footer-menu__link\"> Contact Nitro Privacy Team </a>"
},
{
"href": "/support?hsLang=en",
"text": "Support Hub",
"html": "<a href=\"/support?hsLang=en\" class=\"footer-menu__link\"> Support Hub </a>"
}
],
"privacyLinks": [
{
"href": "/security-compliance/artificial-intelligence?hsLang=en",
"text": "privacy and data protection",
"html": "<a href=\"/security-compliance/artificial-intelligence?hsLang=en\" style=\"color: #d93706;\" rel=\"noopener\" target=\"_blank\">privacy and data protection</a>"
},
{
"href": "https://www.gonitro.com/contact-dpo?hsLang=en",
"text": "Contact Nitro Privacy Team",
"html": "<a href=\"https://www.gonitro.com/contact-dpo?hsLang=en\" class=\"footer-menu__link\"> Contact Nitro Privacy Team </a>"
},
{
"href": "https://privacyportal-eu.onetrust.com/webform/3126d1a4-365c-4537-9093-3ee90642774c/c30e9600-15d0-4f61-9601-5694eca3f85f",
"text": "Your Privacy Choices",
"html": "<a href=\"https://privacyportal-eu.onetrust.com/webform/3126d1a4-365c-4537-9093-3ee90642774c/c30e9600-15d0-4f61-9601-5694eca3f85f\" class=\"footer-menu__link\"> Your Privacy Choices <img src=\"https://www.gonitro.com/hubfs/privacyoptions_white.svg\" alt=\"privacyoptions_white\" class=\"footer-menu__link_image_field\"> </a>"
},
{
"href": "https://www.gonitro.com/legal/terms-of-service/overview-1",
"text": "Terms of Service",
"html": "<a href=\"https://www.gonitro.com/legal/terms-of-service/overview-1\" role=\"menuitem\" target=\"_self\">Terms of Service</a>"
},
{
"href": "https://www.gonitro.com/legal/overview",
"text": "All Terms & Policies",
"html": "<a href=\"https://www.gonitro.com/legal/overview\" role=\"menuitem\" target=\"_self\">All Terms & Policies</a>"
},
{
"href": "https://www.gonitro.com/privacy-policy",
"text": "privacy policy",
"html": "<a href=\"https://www.gonitro.com/privacy-policy\">privacy policy</a>"
}
],
"score": 60,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
24 image(s) are missing width/height attributes. 47 possible modal/interstitial element(s) detected.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Page experience for AIO
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Page experience for AIO scored 70/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1",
"visibleWords": 3644,
"htmlBytes": 471299,
"imagesMissingDimensions": [
{
"src": "https://www.gonitro.com/hs-fs/hubfs/Website/_Photos/business-woman-tablet-and-office-for-connection-2024-12-14-04-51-42-utc.jpg?width=2000&name=business-woman-tablet-and-office-for-connection-2024-12-14-04-51-42-utc.jpg",
"width": "2000",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://www.gonitro.com/hs-fs/hubfs/Website/_Photos/business-woman-tablet-and-office-for-connection-2024-12-14-04-51-42-utc.jpg?width=2000&name=business-woman-tablet-and-office-for-connection-2024-12-14-04-51-42-utc.jpg\" alt=\"business-woman-tablet-and-office-for-connection-2024-12-14-04-51-42-utc\" class=\"mega-menu__dropdown-cta-image\" loading=\"lazy\" width=\"2000\" style=\"max-width: 100%; height: auto;\" srcset=\"https://www.gonitro.com/hs-fs/hubfs/Website/_Photos/business-woman-tabl..."
},
{
"src": "https://www.gonitro.com/hubfs/Background_Man_Cropped.png",
"width": "",
"height": "",
"loading": "eager",
"html": "<img src=\"https://www.gonitro.com/hubfs/Background_Man_Cropped.png\" class=\"hs-image-widget \" style=\"max-width: 100%; height: auto;\" alt=\"Background_Man_Cropped\" title=\"Background_Man_Cropped\" loading=\"eager\">"
},
{
"src": "https://www.gonitro.com/hubfs/Website/_Logos/Knight%20Frank.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://www.gonitro.com/hubfs/Website/_Logos/Knight%20Frank.svg\" alt=\"Logo Knight Frank\" class=\"logo-carousel__logo\" loading=\"lazy\" style=\"max-width: 100%; height: auto;\">"
},
{
"src": "https://www.gonitro.com/hubfs/Website/_Logos/Colliers.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://www.gonitro.com/hubfs/Website/_Logos/Colliers.svg\" alt=\"Logo Colliers\" class=\"logo-carousel__logo\" loading=\"lazy\" style=\"max-width: 100%; height: auto;\">"
},
{
"src": "https://www.gonitro.com/hubfs/Website/_Logos/Leavitt%20Group.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://www.gonitro.com/hubfs/Website/_Logos/Leavitt%20Group.svg\" alt=\"Logo Leavitt Group\" class=\"logo-carousel__logo\" loading=\"lazy\" style=\"max-width: 100%; height: auto;\">"
},
{
"src": "https://www.gonitro.com/hubfs/Website/_Logos/Cegid.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://www.gonitro.com/hubfs/Website/_Logos/Cegid.svg\" alt=\"Logo Cegid\" class=\"logo-carousel__logo\" loading=\"lazy\" style=\"max-width: 100%; height: auto;\">"
},
{
"src": "https://www.gonitro.com/hubfs/Website/_Logos/Beca.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://www.gonitro.com/hubfs/Website/_Logos/Beca.svg\" alt=\"Logo Beca\" class=\"logo-carousel__logo\" loading=\"lazy\" style=\"max-width: 100%; height: auto;\">"
},
{
"src": "https://www.gonitro.com/hubfs/Website/_Logos/Leonardo%20DRS.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://www.gonitro.com/hubfs/Website/_Logos/Leonardo%20DRS.svg\" alt=\"Logo Leonardo DRS\" class=\"logo-carousel__logo\" loading=\"lazy\" style=\"max-width: 100%; height: auto;\">"
},
{
"src": "https://www.gonitro.com/hubfs/Website/_Logos/Equiniti.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://www.gonitro.com/hubfs/Website/_Logos/Equiniti.svg\" alt=\"Logo Equiniti\" class=\"logo-carousel__logo\" loading=\"lazy\" style=\"max-width: 100%; height: auto;\">"
},
{
"src": "https://www.gonitro.com/hubfs/Website/_Logos/Mace.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://www.gonitro.com/hubfs/Website/_Logos/Mace.svg\" alt=\"Logo Mace\" class=\"logo-carousel__logo\" loading=\"lazy\" style=\"max-width: 100%; height: auto;\">"
},
{
"src": "https://www.gonitro.com/hubfs/Website/_Logos/Zebra.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://www.gonitro.com/hubfs/Website/_Logos/Zebra.svg\" alt=\"Logo Zebra\" class=\"logo-carousel__logo\" loading=\"lazy\" style=\"max-width: 100%; height: auto;\">"
},
{
"src": "https://www.gonitro.com/hubfs/Website/_Logos/BNY%20Mellon.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://www.gonitro.com/hubfs/Website/_Logos/BNY%20Mellon.svg\" alt=\"Logo BNY Mellon\" class=\"logo-carousel__logo\" loading=\"lazy\" style=\"max-width: 100%; height: auto;\">"
},
{
"src": "https://www.gonitro.com/hubfs/Website/_Logos/Ramsay%20Sante.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://www.gonitro.com/hubfs/Website/_Logos/Ramsay%20Sante.svg\" alt=\"Logo Ramsay Sante\" class=\"logo-carousel__logo\" loading=\"lazy\" style=\"max-width: 100%; height: auto;\">"
},
{
"src": "https://www.gonitro.com/hubfs/Website/_Logos/T%20Mobile.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://www.gonitro.com/hubfs/Website/_Logos/T%20Mobile.svg\" alt=\"Logo T-Mobile\" class=\"logo-carousel__logo\" loading=\"lazy\" style=\"max-width: 100%; height: auto;\">"
},
{
"src": "https://www.gonitro.com/hubfs/Website/_Logos/JLL.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://www.gonitro.com/hubfs/Website/_Logos/JLL.svg\" alt=\"Logo JLL\" class=\"logo-carousel__logo\" loading=\"lazy\" style=\"max-width: 100%; height: auto;\">"
},
{
"src": "https://www.gonitro.com/hubfs/Website/_Logos/Continental.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://www.gonitro.com/hubfs/Website/_Logos/Continental.svg\" alt=\"Logo Continental\" class=\"logo-carousel__logo\" loading=\"lazy\" style=\"max-width: 100%; height: auto;\">"
},
{
"src": "https://www.gonitro.com/hubfs/Website/_Logos/Swiss%20Re.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://www.gonitro.com/hubfs/Website/_Logos/Swiss%20Re.svg\" alt=\"Logo Swiss Re\" class=\"logo-carousel__logo\" loading=\"lazy\" style=\"max-width: 100%; height: auto;\">"
},
{
"src": "https://www.gonitro.com/hubfs/Website/_Logos/Pacific%20National.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://www.gonitro.com/hubfs/Website/_Logos/Pacific%20National.svg\" alt=\"Logo Pacific National\" class=\"logo-carousel__logo\" loading=\"lazy\" style=\"max-width: 100%; height: auto;\">"
},
{
"src": "https://www.gonitro.com/hubfs/_Website/_Promo/PromoBanner-SmartRedact.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://www.gonitro.com/hubfs/_Website/_Promo/PromoBanner-SmartRedact.png\" class=\"hs-image-widget \" style=\"max-width: 100%; height: auto;\" alt=\"PromoBanner-SmartRedact\" title=\"PromoBanner-SmartRedact\" loading=\"lazy\">"
},
{
"src": "https://www.gonitro.com/hubfs/Website/_Inline%20Graphics/Inline%20Image-Canva+Nitro.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://www.gonitro.com/hubfs/Website/_Inline%20Graphics/Inline%20Image-Canva+Nitro.png\" class=\"hs-image-widget \" style=\"max-width: 100%; height: auto;\" alt=\"Inline Image-Canva+Nitro\" title=\"Inline Image-Canva+Nitro\" loading=\"lazy\">"
},
{
"src": "https://www.gonitro.com/hubfs/Nitro_2025/images/divider-dots-1.svg",
"width": "968",
"height": "",
"loading": "",
"html": "<img src=\"https://www.gonitro.com/hubfs/Nitro_2025/images/divider-dots-1.svg\" class=\"hs-image-widget \" style=\"width:968px;border-width:0px;border:0px;\" width=\"968\" alt=\"divider dots\" title=\"divider dots\">"
},
{
"src": "https://www.gonitro.com/hubfs/privacyoptions_white.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.gonitro.com/hubfs/privacyoptions_white.svg\" alt=\"privacyoptions_white\" class=\"footer-menu__link_image_field\">"
},
{
"src": "https://cdn.cookielaw.org/logos/3126d1a4-365c-4537-9093-3ee90642774c/33adf9a2-9f2e-4976-b389-1038247bc7ec/56f2887c-d23e-4036-8338-afa74a9ac2c8/logo_nitro_full_darkVersion.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Company Logo\" src=\"https://cdn.cookielaw.org/logos/3126d1a4-365c-4537-9093-3ee90642774c/33adf9a2-9f2e-4976-b389-1038247bc7ec/56f2887c-d23e-4036-8338-afa74a9ac2c8/logo_nitro_full_darkVersion.png\">"
},
{
"src": "https://cdn.cookielaw.org/logos/static/powered_by_logo.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Powered by Onetrust\" src=\"https://cdn.cookielaw.org/logos/static/powered_by_logo.svg\" title=\"Powered by OneTrust Opens in a new Tab\">"
}
],
"possibleDialogs": [
"<div class=\"modal micromodal-slide\" id=\"footer_buttonModal\" aria-hidden=\"true\"> <div class=\"modal__overlay\" tabindex=\"-1\" data-micromodal-close> <div class=\"modal__container modal__container--sm\" role=\"dialog\" aria-modal=\"true\" aria-labelledby> <button class=\"modal__close\" aria-label=\"Close modal\" data-micromodal-close> × </button> <div class=\"modal__contents\"> <div class=\"modal__form\"> <span id=\"hs_cos_wrapper_footer_button_\" class=\"hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_ty...",
"<div class=\"modal__overlay\" tabindex=\"-1\" data-micromodal-close> <div class=\"modal__container modal__container--sm\" role=\"dialog\" aria-modal=\"true\" aria-labelledby> <button class=\"modal__close\" aria-label=\"Close modal\" data-micromodal-close> × </button> <div class=\"modal__contents\"> <div class=\"modal__form\"> <span id=\"hs_cos_wrapper_footer_button_\" class=\"hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_form\" style data-hs-cos-general-type=\"widget\" data-hs-cos-type=\"form\"> <div i...",
"<div class=\"modal__container modal__container--sm\" role=\"dialog\" aria-modal=\"true\" aria-labelledby> <button class=\"modal__close\" aria-label=\"Close modal\" data-micromodal-close> × </button> <div class=\"modal__contents\"> <div class=\"modal__form\"> <span id=\"hs_cos_wrapper_footer_button_\" class=\"hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_form\" style data-hs-cos-general-type=\"widget\" data-hs-cos-type=\"form\"> <div id=\"hs_form_target_footer_button_\"></div> </span> </div> </div> </...",
"<button class=\"modal__close\" aria-label=\"Close modal\" data-micromodal-close> × </button>",
"<div class=\"modal__contents\"> <div class=\"modal__form\"> <span id=\"hs_cos_wrapper_footer_button_\" class=\"hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_form\" style data-hs-cos-general-type=\"widget\" data-hs-cos-type=\"form\"> <div id=\"hs_form_target_footer_button_\"></div> </span> </div> </div>",
"<div class=\"modal__form\"> <span id=\"hs_cos_wrapper_footer_button_\" class=\"hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_form\" style data-hs-cos-general-type=\"widget\" data-hs-cos-type=\"form\"> <div id=\"hs_form_target_footer_button_\"></div> </span> </div>",
"<div class=\"modal micromodal-slide\" id=\"form-modal\" aria-hidden=\"true\" inert> <div class=\"modal__overlay\" tabindex=\"-1\" data-form-modal-close> <div class=\"modal__container modal__container_form\" role=\"dialog\" aria-modal=\"true\" aria-labelledby> <button class=\"modal__close modal__close_form\" aria-label=\"Close modal\" data-form-modal-close> × </button> <div data-modal-selector=\"modalA\"> <div class=\"modal__title_details\"> <h2 class=\"modal-header-heading\">Thank you for your interest in Nitro</...",
"<div class=\"modal__overlay\" tabindex=\"-1\" data-form-modal-close> <div class=\"modal__container modal__container_form\" role=\"dialog\" aria-modal=\"true\" aria-labelledby> <button class=\"modal__close modal__close_form\" aria-label=\"Close modal\" data-form-modal-close> × </button> <div data-modal-selector=\"modalA\"> <div class=\"modal__title_details\"> <h2 class=\"modal-header-heading\">Thank you for your interest in Nitro</h2> <div class=\"modal-header-subtitle\"><span style=\"color: #ffffff;\">Our licen...",
"<div class=\"modal__container modal__container_form\" role=\"dialog\" aria-modal=\"true\" aria-labelledby> <button class=\"modal__close modal__close_form\" aria-label=\"Close modal\" data-form-modal-close> × </button> <div data-modal-selector=\"modalA\"> <div class=\"modal__title_details\"> <h2 class=\"modal-header-heading\">Thank you for your interest in Nitro</h2> <div class=\"modal-header-subtitle\"><span style=\"color: #ffffff;\">Our license volume discount starts at <strong>20+ licenses.</strong> Based...",
"<button class=\"modal__close modal__close_form\" aria-label=\"Close modal\" data-form-modal-close> × </button>",
"<div class=\"modal__title_details\"> <h2 class=\"modal-header-heading\">Thank you for your interest in Nitro</h2> <div class=\"modal-header-subtitle\"><span style=\"color: #ffffff;\">Our license volume discount starts at <strong>20+ licenses.</strong> Based on your requested license volume, you can go ahead and purchase through our online store. <span style=\"color: #fcaf9d;\"><a href=\"https://www.gonitro.com/pricing?hsLang=en\" rel=\"noopener\" style=\"color: #fcaf9d;\">Visit our pricing page</a></span></s...",
"<h2 class=\"modal-header-heading\">Thank you for your interest in Nitro</h2>",
"<div class=\"modal-header-subtitle\"><span style=\"color: #ffffff;\">Our license volume discount starts at <strong>20+ licenses.</strong> Based on your requested license volume, you can go ahead and purchase through our online store. <span style=\"color: #fcaf9d;\"><a href=\"https://www.gonitro.com/pricing?hsLang=en\" rel=\"noopener\" style=\"color: #fcaf9d;\">Visit our pricing page</a></span></span></div>",
"<div class=\"modal-body-container\"> <h4 class=\"modal-body-title\">Recommended plans through our online store</h4> <div class=\"modal-cards-grid modal-cards-grid-\"> <div class=\"modal-card\" style=\"background-color: \"> <div class=\"m-card-title\"> Nitro PDF Pro</div> <div class=\"m-card-title-detail\"> For Windows</div> <div class=\"m-card-subtitle\"> <span>The easy-to-use, one-time purchase for editing, converting and combining files, filling and signing forms, OCR, and more.</span></div> <div class=\"mo...",
"<h4 class=\"modal-body-title\">Recommended plans through our online store</h4>",
"<div class=\"modal-cards-grid modal-cards-grid-\"> <div class=\"modal-card\" style=\"background-color: \"> <div class=\"m-card-title\"> Nitro PDF Pro</div> <div class=\"m-card-title-detail\"> For Windows</div> <div class=\"m-card-subtitle\"> <span>The easy-to-use, one-time purchase for editing, converting and combining files, filling and signing forms, OCR, and more.</span></div> <div class=\"modal-cta-row\"> <a href=\"https://www.gonitro.com/pricing?hsLang=en\"> <div class=\"modal-cta-button button button--t...",
"<div class=\"modal-card\" style=\"background-color: \"> <div class=\"m-card-title\"> Nitro PDF Pro</div> <div class=\"m-card-title-detail\"> For Windows</div> <div class=\"m-card-subtitle\"> <span>The easy-to-use, one-time purchase for editing, converting and combining files, filling and signing forms, OCR, and more.</span></div> <div class=\"modal-cta-row\"> <a href=\"https://www.gonitro.com/pricing?hsLang=en\"> <div class=\"modal-cta-button button button--tertiary button--small\"> <span>Buy Now</span> </di...",
"<div class=\"modal-cta-row\"> <a href=\"https://www.gonitro.com/pricing?hsLang=en\"> <div class=\"modal-cta-button button button--tertiary button--small\"> <span>Buy Now</span> </div> </a> </div>",
"<div class=\"modal-cta-button button button--tertiary button--small\"> <span>Buy Now</span> </div>",
"<div class=\"modal-card\" style=\"background-color: \"> <div class=\"m-card-title\"> Nitro PDF</div> <div class=\"m-card-title-detail\"> For Windows, Mac, and iOS</div> <div class=\"m-card-subtitle\"> For individuals, teams & businesses seeking a full suite of PDF editing features to boost productivity and streamline workflows.</div> <div class=\"modal-cta-row\"> <a href=\"https://www.gonitro.com/pricing?hsLang=en\"> <div class=\"modal-cta-button button button--tertiary button--small\"> <span>Subscribe N...",
"<div class=\"modal-cta-row\"> <a href=\"https://www.gonitro.com/pricing?hsLang=en\"> <div class=\"modal-cta-button button button--tertiary button--small\"> <span>Subscribe Now</span> </div> </a> </div>",
"<div class=\"modal-cta-button button button--tertiary button--small\"> <span>Subscribe Now</span> </div>",
"<div class=\"modal__title_details\"> <h2 class=\"modal-header-heading\">Thank you for your interest in Nitro</h2> <div class=\"modal-header-subtitle\"><span style=\"color: #ffffff;\">Our license volume discount starts at <strong>20+ licenses.</strong> Based on your requested license volume, you can go ahead and purchase through our online store. <span style=\"color: #fcaf9d;\"><a href=\"https://www.gonitro.com/pricing?hsLang=en\" rel=\"noopener\" style=\"color: #fcaf9d;\">Visit our pricing page</a></span></s...",
"<h2 class=\"modal-header-heading\">Thank you for your interest in Nitro</h2>",
"<div class=\"modal-header-subtitle\"><span style=\"color: #ffffff;\">Our license volume discount starts at <strong>20+ licenses.</strong> Based on your requested license volume, you can go ahead and purchase through our online store. <span style=\"color: #fcaf9d;\"><a href=\"https://www.gonitro.com/pricing?hsLang=en\" rel=\"noopener\" style=\"color: #fcaf9d;\">Visit our pricing page</a></span></span></div>",
"<div class=\"modal-body-container\"> <h4 class=\"modal-body-title\">Recommended plans through our online store</h4> <div class=\"modal-cards-grid modal-cards-grid-\"> <div class=\"modal-card\" style=\"background-color: \"> <div class=\"m-card-title\"> Nitro PDF</div> <div class=\"m-card-title-detail\"> For Windows, Mac, and iOS</div> <div class=\"m-card-subtitle\"> For individuals, teams & businesses seeking a full suite of PDF editing features to boost productivity and streamline workflows.</div> <div c...",
"<h4 class=\"modal-body-title\">Recommended plans through our online store</h4>",
"<div class=\"modal-cards-grid modal-cards-grid-\"> <div class=\"modal-card\" style=\"background-color: \"> <div class=\"m-card-title\"> Nitro PDF</div> <div class=\"m-card-title-detail\"> For Windows, Mac, and iOS</div> <div class=\"m-card-subtitle\"> For individuals, teams & businesses seeking a full suite of PDF editing features to boost productivity and streamline workflows.</div> <div class=\"modal-cta-row\"> <a href=\"https://www.gonitro.com/pricing?hsLang=en\"> <div class=\"modal-cta-button button b...",
"<div class=\"modal-card\" style=\"background-color: \"> <div class=\"m-card-title\"> Nitro PDF</div> <div class=\"m-card-title-detail\"> For Windows, Mac, and iOS</div> <div class=\"m-card-subtitle\"> For individuals, teams & businesses seeking a full suite of PDF editing features to boost productivity and streamline workflows.</div> <div class=\"modal-cta-row\"> <a href=\"https://www.gonitro.com/pricing?hsLang=en\"> <div class=\"modal-cta-button button button--tertiary button--small\"> <span>Subscribe N...",
"<div class=\"modal-cta-row\"> <a href=\"https://www.gonitro.com/pricing?hsLang=en\"> <div class=\"modal-cta-button button button--tertiary button--small\"> <span>Subscribe Now</span> </div> </a> </div>",
"<div class=\"modal-cta-button button button--tertiary button--small\"> <span>Subscribe Now</span> </div>",
"<div class=\"modal-card\" style=\"background-color: #F2F2F6\"> <div class=\"m-card-title\"> Contact Us</div> <div class=\"m-card-title-detail\"> </div> <div class=\"m-card-subtitle\"> <span>Contact Us if you would still like to talk directly to a Nitro expert.</span></div> <div class=\"modal-cta-row\"> <div data-form-modal-close class=\"modal-cta-button button button--tertiary button--small\"> <span>Continue</span> </div> </div> </div>",
"<div class=\"modal-cta-row\"> <div data-form-modal-close class=\"modal-cta-button button button--tertiary button--small\"> <span>Continue</span> </div> </div>",
"<div data-form-modal-close class=\"modal-cta-button button button--tertiary button--small\"> <span>Continue</span> </div>",
"<div class=\"modal__title_details\"> <h2 class=\"modal-header-heading\">Thanks for your interest in Nitro!</h2> <div class=\"modal-header-subtitle\"><span style=\"color: #ffffff;\"><span>For those requiring <strong>fewer than 20 licenses</strong>, our online store is the fastest way to access the same trusted Nitro PDF tools—optimized for simplicity, security, and speed.</span><span style=\"color: #fcaf9d;\"><span style=\"color: #ffffff;\"></span></span></span></div> </div>",
"<h2 class=\"modal-header-heading\">Thanks for your interest in Nitro!</h2>",
"<div class=\"modal-header-subtitle\"><span style=\"color: #ffffff;\"><span>For those requiring <strong>fewer than 20 licenses</strong>, our online store is the fastest way to access the same trusted Nitro PDF tools—optimized for simplicity, security, and speed.</span><span style=\"color: #fcaf9d;\"><span style=\"color: #ffffff;\"></span></span></span></div>",
"<div class=\"modal-body-container\"> <h4 class=\"modal-body-title\">Recommended plans for you:</h4> <div class=\"modal-cards-grid modal-cards-grid-1\"> <div class=\"modal-card\" style=\"background-color: #F2F2F6\"> <div class=\"m-card-title\"> Nitro PDF Standard</div> <div class=\"m-card-title-detail\"> For Windows, Mac, and iOS</div> <div class=\"m-card-subtitle\"> <span data-contrast=\"none\" xml:lang=\"EN-GB\" lang=\"EN-GB\"><span>For individuals, small teams, and businesses seeking a full suite of PDF editing...",
"<h4 class=\"modal-body-title\">Recommended plans for you:</h4>",
"<div class=\"modal-cards-grid modal-cards-grid-1\"> <div class=\"modal-card\" style=\"background-color: #F2F2F6\"> <div class=\"m-card-title\"> Nitro PDF Standard</div> <div class=\"m-card-title-detail\"> For Windows, Mac, and iOS</div> <div class=\"m-card-subtitle\"> <span data-contrast=\"none\" xml:lang=\"EN-GB\" lang=\"EN-GB\"><span>For individuals, small teams, and businesses seeking a full suite of PDF editing tools to boost productivity and streamline workflows.</span></span></div> <div class=\"modal-cta-...",
"<div class=\"modal-card\" style=\"background-color: #F2F2F6\"> <div class=\"m-card-title\"> Nitro PDF Standard</div> <div class=\"m-card-title-detail\"> For Windows, Mac, and iOS</div> <div class=\"m-card-subtitle\"> <span data-contrast=\"none\" xml:lang=\"EN-GB\" lang=\"EN-GB\"><span>For individuals, small teams, and businesses seeking a full suite of PDF editing tools to boost productivity and streamline workflows.</span></span></div> <div class=\"modal-cta-row\"> <div class=\"modal-timer\" data-timer-value=\"1...",
"<div class=\"modal-cta-row\"> <div class=\"modal-timer\" data-timer-value=\"15\" data-url-redirect=\"https://store.gonitro.com/304/purl-nitroweb?x-source=mql-popup-ecomm\"> You'll be directed to our online store in </div> <a href=\"https://store.gonitro.com/304/purl-nitroweb?x-source=mql-popup-ecomm&x-nitro-global-user-id=83424c35-fe53-4fcd-98da-a833d8ecdeac&x-ga-id=G-1GWYE8ZM4X\"> <div class=\"modal-cta-button button button--tertiary button--small\"> <span>Shop Nitro PDF Standard</span> <sp...",
"<div class=\"modal-timer\" data-timer-value=\"15\" data-url-redirect=\"https://store.gonitro.com/304/purl-nitroweb?x-source=mql-popup-ecomm\"> You'll be directed to our online store in </div>",
"<div class=\"modal-cta-button button button--tertiary button--small\"> <span>Shop Nitro PDF Standard</span> <span id=\"hs_cos_wrapper_module_17425534691211_\" class=\"hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_icon button_icon_custom\" style data-hs-cos-general-type=\"widget\" data-hs-cos-type=\"icon\"><svg version=\"1.0\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" aria-hidden=\"true\"><g id=\"Arrow Right Long1_layer\"><path d=\"M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12....",
"<div class=\"ot-sdk-container\" role=\"alertdialog\" aria-describedby=\"onetrust-policy-text\" aria-label=\"At Nitro, we respect your privacy. \"><div class=\"ot-sdk-row\"><div id=\"onetrust-group-container\" class=\"ot-sdk-twelve ot-sdk-columns\"><div id=\"onetrust-policy\"><div class=\"banner-header\"><div class=\"banner_logo\"></div></div><h2 id=\"onetrust-policy-title\">At Nitro, we respect your privacy. </h2><p id=\"onetrust-policy-text\">By clicking “Accept All Cookies”, you agree to the storing...",
"<div id=\"onetrust-pc-sdk\" class=\"otPcPanel ot-hide ot-fade-in right\" role=\"alertdialog\" aria-modal=\"true\" aria-describedby=\"ot-pc-desc\" lang=\"en\" aria-label=\"Cookie Preference Center\"><!-- PC Header --><div class=\"ot-pc-header\"><div class=\"ot-pc-logo\" role=\"img\" aria-label=\"Company Logo\"><img alt=\"Company Logo\" src=\"https://cdn.cookielaw.org/logos/3126d1a4-365c-4537-9093-3ee90642774c/33adf9a2-9f2e-4976-b389-1038247bc7ec/56f2887c-d23e-4036-8338-afa74a9ac2c8/logo_nitro_full_darkVersion.png\"></d...",
"<section id=\"ot-fltr-modal\"><div id=\"ot-fltr-cnt\"><button id=\"clear-filters-handler\">Clear</button><div class=\"ot-fltr-scrlcnt ot-pc-scrollbar\"><div class=\"ot-fltr-opts\"><div class=\"ot-fltr-opt\"><div class=\"ot-chkbox\"><input id=\"chkbox-id\" type=\"checkbox\" aria-checked=\"false\" class=\"category-filter-handler\"> <label for=\"chkbox-id\"><span class=\"ot-label-txt\">checkbox label</span></label> <span class=\"ot-label-status\">label</span></div></div></div><div class=\"ot-fltr-btns\"><button id=\"filter-ap..."
],
"score": 70,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
Needs attention
AIO: Answer block readiness
Issue
45 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": 53,
"passing": 8,
"failing": [
{
"heading": "Everything you need for PDF, eSign, and intelligent document automation in one platform—keeping workflows fast, simple, and secure.",
"headingHtml": "<h3 style=\"font-weight: normal;\">Everything you need for PDF, eSign, and intelligent document automation in one platform—keeping workflows fast, simple, and secure.</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Why choose Nitro PDF & eSign?",
"headingHtml": "<h2 class=\"content-header__heading mb-none\">Why choose Nitro PDF & eSign?</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Comprehensive PDF editing",
"headingHtml": "<h3 class=\"icon-cards__card-title mb-sm\">Comprehensive PDF editing</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Secure electronic signing",
"headingHtml": "<h3 class=\"icon-cards__card-title mb-sm\">Secure electronic signing</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "AI-powered efficiency",
"headingHtml": "<h3 class=\"icon-cards__card-title mb-sm\">AI-powered efficiency</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Fair and transparent pricing",
"headingHtml": "<h3 class=\"icon-cards__card-title mb-sm\">Fair and transparent pricing</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Instant, accurate redaction you control",
"headingHtml": "<h2><span style=\"color: #30314d;\">Instant, accurate redaction you control</span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Unlock seamless design and document workflows with Canva + Nitro",
"headingHtml": "<h2>Unlock seamless design and document workflows with Canva + Nitro</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Streamline your document tasks: Edit, sign, and share with Nitro PDF",
"headingHtml": "<h2>Streamline your document tasks: Edit, sign, and share with Nitro PDF</h2>",
"firstParagraph": "Tired of overcomplicated PDF tools? Nitro makes every document task simple. Edit, sign, convert, and collaborate—across your devices. No steep learning curve, no wasted time.",
"paragraphHtml": "<p>Tired of overcomplicated PDF tools? Nitro makes every document task simple. Edit, sign, convert, and collaborate—across your devices. No steep learning curve, no wasted time.</p>",
"words": 26,
"direct": false,
"issue": "First paragraph is 26 words and does not look like a concise direct answer."
},
{
"heading": "Edit PDFs with ease",
"headingHtml": "<h3 class=\"capabilities-carousel__card-title\">Edit PDFs with ease</h3>",
"firstParagraph": "Discover a world of PDF editing tools at your fingertips, empowering you to create and customize professional documents across devices.",
"paragraphHtml": "<p>Discover a world of PDF editing tools at your fingertips, empowering you to create and customize professional documents across devices.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "Convert documents in seconds",
"headingHtml": "<h3 class=\"capabilities-carousel__card-title\">Convert documents in seconds</h3>",
"firstParagraph": "Convert Word, Excel, PowerPoint, images, and emails to PDF in a few clicks, all while preserving your data and formatting.",
"paragraphHtml": "<p>Convert Word, Excel, PowerPoint, images, and emails to PDF in a few clicks, all while preserving your data and formatting.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "Merge multiple file types to PDF",
"headingHtml": "<h3 class=\"capabilities-carousel__card-title\">Merge multiple file types to PDF</h3>",
"firstParagraph": "Simplify document management by combining PDFs, text files, spreadsheets, presentations, and more into one searchable, shareable PDF.",
"paragraphHtml": "<p>Simplify document management by combining PDFs, text files, spreadsheets, presentations, and more into one searchable, shareable PDF.</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Securely eSign & fill forms",
"headingHtml": "<h3 class=\"capabilities-carousel__card-title\">Securely eSign & fill forms</h3>",
"firstParagraph": "Accelerate contracts and form completion, design and share fillable forms, and electronically sign documents easily.",
"paragraphHtml": "<p>Accelerate contracts and form completion, design and share fillable forms, and electronically sign documents easily.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Automate your document workflows",
"headingHtml": "<h3 class=\"capabilities-carousel__card-title\">Automate your document workflows</h3>",
"firstParagraph": "Reclaim your time with Nitro’s powerful tools that simplify and automate repetitive document tasks.",
"paragraphHtml": "<p>Reclaim your time with Nitro’s powerful tools that simplify and automate repetitive document tasks.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Simplify your eSigning workflow, from first click to final signature",
"headingHtml": "<h2>Simplify your eSigning workflow, from first click to final signature</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Effortlessly eSign on any device",
"headingHtml": "<h3 class=\"capabilities-carousel__card-title\">Effortlessly eSign on any device</h3>",
"firstParagraph": "Send multiple documents for signature in one package, easily send reminders, and track progress—keeping your workflows simple, safe, and efficient.",
"paragraphHtml": "<p><span>Send multiple documents for signature in one package, easily send reminders, and track progress—keeping your workflows simple, safe, and efficient. </span></p>",
"words": 21,
"direct": false,
"issue": "First paragraph is 21 words and does not look like a concise direct answer."
},
{
"heading": "Ensure secure & compliant signatures",
"headingHtml": "<h3 class=\"capabilities-carousel__card-title\">Ensure secure & compliant signatures</h3>",
"firstParagraph": "Maximize robust security and eSign compliance features with advanced options for SSO, ID verification, and more.",
"paragraphHtml": "<p><span>Maximize robust security and eSign compliance features with advanced options for SSO, ID verification, and more. </span></p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Integrate eSigning with your systems",
"headingHtml": "<h3 class=\"capabilities-carousel__card-title\">Integrate eSigning with your systems</h3>",
"firstParagraph": "Connect Nitro Sign seamlessly with tools you already use like Salesforce and Zapier, or use our API to integrate with custom applications.",
"paragraphHtml": "<p><span>Connect Nitro Sign seamlessly with tools you already use like Salesforce and Zapier, or use our API to integrate with custom applications. </span></p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "Meet strict compliance needs",
"headingHtml": "<h3 class=\"capabilities-carousel__card-title\">Meet strict compliance needs</h3>",
"firstParagraph": "Comply with the most stringent global eSign laws such as eIDAS, ZertES, UETA, and the E-sign Act with our range of signing methods.",
"paragraphHtml": "<p><span>Comply with the most stringent global eSign laws such as eIDAS, ZertES, UETA, and the E-sign Act with our range of signing methods.</span></p>",
"words": 23,
"direct": false,
"issue": "First paragraph is 23 words and does not look like a concise direct answer."
},
{
"heading": "Gain real-time insights",
"headingHtml": "<h3 class=\"image-cards__card-title\">Gain real-time insights</h3>",
"firstParagraph": "Make data-driven decisions easier with Nitro's exclusive, robust analytics. Increase efficiency, prove ROI, and track sustainability.",
"paragraphHtml": "<p class=\"image-cards__card-description\">Make data-driven decisions easier with Nitro's exclusive, robust analytics. Increase efficiency, prove ROI, and track sustainability. </p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "What customers say about Nitro’s powerful document tools",
"headingHtml": "<h2 style=\"text-align: center;\"><span style=\"color: #d93706;\"><span style=\"color: #000000;\">What customers say about Nitro’s powerful document tools</span></span></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Which PDF & eSign tools are best for your team size?",
"headingHtml": "<h2 data-hsprotectvwo-op-1749564067344-1><span>Which PDF & eSign tools are best for your team size?</span></h2>",
"firstParagraph": "Whether you're a single user, a growing team, or a global enterprise, Nitro makes it easy to edit PDFs, send secure eSignatures, and keep costs under control with flexible plans that match your goals and budget.",
"paragraphHtml": "<p>Whether you're a single user, a growing team, or a global enterprise, Nitro makes it easy to edit PDFs, send secure eSignatures, and keep costs under control with flexible plans that match your goals and budget.</p>",
"words": 36,
"direct": false,
"issue": "First paragraph is 36 words and does not look like a concise direct answer."
},
{
"heading": "Enterprise & Large Teams",
"headingHtml": "<h3 class=\"cards-carousel__card-title text-white\">Enterprise & Large Teams</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Small Business",
"headingHtml": "<h3 class=\"cards-carousel__card-title text-white\">Small Business</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Individual Professionals",
"headingHtml": "<h3 class=\"cards-carousel__card-title text-white\">Individual Professionals</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Students & Teachers",
"headingHtml": "<h3 class=\"cards-carousel__card-title text-white\">Students & Teachers</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Home & Personal",
"headingHtml": "<h3 class=\"cards-carousel__card-title text-white\">Home & Personal</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Nitro PDF Standard",
"headingHtml": "<h2 class=\"price-card__card-title\"> Nitro PDF Standard </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Nitro Sign Standard",
"headingHtml": "<h2 class=\"price-card__card-title\"> Nitro Sign Standard </h2>",
"firstParagraph": "For individuals or small teams with basic signing needs.",
"paragraphHtml": "<p>For individuals or small teams with basic signing needs.</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Nitro PDF Classic",
"headingHtml": "<h2 class=\"price-card__card-title\"> Nitro PDF Classic </h2>",
"firstParagraph": "",
"paragraphHtml": "<p> </p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "FAQs about Nitro",
"headingHtml": "<h2>FAQs about Nitro</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "What document solutions does Nitro offer?",
"headingHtml": "<h3 class=\"faqs-2__question mb-none\"> What document solutions does Nitro offer? <button class=\"faqs-2__toggle\" aria-label=\"Toggle FAQ\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"8\" height=\"7\" fill=\"none\"><path d=\"M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z\" fill=\"currentColor\"/></svg> </button> </h3>",
"firstParagraph": "Nitro offers a comprehensive suite of tools designed to streamline your document workflows, including:",
"paragraphHtml": "<p>Nitro offers a comprehensive suite of tools designed to streamline your document workflows, including:</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "How does Nitro keep my data private and secure?",
"headingHtml": "<h3 class=\"faqs-2__question mb-none\"> How does Nitro keep my data private and secure? <button class=\"faqs-2__toggle\" aria-label=\"Toggle FAQ\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"8\" height=\"7\" fill=\"none\"><path d=\"M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z\" fill=\"currentColor\"/></svg> </button> </h3>",
"firstParagraph": "Nitro prioritizes security in all of our software solutions, employing strong encryption, secure authentication, and continuous monitoring to protect sensitive information from unauthorized access.",
"paragraphHtml": "<p><span style=\"color: #d93706;\"><a href=\"/security-compliance/security?hsLang=en\" rel=\"noopener\" target=\"_blank\" style=\"color: #d93706;\">Nitro prioritizes security</a></span> in all of our software solutions, employing strong encryption, secure authentication, and continuous monitoring to protect sensitive information from unauthorized access.</p>",
"words": 24,
"direct": false,
"issue": "First paragraph is 24 words and does not look like a concise direct answer."
},
{
"heading": "What compliance standards does Nitro meet?",
"headingHtml": "<h3 class=\"faqs-2__question mb-none\"> What compliance standards does Nitro meet? <button class=\"faqs-2__toggle\" aria-label=\"Toggle FAQ\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"8\" height=\"7\" fill=\"none\"><path d=\"M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z\" fill=\"currentColor\"/></svg> </button> </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "What support options does Nitro offer?",
"headingHtml": "<h3 class=\"faqs-2__question mb-none\"> What support options does Nitro offer? <button class=\"faqs-2__toggle\" aria-label=\"Toggle FAQ\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"8\" height=\"7\" fill=\"none\"><path d=\"M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z\" fill=\"currentColor\"/></svg> </button> </h3>",
"firstParagraph": "Whether you're a five-person team or a global enterprise, our dedicated support is available 24/7.",
"paragraphHtml": "<p>Whether you're a five-person team or a global enterprise, our dedicated support is available 24/7.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "What devices and platforms is Nitro available on?",
"headingHtml": "<h3 class=\"faqs-2__question mb-none\"> What devices and platforms is Nitro available on? <button class=\"faqs-2__toggle\" aria-label=\"Toggle FAQ\"> <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"8\" height=\"7\" fill=\"none\"><path d=\"M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z\" fill=\"currentColor\"/></svg> </button> </h3>",
"firstParagraph": "Nitro’s PDF, eSign, and Workspace are designed for flexibility and accessibility across multiple platforms:",
"paragraphHtml": "<p>Nitro’s PDF, eSign, and Workspace are designed for flexibility and accessibility across multiple platforms:</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "See what Nitro can do for you",
"headingHtml": "<h2 class=\"bof-ctas__heading\">See what Nitro can do for you</h2>",
"firstParagraph": "Take the next step to digital success today.",
"paragraphHtml": "<p>Take the next step to digital success today.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "Contact sales",
"headingHtml": "<h3 class=\"bof-ctas__card-title mb-sm\">Contact sales</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Free trial",
"headingHtml": "<h3 class=\"bof-ctas__card-title mb-sm\">Free trial</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Become a partner",
"headingHtml": "<h3 class=\"bof-ctas__card-title mb-sm\">Become a partner</h3>",
"firstParagraph": "Get Nitro PDF for Mac",
"paragraphHtml": "<p style=\"font-size: 10px;\"><strong>Get Nitro PDF for Mac</strong></p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "Thank you for your interest in Nitro",
"headingHtml": "<h2 class=\"modal-header-heading\">Thank you for your interest in Nitro</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Thank you for your interest in Nitro",
"headingHtml": "<h2 class=\"modal-header-heading\">Thank you for your interest in Nitro</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Thanks for your interest in Nitro!",
"headingHtml": "<h2 class=\"modal-header-heading\">Thanks for your interest in Nitro!</h2>",
"firstParagraph": "",
"paragraphHtml": "<p style=\"margin:0;padding:0;border:0;\"> <img src=\"https://a1.adform.net/Serving/TrackPoint/?pm=3044806&ADFPageName=https%3A%2F%2Fwww.gonitro.com%2F&ADFdivider=|\" width=\"1\" height=\"1\" alt> </p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Cookie Preference Center",
"headingHtml": "<h2 id=\"ot-pc-title\">Cookie Preference Center</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Back",
"headingHtml": "<h3>Back</h3>",
"firstParagraph": "",
"paragraphHtml": "<p role=\"status\" class=\"ot-scrn-rdr\"></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: how, cost, compare.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer intent coverage
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer intent coverage scored 70/100 and needs improvement.
Evidence
{
"headings": [
{
"text": "Why choose Nitro PDF & eSign?",
"html": "<h2 class=\"content-header__heading mb-none\">Why choose Nitro PDF & eSign?</h2>"
},
{
"text": "Instant, accurate redaction you control",
"html": "<h2><span style=\"color: #30314d;\">Instant, accurate redaction you control</span></h2>"
},
{
"text": "Unlock seamless design and document workflows with Canva + Nitro",
"html": "<h2>Unlock seamless design and document workflows with Canva + Nitro</h2>"
},
{
"text": "Streamline your document tasks: Edit, sign, and share with Nitro PDF",
"html": "<h2>Streamline your document tasks: Edit, sign, and share with Nitro PDF</h2>"
},
{
"text": "Simplify your eSigning workflow, from first click to final signature",
"html": "<h2>Simplify your eSigning workflow, from first click to final signature</h2>"
},
{
"text": "What customers say about Nitro’s powerful document tools",
"html": "<h2 style=\"text-align: center;\"><span style=\"color: #d93706;\"><span style=\"color: #000000;\">What customers say about Nitro’s powerful document tools</span></span></h2>"
},
{
"text": "Which PDF & eSign tools are best for your team size?",
"html": "<h2 data-hsprotectvwo-op-1749564067344-1><span>Which PDF & eSign tools are best for your team size?</span></h2>"
},
{
"text": "Nitro PDF Standard",
"html": "<h2 class=\"price-card__card-title\"> Nitro PDF Standard </h2>"
},
{
"text": "Nitro Sign Standard",
"html": "<h2 class=\"price-card__card-title\"> Nitro Sign Standard </h2>"
},
{
"text": "Nitro PDF Classic",
"html": "<h2 class=\"price-card__card-title\"> Nitro PDF Classic </h2>"
},
{
"text": "FAQs about Nitro",
"html": "<h2>FAQs about Nitro</h2>"
},
{
"text": "See what Nitro can do for you",
"html": "<h2 class=\"bof-ctas__heading\">See what Nitro can do for you</h2>"
},
{
"text": "Thank you for your interest in Nitro",
"html": "<h2 class=\"modal-header-heading\">Thank you for your interest in Nitro</h2>"
},
{
"text": "Thank you for your interest in Nitro",
"html": "<h2 class=\"modal-header-heading\">Thank you for your interest in Nitro</h2>"
},
{
"text": "Thanks for your interest in Nitro!",
"html": "<h2 class=\"modal-header-heading\">Thanks for your interest in Nitro!</h2>"
},
{
"text": "At Nitro, we respect your privacy.",
"html": "<h2 id=\"onetrust-policy-title\">At Nitro, we respect your privacy. </h2>"
},
{
"text": "Cookie Preference Center",
"html": "<h2 id=\"ot-pc-title\">Cookie Preference Center</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is PDF & eSign Software?",
"pattern": {}
},
{
"id": "how",
"label": "How does PDF & eSign Software work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use PDF & eSign Software?",
"pattern": {}
},
{
"id": "cost",
"label": "Is PDF & eSign Software free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does PDF & eSign Software compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "how",
"label": "How does PDF & eSign Software work?",
"pattern": {}
},
{
"id": "cost",
"label": "Is PDF & eSign Software free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does PDF & eSign Software 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",
"length": 131278
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html",
"length": 131278
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html",
"length": 131278
}
]
},
"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: how, cost, compare.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Query intent coverage
Score
70/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Query intent coverage is informational for this page.
Evidence
{
"headings": [
{
"text": "Why choose Nitro PDF & eSign?",
"html": "<h2 class=\"content-header__heading mb-none\">Why choose Nitro PDF & eSign?</h2>"
},
{
"text": "Instant, accurate redaction you control",
"html": "<h2><span style=\"color: #30314d;\">Instant, accurate redaction you control</span></h2>"
},
{
"text": "Unlock seamless design and document workflows with Canva + Nitro",
"html": "<h2>Unlock seamless design and document workflows with Canva + Nitro</h2>"
},
{
"text": "Streamline your document tasks: Edit, sign, and share with Nitro PDF",
"html": "<h2>Streamline your document tasks: Edit, sign, and share with Nitro PDF</h2>"
},
{
"text": "Simplify your eSigning workflow, from first click to final signature",
"html": "<h2>Simplify your eSigning workflow, from first click to final signature</h2>"
},
{
"text": "What customers say about Nitro’s powerful document tools",
"html": "<h2 style=\"text-align: center;\"><span style=\"color: #d93706;\"><span style=\"color: #000000;\">What customers say about Nitro’s powerful document tools</span></span></h2>"
},
{
"text": "Which PDF & eSign tools are best for your team size?",
"html": "<h2 data-hsprotectvwo-op-1749564067344-1><span>Which PDF & eSign tools are best for your team size?</span></h2>"
},
{
"text": "Nitro PDF Standard",
"html": "<h2 class=\"price-card__card-title\"> Nitro PDF Standard </h2>"
},
{
"text": "Nitro Sign Standard",
"html": "<h2 class=\"price-card__card-title\"> Nitro Sign Standard </h2>"
},
{
"text": "Nitro PDF Classic",
"html": "<h2 class=\"price-card__card-title\"> Nitro PDF Classic </h2>"
},
{
"text": "FAQs about Nitro",
"html": "<h2>FAQs about Nitro</h2>"
},
{
"text": "See what Nitro can do for you",
"html": "<h2 class=\"bof-ctas__heading\">See what Nitro can do for you</h2>"
},
{
"text": "Thank you for your interest in Nitro",
"html": "<h2 class=\"modal-header-heading\">Thank you for your interest in Nitro</h2>"
},
{
"text": "Thank you for your interest in Nitro",
"html": "<h2 class=\"modal-header-heading\">Thank you for your interest in Nitro</h2>"
},
{
"text": "Thanks for your interest in Nitro!",
"html": "<h2 class=\"modal-header-heading\">Thanks for your interest in Nitro!</h2>"
},
{
"text": "At Nitro, we respect your privacy.",
"html": "<h2 id=\"onetrust-policy-title\">At Nitro, we respect your privacy. </h2>"
},
{
"text": "Cookie Preference Center",
"html": "<h2 id=\"ot-pc-title\">Cookie Preference Center</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is PDF & eSign Software?",
"pattern": {}
},
{
"id": "how",
"label": "How does PDF & eSign Software work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use PDF & eSign Software?",
"pattern": {}
},
{
"id": "cost",
"label": "Is PDF & eSign Software free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does PDF & eSign Software compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "how",
"label": "How does PDF & eSign Software work?",
"pattern": {}
},
{
"id": "cost",
"label": "Is PDF & eSign Software free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does PDF & eSign Software compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 4
}Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Needs attention
Auth.md Agent Registration
Issue
auth.md response did not match the expected agent registration shape. Content-Type "text/html" is not Markdown or text/plain; missing /.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" 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",
"length": 131278,
"validation": {
"valid": false,
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.",
"compatibleContentType": false,
"contentLength": 94015,
"hasRegisterInstructions": true,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": true,
"mentionsCredential": false,
"links": [
"https://dev.visualwebsiteoptimizer.com\">",
"/plain",
"/*",
"https://dev.visualwebsiteoptimizer.com/ee.gif?a='+account_id+e}},finished:function(",
"/javascript';if(e.src)",
"/css');if(t.styleSheet)t.styleSheet.cssText=i;else",
"https://dev.visualwebsiteoptimizer.com/j.php?a='+account_id+'&u='+encodeURIComponent(o",
"/script",
"https://api.gonitro.com/v1/events\",",
"/nitro.protobuf.appevent.shared.BrowserEvent"
],
"rawExcerpt": "<!doctype html><html lang=\"en\"><head>\n <meta charset=\"utf-8\">\n \n\t<meta name=\"translate-nitro-links\">\n\n \n \n \n <!-- Start VWO Async SmartCode -->\n <link rel=\"preconnect\" href=\"https://dev.visualwebsiteoptimizer.com\">\n <script type=\"text/plain\" id=\"vwoCode\" class=\"optanon-category-C0002-C0003-C0004\">\n window._vwo_code || (function() {\n var account_id=472626,\n version=2.1,\n settings_tolerance=2000,\n hide_element='body',\n hide_element_style = 'opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important;transition:none !important;',\n /* DO NOT EDIT BELOW THIS LINE */\n f=false,w=window,d=document,v=d.querySelector('#vwoCode'),cK='_vwo_'+account_id+'_settings',cc={};try{var c=JSON.parse(localStorage.getItem('_vwo_'+account_id"
}
},
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html\" 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",
"length": 131278,
"text": "<!doctype html><html lang=\"en\"><head>\n <meta charset=\"utf-8\">\n \n\t<meta name=\"translate-nitro-links\">\n\n \n \n \n <!-- Start VWO Async SmartCode -->\n <link rel=\"preconnect\" href=\"https://dev.visualwebsiteoptimizer.com\">\n <script type=\"text/plain\" id=\"vwoCode\" class=\"optanon-category-C0002-C0003-C0004\">\n window._vwo_code || (function() {\n var account_id=472626,\n version=2.1,\n settings_tolerance=2000,\n hide_element='body',\n hide_element_style = 'opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important;transition:none !important;',\n /* DO NOT EDIT BELOW THIS LINE */\n f=false,w=window,d=document,v=d.querySelector('#vwoCode'),cK='_vwo_'+account_id+'_settings',cc={};try{var c=JSON.parse(localStorage.getItem('_vwo_'+account_id+'_config'));cc=c&&typeof c==='object'?c:{}}catch(e){}var stT=cc.stT==='session'?w.sessionStorage:w.localStorage;code={nonce:v&&v.nonce,use_existing_jquery:function(){return typeof use_existing_jquery!=='undefined'?use_existing_jquery:undefined},library_tolerance:function(){return typeof library_tolerance!=='undefined'?library_tolerance:undefined},settings_tolerance:function(){return cc.sT||settings_tolerance},hide_element_style:function(){return'{'+(cc.hES||hide_element_style)+'}'},hide_element:function(){if(performance.getEntriesByName('first-contentful-paint')[0]){return''}return typeof cc.hE==='string'?cc.hE:hide_element},getVersion:function(){return version},finish:function(e){if(!f){f=true;var t=d.getElementById('_vis_opt_path_hides');if(t)t.parentNode.removeChild(t);if(e)(new Image).src='https://dev.visualwebsiteoptimizer.com/ee.gif?a='+account_id+e}},finished:function(){return f},addScript:function(e){var t=d.createElement('script');t.type='text/javascript';if(e.src){t.src=e.src}else{t.text=e.text}v&&t.setAttribute('nonce',v.nonce);d.getElementsByTagName('head')[0].appendChild(t)},load:function(e,t){var n=this.getSettings(),i=d.createElement('script'),r=this;t=t||{};if(n){i.textContent=n;d.getElementsByTagName('head')[0].appendChild(i);if(!w.VWO||VWO.caE){stT.removeItem(cK);r.load(e)}}else{var o=new XMLHttpRequest;o.open('GET',e,true);o.withCredentials=!t.dSC;o.responseType=t.responseType||'text';o.onload=function(){if(t.onloadCb){return t.onloadCb(o,e)}if(o.status===200||o.status===304){_vwo_code.addScript({text:o.responseText})}else{_vwo_code.finish('&e=loading_failure:'+e)}};o.onerror=function(){if(t.onerrorCb){return t.onerrorCb(e)}_vwo_code.finish('&e=loading_failure:'+e)};o.send()}},getSettings:function(){try{var e=stT.getItem(cK);if(!e){return}e=JSON.parse(e);if(Date.now()>e.e){stT.removeItem(cK);return}return e.s}catch(e){return}},init:function(){if(d.URL.indexOf('__vwo_disable__')>-1)return;var e=this.settings_tolerance();w._vwo_settings_timer=setTimeout(function(){_vwo_code.finish();stT.removeItem(cK)},e);var t;if(this.hide_element()!=='body'){t=d.createElement('style');var n=this.hide_element(),i=n?n+this.hide_element_style():'',r=d.getElementsByTagName('head')[0];t.setAttribute('id','_vis_opt_path_hides');v&&t.setAttribute('nonce',v.nonce);t.setAttribute('type','text/css');if(t.styleSheet)t.styleSheet.cssText=i;else t.appendChild(d.createTextNode(i));r.appendChild(t)}else{t=d.getElementsByTagName('head')[0];var i=d.createElement('div');i.style.cssText='z-index: 2147483647 !important;position: fixed !important;left: 0 !important;top: 0 !important;width: 100% !important;height: 100% !important;background: white !important;display: block !important;';i.setAttribute('id','_vis_opt_path_hides');i.classList.add('_vis_hide_layer');t.parentNode.insertBefore(i,t.nextSibling)}var o=window._vis_opt_url||d.URL,s='https://dev.visualwebsiteoptimizer.com/j.php?a='+account_id+'&u='+encodeURIComponent(o)+'&vn='+version;if(w.location.search.indexOf('_vwo_xhr')!==-1){this.addScript({src:s})}else{this.load(s+'&x=true')}}};w._vwo_code=code;code.init();})();\n </script>\n <!-- End VWO Async SmartCode -->\n\n \n \n <script>\n \"u"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
},
{
"id": "agent-auth-block",
"title": "Validate agent_auth authorization metadata",
"status": "fail",
"evidence": {
"valid": false,
"issue": "OAuth authorization server metadata could not be fetched.",
"fetch": {
"ok": false,
"statusCode": 404,
"contentType": "text/html",
"length": 131278,
"text": "<!doctype html><html lang=\"en\"><head>\n <meta charset=\"utf-8\">\n \n\t<meta name=\"translate-nitro-links\">\n\n \n \n \n <!-- Start VWO Async SmartCode -->\n <link rel=\"preconnect\" href=\"https://dev.visualwebsiteoptimizer.com\">\n <script type=\"text/plain\" id=\"vwoCode\" class=\"optanon-category-C0002-C0003-C0004\">\n window._vwo_code || (function() {\n var account_id=472626,\n version=2.1,\n settings_tolerance=2000,\n hide_element='body',\n hide_element_style = 'opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important;transition:none !important;',\n /* DO NOT EDIT BELOW THIS LINE */\n f=false,w=window,d=document,v=d.querySelector('#vwoCode'),cK='_vwo_'+account_id+'_settings',cc={};try{var c=JSON.parse(localStorage.getItem('_vwo_'+account_id+'_config'));cc=c&&typeof c==='object'?c:{}}catch(e){}var stT=cc.stT==='session'?w.sessionStorage:w.localStorage;code={nonce:v&&v.nonce,use_existing_jquery:function(){return typeof use_existing_jquery!=='undefined'?use_existing_jquery:undefined},library_tolerance:function(){return typeof library_tolerance!=='undefined'?library_tolerance:undefined},settings_tolerance:function(){return cc.sT||settings_tolerance},hide_element_style:function(){return'{'+(cc.hES||hide_element_style)+'}'},hide_element:function(){if(performance.getEntriesByName('first-contentful-paint')[0]){return''}return typeof cc.hE==='string'?cc.hE:hide_element},getVersion:function(){return version},finish:function(e){if(!f){f=true;var t=d.getElementById('_vis_opt_path_hides');if(t)t.parentNode.removeChild(t);if(e)(new Image).src='https://dev.visualwebsiteoptimizer.com/ee.gif?a='+account_id+e}},finished:function(){return f},addScript:function(e){var t=d.createElement('script');t.type='text/javascript';if(e.src){t.src=e.src}else{t.text=e.text}v&&t.setAttribute('nonce',v.nonce);d.getElementsByTagName('head')[0].appendChild(t)},load:function(e,t){var n=this.getSettings(),i=d.createElement('script'),r=this;t=t||{};if(n){i.textContent=n;d.getElementsByTagName('head')[0].appendChild(i);if(!w.VWO||VWO.caE){stT.removeItem(cK);r.load(e)}}else{var o=new XMLHttpRequest;o.open('GET',e,true);o.withCredentials=!t.dSC;o.responseType=t.responseType||'text';o.onload=function(){if(t.onloadCb){return t.onloadCb(o,e)}if(o.status===200||o.status===304){_vwo_code.addScript({text:o.responseText})}else{_vwo_code.finish('&e=loading_failure:'+e)}};o.onerror=function(){if(t.onerrorCb){return t.onerrorCb(e)}_vwo_code.finish('&e=loading_failure:'+e)};o.send()}},getSettings:function(){try{var e=stT.getItem(cK);if(!e){return}e=JSON.parse(e);if(Date.now()>e.e){stT.removeItem(cK);return}return e.s}catch(e){return}},init:function(){if(d.URL.indexOf('__vwo_disable__')>-1)return;var e=this.settings_tolerance();w._vwo_settings_timer=setTimeout(function(){_vwo_code.finish();stT.removeItem(cK)},e);var t;if(this.hide_element()!=='body'){t=d.createElement('style');var n=this.hide_element(),i=n?n+this.hide_element_style():'',r=d.getElementsByTagName('head')[0];t.setAttribute('id','_vis_opt_path_hides');v&&t.setAttribute('nonce',v.nonce);t.setAttribute('type','text/css');if(t.styleSheet)t.styleSheet.cssText=i;else t.appendChild(d.createTextNode(i));r.appendChild(t)}else{t=d.getElementsByTagName('head')[0];var i=d.createElement('div');i.style.cssText='z-index: 2147483647 !important;position: fixed !important;left: 0 !important;top: 0 !important;width: 100% !important;height: 100% !important;background: white !important;display: block !important;';i.setAttribute('id','_vis_opt_path_hides');i.classList.add('_vis_hide_layer');t.parentNode.insertBefore(i,t.nextSibling)}var o=window._vis_opt_url||d.URL,s='https://dev.visualwebsiteoptimizer.com/j.php?a='+account_id+'&u='+encodeURIComponent(o)+'&vn='+version;if(w.location.search.indexOf('_vwo_xhr')!==-1){this.addScript({src:s})}else{this.load(s+'&x=true')}}};w._vwo_code=code;code.init();})();\n </script>\n <!-- End VWO Async SmartCode -->\n\n \n \n <script>\n \"u"
}
},
"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": 15,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "login"
},
{
"source": "visible-text",
"weight": 3,
"match": "password"
},
{
"source": "visible-text",
"weight": 3,
"match": "sso"
}
]
},
"resourceFetchSucceeded": false
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
Why it matters
IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.
Check name
IndexNow key
Score
100/100
Status
informational
Category
Discoverability
Maturity
Established
Goal
Verify that IndexNow ownership key placement is detectable when the site advertises it.
Result
IndexNow key is informational for this page.
Validation steps
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
Fetch and validate IndexNow key file
No discoverable IndexNow key file was found.
Evidence
{
"steps": [
{
"id": "advertised-location",
"title": "Find advertised IndexNow key location",
"status": "informational",
"evidence": {
"advertised": []
},
"issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
"howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
},
{
"id": "fetch-key",
"title": "Fetch and validate IndexNow key file",
"status": "informational",
"evidence": {
"advertised": [],
"checked": []
},
"issue": "No discoverable IndexNow key file was found.",
"howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
}
]
}Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
OAuth / OIDC discovery was not found at the expected path.
Why it matters
OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.
Check name
OAuth / OIDC discovery
Score
0/100
Status
informational
Category
Auth
Maturity
Established
Goal
Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.
Result
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Validation steps
Fetch to find resource
OAuth / OIDC discovery was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/openid-configuration",
"statusCode": 404,
"contentType": "text/html",
"length": 131278
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/html",
"length": 131278
}
]
},
"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": 15,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "login"
},
{
"source": "visible-text",
"weight": 3,
"match": "password"
},
{
"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"
},
"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><html lang=\"en\"><head>\n <meta charset=\"utf-8\">\n \n\t<meta name=\"translate-nitro-links\">\n\n \n \n \n <!-- Start VWO Async SmartCode -->\n <link rel=\"preconnect\" href=\"https://dev.visualwebsiteoptimizer.com\">\n <script type=\"text/plain\" id=\"vwoCode\" class=\"optanon-category-C0002-C0003-C0004\">\n window._vwo_code || (function() {\n var account_id=472626,\n version=2.1,\n settings_tolerance=2000,\n hide_element='body',\n hide_element_style = 'opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important;transition:none !important;',\n /* DO NOT EDIT BELOW THIS LINE */\n f=false,w=window,d=document,v=d.querySelector('#vwoCode'),cK='_vwo_'+account_id+'_settings',cc={};try{var c=JSON.parse(localStorage.getItem('_vwo_'+account_id"
},
"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.gonitro.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.gonitro.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.gonitro.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.gonitro.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": 15,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "login"
},
{
"source": "visible-text",
"weight": 3,
"match": "password"
},
{
"source": "visible-text",
"weight": 3,
"match": "sso"
}
]
},
"resourceFetchSucceeded": false
}Performance and AccessibilityAccessibilityBrowser audit
Elements with visible text labels do not have matching accessible names.
100 Fail
Performance and AccessibilityAccessibilityBrowser audit
Elements with visible text labels do not have matching accessible names.
Check name
Elements with visible text labels do not have matching accessible names.
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. [Learn more about accessible names](https://dequeuniversity.com/rules/axe/4.11/label-content-name-mismatch).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. [Learn more about accessible names](https://dequeuniversity.com/rules/axe/4.11/label-content-name-mismatch)."
}Performance and AccessibilityPerformanceBrowser audit
Forced reflow
20 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
Lists do not contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
20 Fail
Performance and AccessibilityPerformanceBrowser audit
Lists do not contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
Check name
Lists do not contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. [Learn more about proper list structure](https://dequeuniversity.com/rules/axe/4.11/list).
References
https://web.dev/learn/performance/Evidence
{
"description": "Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. [Learn more about proper list structure](https://dequeuniversity.com/rules/axe/4.11/list)."
}Performance and AccessibilityPerformanceBrowser audit
Reduce JavaScript execution time
20 Fail
Performance and AccessibilityPerformanceBrowser audit
Reduce JavaScript execution time
Check name
Reduce JavaScript execution time
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
2.0Â s
Fix guidance
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "2.0Â s",
"description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).",
"numericValue": 2032.1009999999974
}Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
20 Fail
Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
Check name
Use efficient cache lifetimes
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 1,055Â KiB
Fix guidance
A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 1,055Â KiB",
"description": "A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache)."
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
8 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
59/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "speed-index",
"title": "Speed Index",
"score": 33,
"displayValue": "2.8Â s",
"numericValue": 2783.4093477962347
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "110Â ms",
"numericValue": 105.39522000000001
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 30,
"displayValue": "490Â ms",
"numericValue": 491.5652629476565
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 26,
"displayValue": "340Â ms",
"numericValue": 344
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 34,
"displayValue": "5.4Â s",
"numericValue": 5415.362949753673
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 53,
"displayValue": "2.3Â s",
"numericValue": 2281.0809550846325
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 20Â ms",
"numericValue": 22
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 95,
"displayValue": "0.8Â s",
"numericValue": 805.70781799028
}
]
}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 |
|---|---|---|---|
| 60/100 | Level 3, Bot-Aware | Current report |