Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 48 out of 100
- Agent Ease of Use 6 out of 100
- Security & Trust 40 out of 100
- GEO, AIO and AEO 72 out of 100
- SEO 85 out of 100
- Performance and Accessibility 70 out of 100
What AI sees of your website
World Leader in Artificial Intelligence Computing | NVIDIA
NVIDIA invents the GPU and drives advances in AI, HPC, gaming, creative design, autonomous vehicles, and robotics.
Next step
Turn this report into a fix workflow
25 failed checks are ready to move into MCP or CLI remediation. Generate a repair prompt, connect the scanner to your coding agent, or open the integration docs before your next rescan.
| Metric | Score | Status | Passed | Failed | Warning | Evidence |
|---|---|---|---|---|---|---|
| AI Discoverability | 48 | Priority fix | 10 | 13 | 1 | View details |
| Discoverability | 50 | Needs work | 4 | 5 | 0 | View details |
| Content Readiness | 58 | 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 | 72 | Needs work | 6 | 2 | 11 | View details |
| GEO Readiness | 81 | Mostly ready | 2 | 0 | 3 | |
| AIO Readiness | 78 | Mostly ready | 3 | 1 | 3 | View details |
| AEO Readiness | 58 | Needs work | 1 | 1 | 5 | View details |
| SEO | 85 | Mostly ready | 9 | 2 | 0 | View details |
| SEO | 85 | Mostly ready | 9 | 2 | 0 | View details |
| Security & Trust | 40 | Priority fix | 6 | 3 | 0 | View details |
| Security & Trust | 40 | Priority fix | 2 | 3 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 70 | Needs work | 22 | 6 | 0 | View details |
| Performance | 56 | Needs work | 12 | 5 | 0 | View details |
| Accessibility | 96 | Strong | 10 | 1 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
47 items need attention
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
50 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
Why it matters
API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.
Check name
API Catalog
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish an API catalog for automated API discovery using RFC 9727.
Result
API Catalog failed at "Fetch API catalog".
Validation steps
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
Fetch advertised API catalog targets
API Catalog did not expose any same-origin hrefs to validate.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "fail",
"evidence": {
"statusCode": 403,
"contentType": "application/xml"
},
"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": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Error><Code>AccessDenied</Code><Message>Access Denied</Message></Error>"
},
"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; charset=UTF-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Why it matters
OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.
Check name
OpenAPI discovery
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish a valid OpenAPI or Swagger document for API discovery.
Result
OpenAPI discovery failed at "Find valid OpenAPI document".
Validation steps
Find valid OpenAPI document
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=UTF-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Find valid OpenAPI document",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "\n<!DOCTYPE HTML>\n<html class=\"html-page no-js\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en-us\" xml:lang=\"en-us\">\n <head>\n \n \n\n\n<link rel=\"preconnect\" href=\"https://images.nvidia.com\" crossorigin/>\n\n\n <link rel=\"preload\" href=\"https://images.nvidia.com/etc/designs/nvidiaGDC/clientlibs_base/fonts/nvidia-sans/NALA/var/NVIDIASansVF_NALA_W_Wght.woff2\" as=\"font\" type=\"font/woff2\" crossorigin/> \n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/>\n<meta name=\"robots\" content=\"noindex,nofollow\"/> \n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\"/>\n<meta name=\"keywords\" content=\"Page Not Found, 404\"/>\n<meta name=\"description\" content=\"Page Not Found\"/>\n<meta name=\"nv-pub-date\" co"
},
{
"path": "/openapi.yaml",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "\n<!DOCTYPE HTML>\n<html class=\"html-page no-js\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en-us\" xml:lang=\"en-us\">\n <head>\n \n \n\n\n<link rel=\"preconnect\" href=\"https://images.nvidia.com\" crossorigin/>\n\n\n <link rel=\"preload\" href=\"https://images.nvidia.com/etc/designs/nvidiaGDC/clientlibs_base/fonts/nvidia-sans/NALA/var/NVIDIASansVF_NALA_W_Wght.woff2\" as=\"font\" type=\"font/woff2\" crossorigin/> \n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/>\n<meta name=\"robots\" content=\"noindex,nofollow\"/> \n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\"/>\n<meta name=\"keywords\" content=\"Page Not Found, 404\"/>\n<meta name=\"description\" content=\"Page Not Found\"/>\n<meta name=\"nv-pub-date\" co"
},
{
"path": "/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "\n<!DOCTYPE HTML>\n<html class=\"html-page no-js\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en-us\" xml:lang=\"en-us\">\n <head>\n \n \n\n\n<link rel=\"preconnect\" href=\"https://images.nvidia.com\" crossorigin/>\n\n\n <link rel=\"preload\" href=\"https://images.nvidia.com/etc/designs/nvidiaGDC/clientlibs_base/fonts/nvidia-sans/NALA/var/NVIDIASansVF_NALA_W_Wght.woff2\" as=\"font\" type=\"font/woff2\" crossorigin/> \n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/>\n<meta name=\"robots\" content=\"noindex,nofollow\"/> \n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\"/>\n<meta name=\"keywords\" content=\"Page Not Found, 404\"/>\n<meta name=\"description\" content=\"Page Not Found\"/>\n<meta name=\"nv-pub-date\" co"
},
{
"path": "/swagger.yaml",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "\n<!DOCTYPE HTML>\n<html class=\"html-page no-js\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en-us\" xml:lang=\"en-us\">\n <head>\n \n \n\n\n<link rel=\"preconnect\" href=\"https://images.nvidia.com\" crossorigin/>\n\n\n <link rel=\"preload\" href=\"https://images.nvidia.com/etc/designs/nvidiaGDC/clientlibs_base/fonts/nvidia-sans/NALA/var/NVIDIASansVF_NALA_W_Wght.woff2\" as=\"font\" type=\"font/woff2\" crossorigin/> \n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/>\n<meta name=\"robots\" content=\"noindex,nofollow\"/> \n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\"/>\n<meta name=\"keywords\" content=\"Page Not Found, 404\"/>\n<meta name=\"description\" content=\"Page Not Found\"/>\n<meta name=\"nv-pub-date\" co"
},
{
"path": "/api/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "\n<!DOCTYPE HTML>\n<html class=\"html-page no-js\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en-us\" xml:lang=\"en-us\">\n <head>\n \n \n\n\n<link rel=\"preconnect\" href=\"https://images.nvidia.com\" crossorigin/>\n\n\n <link rel=\"preload\" href=\"https://images.nvidia.com/etc/designs/nvidiaGDC/clientlibs_base/fonts/nvidia-sans/NALA/var/NVIDIASansVF_NALA_W_Wght.woff2\" as=\"font\" type=\"font/woff2\" crossorigin/> \n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/>\n<meta name=\"robots\" content=\"noindex,nofollow\"/> \n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\"/>\n<meta name=\"keywords\" content=\"Page Not Found, 404\"/>\n<meta name=\"description\" content=\"Page Not Found\"/>\n<meta name=\"nv-pub-date\" co"
},
{
"path": "/api/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "\n<!DOCTYPE HTML>\n<html class=\"html-page no-js\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en-us\" xml:lang=\"en-us\">\n <head>\n \n \n\n\n<link rel=\"preconnect\" href=\"https://images.nvidia.com\" crossorigin/>\n\n\n <link rel=\"preload\" href=\"https://images.nvidia.com/etc/designs/nvidiaGDC/clientlibs_base/fonts/nvidia-sans/NALA/var/NVIDIASansVF_NALA_W_Wght.woff2\" as=\"font\" type=\"font/woff2\" crossorigin/> \n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/>\n<meta name=\"robots\" content=\"noindex,nofollow\"/> \n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\"/>\n<meta name=\"keywords\" content=\"Page Not Found, 404\"/>\n<meta name=\"description\" content=\"Page Not Found\"/>\n<meta name=\"nv-pub-date\" co"
},
{
"path": "/docs/openapi.json",
"statusCode": 200,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "\n<!DOCTYPE HTML>\n<html class=\"html-page no-js\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en-us\" xml:lang=\"en-us\">\n <head>\n \n \n\n\n<link rel=\"preconnect\" href=\"https://images.nvidia.com\" crossorigin/>\n\n\n <link rel=\"preload\" href=\"https://images.nvidia.com/etc/designs/nvidiaGDC/clientlibs_base/fonts/nvidia-sans/NALA/var/NVIDIASansVF_NALA_W_Wght.woff2\" as=\"font\" type=\"font/woff2\" crossorigin/> \n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/>\n<meta name=\"robots\" content=\"noindex,nofollow\"/> \n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\"/>\n<meta name=\"keywords\" content=\"Page Not Found, 404\"/>\n<meta name=\"description\" content=\"Page Not Found\"/>\n<meta name=\"nv-pub-date\" co"
}
]
},
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
}
]
}AI DiscoverabilityBot Access 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": 403,
"contentType": "application/xml",
"length": 111
}
]
},
"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": "frame-ancestors 'self' *.awsapps.nvidia.com *.nvidia.com https://widget.stackla.com https://app-sj14.marketo.com https://www.youtube.com https://www.quadro-selector.com http://player.youku.com https://player.youku.com https://live.nvidia-china.com https://www.google.com *.nvidia.cn https://events.rainfocus.com https://www.twitch.tv https://store.nvidia.ru https://store.nvidia.in *.geforcenow.com https://salespro.hpe.com https://hpe.seismic.com https://cms.nvidia-docs-uat.lower.k3.m1.brightspot.cloud https://cms.nvidia-docs-qa3.lower.k3.m1.brightspot.cloud https://events.rainfocus.com https://docs.nvidia-docs-uat.lower.k3.m1.brightspot.cloud https://docs.nvidia-docs-qa3.lower.k3.m1.brightspot.cloud https://nvfile;"
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
Why it matters
High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.
Check name
High-value schema types
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Use schema types that describe the page's primary content or offering.
Result
High-value schema types is missing or incomplete.
Evidence
{
"found": [],
"expected": [
"Article",
"BlogPosting",
"NewsArticle",
"Product",
"SoftwareApplication",
"FAQPage",
"LocalBusiness",
"VideoObject",
"HowTo",
"Event",
"Course",
"Review",
"Service"
],
"allTypes": [
"Corporation"
]
}Security & TrustSecurity & TrustEstablished
HSTS header
HSTS header is missing or incomplete.
33 Fail
Security & TrustSecurity & TrustEstablished
HSTS header
HSTS header is missing or incomplete.
Needs attention
HSTS header
Issue
HSTS header is missing or incomplete.
Why it matters
HSTS tells browsers to keep using HTTPS after the first secure visit, reducing downgrade and mixed-transport risk for repeat users.
Check name
HSTS header
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Require HTTPS for repeat visits with Strict-Transport-Security.
Result
HSTS header is missing or incomplete.
Evidence
{
"header": "strict-transport-security",
"value": null
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
Why it matters
Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.
Check name
Link headers
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Include Link response headers for agent discovery using RFC 8288.
Result
Link headers failed at "Find useful Link headers".
Validation steps
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": []
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
33 Fail
AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
Needs attention
Markdown negotiation
Issue
Content-Type "text/html; charset=UTF-8" does not indicate Markdown when requested with Accept: text/markdown.
Why it matters
Markdown negotiation gives agents a cleaner representation of page content while preserving normal HTML for browsers.
Check name
Markdown negotiation
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Return HTML responses as markdown when agents request it.
Result
Markdown negotiation failed at "Markdown content type".
Validation steps
Markdown content type
Content-Type "text/html; charset=UTF-8" does not indicate Markdown when requested with Accept: text/markdown.
Vary: Accept header
Markdown negotiation is missing Vary: Accept; current Vary header is "Accept-Encoding".
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": 68498,
"excerpt": "<!DOCTYPE HTML>\n<html class=\"html-page no-js\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en-in\" xml:lang=\"en-in\">\n <head>\n \n \n\n\n<link rel=\"preconnect\" href=\"https://images.nvidia.com\" crossorigin/>\n\n\n <link rel=\"preload\" href=\"h",
"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 DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
Organization / WebSite schema
Organization / WebSite schema is missing or incomplete.
Needs attention
Organization / WebSite schema
Issue
Neither Organization nor WebSite schema types were found in JSON-LD.
Why it matters
Organization and WebSite schema help agents identify the publisher, canonical site identity, logo, and related profiles for attribution.
Check name
Organization / WebSite schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Identify the site owner and website entity in structured data.
Result
Organization / WebSite schema is missing or incomplete.
Evidence
{
"found": [],
"allTypes": [
"Corporation"
]
}Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
33 Fail
Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
Needs attention
Referrer-Policy
Issue
Referrer-Policy is missing or incomplete.
Why it matters
Referrer-Policy controls how much URL context is sent to other origins, limiting accidental leakage of paths, queries, and identifiers.
Check name
Referrer-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Limit how much referrer data leaves the site.
Result
Referrer-Policy is missing or incomplete.
Evidence
{
"header": "referrer-policy",
"value": null
}AI 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: missing <main> landmark; missing <footer> landmark; invalid h1 (found 0); 5 links missing accessible names; 5 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": false,
"nav": true,
"footer": false,
"meaningfulH1": false,
"headingOrder": true,
"accessibleLinks": false,
"accessibleButtons": false,
"imageAltCoverage": true,
"formAutocompleteCoverage": false,
"details": {
"inaccessibleLinks": [
"<a href=\"#\" class=\"search-abort\" role=\"search\"> <svg class=\"n24-icon mega-nav-close-menu-icon\" aria-labelledby=\"search\"> <use xlink:href=\"#n24-close\"/> </svg> </a>",
"<a href=\"#\" class=\"search-abort\"> <svg class=\"n24-icon mega-nav-close-menu-icon\" aria-labelledby=\"search\"> <use xlink:href=\"#n24-close\"/> </svg> </a>",
"<a href=\"https://www.instagram.com/nvidia/?hl=en\" class=\"page-footer__social__link\" target=\"_blank\"> <i class=\"fa-brands fa-instagram\" title=\"Instagram\"></i> </a>",
"<a href=\"https://www.linkedin.com/company/nvidia/\" class=\"page-footer__social__link\" target=\"_blank\"> <i class=\"fa-brands fa-linkedin-in\" title=\"LinkedIn\"></i> </a>",
"<a href=\"https://www.youtube.com/user/nvidia\" class=\"page-footer__social__link\" target=\"_blank\"> <i class=\"fa-brands fa-youtube\" title=\"YouTube\"></i> </a>"
],
"inaccessibleButtons": [
"<button class=\"close-button\"> <span class=\"fa-light fa-xmark-large\"></span> </button>",
"<button aria-expanded=\"false\" ot-accordion=\"true\" aria-controls=\"ot-desc-id-C0001\" aria-labelledby=\"ot-header-id-C0001 ot-status-id-C0001\"></button>",
"<button aria-expanded=\"false\" ot-accordion=\"true\" aria-controls=\"ot-desc-id-C0002\" aria-labelledby=\"ot-header-id-C0002\"></button>",
"<button aria-expanded=\"false\" ot-accordion=\"true\" aria-controls=\"ot-desc-id-C0003\" aria-labelledby=\"ot-header-id-C0003\"></button>",
"<button aria-expanded=\"false\" ot-accordion=\"true\" aria-controls=\"ot-desc-id-C0004\" aria-labelledby=\"ot-header-id-C0004\"></button>"
],
"missingAutocompleteInputs": [
"<input id=\"vendor-search-handler\" type=\"text\" name=\"vendor-search-handler\" placeholder=\"Search…\" aria-label=\"Cookie list search\">"
],
"imagesMissingAlt": [
"<img src=\"https://www.nvidia.com/akam/13/pixel_1fdc49b4?a=dD1hYThiMjFhNTQ2MTM4MDg0ODBkMDUwOGExOTgxZjJkY2E0YWI3NTNhJmpzPW9mZg==\" style=\"visibility: hidden; position: absolute; left: -999px; top: -999px;\">"
],
"skippedHeadingLevels": []
},
"counts": {
"h1": 0,
"headings": 95,
"links": 631,
"inaccessibleLinks": 5,
"buttons": 87,
"inaccessibleButtons": 5,
"images": 89,
"imagesWithAlt": 88,
"autocompleteInputs": 1,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 1
}
}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": 403,
"contentType": "application/xml",
"length": 111
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 403,
"contentType": "application/xml",
"length": 111
},
{
"path": "/.well-known/mcp.json",
"statusCode": 403,
"contentType": "application/xml",
"length": 111
}
]
},
"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; charset=UTF-8",
"length": 302511
},
{
"path": "/.well-known/mcp.json",
"statusCode": 403,
"contentType": "application/xml",
"length": 111
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 403,
"contentType": "application/xml",
"length": 111
}
]
},
"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": 403,
"contentType": "application/xml",
"length": 111
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 302511
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 302511
}
]
},
"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": 403,
"contentType": "application/xml",
"length": 111
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 403,
"contentType": "application/xml",
"length": 111
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 302511
}
]
},
"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": 403,
"contentType": "application/xml",
"length": 111
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 403,
"contentType": "application/xml",
"length": 111
}
]
},
"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": 403,
"contentType": "application/xml",
"length": 111
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 302511
}
]
},
"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": 403,
"contentType": "application/xml",
"length": 111
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 302511
}
]
},
"issue": "agents.json was not found at the expected path.",
"howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
17 Warning
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing dateModified/datePublished in JSON-LD.
Why it matters
Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.
Check name
Content freshness signals
Score
50/100
Status
warning
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is partially implemented.
Evidence
{
"lastModified": "Thu, 11 Jun 2026 12:51:31 GMT",
"schemaDates": [],
"metaDateCount": 3,
"timeDateCount": 0
}Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
15 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Needs attention
DNS-AID Agent Discovery
Issue
No DNS-AID entrypoint records were found under _agents.
Why it matters
DNS-AID lets agents discover index, A2A, and other agent entrypoints before fetching HTTP metadata, while DNSSEC can authenticate the discovery zone.
Check name
DNS-AID Agent Discovery
Score
25/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish DNS for AI Discovery records under _agents for DNS-based agent entrypoint discovery.
Result
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Validation steps
Resolve DNS-AID SVCB/HTTPS records
No DNS-AID entrypoint records were found under _agents.
Validate alpn and endpoint parameters
Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint.
Check DNSSEC material
DNSSEC material was not visible for the hostname or parent zone from this resolver.
Evidence
{
"failedStep": "svcb-https-records",
"steps": [
{
"id": "svcb-https-records",
"title": "Resolve DNS-AID SVCB/HTTPS records",
"status": "fail",
"evidence": {
"hostname": "www.nvidia.com",
"probes": [
{
"name": "_index._agents.www.nvidia.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.www.nvidia.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.nvidia.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
},
{
"name": "nvidia.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
<select> is missing a name attribute.<select> is missing tool-param-description.<input name="nv-tab-level-1"> is missing tool-param-description.<input name="nv-tab-level-1"> is missing tool-param-description.<input name="nv-tab-level-1"> is missing tool-param-description.<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="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": 730,
"interactiveWithTags": 0,
"totalCount": 730,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<input name=\"nv-tab-level-1\"> is missing tool-param-description.",
"<input name=\"nv-tab-level-1\"> is missing tool-param-description.",
"<input name=\"nv-tab-level-1\"> is missing tool-param-description.",
"<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=\"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": 17,
"issues": [
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<input name=\"nv-tab-level-1\"> is missing tool-param-description.",
"<input name=\"nv-tab-level-1\"> is missing tool-param-description.",
"<input name=\"nv-tab-level-1\"> is missing tool-param-description.",
"<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=\"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": "<select> is missing a name attribute."
},
{
"type": "code",
"value": "<select> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"nv-tab-level-1\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"nv-tab-level-1\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"nv-tab-level-1\"> is missing tool-param-description."
},
{
"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=\"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": 730,
"interactiveWithTags": 0,
"totalCount": 730,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<input name=\"nv-tab-level-1\"> is missing tool-param-description.",
"<input name=\"nv-tab-level-1\"> is missing tool-param-description.",
"<input name=\"nv-tab-level-1\"> is missing tool-param-description.",
"<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=\"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": 730,
"interactiveWithTags": 0,
"totalCount": 730,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<input name=\"nv-tab-level-1\"> is missing tool-param-description.",
"<input name=\"nv-tab-level-1\"> is missing tool-param-description.",
"<input name=\"nv-tab-level-1\"> is missing tool-param-description.",
"<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=\"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
}
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 50/100 and needs improvement.
11 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 50/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: world, leader, artificial, intelligence, computing.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Entity clarity
Score
50/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Entity clarity scored 50/100 and needs improvement.
Evidence
{
"title": "World Leader in Artificial Intelligence Computing | NVIDIA",
"h1": "",
"description": "NVIDIA invents the GPU and drives advances in AI, HPC, gaming, creative design, autonomous vehicles, and robotics.",
"topicOverlap": 0.16666666666666666,
"topicTerms": [
"world",
"leader",
"artificial",
"intelligence",
"computing",
"nvidia"
],
"descriptionTerms": [
"nvidia",
"invents",
"gpu",
"drives",
"advances",
"hpc",
"gaming",
"creative",
"design",
"autonomous",
"vehicles",
"robotics"
],
"missingFromDescription": [
"world",
"leader",
"artificial",
"intelligence",
"computing"
],
"score": 50,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
9 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Source and trust signals
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Source and trust signals scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://blogs.nvidia.com/blog/amazon-zero-touch-manufacturing",
"text": "Robotics | Blog Amazon Devices & Services Achieves Zero-Touch Manufacturing With NVIDIA The company’s innovative manufacturing solution powers robotic arms to autonomously audit devices using NVIDIA technologies.",
"html": "<a href=\"https://blogs.nvidia.com/blog/amazon-zero-touch-manufacturing\" target=\"_blank\" class=\"cmp-teaser__link-entire-card\" rel=\"noopener noreferrer\"> <div class=\"general-container-text \"> <div class=\"text-left lap-text-left tab-text-left mob-text-left\" style=\"padding: 0px 20px; width: calc(100% - 40px);\"> <div class=\"cmp-teaser__pretitle\">Robotics | Blog</div> <h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Ama..."
},
{
"href": "https://blogs.nvidia.com/blog/drive-ai-lab-ces/",
"text": "Automotive | Announcement DRIVE AI Systems Inspection Lab Achieves New Industry Safety Milestones Read about NVIDIA’s new safety and cybersecurity initiative for autonomous vehicles partners.",
"html": "<a href=\"https://blogs.nvidia.com/blog/drive-ai-lab-ces/\" target=\"_blank\" class=\"cmp-teaser__link-entire-card\" rel=\"noopener noreferrer\"> <div class=\"general-container-text \"> <div class=\"text-left lap-text-left tab-text-left mob-text-left\" style=\"padding: 0px 20px; width: calc(100% - 40px);\"> <div class=\"cmp-teaser__pretitle\">Automotive | Announcement</div> <h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> DRIVE A..."
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/careers/",
"text": "Careers",
"html": "<a class=\"cmp-teaser__action-link nv-teaser-text-link \" target=\"_self\" id=\"first-cta-742a25e852\" href=\"https://www.nvidia.com/en-in/about-nvidia/careers/\">Careers <span class=\"cmp-teaser__action-link-icon fa-solid fa-angle-right\"></span> </a>"
},
{
"href": "https://images.nvidia.com/aem-dam/Solutions/homepage/pdf/NVIDIA-Story.pdf",
"text": "Corporate | Blog Our Story NVIDIA is the result of the decades-long pursuit of a vision and the life’s work of our employees. Discover our company’s story.",
"html": "<a href=\"https://images.nvidia.com/aem-dam/Solutions/homepage/pdf/NVIDIA-Story.pdf\" target=\"_blank\" class=\"cmp-teaser__link-entire-card\" rel=\"noopener noreferrer\"> <div class=\"general-container-text \"> <div class=\"text-left lap-text-left tab-text-left mob-text-left\" style=\"padding: 0px 20px; width: calc(100% - 40px);\"> <div class=\"cmp-teaser__pretitle\">Corporate | Blog</div> <h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtabl..."
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/ai-for-good/",
"text": "",
"html": "<a class=\"cmp-image__link\" href=\"https://www.nvidia.com/en-in/about-nvidia/ai-for-good/\" target=\"_self\" data-cmp-hook-image=\"link\"> <img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"Learn the NVIDIA Story\" title=\"Learn the NVIDIA Story\" data-analytics=\"nv-image-ce08c0ae9c\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\"> </a>"
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/ai-for-good/",
"text": "Corporate | Brochure Learn the NVIDIA Story Our work is truly unique. Part science. Part art. Every breakthrough helps shape what's next.",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/ai-for-good/\" target=\"_self\" class=\"cmp-teaser__link-entire-card\"> <div class=\"general-container-text \"> <div class=\"text-left lap-text-left tab-text-left mob-text-left\" style=\"padding: 0px 20px; width: calc(100% - 40px);\"> <div class=\"cmp-teaser__pretitle\">Corporate | Brochure</div> <h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Learn the NVIDIA Story </h3> <di..."
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/ai-for-good/",
"text": "About Us",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/ai-for-good/\" target=\"_self\">About Us</a>"
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/careers/",
"text": "Careers",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/careers/\" target=\"_self\">Careers</a>"
},
{
"href": "https://blogs.nvidia.com/",
"text": "Company Blog",
"html": "<a href=\"https://blogs.nvidia.com/\" target=\"_blank\">Company Blog</a>"
},
{
"href": "https://www.nvidia.com/en-us/about-nvidia/webinar-portal/",
"text": "Webinars",
"html": "<a href=\"https://www.nvidia.com/en-us/about-nvidia/webinar-portal/\" target=\"_self\">Webinars</a>"
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/partners/",
"text": "Partners",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/partners/\" target=\"_self\">Partners</a>"
},
{
"href": "https://www.linkedin.com/company/nvidia/",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/nvidia/\" class=\"page-footer__social__link\" target=\"_blank\"> <i class=\"fa-brands fa-linkedin-in\" title=\"LinkedIn\"></i> </a>"
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/privacy-policy/",
"text": "Privacy Policy",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/privacy-policy/\" target=\"_blank\">Privacy Policy</a>"
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/privacy-center/",
"text": "Your Privacy Choices",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/privacy-center/\" target=\"_blank\">Your Privacy Choices</a>"
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/accessibility/",
"text": "Accessibility",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/accessibility/\" target=\"_blank\">Accessibility</a>"
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/company-policies/",
"text": "Corporate Policies",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/company-policies/\" target=\"_self\">Corporate Policies</a>"
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/cookie-policy/",
"text": "Cookie Policy",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/cookie-policy/\" target=\"_self\">Cookie Policy</a>"
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/privacy-policy/",
"text": "Privacy Policy",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/privacy-policy/\" target=\"_self\">Privacy Policy</a>"
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/cookie-policy/",
"text": "Cookie Policy",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/cookie-policy/\" target=\"_self\">Cookie Policy</a>"
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/privacy-policy/",
"text": "Privacy Policy",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/privacy-policy/\" target=\"_self\">Privacy Policy</a>"
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/cookie-policy/",
"text": "Cookie Policy",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/cookie-policy/\" target=\"_self\">Cookie Policy</a>"
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/privacy-policy/",
"text": "Privacy Policy",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/privacy-policy/\" target=\"_self\">Privacy Policy</a>"
}
],
"contactLinks": [
{
"href": "https://www.nvidia.com/en-in/support/",
"text": "Support",
"html": "<a href=\"https://www.nvidia.com/en-in/support/\" class=\"menu-button-link menu-level-1\" role=\"menuitem\" target=\"_self\">Support</a>"
},
{
"href": "https://www.nvidia.com/en-in/support/",
"text": "Support",
"html": "<a href=\"https://www.nvidia.com/en-in/support/\" class=\"mm-btn-link\" role=\"menuitem\" target=\"_self\">Support</a>"
},
{
"href": "https://blogs.nvidia.com/blog/rtx-ai-garage-computex-spark-local-agents",
"text": "Artificial Intelligence | Blog RTX AI Garage: NVIDIA Levels Up Local AI Agents on RTX PCs and DGX Spark NVIDIA OpenShell runtime is coming to Windows, NemoClaw support is expanding, and new agentic AI optimizations and creator app updates are arriving—including NVIDIA Broadcast 2.2, upcoming RTX acceleration for Adobe Premiere and Photoshop, and DLSS Ray Reconstruction for Blender Cycles.",
"html": "<a href=\"https://blogs.nvidia.com/blog/rtx-ai-garage-computex-spark-local-agents\" target=\"_blank\" class=\"cmp-teaser__link-entire-card\" rel=\"noopener noreferrer\"> <div class=\"general-container-text \"> <div class=\"text-left lap-text-left tab-text-left mob-text-left\" style=\"padding: 0px 20px; width: calc(100% - 40px);\"> <div class=\"cmp-teaser__pretitle\">Artificial Intelligence | Blog</div> <h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-..."
},
{
"href": "https://blogs.nvidia.com/blog/omniverse-digital-twins-taiwan-manufacturers-physical-ai",
"text": "Simulation | Blog NVIDIA Omniverse Digital Twins Help Taiwan Manufacturers Drive Golden Age of Industrial AI Blueprints for building autonomous manufacturing facilities offer transformative advances for development of trillion-dollar industries.",
"html": "<a href=\"https://blogs.nvidia.com/blog/omniverse-digital-twins-taiwan-manufacturers-physical-ai\" target=\"_blank\" class=\"cmp-teaser__link-entire-card\" rel=\"noopener noreferrer\"> <div class=\"general-container-text \"> <div class=\"text-left lap-text-left tab-text-left mob-text-left\" style=\"padding: 0px 20px; width: calc(100% - 40px);\"> <div class=\"cmp-teaser__pretitle\">Simulation | Blog</div> <h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" dat..."
},
{
"href": "https://blogs.nvidia.com/blog/igx-thor-processor-physical-ai-industrial-medical-edge",
"text": "Edge Computing | Blog NVIDIA IGX Thor Brings Blackwell to New Edge AI Applications Discover enhanced processing, AI reasoning, safety, and support for industrial, robotics, and medical applications.",
"html": "<a href=\"https://blogs.nvidia.com/blog/igx-thor-processor-physical-ai-industrial-medical-edge\" target=\"_blank\" class=\"cmp-teaser__link-entire-card\" rel=\"noopener noreferrer\"> <div class=\"general-container-text \"> <div class=\"text-left lap-text-left tab-text-left mob-text-left\" style=\"padding: 0px 20px; width: calc(100% - 40px);\"> <div class=\"cmp-teaser__pretitle\">Edge Computing | Blog</div> <h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" d..."
},
{
"href": "https://nvidianews.nvidia.com/news/nvidia-releases-vera-rubin-dsx-ai-factory-reference-design-and-omniverse-dsx-digital-twin-blueprint-with-broad-industry-support",
"text": "",
"html": "<a class=\"cmp-image__link\" href=\"https://nvidianews.nvidia.com/news/nvidia-releases-vera-rubin-dsx-ai-factory-reference-design-and-omniverse-dsx-digital-twin-blueprint-with-broad-industry-support\" target=\"_blank\" data-cmp-hook-image=\"link\" rel=\"noopener noreferrer\"> <img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"New NVIDIA Vera Rubin DSX AI Factory Reference Design\" title=\"New NVIDIA Vera Rubin DSX AI Factory Reference Design\" data-analytics=\"nv-image-ef..."
},
{
"href": "https://nvidianews.nvidia.com/news/nvidia-releases-vera-rubin-dsx-ai-factory-reference-design-and-omniverse-dsx-digital-twin-blueprint-with-broad-industry-support",
"text": "Data Center | Announcement New NVIDIA Vera Rubin DSX AI Factory Reference Design The new reference design provides a guide for building codesigned AI infrastructure that delivers maximum token per watt and accelerated time to first production.",
"html": "<a href=\"https://nvidianews.nvidia.com/news/nvidia-releases-vera-rubin-dsx-ai-factory-reference-design-and-omniverse-dsx-digital-twin-blueprint-with-broad-industry-support\" target=\"_blank\" class=\"cmp-teaser__link-entire-card\" rel=\"noopener noreferrer\"> <div class=\"general-container-text \"> <div class=\"text-left lap-text-left tab-text-left mob-text-left\" style=\"padding: 0px 20px; width: calc(100% - 40px);\"> <div class=\"cmp-teaser__pretitle\">Data Center | Announcement</div> <h3 cl..."
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/ai-for-good/",
"text": "Corporate | Brochure Learn the NVIDIA Story Our work is truly unique. Part science. Part art. Every breakthrough helps shape what's next.",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/ai-for-good/\" target=\"_self\" class=\"cmp-teaser__link-entire-card\"> <div class=\"general-container-text \"> <div class=\"text-left lap-text-left tab-text-left mob-text-left\" style=\"padding: 0px 20px; width: calc(100% - 40px);\"> <div class=\"cmp-teaser__pretitle\">Corporate | Brochure</div> <h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Learn the NVIDIA Story </h3> <di..."
},
{
"href": "https://www.nvidia.com/en-us/support/enterprise/advisory-services/",
"text": "Professional Services for Data Science",
"html": "<a href=\"https://www.nvidia.com/en-us/support/enterprise/advisory-services/\" target=\"_self\">Professional Services for Data Science</a>"
},
{
"href": "https://www.nvidia.com/en-in/contact/asia/",
"text": "Contact",
"html": "<a href=\"https://www.nvidia.com/en-in/contact/asia/\" target=\"_blank\">Contact</a>"
}
],
"privacyLinks": [
{
"href": "https://www.nvidia.com/en-in/geforce/rewards/",
"text": "Games | News GeForce Rewards License to unlock: Your 007 First Light Daring Elite Outfit*. *Terms and conditions apply.",
"html": "<a href=\"https://www.nvidia.com/en-in/geforce/rewards/\" target=\"_self\" class=\"cmp-teaser__link-entire-card\"> <div class=\"general-container-text \"> <div class=\"text-left lap-text-left tab-text-left mob-text-left\" style=\"padding: 0px 20px; width: calc(100% - 40px);\"> <div class=\"cmp-teaser__pretitle\">Games | News</div> <h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> GeForce Rewards </h3> <div class=\"cmp-teaser__des..."
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/privacy-policy/",
"text": "Privacy Policy",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/privacy-policy/\" target=\"_blank\">Privacy Policy</a>"
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/privacy-center/",
"text": "Your Privacy Choices",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/privacy-center/\" target=\"_blank\">Your Privacy Choices</a>"
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/privacy-policy/",
"text": "Privacy Policy",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/privacy-policy/\" target=\"_self\">Privacy Policy</a>"
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/privacy-policy/",
"text": "Privacy Policy",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/privacy-policy/\" target=\"_self\">Privacy Policy</a>"
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/privacy-policy/",
"text": "Privacy Policy",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/privacy-policy/\" target=\"_self\">Privacy Policy</a>"
}
],
"score": 40,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
5 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer evidence and trust
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://blogs.nvidia.com/blog/amazon-zero-touch-manufacturing",
"text": "Robotics | Blog Amazon Devices & Services Achieves Zero-Touch Manufacturing With NVIDIA The company’s innovative manufacturing solution powers robotic arms to autonomously audit devices using NVIDIA technologies.",
"html": "<a href=\"https://blogs.nvidia.com/blog/amazon-zero-touch-manufacturing\" target=\"_blank\" class=\"cmp-teaser__link-entire-card\" rel=\"noopener noreferrer\"> <div class=\"general-container-text \"> <div class=\"text-left lap-text-left tab-text-left mob-text-left\" style=\"padding: 0px 20px; width: calc(100% - 40px);\"> <div class=\"cmp-teaser__pretitle\">Robotics | Blog</div> <h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Ama..."
},
{
"href": "https://blogs.nvidia.com/blog/drive-ai-lab-ces/",
"text": "Automotive | Announcement DRIVE AI Systems Inspection Lab Achieves New Industry Safety Milestones Read about NVIDIA’s new safety and cybersecurity initiative for autonomous vehicles partners.",
"html": "<a href=\"https://blogs.nvidia.com/blog/drive-ai-lab-ces/\" target=\"_blank\" class=\"cmp-teaser__link-entire-card\" rel=\"noopener noreferrer\"> <div class=\"general-container-text \"> <div class=\"text-left lap-text-left tab-text-left mob-text-left\" style=\"padding: 0px 20px; width: calc(100% - 40px);\"> <div class=\"cmp-teaser__pretitle\">Automotive | Announcement</div> <h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> DRIVE A..."
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/careers/",
"text": "Careers",
"html": "<a class=\"cmp-teaser__action-link nv-teaser-text-link \" target=\"_self\" id=\"first-cta-742a25e852\" href=\"https://www.nvidia.com/en-in/about-nvidia/careers/\">Careers <span class=\"cmp-teaser__action-link-icon fa-solid fa-angle-right\"></span> </a>"
},
{
"href": "https://images.nvidia.com/aem-dam/Solutions/homepage/pdf/NVIDIA-Story.pdf",
"text": "Corporate | Blog Our Story NVIDIA is the result of the decades-long pursuit of a vision and the life’s work of our employees. Discover our company’s story.",
"html": "<a href=\"https://images.nvidia.com/aem-dam/Solutions/homepage/pdf/NVIDIA-Story.pdf\" target=\"_blank\" class=\"cmp-teaser__link-entire-card\" rel=\"noopener noreferrer\"> <div class=\"general-container-text \"> <div class=\"text-left lap-text-left tab-text-left mob-text-left\" style=\"padding: 0px 20px; width: calc(100% - 40px);\"> <div class=\"cmp-teaser__pretitle\">Corporate | Blog</div> <h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtabl..."
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/ai-for-good/",
"text": "",
"html": "<a class=\"cmp-image__link\" href=\"https://www.nvidia.com/en-in/about-nvidia/ai-for-good/\" target=\"_self\" data-cmp-hook-image=\"link\"> <img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"Learn the NVIDIA Story\" title=\"Learn the NVIDIA Story\" data-analytics=\"nv-image-ce08c0ae9c\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\"> </a>"
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/ai-for-good/",
"text": "Corporate | Brochure Learn the NVIDIA Story Our work is truly unique. Part science. Part art. Every breakthrough helps shape what's next.",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/ai-for-good/\" target=\"_self\" class=\"cmp-teaser__link-entire-card\"> <div class=\"general-container-text \"> <div class=\"text-left lap-text-left tab-text-left mob-text-left\" style=\"padding: 0px 20px; width: calc(100% - 40px);\"> <div class=\"cmp-teaser__pretitle\">Corporate | Brochure</div> <h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Learn the NVIDIA Story </h3> <di..."
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/ai-for-good/",
"text": "About Us",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/ai-for-good/\" target=\"_self\">About Us</a>"
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/careers/",
"text": "Careers",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/careers/\" target=\"_self\">Careers</a>"
},
{
"href": "https://blogs.nvidia.com/",
"text": "Company Blog",
"html": "<a href=\"https://blogs.nvidia.com/\" target=\"_blank\">Company Blog</a>"
},
{
"href": "https://www.nvidia.com/en-us/about-nvidia/webinar-portal/",
"text": "Webinars",
"html": "<a href=\"https://www.nvidia.com/en-us/about-nvidia/webinar-portal/\" target=\"_self\">Webinars</a>"
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/partners/",
"text": "Partners",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/partners/\" target=\"_self\">Partners</a>"
},
{
"href": "https://www.linkedin.com/company/nvidia/",
"text": "",
"html": "<a href=\"https://www.linkedin.com/company/nvidia/\" class=\"page-footer__social__link\" target=\"_blank\"> <i class=\"fa-brands fa-linkedin-in\" title=\"LinkedIn\"></i> </a>"
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/privacy-policy/",
"text": "Privacy Policy",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/privacy-policy/\" target=\"_blank\">Privacy Policy</a>"
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/privacy-center/",
"text": "Your Privacy Choices",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/privacy-center/\" target=\"_blank\">Your Privacy Choices</a>"
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/accessibility/",
"text": "Accessibility",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/accessibility/\" target=\"_blank\">Accessibility</a>"
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/company-policies/",
"text": "Corporate Policies",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/company-policies/\" target=\"_self\">Corporate Policies</a>"
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/cookie-policy/",
"text": "Cookie Policy",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/cookie-policy/\" target=\"_self\">Cookie Policy</a>"
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/privacy-policy/",
"text": "Privacy Policy",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/privacy-policy/\" target=\"_self\">Privacy Policy</a>"
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/cookie-policy/",
"text": "Cookie Policy",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/cookie-policy/\" target=\"_self\">Cookie Policy</a>"
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/privacy-policy/",
"text": "Privacy Policy",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/privacy-policy/\" target=\"_self\">Privacy Policy</a>"
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/cookie-policy/",
"text": "Cookie Policy",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/cookie-policy/\" target=\"_self\">Cookie Policy</a>"
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/privacy-policy/",
"text": "Privacy Policy",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/privacy-policy/\" target=\"_self\">Privacy Policy</a>"
}
],
"contactLinks": [
{
"href": "https://www.nvidia.com/en-in/support/",
"text": "Support",
"html": "<a href=\"https://www.nvidia.com/en-in/support/\" class=\"menu-button-link menu-level-1\" role=\"menuitem\" target=\"_self\">Support</a>"
},
{
"href": "https://www.nvidia.com/en-in/support/",
"text": "Support",
"html": "<a href=\"https://www.nvidia.com/en-in/support/\" class=\"mm-btn-link\" role=\"menuitem\" target=\"_self\">Support</a>"
},
{
"href": "https://blogs.nvidia.com/blog/rtx-ai-garage-computex-spark-local-agents",
"text": "Artificial Intelligence | Blog RTX AI Garage: NVIDIA Levels Up Local AI Agents on RTX PCs and DGX Spark NVIDIA OpenShell runtime is coming to Windows, NemoClaw support is expanding, and new agentic AI optimizations and creator app updates are arriving—including NVIDIA Broadcast 2.2, upcoming RTX acceleration for Adobe Premiere and Photoshop, and DLSS Ray Reconstruction for Blender Cycles.",
"html": "<a href=\"https://blogs.nvidia.com/blog/rtx-ai-garage-computex-spark-local-agents\" target=\"_blank\" class=\"cmp-teaser__link-entire-card\" rel=\"noopener noreferrer\"> <div class=\"general-container-text \"> <div class=\"text-left lap-text-left tab-text-left mob-text-left\" style=\"padding: 0px 20px; width: calc(100% - 40px);\"> <div class=\"cmp-teaser__pretitle\">Artificial Intelligence | Blog</div> <h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-..."
},
{
"href": "https://blogs.nvidia.com/blog/omniverse-digital-twins-taiwan-manufacturers-physical-ai",
"text": "Simulation | Blog NVIDIA Omniverse Digital Twins Help Taiwan Manufacturers Drive Golden Age of Industrial AI Blueprints for building autonomous manufacturing facilities offer transformative advances for development of trillion-dollar industries.",
"html": "<a href=\"https://blogs.nvidia.com/blog/omniverse-digital-twins-taiwan-manufacturers-physical-ai\" target=\"_blank\" class=\"cmp-teaser__link-entire-card\" rel=\"noopener noreferrer\"> <div class=\"general-container-text \"> <div class=\"text-left lap-text-left tab-text-left mob-text-left\" style=\"padding: 0px 20px; width: calc(100% - 40px);\"> <div class=\"cmp-teaser__pretitle\">Simulation | Blog</div> <h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" dat..."
},
{
"href": "https://blogs.nvidia.com/blog/igx-thor-processor-physical-ai-industrial-medical-edge",
"text": "Edge Computing | Blog NVIDIA IGX Thor Brings Blackwell to New Edge AI Applications Discover enhanced processing, AI reasoning, safety, and support for industrial, robotics, and medical applications.",
"html": "<a href=\"https://blogs.nvidia.com/blog/igx-thor-processor-physical-ai-industrial-medical-edge\" target=\"_blank\" class=\"cmp-teaser__link-entire-card\" rel=\"noopener noreferrer\"> <div class=\"general-container-text \"> <div class=\"text-left lap-text-left tab-text-left mob-text-left\" style=\"padding: 0px 20px; width: calc(100% - 40px);\"> <div class=\"cmp-teaser__pretitle\">Edge Computing | Blog</div> <h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" d..."
},
{
"href": "https://nvidianews.nvidia.com/news/nvidia-releases-vera-rubin-dsx-ai-factory-reference-design-and-omniverse-dsx-digital-twin-blueprint-with-broad-industry-support",
"text": "",
"html": "<a class=\"cmp-image__link\" href=\"https://nvidianews.nvidia.com/news/nvidia-releases-vera-rubin-dsx-ai-factory-reference-design-and-omniverse-dsx-digital-twin-blueprint-with-broad-industry-support\" target=\"_blank\" data-cmp-hook-image=\"link\" rel=\"noopener noreferrer\"> <img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"New NVIDIA Vera Rubin DSX AI Factory Reference Design\" title=\"New NVIDIA Vera Rubin DSX AI Factory Reference Design\" data-analytics=\"nv-image-ef..."
},
{
"href": "https://nvidianews.nvidia.com/news/nvidia-releases-vera-rubin-dsx-ai-factory-reference-design-and-omniverse-dsx-digital-twin-blueprint-with-broad-industry-support",
"text": "Data Center | Announcement New NVIDIA Vera Rubin DSX AI Factory Reference Design The new reference design provides a guide for building codesigned AI infrastructure that delivers maximum token per watt and accelerated time to first production.",
"html": "<a href=\"https://nvidianews.nvidia.com/news/nvidia-releases-vera-rubin-dsx-ai-factory-reference-design-and-omniverse-dsx-digital-twin-blueprint-with-broad-industry-support\" target=\"_blank\" class=\"cmp-teaser__link-entire-card\" rel=\"noopener noreferrer\"> <div class=\"general-container-text \"> <div class=\"text-left lap-text-left tab-text-left mob-text-left\" style=\"padding: 0px 20px; width: calc(100% - 40px);\"> <div class=\"cmp-teaser__pretitle\">Data Center | Announcement</div> <h3 cl..."
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/ai-for-good/",
"text": "Corporate | Brochure Learn the NVIDIA Story Our work is truly unique. Part science. Part art. Every breakthrough helps shape what's next.",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/ai-for-good/\" target=\"_self\" class=\"cmp-teaser__link-entire-card\"> <div class=\"general-container-text \"> <div class=\"text-left lap-text-left tab-text-left mob-text-left\" style=\"padding: 0px 20px; width: calc(100% - 40px);\"> <div class=\"cmp-teaser__pretitle\">Corporate | Brochure</div> <h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Learn the NVIDIA Story </h3> <di..."
},
{
"href": "https://www.nvidia.com/en-us/support/enterprise/advisory-services/",
"text": "Professional Services for Data Science",
"html": "<a href=\"https://www.nvidia.com/en-us/support/enterprise/advisory-services/\" target=\"_self\">Professional Services for Data Science</a>"
},
{
"href": "https://www.nvidia.com/en-in/contact/asia/",
"text": "Contact",
"html": "<a href=\"https://www.nvidia.com/en-in/contact/asia/\" target=\"_blank\">Contact</a>"
}
],
"privacyLinks": [
{
"href": "https://www.nvidia.com/en-in/geforce/rewards/",
"text": "Games | News GeForce Rewards License to unlock: Your 007 First Light Daring Elite Outfit*. *Terms and conditions apply.",
"html": "<a href=\"https://www.nvidia.com/en-in/geforce/rewards/\" target=\"_self\" class=\"cmp-teaser__link-entire-card\"> <div class=\"general-container-text \"> <div class=\"text-left lap-text-left tab-text-left mob-text-left\" style=\"padding: 0px 20px; width: calc(100% - 40px);\"> <div class=\"cmp-teaser__pretitle\">Games | News</div> <h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> GeForce Rewards </h3> <div class=\"cmp-teaser__des..."
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/privacy-policy/",
"text": "Privacy Policy",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/privacy-policy/\" target=\"_blank\">Privacy Policy</a>"
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/privacy-center/",
"text": "Your Privacy Choices",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/privacy-center/\" target=\"_blank\">Your Privacy Choices</a>"
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/privacy-policy/",
"text": "Privacy Policy",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/privacy-policy/\" target=\"_self\">Privacy Policy</a>"
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/privacy-policy/",
"text": "Privacy Policy",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/privacy-policy/\" target=\"_self\">Privacy Policy</a>"
},
{
"href": "https://www.nvidia.com/en-in/about-nvidia/privacy-policy/",
"text": "Privacy Policy",
"html": "<a href=\"https://www.nvidia.com/en-in/about-nvidia/privacy-policy/\" target=\"_self\">Privacy Policy</a>"
}
],
"score": 40,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
Needs attention
AEO: Answer-first sections
Issue
77 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": 95,
"passing": 18,
"failing": [
{
"heading": "NVIDIA CEO Jensen Huang Keynote at GTC Taipei",
"headingHtml": "<h2 class=\"title \"> NVIDIA CEO Jensen Huang Keynote at GTC Taipei </h2>",
"firstParagraph": "Catch the keynote replay, unveiling advances across AI infrastructure powering AI factories, agentic AI systems, physical AI and robotics, and a new generation of AI-native personal computing.",
"paragraphHtml": "<p><span class=\"p--large\">Catch the keynote replay, unveiling advances across AI infrastructure powering AI factories, agentic AI systems, physical AI and robotics, and a new generation of AI-native personal computing.</span></p>",
"words": 27,
"direct": false,
"issue": "First paragraph is 27 words and does not look like a concise direct answer."
},
{
"heading": "Introducing NVIDIA RTX Spark",
"headingHtml": "<h2 class=\"title \"> Introducing NVIDIA RTX Spark </h2>",
"firstParagraph": "A new beginning.",
"paragraphHtml": "<p><span class=\"p--large\">A new beginning.</span></p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Announcing NVIDIA DGX Station for Windows",
"headingHtml": "<h2 class=\"title \"> Announcing NVIDIA DGX Station for Windows </h2>",
"firstParagraph": "The world’s most powerful deskside AI supercomputer with Windows, built on the NVIDIA GB300 Grace Blackwell Ultra Desktop Superchip.",
"paragraphHtml": "<p><span class=\"p--large\">The world’s most powerful deskside AI supercomputer with Windows, built on the NVIDIA GB300 Grace Blackwell Ultra Desktop Superchip.</span></p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA and Unitree Announce H2 Plus to Advance Humanoid Research",
"headingHtml": "<h2 class=\"title \"> NVIDIA and Unitree Announce H2 Plus to Advance Humanoid Research </h2>",
"firstParagraph": "The first humanoid robot reference design built on NVIDIA Isaac GR00T gives researchers a faster path from setup to deployment.",
"paragraphHtml": "<p><span class=\"p--large\">The first humanoid robot reference design built on NVIDIA Isaac GR00T gives researchers a faster path from setup to deployment.</span></p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA GTC",
"headingHtml": "<h2 class=\"title \"> NVIDIA GTC </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "NVIDIA CEO Jensen Huang Keynote at GTC Taipei",
"headingHtml": "<h2 class=\"title \"> NVIDIA CEO Jensen Huang Keynote at GTC Taipei </h2>",
"firstParagraph": "Monday, June 1 | 11 a.m.–1 p.m. Taipei Time",
"paragraphHtml": "<p><span class=\"p--large\">Monday, June 1 | 11 a.m.–1 p.m. Taipei Time</span></p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA GTC Keynote Replay",
"headingHtml": "<h2 class=\"title \"> NVIDIA GTC Keynote Replay </h2>",
"firstParagraph": "See CEO Jensen Huang's keynote on the new era of inference, AI factories, open source, physical AI, robotics, and more. Watch Replay",
"paragraphHtml": "<p><span class=\"p--large\">See CEO Jensen Huang's keynote on the new era of inference, AI factories, open source, physical AI, robotics, and more. <span class=\"custom-btn\"><span style=\"white-space: nowrap;\"><a href=\"https://www.nvidia.com/gtc/keynote/?nvid=nv-int-bnr-839023\"><strong>Watch Replay <span class=\"fa-solid fa-angle-right\"></span></strong></a></span></span></span></p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "How Cosmos 3 Reasons, Generates, and Acts to Advance Physical AI",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> How Cosmos 3 Reasons, Generates, and Acts to Advance Physical AI </h3>",
"firstParagraph": "New OmniModel for robots, autonomous vehicles, and vision AI agents wins leaderboards.",
"paragraphHtml": "<p>New OmniModel for robots, autonomous vehicles, and vision AI agents wins leaderboards.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "New Collection of Open Source Physical AI Agent Skills and Tools",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> New Collection of Open Source Physical AI Agent Skills and Tools </h3>",
"firstParagraph": "Automate complex physical AI workflows with agent skills.",
"paragraphHtml": "<p>Automate complex physical AI workflows with agent skills.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "The New Frontier Open Foundation Model for Physical AI Is Here",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> The New Frontier Open Foundation Model for Physical AI Is Here </h3>",
"firstParagraph": "NVIDIA Cosmos 3 OmniModel— reasoning, simulation, and action generation in one.",
"paragraphHtml": "<p>NVIDIA Cosmos 3 OmniModel— reasoning, simulation, and action generation in one.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Enterprise Software Is Going Agentic With NVIDIA",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Enterprise Software Is Going Agentic With NVIDIA </h3>",
"firstParagraph": "From engineering to healthcare, companies gain always-on AI coworkers with NVIDIA’s open stack.",
"paragraphHtml": "<p>From engineering to healthcare, companies gain always-on AI coworkers with NVIDIA’s open stack.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "At NVIDIA, Teams Scale Human Ingenuity With OpenAI Codex Agents",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> At NVIDIA, Teams Scale Human Ingenuity With OpenAI Codex Agents </h3>",
"firstParagraph": "GPT‑5.5 was co-designed for, trained with, and served on NVIDIA GB200 NVL72 systems.",
"paragraphHtml": "<p>GPT‑5.5 was co-designed for, trained with, and served on NVIDIA GB200 NVL72 systems.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Make Autonomous Agents More Secure by Design With NVIDIA OpenShell",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Make Autonomous Agents More Secure by Design With NVIDIA OpenShell </h3>",
"firstParagraph": "Deploy self-evolving agents with added control, security, and governance.",
"paragraphHtml": "<p>Deploy self-evolving agents with added control, security, and governance.</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "New Open Physical AI Data Factory Blueprint",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> New Open Physical AI Data Factory Blueprint </h3>",
"firstParagraph": "Accelerate robotics, vision AI agents, and autonomous vehicle development.",
"paragraphHtml": "<p>Accelerate robotics, vision AI agents, and autonomous vehicle development.</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Adobe and NVIDIA Announce Strategic Collaboration",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Adobe and NVIDIA Announce Strategic Collaboration </h3>",
"firstParagraph": "This collaboration will deliver the next generation of Adobe Firefly models and agentic workflows.",
"paragraphHtml": "<p>This collaboration will deliver the next generation of Adobe Firefly models and agentic workflows.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA Unveils Nemotron 3 Family of Models for Agentic AI",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA Unveils Nemotron 3 Family of Models for Agentic AI </h3>",
"firstParagraph": "The open, hybrid models deliver top efficiency and accuracy for complex, high-throughput applications.",
"paragraphHtml": "<p>The open, hybrid models deliver top efficiency and accuracy for complex, high-throughput applications.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Bring Physical AI to Cities and Industrial Infrastructure",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Bring Physical AI to Cities and Industrial Infrastructure </h3>",
"firstParagraph": "Advanced blueprints, vision language models and synthetic data generation extensions from NVIDIA Metropolis enhance productivity and improve safety across environments.",
"paragraphHtml": "<p>Advanced blueprints, vision language models and synthetic data generation extensions from NVIDIA Metropolis enhance productivity and improve safety across environments.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "Design and Simulation",
"headingHtml": "<h3 class=\"cmp-carousel__title h--medium\"> Design and Simulation </h3>",
"firstParagraph": "NVIDIA accelerated computing, libraries and AI models enable software makers and industry manufacturers to develop products for large-scale, physically accurate simulations and interactive digital twins so teams can efficiently build, train, and test advanced systems before deployment, bringing products to market fa...",
"paragraphHtml": "<p><span class=\"p--large\">NVIDIA accelerated computing, libraries and AI models enable software makers and industry manufacturers to develop products for large-scale, physically accurate simulations and interactive digital twins so teams can efficiently build, train, and test advanced systems before deployment, bringing products to market faster.</span></p>",
"words": 42,
"direct": false,
"issue": "First paragraph is 42 words and does not look like a concise direct answer."
},
{
"heading": "Industrial Software Leaders Build Autonomous AI Engineers",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Industrial Software Leaders Build Autonomous AI Engineers </h3>",
"firstParagraph": "Secure, specialized agents compress weeks of simulation work into hours.",
"paragraphHtml": "<p>Secure, specialized agents compress weeks of simulation work into hours.</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA and TSMC Bring AI Into Fabs to Advance Chipmaking",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA and TSMC Bring AI Into Fabs to Advance Chipmaking </h3>",
"firstParagraph": "TSMC is using NVIDIA accelerated computing and AI to advance semiconductor design and manufacturing.",
"paragraphHtml": "<p>TSMC is using NVIDIA accelerated computing and AI to advance semiconductor design and manufacturing. </p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Bringing Design, Engineering, and Manufacturing Into the AI Era",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Bringing Design, Engineering, and Manufacturing Into the AI Era </h3>",
"firstParagraph": "Industrial software giants are bringing NVIDIA CUDA-Xâ„¢, Omniverseâ„¢, and GPU-accelerated industrial software and tools to their customers.",
"paragraphHtml": "<p>Industrial software giants are bringing NVIDIA CUDA-X™, Omniverse™, and GPU-accelerated industrial software and tools to their customers.</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Amazon Devices & Services Achieves Zero-Touch Manufacturing With NVIDIA",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Amazon Devices & Services Achieves Zero-Touch Manufacturing With NVIDIA </h3>",
"firstParagraph": "The company’s innovative manufacturing solution powers robotic arms to autonomously audit devices using NVIDIA technologies.",
"paragraphHtml": "<p>The company’s innovative manufacturing solution powers robotic arms to autonomously audit devices using NVIDIA technologies.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA Omniverse Digital Twins Help Taiwan Manufacturers Drive Golden Age of Industrial AI",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA Omniverse Digital Twins Help Taiwan Manufacturers Drive Golden Age of Industrial AI </h3>",
"firstParagraph": "Blueprints for building autonomous manufacturing facilities offer transformative advances for development of trillion-dollar industries.",
"paragraphHtml": "<p>Blueprints for building autonomous manufacturing facilities offer transformative advances for development of trillion-dollar industries.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA Expands Omniverse Blueprint for AI Factory Digital Twins",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA Expands Omniverse Blueprint for AI Factory Digital Twins </h3>",
"firstParagraph": "NVIDIA’s expanded Omniverse Blueprint for AI factory design and operation features deeper integrations across the AI factory power, cooling, and networking ecosystem",
"paragraphHtml": "<p>NVIDIA’s expanded Omniverse Blueprint for AI factory design and operation features deeper integrations across the AI factory power, cooling, and networking ecosystem</p>",
"words": 23,
"direct": false,
"issue": "First paragraph is 23 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA Blackwell RTX PRO Comes to Workstations and Servers",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA Blackwell RTX PRO Comes to Workstations and Servers </h3>",
"firstParagraph": "Groundbreaking AI and graphics performance redefines visualization, simulation, and scientific computing.",
"paragraphHtml": "<p>Groundbreaking AI and graphics performance redefines visualization, simulation, and scientific computing.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA Unveils Open Physical AI Dataset for Robotics and Autonomous Vehicles",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA Unveils Open Physical AI Dataset for Robotics and Autonomous Vehicles </h3>",
"firstParagraph": "Collection of simulation-ready ground-truth and synthetically generated data now open source.",
"paragraphHtml": "<p>Collection of simulation-ready ground-truth and synthetically generated data now open source.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA Launches Earth-2 Family of Open Models",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA Launches Earth-2 Family of Open Models </h3>",
"firstParagraph": "The first fully open, production-ready weather AI stack makes weather AI accessible worldwide.",
"paragraphHtml": "<p>The first fully open, production-ready weather AI stack makes weather AI accessible worldwide.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA and Ansys Advance Quantum Algorithms for Fluid Dynamics",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA and Ansys Advance Quantum Algorithms for Fluid Dynamics </h3>",
"firstParagraph": "NVIDIA CUDA-Q running on the Gefion supercomputer enables new engineering applications for quantum computing.",
"paragraphHtml": "<p>NVIDIA CUDA-Q running on the Gefion supercomputer enables new engineering applications for quantum computing. </p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "NVL72 GB200 Powers the Future for Quantum Computing",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVL72 GB200 Powers the Future for Quantum Computing </h3>",
"firstParagraph": "NVIDIA accelerates workloads spanning quantum computing research.",
"paragraphHtml": "<p>NVIDIA accelerates workloads spanning quantum computing research.</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA to Build Accelerated Quantum Computing Research Center",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA to Build Accelerated Quantum Computing Research Center </h3>",
"firstParagraph": "The new center will advance the development of quantum computing architectures and algorithms.",
"paragraphHtml": "<p>The new center will advance the development of quantum computing architectures and algorithms.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Earth-2 Announces New NIM Microservices",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Earth-2 Announces New NIM Microservices </h3>",
"firstParagraph": "Leverage AI-accelerated models to simulate real-world outcomes for climate and weather.",
"paragraphHtml": "<p>Leverage AI-accelerated models to simulate real-world outcomes for climate and weather.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Revolutionize AI-Driven Material Discovery Using NVIDIA ALCHEMI",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Revolutionize AI-Driven Material Discovery Using NVIDIA ALCHEMI </h3>",
"firstParagraph": "NVIDIA ALCHEMI introduces the first accelerated materials discovery NIM.",
"paragraphHtml": "<p>NVIDIA ALCHEMI introduces the first accelerated materials discovery NIM.</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA Powers Europe’s Fastest Supercomputer",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA Powers Europe’s Fastest Supercomputer </h3>",
"firstParagraph": "NVIDIA Grace Hopper platform boosts simulation and training on the Jülich JUPITER supercomputer.",
"paragraphHtml": "<p>NVIDIA Grace Hopper platform boosts simulation and training on the Jülich JUPITER supercomputer.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Acceleratings Quantum Computing Centers Worldwide With CUDA-Q",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Acceleratings Quantum Computing Centers Worldwide With CUDA-Q </h3>",
"firstParagraph": "Supercomputers are incorporating NVIDIA Grace Hopper and CUDA-Q to advance quantum research.",
"paragraphHtml": "<p>Supercomputers are incorporating NVIDIA Grace Hopper and CUDA-Q to advance quantum research.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Gaming and Creating",
"headingHtml": "<h3 class=\"cmp-carousel__title h--medium\"> Gaming and Creating </h3>",
"firstParagraph": "NVIDIA RTX™ powers the world’s fastest PCs and the ultimate platform for gamers and creators. Enjoy beautiful ray tracing, AI-powered DLSS, and much more in games and applications, on your desktop, laptop, in the cloud, or in your living room.",
"paragraphHtml": "<p><span class=\"p--large\">NVIDIA RTX™ powers the world’s fastest PCs and the ultimate platform for gamers and creators. Enjoy beautiful ray tracing, AI-powered DLSS, and much more in games and applications, on your desktop, laptop, in the cloud, or in your living room.</span></p>",
"words": 41,
"direct": false,
"issue": "First paragraph is 41 words and does not look like a concise direct answer."
},
{
"heading": "Introducing NVIDIA RTX Spark",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Introducing NVIDIA RTX Spark </h3>",
"firstParagraph": "The fusion of NVIDIA AI and RTX graphics in a single chip, powering a new beginning of Windows PCs.",
"paragraphHtml": "<p>The fusion of NVIDIA AI and RTX graphics in a single chip, powering a new beginning of Windows PCs.</p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
},
{
"heading": "GeForce at COMPUTEX 2026",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> GeForce at COMPUTEX 2026 </h3>",
"firstParagraph": "NVIDIA DLSS 4.5 Ray Reconstruction, over 1,000 RTX-enhanced games and apps, 11 new DLSS 4.5 games and much more.",
"paragraphHtml": "<p>NVIDIA DLSS 4.5 Ray Reconstruction, over 1,000 RTX-enhanced games and apps, 11 new DLSS 4.5 games and much more.</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA DLSS 4.5",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA DLSS 4.5 </h3>",
"firstParagraph": "Powering today's hits, and introducing enhanced Ray Reconstruction.",
"paragraphHtml": "<p>Powering today's hits, and introducing enhanced Ray Reconstruction.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "RTX Remix",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> RTX Remix </h3>",
"firstParagraph": "Advanced Particle VFX coming next month.",
"paragraphHtml": "<p>Advanced Particle VFX coming next month.</p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "GeForce Rewards",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> GeForce Rewards </h3>",
"firstParagraph": "License to unlock: Your 007 First Light Daring Elite Outfit*.",
"paragraphHtml": "<p>License to unlock: Your <em>007 First Light</em> Daring Elite Outfit*.</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "GeForce RTX 50 Series Graphics Cards and Desktops",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> GeForce RTX 50 Series Graphics Cards and Desktops </h3>",
"firstParagraph": "GeForce RTX 50 Series GPUs bring game-changing AI capabilities to gamers and creators. Multiply performance with NVIDIA DLSS 4, generate images at unprecedented speed, and unleash your creativity with NVIDIA Studio.",
"paragraphHtml": "<p>GeForce RTX 50 Series GPUs bring game-changing AI capabilities to gamers and creators. Multiply performance with NVIDIA DLSS 4, generate images at unprecedented speed, and unleash your creativity with NVIDIA Studio.</p>",
"words": 31,
"direct": false,
"issue": "First paragraph is 31 words and does not look like a concise direct answer."
},
{
"heading": "Save Big and Play Bigger: GeForce NOW Summer Sale Brings Major Membership Savings",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Save Big and Play Bigger: GeForce NOW Summer Sale Brings Major Membership Savings </h3>",
"firstParagraph": "Level up with the best value in gaming, ‘Guild Wars’ and rewards, plus eight new games this week.",
"paragraphHtml": "<p><em>Level up with the best value in gaming, ‘Guild Wars’ and rewards, plus eight new games this week.</em></p>",
"words": 18,
"direct": false,
"issue": "First paragraph is 18 words and does not look like a concise direct answer."
},
{
"heading": "Automotive",
"headingHtml": "<h3 class=\"cmp-carousel__title h--medium\"> Automotive </h3>",
"firstParagraph": "From developing autonomous vehicles on NVIDIA DRIVE® to creating factory digital twins and retail experiences with NVIDIA Omniverse, our automotive solutions offer the performance and scalability to design, visualize, simulate, and create all types of future transportation.",
"paragraphHtml": "<p><span class=\"p--large\">From developing autonomous vehicles on NVIDIA DRIVE® to creating factory digital twins and retail experiences with NVIDIA Omniverse, our automotive solutions offer the performance and scalability to design, visualize, simulate, and create all types of future transportation.</span></p>",
"words": 37,
"direct": false,
"issue": "First paragraph is 37 words and does not look like a concise direct answer."
},
{
"heading": "The World Is Building Robotaxis on NVIDIA DRIVE Hyperion",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> The World Is Building Robotaxis on NVIDIA DRIVE Hyperion </h3>",
"firstParagraph": "Automotive industry leaders are bringing Level 4-ready fleets to market on the DRIVE Hyperion platform.",
"paragraphHtml": "<p>Automotive industry leaders are bringing Level 4-ready fleets to market on the DRIVE Hyperion platform.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA Unveils Alpamayo 2 Super Open Reasoning Model",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA Unveils Alpamayo 2 Super Open Reasoning Model </h3>",
"firstParagraph": "Alpamayo 2 Super is a 32 billion-parameter reasoning VLA model, built for Level 4 robotaxi-ready autonomous vehicles.",
"paragraphHtml": "<p>Alpamayo 2 Super is a 32 billion-parameter reasoning VLA model, built for Level 4 robotaxi-ready autonomous vehicles.</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Leading Automakers Adopt NVIDIA DRIVE Hyperion for L4 Vehicles",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Leading Automakers Adopt NVIDIA DRIVE Hyperion for L4 Vehicles </h3>",
"firstParagraph": "BYD, Geely, Hyundai Motor Group, Isuzu, Kodiak, Nissan, and Volkswagen build on the NVIDIA AV platform.",
"paragraphHtml": "<p>BYD, Geely, Hyundai Motor Group, Isuzu, Kodiak, Nissan, and Volkswagen build on the NVIDIA AV platform.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Mercedes-Benz Unveils New S-Class Built on NVIDIA DRIVE AV, Designed With L4-Ready Architecture",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Mercedes-Benz Unveils New S-Class Built on NVIDIA DRIVE AV, Designed With L4-Ready Architecture </h3>",
"firstParagraph": "Built on the NVIDIA DRIVE Hyperion and DRIVE AV, the new S-Class delivers safety first autonomy.",
"paragraphHtml": "<p>Built on the NVIDIA DRIVE Hyperion and DRIVE AV, the new S-Class delivers safety first autonomy.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA Wins Second CVPR Autonomous Grand Challenge",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA Wins Second CVPR Autonomous Grand Challenge </h3>",
"firstParagraph": "The competition tests how AI generates safe, realistic self-driving behavior from sensor data.",
"paragraphHtml": "<p>The competition tests how AI generates safe, realistic self-driving behavior from sensor data.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA Launches Halos, a Full-Stack, Comprehensive Safety System for AVs",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA Launches Halos, a Full-Stack, Comprehensive Safety System for AVs </h3>",
"firstParagraph": "A full-stack, comprehensive safety system that unifies vehicle architecture, AI models, chips, software, tools, and services to ensure the safe development of AVs, from cloud to car.",
"paragraphHtml": "<p>A full-stack, comprehensive safety system that unifies vehicle architecture, AI models, chips, software, tools, and services to ensure the safe development of AVs, from cloud to car.</p>",
"words": 27,
"direct": false,
"issue": "First paragraph is 27 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA Expands Automotive Ecosystem to Bring Physical AI to the Streets",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA Expands Automotive Ecosystem to Bring Physical AI to the Streets </h3>",
"firstParagraph": "Global automakers, mobility innovators, suppliers, and software providers team with NVIDIA to deliver AI from the cloud to the car.",
"paragraphHtml": "<p>Global automakers, mobility innovators, suppliers, and software providers team with NVIDIA to deliver AI from the cloud to the car.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "HMG Embraces NVIDIA AI and Omniverse for Next-Gen Mobility",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> HMG Embraces NVIDIA AI and Omniverse for Next-Gen Mobility </h3>",
"firstParagraph": "Learn how HMG accelerates innovation with NVIDIA – creating safer, smarter vehicles, boosting manufacturing, and advancing robotics.",
"paragraphHtml": "<p>Learn how HMG accelerates innovation with <span style=\"white-space: nowrap;\">NVIDIA – creating</span> safer, smarter vehicles, boosting manufacturing, and advancing robotics.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "DRIVE AI Systems Inspection Lab Achieves New Industry Safety Milestones",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> DRIVE AI Systems Inspection Lab Achieves New Industry Safety Milestones </h3>",
"firstParagraph": "Read about NVIDIA’s new safety and cybersecurity initiative for autonomous vehicles partners.",
"paragraphHtml": "<p>Read about NVIDIA’s new safety and cybersecurity initiative for autonomous vehicles partners.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Robotics and Edge AI",
"headingHtml": "<h3 class=\"cmp-carousel__title h--medium\"> Robotics and Edge AI </h3>",
"firstParagraph": "The NVIDIA Jetsonâ„¢ and Isaacâ„¢ platforms provide end-to-end solutions to develop and deploy AI-powered autonomous machines and edge computing applications across manufacturing, logistics, healthcare, smart cities, and retail.",
"paragraphHtml": "<p><span class=\"p--large\">The NVIDIA Jetson™ and Isaac™ platforms provide end-to-end solutions to develop and deploy AI-powered autonomous machines and edge computing applications across manufacturing, logistics, healthcare, smart cities, and retail.</span></p>",
"words": 28,
"direct": false,
"issue": "First paragraph is 28 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA Jetson Is Agentic-Ready to Unlock Physical AI Frontier",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA Jetson Is Agentic-Ready to Unlock Physical AI Frontier </h3>",
"firstParagraph": "JetPack 7.2, NemoClaw make Jetson agentic-ready for robotics, healthcare, industrial automation.",
"paragraphHtml": "<p>JetPack 7.2, NemoClaw make Jetson agentic-ready for robotics, healthcare, industrial automation.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA IGX Thorâ„¢ Now Generally Available",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA IGX Thor™ Now Generally Available </h3>",
"firstParagraph": "NVIDIA IGX Thor powers real-time physical AI at the industrial edge, enabling autonomous machines with advanced sensing, reasoning and functional safety..",
"paragraphHtml": "<p>NVIDIA IGX Thor powers real-time physical AI at the industrial edge, enabling autonomous machines with advanced sensing, reasoning and functional safety..</p>",
"words": 21,
"direct": false,
"issue": "First paragraph is 21 words and does not look like a concise direct answer."
},
{
"heading": "Make Your Robot’s Holiday Wish Come True",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Make Your Robot’s Holiday Wish Come True </h3>",
"firstParagraph": "Celebrate the holidays with the perfect gift for your robot: an NVIDIA Jetsonâ„¢ AI robotics computer.",
"paragraphHtml": "<p>Celebrate the holidays with the perfect gift for your robot: an NVIDIA Jetson™ AI robotics computer.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA IGX Thor Brings Blackwell to New Edge AI Applications",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA IGX Thor Brings Blackwell to New Edge AI Applications </h3>",
"firstParagraph": "Discover enhanced processing, AI reasoning, safety, and support for industrial, robotics, and medical applications.",
"paragraphHtml": "<p>Discover enhanced processing, AI reasoning, safety, and support for industrial, robotics, and medical applications.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "The Ultimate Platform for Physical AI and Robotics",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> The Ultimate Platform for Physical AI and Robotics </h3>",
"firstParagraph": "The new NVIDIA® Jetson Thor™ Developer Kit and module are now available.",
"paragraphHtml": "<p>The new NVIDIA® Jetson Thor™ Developer Kit and module are now available.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Adapting Dexterous Robots With NVIDIA Research Workflows and Models",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Adapting Dexterous Robots With NVIDIA Research Workflows and Models </h3>",
"firstParagraph": "See how dexterity workflows and AI models address challenges like adaptability and data scarcity.",
"paragraphHtml": "<p>See how dexterity workflows and AI models address challenges like adaptability and data scarcity.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "The First Open Foundation Model for Humanoid Robot Development",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> The First Open Foundation Model for Humanoid Robot Development </h3>",
"firstParagraph": "NVIDIA Isaacâ„¢ GR00T N1 brings generalized skills and reasoning to humanoid robots.",
"paragraphHtml": "<p>NVIDIA Isaac™ GR00T N1 brings generalized skills and reasoning to humanoid robots.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Humanoid Developer Day at GTC",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Humanoid Developer Day at GTC </h3>",
"firstParagraph": "Join us for a day of specially curated sessions that will unveil breakthroughs in humanoid robotics, foundation models, and physics-based simulation.",
"paragraphHtml": "<p>Join us for a day of specially curated sessions that will unveil breakthroughs in humanoid robotics, foundation models, and physics-based simulation.</p>",
"words": 21,
"direct": false,
"issue": "First paragraph is 21 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA Vera BlueField-4 STX: AI Storage Secured in Silicon",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA Vera BlueField-4 STX: AI Storage Secured in Silicon </h3>",
"firstParagraph": "NVIDIA DOCA delivers 1,000x faster threat detection and zero-trust file access for agentic AI.",
"paragraphHtml": "<p>NVIDIA DOCA delivers 1,000x faster threat detection and zero-trust file access for agentic AI.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Build AI Factories Faster With NVIDIA DSX",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Build AI Factories Faster With NVIDIA DSX </h3>",
"firstParagraph": "Lower token cost and accelerate deployment with reference designs, digital twins, and software.",
"paragraphHtml": "<p>Lower token cost and accelerate deployment with reference designs, digital twins, and software.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA Spectrum-X: AI-Native Ethernet Fabric, Gigascale AI, MRC",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA Spectrum-X: AI-Native Ethernet Fabric, Gigascale AI, MRC </h3>",
"firstParagraph": "Multipath Reliable Connection (MRC): Proven on NVIDIA Spectrum-X Ethernet, now open to industry.",
"paragraphHtml": "<p>Multipath Reliable Connection (MRC): Proven on NVIDIA Spectrum-X Ethernet, now open to industry.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA and Google Cloud Power AI Breakthroughs",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA and Google Cloud Power AI Breakthroughs </h3>",
"firstParagraph": "Extreme codesign across the full‑stack AI platform fuels what’s next for agentic and physical AI.",
"paragraphHtml": "<p>Extreme codesign across the full‑stack AI platform fuels what’s next for agentic and physical AI.</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Introducing NVIDIA RTX PROâ„¢ 4500 Blackwell Server Edition",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Introducing NVIDIA RTX PRO™ 4500 Blackwell Server Edition </h3>",
"firstParagraph": "This compact GPU delivers power-efficient performance for every enterprise.",
"paragraphHtml": "<p>This compact GPU delivers power-efficient performance for every enterprise.</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA Launches New Era of Space Computing",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA Launches New Era of Space Computing </h3>",
"firstParagraph": "Data-center-class performance and edge AI on orbit for geospatial intelligence with NVIDIA Vera Rubin Space Module, IGX Thor, and Jetson Orin.",
"paragraphHtml": "<p>Data-center-class performance and edge AI on orbit for geospatial intelligence with NVIDIA Vera Rubin Space Module, IGX Thor, and Jetson Orin.</p>",
"words": 21,
"direct": false,
"issue": "First paragraph is 21 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA Accelerates AI for Naval Postgraduate School",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA Accelerates AI for Naval Postgraduate School </h3>",
"firstParagraph": "Learn how NPS utilizes its NVIDIA DGXTM GB300 system to solve challenges in the public sector.",
"paragraphHtml": "<p>Learn how NPS utilizes its NVIDIA DGX<sup>TM</sup> GB300 system to solve challenges in the public sector.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA DGX B300 is Shipping Now",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA DGX B300 is Shipping Now </h3>",
"firstParagraph": "Explore the new features and capabilities, including AC and DC power options, that make DGX B300 easy to integrate into any data center.",
"paragraphHtml": "<p>Explore the new features and capabilities, including AC and DC power options, that make DGX B300 easy to integrate into any data center.</p>",
"words": 23,
"direct": false,
"issue": "First paragraph is 23 words and does not look like a concise direct answer."
},
{
"heading": "Watch NVIDIA CEO Jensen Huang’s Keynote",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Watch NVIDIA CEO Jensen Huang’s Keynote </h3>",
"firstParagraph": "Join Jensen Huang live at SAP Center for the GTC 2026 keynote and see where AI goes next. It all starts here.",
"paragraphHtml": "<p>Join Jensen Huang live at SAP Center for the GTC 2026 keynote and see where AI goes next. It all starts here.</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "Experience GTC 2026",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Experience GTC 2026 </h3>",
"firstParagraph": "Join NVIDIA GTC 2026—the premier AI event where developers, researchers, and business leaders converge to explore the next wave of AI innovation.",
"paragraphHtml": "<p>Join NVIDIA GTC 2026—the premier AI event where developers, researchers, and business leaders converge to explore the next wave of AI innovation.</p>",
"words": 23,
"direct": false,
"issue": "First paragraph is 23 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA CEO Jensen Huang Takes the Stage at COMPUTEX 2025",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA CEO Jensen Huang Takes the Stage at COMPUTEX 2025 </h3>",
"firstParagraph": "Tune in to the NVIDIA keynote to see what’s next in AI.",
"paragraphHtml": "<p>Tune in to the NVIDIA keynote to see what’s next in AI.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "The AI Factory",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> The AI Factory </h3>",
"firstParagraph": "Discover how the AI Factory creates tokens to build a future of endless possibilities—accelerated by human ingenuity and NVIDIA.",
"paragraphHtml": "<p>Discover how the AI Factory creates tokens to build a future of endless possibilities—accelerated by human ingenuity and NVIDIA.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "AI Driving Digital Transformation in India and Beyond",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> AI Driving Digital Transformation in India and Beyond </h3>",
"firstParagraph": "Discover how AI is fueling India’s groundbreaking innovation, economic growth, and global leadership.",
"paragraphHtml": "<p>Discover how AI is fueling India’s groundbreaking innovation, economic growth, and global leadership.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Jensen Huang and Mark Zuckerberg on AI Breakthroughs",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Jensen Huang and Mark Zuckerberg on AI Breakthroughs </h3>",
"firstParagraph": "NVIDIA and Meta CEOs discuss how researchers and creators use generative AI to build virtual worlds.",
"paragraphHtml": "<p>NVIDIA and Meta CEOs discuss how researchers and creators use generative AI to build virtual worlds.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Self-Paced Career Development Courses in AI and Data Science",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Self-Paced Career Development Courses in AI and Data Science </h3>",
"firstParagraph": "Industry experts share advice on starting a career in AI with technical training and certifications.",
"paragraphHtml": "<p>Industry experts share advice on starting a career in AI with technical training and certifications.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Learn the NVIDIA Story",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Learn the NVIDIA Story </h3>",
"firstParagraph": "Our work is truly unique. Part science. Part art. Every breakthrough helps shape what's next.",
"paragraphHtml": "<p>Our work is truly unique. Part science. Part art. Every breakthrough helps shape what's next.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
7 explanatory paragraph(s) could be stronger for citation or AI extraction.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Explanatory content depth
Score
75/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Explanatory content depth scored 75/100 and needs improvement.
Evidence
{
"candidatePassages": 9,
"citablePassages": 2,
"failingCandidateParagraphs": [
{
"index": 296,
"heading": "H3: RTX AI Garage: NVIDIA Levels Up Local AI Agents on RTX PCs and DGX Spark",
"text": "NVIDIA OpenShell runtime is coming to Windows, NemoClaw support is expanding, and new agentic AI optimizations and creator app updates are arriving—including NVIDIA Broadcast 2.2, upcoming RTX acceleration for Adobe Premiere and Photoshop, and DLSS Ray Reconstruction for Blender Cycles.",
"words": 42,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (42 words; target 80-220)."
],
"html": "<p>NVIDIA OpenShell runtime is coming to Windows, NemoClaw support is expanding, and new agentic AI optimizations and creator app updates are arriving—including NVIDIA Broadcast 2.2, upcoming RTX acceleration for Adobe Premiere and Photoshop, and DLSS Ray Reconstruction for Blender Cycles.</p>"
},
{
"index": 297,
"heading": "H3: Design and Simulation",
"text": "NVIDIA accelerated computing, libraries and AI models enable software makers and industry manufacturers to develop products for large-scale, physically accurate simulations and interactive digital twins so teams can efficiently build, train, and test advanced systems before deployment, bringing products to market faster.",
"words": 42,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (42 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p><span class=\"p--large\">NVIDIA accelerated computing, libraries and AI models enable software makers and industry manufacturers to develop products for large-scale, physically accurate simulations and interactive digital twins so teams can efficiently build, train, and test advanced systems before deployment, bringing products to market faster.</span></p>"
},
{
"index": 320,
"heading": "H3: Gaming and Creating",
"text": "NVIDIA RTX™ powers the world’s fastest PCs and the ultimate platform for gamers and creators. Enjoy beautiful ray tracing, AI-powered DLSS, and much more in games and applications, on your desktop, laptop, in the cloud, or in your living room.",
"words": 41,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (41 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p><span class=\"p--large\">NVIDIA RTX™ powers the world’s fastest PCs and the ultimate platform for gamers and creators. Enjoy beautiful ray tracing, AI-powered DLSS, and much more in games and applications, on your desktop, laptop, in the cloud, or in your living room.</span></p>"
},
{
"index": 354,
"heading": "H3: Data Center and Cloud Computing",
"text": "From the cloud to the office to the data center to the edge, NVIDIA provides solutions that deliver breakthrough performance on enterprise AI and HPC workloads at any scale, driving business decisions in real time and resulting in faster time to value.",
"words": 42,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (42 words; target 80-220)."
],
"html": "<p><span class=\"p--large\">From the cloud to the office to the data center to the edge, NVIDIA provides solutions that deliver breakthrough performance on enterprise AI and HPC workloads at any scale, driving business decisions in real time and resulting in faster time to value.</span></p>"
},
{
"index": 377,
"heading": "H3: Learn the NVIDIA Story",
"text": "NVIDIA and our third-party partners use cookies and other tools to collect and record information you provide as well as information about your interactions with our websites for performance improvement, analytics, and to assist in our marketing efforts. By clicking \"Accept All\", you consent to our use of cookies and other tools as described in our Cookie Policy. You can manage your cookie settings by clicking on...",
"words": 81,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p id=\"nv-non-gpc-text\">NVIDIA and our third-party partners use cookies and other tools to collect and record information you provide as well as information about your interactions with our websites for performance improvement, analytics, and to assist in our marketing efforts. By clicking "Accept All", you consent to our use of cookies and other tools as described in our <a href=\"https://www.nvidia.com/en-in/about-nvidia/cookie-policy/\" target=\"_self\">Cookie Policy</a>. You can man..."
},
{
"index": 378,
"heading": "H3: Learn the NVIDIA Story",
"text": "We have detected the Global Privacy Control (GPC) signal and recorded your rejection of all optional cookies on this site for this browser. You can manage your cookie settings by clicking on \"Manage Settings\". Please see our Cookie Policy for more information and visit our Privacy Policy for details on our privacy practices.",
"words": 53,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (53 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p id=\"nv-gpc-text\">We have detected the Global Privacy Control (GPC) signal and recorded your rejection of all optional cookies on this site for this browser. You can manage your cookie settings by clicking on "Manage Settings". Please see our <a href=\"https://www.nvidia.com/en-in/about-nvidia/cookie-policy/\" target=\"_self\">Cookie Policy</a> for more information and visit our <a href=\"https://www.nvidia.com/en-in/about-nvidia/privacy-policy/\" target=\"_self\">Privacy Policy</a> for d..."
},
{
"index": 387,
"heading": "H3: Learn the NVIDIA Story",
"text": "These cookies record your visit to our websites, the pages you have visited and the links you have followed to influence the advertisements that you see on other websites. These cookies and the information they collect may be managed by other companies, including our advertising partners, and may be used to build a profile of your interests and show you relevant advertising on other sites. We and our advertising p...",
"words": 89,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"ot-acc-grpdesc ot-category-desc\" id=\"ot-desc-id-C0004\">These cookies record your visit to our websites, the pages you have visited and the links you have followed to influence the advertisements that you see on other websites. These cookies and the information they collect may be managed by other companies, including our advertising partners, and may be used to build a profile of your interests and show you relevant advertising on other sites. We and our advertising partners will us..."
}
],
"citableParagraphs": [
{
"index": 383,
"heading": "H3: Learn the NVIDIA Story",
"text": "These cookies are used to provide quantitative measures of our website visitors, such as the number of times you visit, time on page, your mouse movements, scrolling, clicks and keystroke activity on the websites; other browsing, search, or product research behavior; and what brought you to our site. These cookies may store a unique ID so that our system will remember you when you return. Information collected wit...",
"words": 81,
"hasEvidence": true,
"reasons": [],
"html": "<p class=\"ot-acc-grpdesc ot-category-desc\" id=\"ot-desc-id-C0002\">These cookies are used to provide quantitative measures of our website visitors, such as the number of times you visit, time on page, your mouse movements, scrolling, clicks and keystroke activity on the websites; other browsing, search, or product research behavior; and what brought you to our site. These cookies may store a unique ID so that our system will remember you when you return. Information collected with these cookies..."
},
{
"index": 385,
"heading": "H3: Learn the NVIDIA Story",
"text": "These cookies collect data about how you have interacted with our website to help us improve your web experience, such as which pages you have visited. These cookies may store a unique ID so that our system will remember you when you return. They may be set by us or by third party providers whose services we have added to our pages. These cookies enable us to provide enhanced website functionality and personalizat...",
"words": 107,
"hasEvidence": true,
"reasons": [],
"html": "<p class=\"ot-acc-grpdesc ot-category-desc\" id=\"ot-desc-id-C0003\">These cookies collect data about how you have interacted with our website to help us improve your web experience, such as which pages you have visited. These cookies may store a unique ID so that our system will remember you when you return. They may be set by us or by third party providers whose services we have added to our pages. These cookies enable us to provide enhanced website functionality and personalization as well as..."
}
],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
Needs attention
AEO: Question-led structure
Issue
No question-led h2 sections or FAQ pattern was detected.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Question-led structure
Score
50/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Question-led structure scored 50/100 and needs improvement.
Evidence
{
"h2Count": 9,
"questionH2s": [],
"hasFaq": false,
"score": 50,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 59/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 59/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: world, leader, artificial, intelligence, computing.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Entity and definition clarity
Score
59/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Entity and definition clarity scored 59/100 and needs improvement.
Evidence
{
"title": "World Leader in Artificial Intelligence Computing | NVIDIA",
"h1": "",
"description": "NVIDIA invents the GPU and drives advances in AI, HPC, gaming, creative design, autonomous vehicles, and robotics.",
"topicOverlap": 0.16666666666666666,
"definitionCount": 34,
"topicTerms": [
"world",
"leader",
"artificial",
"intelligence",
"computing",
"nvidia"
],
"descriptionTerms": [
"nvidia",
"invents",
"gpu",
"drives",
"advances",
"hpc",
"gaming",
"creative",
"design",
"autonomous",
"vehicles",
"robotics"
],
"missingFromDescription": [
"world",
"leader",
"artificial",
"intelligence",
"computing"
],
"score": 59,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
89 image(s) are missing width/height attributes. 6 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": 6732,
"htmlBytes": 966194,
"imagesMissingDimensions": [
{
"src": "/content/dam/en-zz/nvidiaweb/homepage/mfg/gtc26-taipei-keynote-phase-2-wmfg-offset-d.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/content/dam/en-zz/nvidiaweb/homepage/mfg/gtc26-taipei-keynote-phase-2-wmfg-offset-d.jpg\" alt title id=\"image-container-9c2aa8bf0b\" onload=\"window.initLazyLoadingImages('container-9c2aa8bf0b');\" srcset=\" /content/dam/en-zz/nvidiaweb/homepage/mfg/[email protected] 2x\">"
},
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=\" alt title id=\"image-container-b88dca4ae3\" onload=\"window.initLazyLoadingImages('container-b88dca4ae3');\">"
},
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=\" alt title id=\"image-container-341fee2f95\" onload=\"window.initLazyLoadingImages('container-341fee2f95');\">"
},
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=\" alt title id=\"image-container-6f057bb990\" onload=\"window.initLazyLoadingImages('container-6f057bb990');\">"
},
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=\" alt title id=\"image-container-7916d0e15b\" onload=\"window.initLazyLoadingImages('container-7916d0e15b');\">"
},
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=\" alt=\"OpenAI Codex and NVIDIA\" title=\"OpenAI Codex and NVIDIA\" id=\"image-container-41bd0aa7bb\" onload=\"window.initLazyLoadingImages('container-41bd0aa7bb');\">"
},
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=\" alt title id=\"image-gtc26-skinny\" onload=\"window.initLazyLoadingImages('gtc26-skinny');\">"
},
{
"src": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=\" alt=\"NVIDIA GTC\" title=\"NVIDIA GTC\" id=\"image-container-e8309fee27\" onload=\"window.initLazyLoadingImages('container-e8309fee27');\">"
},
{
"src": "/content/nvidiaGDC/in/en_IN/home/_jcr_content/root/responsivegrid/nv_carousel_10568374/item_1722277565106_c_1801676144.coreimg.100.410.png/1780199499683/ov-press-cosmos-3-1920x1080.png",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"How Cosmos 3 Reasons, Generates, and Acts to Advance Physical AI\" title=\"How Cosmos 3 Reasons, Generates, and Acts to Advance Physical AI\" data-analytics=\"nv-image-d54af5be11\" data-cmp-hook-image=\"image\" src=\"/content/nvidiaGDC/in/en_IN/home/_jcr_content/root/responsivegrid/nv_carousel_10568374/item_1722277565106_c_1801676144.coreimg.100.410.png/1780199499683/ov-press-cosmos-3-1920x1080.png\">"
},
{
"src": "/content/nvidiaGDC/in/en_IN/home/_jcr_content/root/responsivegrid/nv_carousel_10568374/item_1669196241041.coreimg.100.410.jpeg/1780199513875/26cptx-ov-pai-launchables-sfg-1920x1080.jpeg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"New Collection of Open Source Physical AI Agent Skills and Tools\" title=\"New Collection of Open Source Physical AI Agent Skills and Tools\" data-analytics=\"nv-image-e1395006cc\" data-cmp-hook-image=\"image\" src=\"/content/nvidiaGDC/in/en_IN/home/_jcr_content/root/responsivegrid/nv_carousel_10568374/item_1669196241041.coreimg.100.410.jpeg/1780199513875/26cptx-ov-pai-launchables-sfg-1920x1080.jpeg\">"
},
{
"src": "/content/nvidiaGDC/in/en_IN/home/_jcr_content/root/responsivegrid/nv_carousel_10568374/item_1722277565106.coreimg.100.410.jpeg/1780199529543/nvidia-cosmos3-sfg.jpeg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"The New Frontier Open Foundation Model for Physical AI Is Here\" title=\"The New Frontier Open Foundation Model for Physical AI Is Here\" data-analytics=\"nv-image-7c21022242\" data-cmp-hook-image=\"image\" src=\"/content/nvidiaGDC/in/en_IN/home/_jcr_content/root/responsivegrid/nv_carousel_10568374/item_1722277565106.coreimg.100.410.jpeg/1780199529543/nvidia-cosmos3-sfg.jpeg\">"
},
{
"src": "/content/nvidiaGDC/in/en_IN/home/_jcr_content/root/responsivegrid/nv_carousel_10568374/item_1691512647007.coreimg.100.410.jpeg/1780199542958/enterprise-software-sfg.jpeg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"Enterprise Software Is Going Agentic With NVIDIA\" title=\"Enterprise Software Is Going Agentic With NVIDIA\" data-analytics=\"nv-image-7cc17d289d\" data-cmp-hook-image=\"image\" src=\"/content/nvidiaGDC/in/en_IN/home/_jcr_content/root/responsivegrid/nv_carousel_10568374/item_1691512647007.coreimg.100.410.jpeg/1780199542958/enterprise-software-sfg.jpeg\">"
},
{
"src": "/content/nvidiaGDC/in/en_IN/home/_jcr_content/root/responsivegrid/nv_carousel_10568374/item_1721986382382.coreimg.100.410.jpeg/1777047064555/openai-codex-agents-sfg.jpeg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"At NVIDIA, Teams Scale Human Ingenuity With OpenAI Codex Agents\" title=\"At NVIDIA, Teams Scale Human Ingenuity With OpenAI Codex Agents\" data-analytics=\"nv-image-1346a83889\" data-cmp-hook-image=\"image\" src=\"/content/nvidiaGDC/in/en_IN/home/_jcr_content/root/responsivegrid/nv_carousel_10568374/item_1721986382382.coreimg.100.410.jpeg/1777047064555/openai-codex-agents-sfg.jpeg\">"
},
{
"src": "/content/nvidiaGDC/in/en_IN/home/_jcr_content/root/responsivegrid/nv_carousel_10568374/item_1669196231595.coreimg.100.410.jpeg/1774861673719/new-nemoclaw-sfg.jpeg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"Make Autonomous Agents More Secure by Design With NVIDIA OpenShell\" title=\"Make Autonomous Agents More Secure by Design With NVIDIA OpenShell\" data-analytics=\"nv-image-279410d36a\" data-cmp-hook-image=\"image\" src=\"/content/nvidiaGDC/in/en_IN/home/_jcr_content/root/responsivegrid/nv_carousel_10568374/item_1669196231595.coreimg.100.410.jpeg/1774861673719/new-nemoclaw-sfg.jpeg\">"
},
{
"src": "/content/nvidiaGDC/in/en_IN/home/_jcr_content/root/responsivegrid/nv_carousel_10568374/item_1722277565106_c.coreimg.100.410.jpeg/1773557967810/gtc26-physical-ai-blueprint-sfg-multi-image.jpeg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"New Open Physical AI Data Factory Blueprint\" title=\"New Open Physical AI Data Factory Blueprint\" data-analytics=\"nv-image-0e72765b96\" data-cmp-hook-image=\"image\" src=\"/content/nvidiaGDC/in/en_IN/home/_jcr_content/root/responsivegrid/nv_carousel_10568374/item_1722277565106_c.coreimg.100.410.jpeg/1773557967810/gtc26-physical-ai-blueprint-sfg-multi-image.jpeg\">"
},
{
"src": "/content/nvidiaGDC/in/en_IN/home/_jcr_content/root/responsivegrid/nv_carousel_10568374/item_1722403062839.coreimg.100.410.jpeg/1773593166924/adobe-nvidia-sfg.jpeg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"Adobe and NVIDIA Announce Strategic Collaboration\" title=\"Adobe and NVIDIA Announce Strategic Collaboration\" data-analytics=\"nv-image-6e41aa9bd7\" data-cmp-hook-image=\"image\" src=\"/content/nvidiaGDC/in/en_IN/home/_jcr_content/root/responsivegrid/nv_carousel_10568374/item_1722403062839.coreimg.100.410.jpeg/1773593166924/adobe-nvidia-sfg.jpeg\">"
},
{
"src": "/content/nvidiaGDC/in/en_IN/home/_jcr_content/root/responsivegrid/nv_carousel_10568374/item_1669196231595_c_431732407.coreimg.100.410.jpeg/1773073993393/jhh-5-layer-cake-sfg.jpeg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"AI is a Five-Layer Cake\" title=\"AI is a Five-Layer Cake\" data-analytics=\"nv-image-b49d8003d5\" data-cmp-hook-image=\"image\" src=\"/content/nvidiaGDC/in/en_IN/home/_jcr_content/root/responsivegrid/nv_carousel_10568374/item_1669196231595_c_431732407.coreimg.100.410.jpeg/1773073993393/jhh-5-layer-cake-sfg.jpeg\">"
},
{
"src": "/content/nvidiaGDC/in/en_IN/home/_jcr_content/root/responsivegrid/nv_carousel_10568374/item_1760642695091.coreimg.100.410.jpeg/1765774127094/nemotron-3-sfg.jpeg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"NVIDIA Unveils Nemotron 3 Family of Models for Agentic AI\" title=\"NVIDIA Unveils Nemotron 3 Family of Models for Agentic AI\" data-analytics=\"nv-image-73bdbd030b\" data-cmp-hook-image=\"image\" src=\"/content/nvidiaGDC/in/en_IN/home/_jcr_content/root/responsivegrid/nv_carousel_10568374/item_1760642695091.coreimg.100.410.jpeg/1765774127094/nemotron-3-sfg.jpeg\">"
},
{
"src": "/content/nvidiaGDC/in/en_IN/home/_jcr_content/root/responsivegrid/nv_carousel_10568374/item_1711342352043.coreimg.100.410.jpeg/1754933730973/siggraph25-metropolis-corp-blog-sfg.jpeg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"Bring Physical AI to Cities and Industrial Infrastructure\" title=\"Bring Physical AI to Cities and Industrial Infrastructure\" data-analytics=\"nv-image-75171ad601\" data-cmp-hook-image=\"image\" src=\"/content/nvidiaGDC/in/en_IN/home/_jcr_content/root/responsivegrid/nv_carousel_10568374/item_1711342352043.coreimg.100.410.jpeg/1754933730973/siggraph25-metropolis-corp-blog-sfg.jpeg\">"
},
{
"src": "/content/nvidiaGDC/in/en_IN/home/_jcr_content/root/responsivegrid/nv_carousel_10568374/item_1670311956184.coreimg.100.410.jpeg/1780456240426/cmptx-creating-sfgi.jpeg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"RTX AI Garage: NVIDIA Levels Up Local AI Agents on RTX PCs and DGX Spark\" title=\"RTX AI Garage: NVIDIA Levels Up Local AI Agents on RTX PCs and DGX Spark\" data-analytics=\"nv-image-1f8ee50978\" data-cmp-hook-image=\"image\" src=\"/content/nvidiaGDC/in/en_IN/home/_jcr_content/root/responsivegrid/nv_carousel_10568374/item_1670311956184.coreimg.100.410.jpeg/1780456240426/cmptx-creating-sfgi.jpeg\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"Industrial Software Leaders Build Autonomous AI Engineers \" title=\"Industrial Software Leaders Build Autonomous AI Engineers \" data-analytics=\"nv-image-462b690b47\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"NVIDIA and TSMC Bring AI Into Fabs to Advance Chipmaking \" title=\"NVIDIA and TSMC Bring AI Into Fabs to Advance Chipmaking \" data-analytics=\"nv-image-fd3302a250\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"Bringing Design, Engineering, and Manufacturing Into the AI Era\" title=\"Bringing Design, Engineering, and Manufacturing Into the AI Era\" data-analytics=\"nv-image-7dd0899afd\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"Customizable OpenUSD Trainings Now Available\" title=\"Customizable OpenUSD Trainings Now Available\" data-analytics=\"nv-image-85c845ec3f\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"Amazon Devices & Services Achieves Zero-Touch Manufacturing With NVIDIA\" title=\"Amazon Devices & Services Achieves Zero-Touch Manufacturing With NVIDIA\" data-analytics=\"nv-image-35f4e2eb4a\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"NVIDIA Omniverse Digital Twins Help Taiwan Manufacturers Drive Golden Age of Industrial AI\" title=\"NVIDIA Omniverse Digital Twins Help Taiwan Manufacturers Drive Golden Age of Industrial AI\" data-analytics=\"nv-image-000a0cd81a\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"NVIDIA Expands Omniverse Blueprint for AI Factory Digital Twins \" title=\"NVIDIA Expands Omniverse Blueprint for AI Factory Digital Twins \" data-analytics=\"nv-image-df54c8b546\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"NVIDIA Blackwell RTX PRO Comes to Workstations and Servers\" title=\"NVIDIA Blackwell RTX PRO Comes to Workstations and Servers\" data-analytics=\"nv-image-32be467d42\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"NVIDIA Unveils Open Physical AI Dataset for Robotics and Autonomous Vehicles\" title=\"NVIDIA Unveils Open Physical AI Dataset for Robotics and Autonomous Vehicles\" data-analytics=\"nv-image-b8bc00bad0\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"The World Foundation Model Platform to Accelerate Physical AI\" title=\"The World Foundation Model Platform to Accelerate Physical AI\" data-analytics=\"nv-image-b8c566e4f7\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"NVIDIA Launches Earth-2 Family of Open Models\" title=\"NVIDIA Launches Earth-2 Family of Open Models\" data-analytics=\"nv-image-2ee1b6e960\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"NVIDIA and Ansys Advance Quantum Algorithms for Fluid Dynamics\" title=\"NVIDIA and Ansys Advance Quantum Algorithms for Fluid Dynamics\" data-analytics=\"nv-image-9c0e52b9a8\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"NVL72 GB200 Powers the Future for Quantum Computing\" title=\"NVL72 GB200 Powers the Future for Quantum Computing\" data-analytics=\"nv-image-8e018120cf\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"NVIDIA to Build Accelerated Quantum Computing Research Center\" title=\"NVIDIA to Build Accelerated Quantum Computing Research Center\" data-analytics=\"nv-image-917e51bbc9\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"Earth-2 Announces New NIM Microservices\" title=\"Earth-2 Announces New NIM Microservices\" data-analytics=\"nv-image-e0d365b9f1\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"Revolutionize AI-Driven Material Discovery Using NVIDIA ALCHEMI\" title=\"Revolutionize AI-Driven Material Discovery Using NVIDIA ALCHEMI\" data-analytics=\"nv-image-9059ecae71\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"NVIDIA Powers Europe’s Fastest Supercomputer\" title=\"NVIDIA Powers Europe’s Fastest Supercomputer\" data-analytics=\"nv-image-7f96b3bdbd\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"Acceleratings Quantum Computing Centers Worldwide With CUDA-Q\" title=\"Acceleratings Quantum Computing Centers Worldwide With CUDA-Q\" data-analytics=\"nv-image-05a31da772\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"Introducing NVIDIA RTX Spark\" title=\"Introducing NVIDIA RTX Spark\" data-analytics=\"nv-image-5dc7b68a32\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"GeForce at COMPUTEX 2026\" title=\"GeForce at COMPUTEX 2026\" data-analytics=\"nv-image-bb662bc1e2\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"NVIDIA DLSS 4.5\" title=\"NVIDIA DLSS 4.5\" data-analytics=\"nv-image-78ad69d568\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"NVIDIA DLSS\" title=\"NVIDIA DLSS\" data-analytics=\"nv-image-ad27074d08\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"RTX Remix\" title=\"RTX Remix\" data-analytics=\"nv-image-273f2f6e23\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"Frames Win Games\" title=\"Frames Win Games\" data-analytics=\"nv-image-cc74b367b9\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"GeForce RTX 50 Series Graphics Cards and Desktops\" title=\"GeForce RTX 50 Series Graphics Cards and Desktops\" data-analytics=\"nv-image-ee0d5b3dea\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"The Name’s Gaming … Cloud Gaming: ‘007 First Light’ Launches on GeForce NOW\" title=\"The Name’s Gaming … Cloud Gaming: ‘007 First Light’ Launches on GeForce NOW\" data-analytics=\"nv-image-cb905a9c4b\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"RTX AI Garage: RTX-Powered Video Generation News\" title=\"RTX AI Garage: RTX-Powered Video Generation News\" data-analytics=\"nv-image-c2f39dd519\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"The World Is Building Robotaxis on NVIDIA DRIVE Hyperion\" title=\"The World Is Building Robotaxis on NVIDIA DRIVE Hyperion\" data-analytics=\"nv-image-49ff76395d\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"NVIDIA Unveils Alpamayo 2 Super Open Reasoning Model \" title=\"NVIDIA Unveils Alpamayo 2 Super Open Reasoning Model \" data-analytics=\"nv-image-1a41ce0033\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"Leading Automakers Adopt NVIDIA DRIVE Hyperion for L4 Vehicles\" title=\"Leading Automakers Adopt NVIDIA DRIVE Hyperion for L4 Vehicles\" data-analytics=\"nv-image-9007790f61\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"Mercedes-Benz Unveils New S-Class Built on NVIDIA DRIVE AV, Designed With L4-Ready Architecture\" title=\"Mercedes-Benz Unveils New S-Class Built on NVIDIA DRIVE AV, Designed With L4-Ready Architecture\" data-analytics=\"nv-image-a4bb41755a\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"NVIDIA Wins Second CVPR Autonomous Grand Challenge\" title=\"NVIDIA Wins Second CVPR Autonomous Grand Challenge\" data-analytics=\"nv-image-dca3a2a06d\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"NVIDIA Launches Halos, a Full-Stack, Comprehensive Safety System for AVs\" title=\"NVIDIA Launches Halos, a Full-Stack, Comprehensive Safety System for AVs\" data-analytics=\"nv-image-70eddbb7ea\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"NVIDIA Expands Automotive Ecosystem to Bring Physical AI to the Streets\" title=\"NVIDIA Expands Automotive Ecosystem to Bring Physical AI to the Streets\" data-analytics=\"nv-image-9c153f2b80\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"HMG Embraces NVIDIA AI and Omniverse for Next-Gen Mobility\" title=\"HMG Embraces NVIDIA AI and Omniverse for Next-Gen Mobility\" data-analytics=\"nv-image-18f728c1b2\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"Three Computer Solution for Autonomous Mobility Enhanced With Cosmos \" title=\"Three Computer Solution for Autonomous Mobility Enhanced With Cosmos \" data-analytics=\"nv-image-d9731355a2\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"DRIVE AI Systems Inspection Lab Achieves New Industry Safety Milestones \" title=\"DRIVE AI Systems Inspection Lab Achieves New Industry Safety Milestones \" data-analytics=\"nv-image-f93e493148\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"NVIDIA Jetson Is Agentic-Ready to Unlock Physical AI Frontier\" title=\"NVIDIA Jetson Is Agentic-Ready to Unlock Physical AI Frontier\" data-analytics=\"nv-image-70dedc9400\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"NVIDIA IGX Thor™ Now Generally Available\" title=\"NVIDIA IGX Thor™ Now Generally Available\" data-analytics=\"nv-image-e328ba199c\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"Explore Edge Sessions at GTC\" title=\"Explore Edge Sessions at GTC\" data-analytics=\"nv-image-ffa1b9a344\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"Make Your Robot’s Holiday Wish Come True\" title=\"Make Your Robot’s Holiday Wish Come True\" data-analytics=\"nv-image-ff2fe02dbb\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"NVIDIA IGX Thor Brings Blackwell to New Edge AI Applications\" title=\"NVIDIA IGX Thor Brings Blackwell to New Edge AI Applications\" data-analytics=\"nv-image-3ccf1d9635\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"The Ultimate Platform for Physical AI and Robotics\" title=\"The Ultimate Platform for Physical AI and Robotics\" data-analytics=\"nv-image-cdca3a33df\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"Adapting Dexterous Robots With NVIDIA Research Workflows and Models\" title=\"Adapting Dexterous Robots With NVIDIA Research Workflows and Models\" data-analytics=\"nv-image-3a6b186a50\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"The First Open Foundation Model for Humanoid Robot Development\" title=\"The First Open Foundation Model for Humanoid Robot Development\" data-analytics=\"nv-image-b93540c03a\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"Humanoid Developer Day at GTC\" title=\"Humanoid Developer Day at GTC\" data-analytics=\"nv-image-dba6de6cf9\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"NVIDIA Vera BlueField-4 STX: AI Storage Secured in Silicon\" title=\"NVIDIA Vera BlueField-4 STX: AI Storage Secured in Silicon\" data-analytics=\"nv-image-e2ac94bdc1\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"Build AI Factories Faster With NVIDIA DSX\" title=\"Build AI Factories Faster With NVIDIA DSX\" data-analytics=\"nv-image-83977deb9f\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"NVIDIA Spectrum-X: AI-Native Ethernet Fabric, Gigascale AI, MRC\" title=\"NVIDIA Spectrum-X: AI-Native Ethernet Fabric, Gigascale AI, MRC\" data-analytics=\"nv-image-3b3f0e8d39\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"NVIDIA and Google Cloud Power AI Breakthroughs\" title=\"NVIDIA and Google Cloud Power AI Breakthroughs\" data-analytics=\"nv-image-faf8fdf632\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"NVIDIA and Emerald AI Accelerate Power-Flexible AI Deployment\" title=\"NVIDIA and Emerald AI Accelerate Power-Flexible AI Deployment\" data-analytics=\"nv-image-25a197e393\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"Introducing NVIDIA RTX PRO™ 4500 Blackwell Server Edition\" title=\"Introducing NVIDIA RTX PRO™ 4500 Blackwell Server Edition\" data-analytics=\"nv-image-1ccd1c61ad\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"NVIDIA Launches New Era of Space Computing\" title=\"NVIDIA Launches New Era of Space Computing\" data-analytics=\"nv-image-cbc092ce83\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"New NVIDIA Vera Rubin DSX AI Factory Reference Design\" title=\"New NVIDIA Vera Rubin DSX AI Factory Reference Design\" data-analytics=\"nv-image-ef32c39e34\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"NVIDIA Accelerates AI for Naval Postgraduate School\" title=\"NVIDIA Accelerates AI for Naval Postgraduate School\" data-analytics=\"nv-image-a0953cd356\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"NVIDIA DGX B300 is Shipping Now\" title=\"NVIDIA DGX B300 is Shipping Now\" data-analytics=\"nv-image-64e7694043\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"Watch NVIDIA CEO Jensen Huang’s Keynote\" title=\"Watch NVIDIA CEO Jensen Huang’s Keynote\" data-analytics=\"nv-image-f63fe4fb0e\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"Experience GTC 2026\" title=\"Experience GTC 2026\" data-analytics=\"nv-image-68c976e823\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"NVIDIA CEO Jensen Huang Takes the Stage at COMPUTEX 2025\" title=\"NVIDIA CEO Jensen Huang Takes the Stage at COMPUTEX 2025\" data-analytics=\"nv-image-2cb2a8ee98\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"The AI Factory\" title=\"The AI Factory\" data-analytics=\"nv-image-9a3bb504d0\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"AI Driving Digital Transformation in India and Beyond\" title=\"AI Driving Digital Transformation in India and Beyond\" data-analytics=\"nv-image-d8527714c0\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"Jensen Huang and Mark Zuckerberg on AI Breakthroughs\" title=\"Jensen Huang and Mark Zuckerberg on AI Breakthroughs\" data-analytics=\"nv-image-6be6a52bc0\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"Our Story\" title=\"Our Story\" data-analytics=\"nv-image-34516addb9\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"Sustainable Strides: AI and Accelerated Computing Drive Energy Efficiency\" title=\"Sustainable Strides: AI and Accelerated Computing Drive Energy Efficiency\" data-analytics=\"nv-image-06e5109605\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"Self-Paced Career Development Courses in AI and Data Science\" title=\"Self-Paced Career Development Courses in AI and Data Science\" data-analytics=\"nv-image-fe91dfb769\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"cmp-image__image cmp-image__image--is-loading\" itemprop=\"contentUrl\" alt=\"Learn the NVIDIA Story\" title=\"Learn the NVIDIA Story\" data-analytics=\"nv-image-ce08c0ae9c\" data-cmp-hook-image=\"image\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\">"
},
{
"src": "https://www.nvidia.com/akam/13/pixel_1fdc49b4?a=dD1hYThiMjFhNTQ2MTM4MDg0ODBkMDUwOGExOTgxZjJkY2E0YWI3NTNhJmpzPW9mZg==",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://www.nvidia.com/akam/13/pixel_1fdc49b4?a=dD1hYThiMjFhNTQ2MTM4MDg0ODBkMDUwOGExOTgxZjJkY2E0YWI3NTNhJmpzPW9mZg==\" style=\"visibility: hidden; position: absolute; left: -999px; top: -999px;\">"
},
{
"src": "https://cdn.cookielaw.org/logos/10ddf4ca-c072-45d0-b3ac-eead0ed93db0/b73a5c09-1e15-4dc7-8722-f9cb6c578110/9a7ca633-555d-4e05-a249-5cd7dc512da5/logo_nvidia.png",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Company Logo\" src=\"https://cdn.cookielaw.org/logos/10ddf4ca-c072-45d0-b3ac-eead0ed93db0/b73a5c09-1e15-4dc7-8722-f9cb6c578110/9a7ca633-555d-4e05-a249-5cd7dc512da5/logo_nvidia.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 id=\"country-selector-modal\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"country-selector-modal-title\"> <div class=\"cs-modal-content\"> <div id=\"country-selector-modal-title\" class=\"cs-title h4\">Select Location</div> <div class=\"region-section\"><div class=\"region-title\" role=\"button\" tabindex=\"0\" aria-expanded=\"false\" aria-controls=\"cs-region-list-0\">The Americas<svg class=\"n24-icon menu-button caret-down\"> <use xlink:href=\"#n24-caret-down\"/></svg></div><ul id=\"cs-region-list-0\"><li c...",
"<div class=\"cs-modal-content\"> <div id=\"country-selector-modal-title\" class=\"cs-title h4\">Select Location</div> <div class=\"region-section\"><div class=\"region-title\" role=\"button\" tabindex=\"0\" aria-expanded=\"false\" aria-controls=\"cs-region-list-0\">The Americas<svg class=\"n24-icon menu-button caret-down\"> <use xlink:href=\"#n24-caret-down\"/></svg></div><ul id=\"cs-region-list-0\"><li class=\"country-locale-name\"><span><a href=\"https://www.nvidia.com/es-la/\" title=\"Argentina\" data-clocale=\"es-la\">A...",
"<div id=\"country-selector-modal-title\" class=\"cs-title h4\">Select Location</div>",
"<div class=\"ot-sdk-container\" role=\"dialog\" aria-modal=\"true\" aria-label=\"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><div id=\"onetrust-policy-text\"><p id=\"nv-non-gpc-text\">NVIDIA and our third-party partners use cookies and other tools to collect and record information you provide as well as information about your interactions with our website...",
"<div role=\"dialog\" aria-modal=\"true\" style=\"height: 100%;\" aria-label=\"Cookie Settings\"><!-- Close Button --><div class=\"ot-pc-header\"><!-- Logo Tag --><div class=\"ot-pc-logo\"><img alt=\"Company Logo\" src=\"https://cdn.cookielaw.org/logos/10ddf4ca-c072-45d0-b3ac-eead0ed93db0/b73a5c09-1e15-4dc7-8722-f9cb6c578110/9a7ca633-555d-4e05-a249-5cd7dc512da5/logo_nvidia.png\"></div><button id=\"close-pc-btn-handler\" class=\"ot-close-icon\" aria-label=\"Close preference center\" style=\"background-image: url(&quo...",
"<section id=\"ot-fltr-modal\"><div id=\"ot-fltr-cnt\"><div id=\"ot-filter-list-header\"></div><button id=\"clear-filters-handler\">Clear</button><div class=\"ot-fltr-scrlcnt ot-pc-scrollbar\" role=\"group\" aria-labelledby=\"ot-filter-list-header\"><ul class=\"ot-fltr-opts\"><li class=\"ot-fltr-opt\"><div class=\"ot-chkbox\"><input id=\"chkbox-id\" type=\"checkbox\" class=\"category-filter-handler\"> <label for=\"chkbox-id\"><span class=\"ot-label-txt\">checkbox label</span></label> <span class=\"ot-label-status\">label</sp..."
],
"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
77 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": 95,
"passing": 18,
"failing": [
{
"heading": "NVIDIA CEO Jensen Huang Keynote at GTC Taipei",
"headingHtml": "<h2 class=\"title \"> NVIDIA CEO Jensen Huang Keynote at GTC Taipei </h2>",
"firstParagraph": "Catch the keynote replay, unveiling advances across AI infrastructure powering AI factories, agentic AI systems, physical AI and robotics, and a new generation of AI-native personal computing.",
"paragraphHtml": "<p><span class=\"p--large\">Catch the keynote replay, unveiling advances across AI infrastructure powering AI factories, agentic AI systems, physical AI and robotics, and a new generation of AI-native personal computing.</span></p>",
"words": 27,
"direct": false,
"issue": "First paragraph is 27 words and does not look like a concise direct answer."
},
{
"heading": "Introducing NVIDIA RTX Spark",
"headingHtml": "<h2 class=\"title \"> Introducing NVIDIA RTX Spark </h2>",
"firstParagraph": "A new beginning.",
"paragraphHtml": "<p><span class=\"p--large\">A new beginning.</span></p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Announcing NVIDIA DGX Station for Windows",
"headingHtml": "<h2 class=\"title \"> Announcing NVIDIA DGX Station for Windows </h2>",
"firstParagraph": "The world’s most powerful deskside AI supercomputer with Windows, built on the NVIDIA GB300 Grace Blackwell Ultra Desktop Superchip.",
"paragraphHtml": "<p><span class=\"p--large\">The world’s most powerful deskside AI supercomputer with Windows, built on the NVIDIA GB300 Grace Blackwell Ultra Desktop Superchip.</span></p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA and Unitree Announce H2 Plus to Advance Humanoid Research",
"headingHtml": "<h2 class=\"title \"> NVIDIA and Unitree Announce H2 Plus to Advance Humanoid Research </h2>",
"firstParagraph": "The first humanoid robot reference design built on NVIDIA Isaac GR00T gives researchers a faster path from setup to deployment.",
"paragraphHtml": "<p><span class=\"p--large\">The first humanoid robot reference design built on NVIDIA Isaac GR00T gives researchers a faster path from setup to deployment.</span></p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA GTC",
"headingHtml": "<h2 class=\"title \"> NVIDIA GTC </h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "NVIDIA CEO Jensen Huang Keynote at GTC Taipei",
"headingHtml": "<h2 class=\"title \"> NVIDIA CEO Jensen Huang Keynote at GTC Taipei </h2>",
"firstParagraph": "Monday, June 1 | 11 a.m.–1 p.m. Taipei Time",
"paragraphHtml": "<p><span class=\"p--large\">Monday, June 1 | 11 a.m.–1 p.m. Taipei Time</span></p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA GTC Keynote Replay",
"headingHtml": "<h2 class=\"title \"> NVIDIA GTC Keynote Replay </h2>",
"firstParagraph": "See CEO Jensen Huang's keynote on the new era of inference, AI factories, open source, physical AI, robotics, and more. Watch Replay",
"paragraphHtml": "<p><span class=\"p--large\">See CEO Jensen Huang's keynote on the new era of inference, AI factories, open source, physical AI, robotics, and more. <span class=\"custom-btn\"><span style=\"white-space: nowrap;\"><a href=\"https://www.nvidia.com/gtc/keynote/?nvid=nv-int-bnr-839023\"><strong>Watch Replay <span class=\"fa-solid fa-angle-right\"></span></strong></a></span></span></span></p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "How Cosmos 3 Reasons, Generates, and Acts to Advance Physical AI",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> How Cosmos 3 Reasons, Generates, and Acts to Advance Physical AI </h3>",
"firstParagraph": "New OmniModel for robots, autonomous vehicles, and vision AI agents wins leaderboards.",
"paragraphHtml": "<p>New OmniModel for robots, autonomous vehicles, and vision AI agents wins leaderboards.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "New Collection of Open Source Physical AI Agent Skills and Tools",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> New Collection of Open Source Physical AI Agent Skills and Tools </h3>",
"firstParagraph": "Automate complex physical AI workflows with agent skills.",
"paragraphHtml": "<p>Automate complex physical AI workflows with agent skills.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "The New Frontier Open Foundation Model for Physical AI Is Here",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> The New Frontier Open Foundation Model for Physical AI Is Here </h3>",
"firstParagraph": "NVIDIA Cosmos 3 OmniModel— reasoning, simulation, and action generation in one.",
"paragraphHtml": "<p>NVIDIA Cosmos 3 OmniModel— reasoning, simulation, and action generation in one.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Enterprise Software Is Going Agentic With NVIDIA",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Enterprise Software Is Going Agentic With NVIDIA </h3>",
"firstParagraph": "From engineering to healthcare, companies gain always-on AI coworkers with NVIDIA’s open stack.",
"paragraphHtml": "<p>From engineering to healthcare, companies gain always-on AI coworkers with NVIDIA’s open stack.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "At NVIDIA, Teams Scale Human Ingenuity With OpenAI Codex Agents",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> At NVIDIA, Teams Scale Human Ingenuity With OpenAI Codex Agents </h3>",
"firstParagraph": "GPT‑5.5 was co-designed for, trained with, and served on NVIDIA GB200 NVL72 systems.",
"paragraphHtml": "<p>GPT‑5.5 was co-designed for, trained with, and served on NVIDIA GB200 NVL72 systems.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Make Autonomous Agents More Secure by Design With NVIDIA OpenShell",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Make Autonomous Agents More Secure by Design With NVIDIA OpenShell </h3>",
"firstParagraph": "Deploy self-evolving agents with added control, security, and governance.",
"paragraphHtml": "<p>Deploy self-evolving agents with added control, security, and governance.</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "New Open Physical AI Data Factory Blueprint",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> New Open Physical AI Data Factory Blueprint </h3>",
"firstParagraph": "Accelerate robotics, vision AI agents, and autonomous vehicle development.",
"paragraphHtml": "<p>Accelerate robotics, vision AI agents, and autonomous vehicle development.</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Adobe and NVIDIA Announce Strategic Collaboration",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Adobe and NVIDIA Announce Strategic Collaboration </h3>",
"firstParagraph": "This collaboration will deliver the next generation of Adobe Firefly models and agentic workflows.",
"paragraphHtml": "<p>This collaboration will deliver the next generation of Adobe Firefly models and agentic workflows.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA Unveils Nemotron 3 Family of Models for Agentic AI",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA Unveils Nemotron 3 Family of Models for Agentic AI </h3>",
"firstParagraph": "The open, hybrid models deliver top efficiency and accuracy for complex, high-throughput applications.",
"paragraphHtml": "<p>The open, hybrid models deliver top efficiency and accuracy for complex, high-throughput applications.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Bring Physical AI to Cities and Industrial Infrastructure",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Bring Physical AI to Cities and Industrial Infrastructure </h3>",
"firstParagraph": "Advanced blueprints, vision language models and synthetic data generation extensions from NVIDIA Metropolis enhance productivity and improve safety across environments.",
"paragraphHtml": "<p>Advanced blueprints, vision language models and synthetic data generation extensions from NVIDIA Metropolis enhance productivity and improve safety across environments.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "Design and Simulation",
"headingHtml": "<h3 class=\"cmp-carousel__title h--medium\"> Design and Simulation </h3>",
"firstParagraph": "NVIDIA accelerated computing, libraries and AI models enable software makers and industry manufacturers to develop products for large-scale, physically accurate simulations and interactive digital twins so teams can efficiently build, train, and test advanced systems before deployment, bringing products to market fa...",
"paragraphHtml": "<p><span class=\"p--large\">NVIDIA accelerated computing, libraries and AI models enable software makers and industry manufacturers to develop products for large-scale, physically accurate simulations and interactive digital twins so teams can efficiently build, train, and test advanced systems before deployment, bringing products to market faster.</span></p>",
"words": 42,
"direct": false,
"issue": "First paragraph is 42 words and does not look like a concise direct answer."
},
{
"heading": "Industrial Software Leaders Build Autonomous AI Engineers",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Industrial Software Leaders Build Autonomous AI Engineers </h3>",
"firstParagraph": "Secure, specialized agents compress weeks of simulation work into hours.",
"paragraphHtml": "<p>Secure, specialized agents compress weeks of simulation work into hours.</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA and TSMC Bring AI Into Fabs to Advance Chipmaking",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA and TSMC Bring AI Into Fabs to Advance Chipmaking </h3>",
"firstParagraph": "TSMC is using NVIDIA accelerated computing and AI to advance semiconductor design and manufacturing.",
"paragraphHtml": "<p>TSMC is using NVIDIA accelerated computing and AI to advance semiconductor design and manufacturing. </p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Bringing Design, Engineering, and Manufacturing Into the AI Era",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Bringing Design, Engineering, and Manufacturing Into the AI Era </h3>",
"firstParagraph": "Industrial software giants are bringing NVIDIA CUDA-Xâ„¢, Omniverseâ„¢, and GPU-accelerated industrial software and tools to their customers.",
"paragraphHtml": "<p>Industrial software giants are bringing NVIDIA CUDA-X™, Omniverse™, and GPU-accelerated industrial software and tools to their customers.</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Amazon Devices & Services Achieves Zero-Touch Manufacturing With NVIDIA",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Amazon Devices & Services Achieves Zero-Touch Manufacturing With NVIDIA </h3>",
"firstParagraph": "The company’s innovative manufacturing solution powers robotic arms to autonomously audit devices using NVIDIA technologies.",
"paragraphHtml": "<p>The company’s innovative manufacturing solution powers robotic arms to autonomously audit devices using NVIDIA technologies.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA Omniverse Digital Twins Help Taiwan Manufacturers Drive Golden Age of Industrial AI",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA Omniverse Digital Twins Help Taiwan Manufacturers Drive Golden Age of Industrial AI </h3>",
"firstParagraph": "Blueprints for building autonomous manufacturing facilities offer transformative advances for development of trillion-dollar industries.",
"paragraphHtml": "<p>Blueprints for building autonomous manufacturing facilities offer transformative advances for development of trillion-dollar industries.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA Expands Omniverse Blueprint for AI Factory Digital Twins",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA Expands Omniverse Blueprint for AI Factory Digital Twins </h3>",
"firstParagraph": "NVIDIA’s expanded Omniverse Blueprint for AI factory design and operation features deeper integrations across the AI factory power, cooling, and networking ecosystem",
"paragraphHtml": "<p>NVIDIA’s expanded Omniverse Blueprint for AI factory design and operation features deeper integrations across the AI factory power, cooling, and networking ecosystem</p>",
"words": 23,
"direct": false,
"issue": "First paragraph is 23 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA Blackwell RTX PRO Comes to Workstations and Servers",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA Blackwell RTX PRO Comes to Workstations and Servers </h3>",
"firstParagraph": "Groundbreaking AI and graphics performance redefines visualization, simulation, and scientific computing.",
"paragraphHtml": "<p>Groundbreaking AI and graphics performance redefines visualization, simulation, and scientific computing.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA Unveils Open Physical AI Dataset for Robotics and Autonomous Vehicles",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA Unveils Open Physical AI Dataset for Robotics and Autonomous Vehicles </h3>",
"firstParagraph": "Collection of simulation-ready ground-truth and synthetically generated data now open source.",
"paragraphHtml": "<p>Collection of simulation-ready ground-truth and synthetically generated data now open source.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA Launches Earth-2 Family of Open Models",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA Launches Earth-2 Family of Open Models </h3>",
"firstParagraph": "The first fully open, production-ready weather AI stack makes weather AI accessible worldwide.",
"paragraphHtml": "<p>The first fully open, production-ready weather AI stack makes weather AI accessible worldwide.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA and Ansys Advance Quantum Algorithms for Fluid Dynamics",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA and Ansys Advance Quantum Algorithms for Fluid Dynamics </h3>",
"firstParagraph": "NVIDIA CUDA-Q running on the Gefion supercomputer enables new engineering applications for quantum computing.",
"paragraphHtml": "<p>NVIDIA CUDA-Q running on the Gefion supercomputer enables new engineering applications for quantum computing. </p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "NVL72 GB200 Powers the Future for Quantum Computing",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVL72 GB200 Powers the Future for Quantum Computing </h3>",
"firstParagraph": "NVIDIA accelerates workloads spanning quantum computing research.",
"paragraphHtml": "<p>NVIDIA accelerates workloads spanning quantum computing research.</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA to Build Accelerated Quantum Computing Research Center",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA to Build Accelerated Quantum Computing Research Center </h3>",
"firstParagraph": "The new center will advance the development of quantum computing architectures and algorithms.",
"paragraphHtml": "<p>The new center will advance the development of quantum computing architectures and algorithms.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Earth-2 Announces New NIM Microservices",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Earth-2 Announces New NIM Microservices </h3>",
"firstParagraph": "Leverage AI-accelerated models to simulate real-world outcomes for climate and weather.",
"paragraphHtml": "<p>Leverage AI-accelerated models to simulate real-world outcomes for climate and weather.</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Revolutionize AI-Driven Material Discovery Using NVIDIA ALCHEMI",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Revolutionize AI-Driven Material Discovery Using NVIDIA ALCHEMI </h3>",
"firstParagraph": "NVIDIA ALCHEMI introduces the first accelerated materials discovery NIM.",
"paragraphHtml": "<p>NVIDIA ALCHEMI introduces the first accelerated materials discovery NIM.</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA Powers Europe’s Fastest Supercomputer",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA Powers Europe’s Fastest Supercomputer </h3>",
"firstParagraph": "NVIDIA Grace Hopper platform boosts simulation and training on the Jülich JUPITER supercomputer.",
"paragraphHtml": "<p>NVIDIA Grace Hopper platform boosts simulation and training on the Jülich JUPITER supercomputer.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Acceleratings Quantum Computing Centers Worldwide With CUDA-Q",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Acceleratings Quantum Computing Centers Worldwide With CUDA-Q </h3>",
"firstParagraph": "Supercomputers are incorporating NVIDIA Grace Hopper and CUDA-Q to advance quantum research.",
"paragraphHtml": "<p>Supercomputers are incorporating NVIDIA Grace Hopper and CUDA-Q to advance quantum research.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Gaming and Creating",
"headingHtml": "<h3 class=\"cmp-carousel__title h--medium\"> Gaming and Creating </h3>",
"firstParagraph": "NVIDIA RTX™ powers the world’s fastest PCs and the ultimate platform for gamers and creators. Enjoy beautiful ray tracing, AI-powered DLSS, and much more in games and applications, on your desktop, laptop, in the cloud, or in your living room.",
"paragraphHtml": "<p><span class=\"p--large\">NVIDIA RTX™ powers the world’s fastest PCs and the ultimate platform for gamers and creators. Enjoy beautiful ray tracing, AI-powered DLSS, and much more in games and applications, on your desktop, laptop, in the cloud, or in your living room.</span></p>",
"words": 41,
"direct": false,
"issue": "First paragraph is 41 words and does not look like a concise direct answer."
},
{
"heading": "Introducing NVIDIA RTX Spark",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Introducing NVIDIA RTX Spark </h3>",
"firstParagraph": "The fusion of NVIDIA AI and RTX graphics in a single chip, powering a new beginning of Windows PCs.",
"paragraphHtml": "<p>The fusion of NVIDIA AI and RTX graphics in a single chip, powering a new beginning of Windows PCs.</p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
},
{
"heading": "GeForce at COMPUTEX 2026",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> GeForce at COMPUTEX 2026 </h3>",
"firstParagraph": "NVIDIA DLSS 4.5 Ray Reconstruction, over 1,000 RTX-enhanced games and apps, 11 new DLSS 4.5 games and much more.",
"paragraphHtml": "<p>NVIDIA DLSS 4.5 Ray Reconstruction, over 1,000 RTX-enhanced games and apps, 11 new DLSS 4.5 games and much more.</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA DLSS 4.5",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA DLSS 4.5 </h3>",
"firstParagraph": "Powering today's hits, and introducing enhanced Ray Reconstruction.",
"paragraphHtml": "<p>Powering today's hits, and introducing enhanced Ray Reconstruction.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "RTX Remix",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> RTX Remix </h3>",
"firstParagraph": "Advanced Particle VFX coming next month.",
"paragraphHtml": "<p>Advanced Particle VFX coming next month.</p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "GeForce Rewards",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> GeForce Rewards </h3>",
"firstParagraph": "License to unlock: Your 007 First Light Daring Elite Outfit*.",
"paragraphHtml": "<p>License to unlock: Your <em>007 First Light</em> Daring Elite Outfit*.</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "GeForce RTX 50 Series Graphics Cards and Desktops",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> GeForce RTX 50 Series Graphics Cards and Desktops </h3>",
"firstParagraph": "GeForce RTX 50 Series GPUs bring game-changing AI capabilities to gamers and creators. Multiply performance with NVIDIA DLSS 4, generate images at unprecedented speed, and unleash your creativity with NVIDIA Studio.",
"paragraphHtml": "<p>GeForce RTX 50 Series GPUs bring game-changing AI capabilities to gamers and creators. Multiply performance with NVIDIA DLSS 4, generate images at unprecedented speed, and unleash your creativity with NVIDIA Studio.</p>",
"words": 31,
"direct": false,
"issue": "First paragraph is 31 words and does not look like a concise direct answer."
},
{
"heading": "Save Big and Play Bigger: GeForce NOW Summer Sale Brings Major Membership Savings",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Save Big and Play Bigger: GeForce NOW Summer Sale Brings Major Membership Savings </h3>",
"firstParagraph": "Level up with the best value in gaming, ‘Guild Wars’ and rewards, plus eight new games this week.",
"paragraphHtml": "<p><em>Level up with the best value in gaming, ‘Guild Wars’ and rewards, plus eight new games this week.</em></p>",
"words": 18,
"direct": false,
"issue": "First paragraph is 18 words and does not look like a concise direct answer."
},
{
"heading": "Automotive",
"headingHtml": "<h3 class=\"cmp-carousel__title h--medium\"> Automotive </h3>",
"firstParagraph": "From developing autonomous vehicles on NVIDIA DRIVE® to creating factory digital twins and retail experiences with NVIDIA Omniverse, our automotive solutions offer the performance and scalability to design, visualize, simulate, and create all types of future transportation.",
"paragraphHtml": "<p><span class=\"p--large\">From developing autonomous vehicles on NVIDIA DRIVE® to creating factory digital twins and retail experiences with NVIDIA Omniverse, our automotive solutions offer the performance and scalability to design, visualize, simulate, and create all types of future transportation.</span></p>",
"words": 37,
"direct": false,
"issue": "First paragraph is 37 words and does not look like a concise direct answer."
},
{
"heading": "The World Is Building Robotaxis on NVIDIA DRIVE Hyperion",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> The World Is Building Robotaxis on NVIDIA DRIVE Hyperion </h3>",
"firstParagraph": "Automotive industry leaders are bringing Level 4-ready fleets to market on the DRIVE Hyperion platform.",
"paragraphHtml": "<p>Automotive industry leaders are bringing Level 4-ready fleets to market on the DRIVE Hyperion platform.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA Unveils Alpamayo 2 Super Open Reasoning Model",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA Unveils Alpamayo 2 Super Open Reasoning Model </h3>",
"firstParagraph": "Alpamayo 2 Super is a 32 billion-parameter reasoning VLA model, built for Level 4 robotaxi-ready autonomous vehicles.",
"paragraphHtml": "<p>Alpamayo 2 Super is a 32 billion-parameter reasoning VLA model, built for Level 4 robotaxi-ready autonomous vehicles.</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Leading Automakers Adopt NVIDIA DRIVE Hyperion for L4 Vehicles",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Leading Automakers Adopt NVIDIA DRIVE Hyperion for L4 Vehicles </h3>",
"firstParagraph": "BYD, Geely, Hyundai Motor Group, Isuzu, Kodiak, Nissan, and Volkswagen build on the NVIDIA AV platform.",
"paragraphHtml": "<p>BYD, Geely, Hyundai Motor Group, Isuzu, Kodiak, Nissan, and Volkswagen build on the NVIDIA AV platform.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Mercedes-Benz Unveils New S-Class Built on NVIDIA DRIVE AV, Designed With L4-Ready Architecture",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Mercedes-Benz Unveils New S-Class Built on NVIDIA DRIVE AV, Designed With L4-Ready Architecture </h3>",
"firstParagraph": "Built on the NVIDIA DRIVE Hyperion and DRIVE AV, the new S-Class delivers safety first autonomy.",
"paragraphHtml": "<p>Built on the NVIDIA DRIVE Hyperion and DRIVE AV, the new S-Class delivers safety first autonomy.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA Wins Second CVPR Autonomous Grand Challenge",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA Wins Second CVPR Autonomous Grand Challenge </h3>",
"firstParagraph": "The competition tests how AI generates safe, realistic self-driving behavior from sensor data.",
"paragraphHtml": "<p>The competition tests how AI generates safe, realistic self-driving behavior from sensor data.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA Launches Halos, a Full-Stack, Comprehensive Safety System for AVs",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA Launches Halos, a Full-Stack, Comprehensive Safety System for AVs </h3>",
"firstParagraph": "A full-stack, comprehensive safety system that unifies vehicle architecture, AI models, chips, software, tools, and services to ensure the safe development of AVs, from cloud to car.",
"paragraphHtml": "<p>A full-stack, comprehensive safety system that unifies vehicle architecture, AI models, chips, software, tools, and services to ensure the safe development of AVs, from cloud to car.</p>",
"words": 27,
"direct": false,
"issue": "First paragraph is 27 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA Expands Automotive Ecosystem to Bring Physical AI to the Streets",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA Expands Automotive Ecosystem to Bring Physical AI to the Streets </h3>",
"firstParagraph": "Global automakers, mobility innovators, suppliers, and software providers team with NVIDIA to deliver AI from the cloud to the car.",
"paragraphHtml": "<p>Global automakers, mobility innovators, suppliers, and software providers team with NVIDIA to deliver AI from the cloud to the car.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "HMG Embraces NVIDIA AI and Omniverse for Next-Gen Mobility",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> HMG Embraces NVIDIA AI and Omniverse for Next-Gen Mobility </h3>",
"firstParagraph": "Learn how HMG accelerates innovation with NVIDIA – creating safer, smarter vehicles, boosting manufacturing, and advancing robotics.",
"paragraphHtml": "<p>Learn how HMG accelerates innovation with <span style=\"white-space: nowrap;\">NVIDIA – creating</span> safer, smarter vehicles, boosting manufacturing, and advancing robotics.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "DRIVE AI Systems Inspection Lab Achieves New Industry Safety Milestones",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> DRIVE AI Systems Inspection Lab Achieves New Industry Safety Milestones </h3>",
"firstParagraph": "Read about NVIDIA’s new safety and cybersecurity initiative for autonomous vehicles partners.",
"paragraphHtml": "<p>Read about NVIDIA’s new safety and cybersecurity initiative for autonomous vehicles partners.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "Robotics and Edge AI",
"headingHtml": "<h3 class=\"cmp-carousel__title h--medium\"> Robotics and Edge AI </h3>",
"firstParagraph": "The NVIDIA Jetsonâ„¢ and Isaacâ„¢ platforms provide end-to-end solutions to develop and deploy AI-powered autonomous machines and edge computing applications across manufacturing, logistics, healthcare, smart cities, and retail.",
"paragraphHtml": "<p><span class=\"p--large\">The NVIDIA Jetson™ and Isaac™ platforms provide end-to-end solutions to develop and deploy AI-powered autonomous machines and edge computing applications across manufacturing, logistics, healthcare, smart cities, and retail.</span></p>",
"words": 28,
"direct": false,
"issue": "First paragraph is 28 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA Jetson Is Agentic-Ready to Unlock Physical AI Frontier",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA Jetson Is Agentic-Ready to Unlock Physical AI Frontier </h3>",
"firstParagraph": "JetPack 7.2, NemoClaw make Jetson agentic-ready for robotics, healthcare, industrial automation.",
"paragraphHtml": "<p>JetPack 7.2, NemoClaw make Jetson agentic-ready for robotics, healthcare, industrial automation.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA IGX Thorâ„¢ Now Generally Available",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA IGX Thor™ Now Generally Available </h3>",
"firstParagraph": "NVIDIA IGX Thor powers real-time physical AI at the industrial edge, enabling autonomous machines with advanced sensing, reasoning and functional safety..",
"paragraphHtml": "<p>NVIDIA IGX Thor powers real-time physical AI at the industrial edge, enabling autonomous machines with advanced sensing, reasoning and functional safety..</p>",
"words": 21,
"direct": false,
"issue": "First paragraph is 21 words and does not look like a concise direct answer."
},
{
"heading": "Make Your Robot’s Holiday Wish Come True",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Make Your Robot’s Holiday Wish Come True </h3>",
"firstParagraph": "Celebrate the holidays with the perfect gift for your robot: an NVIDIA Jetsonâ„¢ AI robotics computer.",
"paragraphHtml": "<p>Celebrate the holidays with the perfect gift for your robot: an NVIDIA Jetson™ AI robotics computer.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA IGX Thor Brings Blackwell to New Edge AI Applications",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA IGX Thor Brings Blackwell to New Edge AI Applications </h3>",
"firstParagraph": "Discover enhanced processing, AI reasoning, safety, and support for industrial, robotics, and medical applications.",
"paragraphHtml": "<p>Discover enhanced processing, AI reasoning, safety, and support for industrial, robotics, and medical applications.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "The Ultimate Platform for Physical AI and Robotics",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> The Ultimate Platform for Physical AI and Robotics </h3>",
"firstParagraph": "The new NVIDIA® Jetson Thor™ Developer Kit and module are now available.",
"paragraphHtml": "<p>The new NVIDIA® Jetson Thor™ Developer Kit and module are now available.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Adapting Dexterous Robots With NVIDIA Research Workflows and Models",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Adapting Dexterous Robots With NVIDIA Research Workflows and Models </h3>",
"firstParagraph": "See how dexterity workflows and AI models address challenges like adaptability and data scarcity.",
"paragraphHtml": "<p>See how dexterity workflows and AI models address challenges like adaptability and data scarcity.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "The First Open Foundation Model for Humanoid Robot Development",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> The First Open Foundation Model for Humanoid Robot Development </h3>",
"firstParagraph": "NVIDIA Isaacâ„¢ GR00T N1 brings generalized skills and reasoning to humanoid robots.",
"paragraphHtml": "<p>NVIDIA Isaac™ GR00T N1 brings generalized skills and reasoning to humanoid robots.</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Humanoid Developer Day at GTC",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Humanoid Developer Day at GTC </h3>",
"firstParagraph": "Join us for a day of specially curated sessions that will unveil breakthroughs in humanoid robotics, foundation models, and physics-based simulation.",
"paragraphHtml": "<p>Join us for a day of specially curated sessions that will unveil breakthroughs in humanoid robotics, foundation models, and physics-based simulation.</p>",
"words": 21,
"direct": false,
"issue": "First paragraph is 21 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA Vera BlueField-4 STX: AI Storage Secured in Silicon",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA Vera BlueField-4 STX: AI Storage Secured in Silicon </h3>",
"firstParagraph": "NVIDIA DOCA delivers 1,000x faster threat detection and zero-trust file access for agentic AI.",
"paragraphHtml": "<p>NVIDIA DOCA delivers 1,000x faster threat detection and zero-trust file access for agentic AI.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Build AI Factories Faster With NVIDIA DSX",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Build AI Factories Faster With NVIDIA DSX </h3>",
"firstParagraph": "Lower token cost and accelerate deployment with reference designs, digital twins, and software.",
"paragraphHtml": "<p>Lower token cost and accelerate deployment with reference designs, digital twins, and software.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA Spectrum-X: AI-Native Ethernet Fabric, Gigascale AI, MRC",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA Spectrum-X: AI-Native Ethernet Fabric, Gigascale AI, MRC </h3>",
"firstParagraph": "Multipath Reliable Connection (MRC): Proven on NVIDIA Spectrum-X Ethernet, now open to industry.",
"paragraphHtml": "<p>Multipath Reliable Connection (MRC): Proven on NVIDIA Spectrum-X Ethernet, now open to industry.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA and Google Cloud Power AI Breakthroughs",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA and Google Cloud Power AI Breakthroughs </h3>",
"firstParagraph": "Extreme codesign across the full‑stack AI platform fuels what’s next for agentic and physical AI.",
"paragraphHtml": "<p>Extreme codesign across the full‑stack AI platform fuels what’s next for agentic and physical AI.</p>",
"words": 17,
"direct": false,
"issue": "First paragraph is 17 words and does not look like a concise direct answer."
},
{
"heading": "Introducing NVIDIA RTX PROâ„¢ 4500 Blackwell Server Edition",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Introducing NVIDIA RTX PRO™ 4500 Blackwell Server Edition </h3>",
"firstParagraph": "This compact GPU delivers power-efficient performance for every enterprise.",
"paragraphHtml": "<p>This compact GPU delivers power-efficient performance for every enterprise.</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA Launches New Era of Space Computing",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA Launches New Era of Space Computing </h3>",
"firstParagraph": "Data-center-class performance and edge AI on orbit for geospatial intelligence with NVIDIA Vera Rubin Space Module, IGX Thor, and Jetson Orin.",
"paragraphHtml": "<p>Data-center-class performance and edge AI on orbit for geospatial intelligence with NVIDIA Vera Rubin Space Module, IGX Thor, and Jetson Orin.</p>",
"words": 21,
"direct": false,
"issue": "First paragraph is 21 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA Accelerates AI for Naval Postgraduate School",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA Accelerates AI for Naval Postgraduate School </h3>",
"firstParagraph": "Learn how NPS utilizes its NVIDIA DGXTM GB300 system to solve challenges in the public sector.",
"paragraphHtml": "<p>Learn how NPS utilizes its NVIDIA DGX<sup>TM</sup> GB300 system to solve challenges in the public sector.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA DGX B300 is Shipping Now",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA DGX B300 is Shipping Now </h3>",
"firstParagraph": "Explore the new features and capabilities, including AC and DC power options, that make DGX B300 easy to integrate into any data center.",
"paragraphHtml": "<p>Explore the new features and capabilities, including AC and DC power options, that make DGX B300 easy to integrate into any data center.</p>",
"words": 23,
"direct": false,
"issue": "First paragraph is 23 words and does not look like a concise direct answer."
},
{
"heading": "Watch NVIDIA CEO Jensen Huang’s Keynote",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Watch NVIDIA CEO Jensen Huang’s Keynote </h3>",
"firstParagraph": "Join Jensen Huang live at SAP Center for the GTC 2026 keynote and see where AI goes next. It all starts here.",
"paragraphHtml": "<p>Join Jensen Huang live at SAP Center for the GTC 2026 keynote and see where AI goes next. It all starts here.</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
},
{
"heading": "Experience GTC 2026",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Experience GTC 2026 </h3>",
"firstParagraph": "Join NVIDIA GTC 2026—the premier AI event where developers, researchers, and business leaders converge to explore the next wave of AI innovation.",
"paragraphHtml": "<p>Join NVIDIA GTC 2026—the premier AI event where developers, researchers, and business leaders converge to explore the next wave of AI innovation.</p>",
"words": 23,
"direct": false,
"issue": "First paragraph is 23 words and does not look like a concise direct answer."
},
{
"heading": "NVIDIA CEO Jensen Huang Takes the Stage at COMPUTEX 2025",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> NVIDIA CEO Jensen Huang Takes the Stage at COMPUTEX 2025 </h3>",
"firstParagraph": "Tune in to the NVIDIA keynote to see what’s next in AI.",
"paragraphHtml": "<p>Tune in to the NVIDIA keynote to see what’s next in AI.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
},
{
"heading": "The AI Factory",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> The AI Factory </h3>",
"firstParagraph": "Discover how the AI Factory creates tokens to build a future of endless possibilities—accelerated by human ingenuity and NVIDIA.",
"paragraphHtml": "<p>Discover how the AI Factory creates tokens to build a future of endless possibilities—accelerated by human ingenuity and NVIDIA.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "AI Driving Digital Transformation in India and Beyond",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> AI Driving Digital Transformation in India and Beyond </h3>",
"firstParagraph": "Discover how AI is fueling India’s groundbreaking innovation, economic growth, and global leadership.",
"paragraphHtml": "<p>Discover how AI is fueling India’s groundbreaking innovation, economic growth, and global leadership.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "Jensen Huang and Mark Zuckerberg on AI Breakthroughs",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Jensen Huang and Mark Zuckerberg on AI Breakthroughs </h3>",
"firstParagraph": "NVIDIA and Meta CEOs discuss how researchers and creators use generative AI to build virtual worlds.",
"paragraphHtml": "<p>NVIDIA and Meta CEOs discuss how researchers and creators use generative AI to build virtual worlds.</p>",
"words": 16,
"direct": false,
"issue": "First paragraph is 16 words and does not look like a concise direct answer."
},
{
"heading": "Self-Paced Career Development Courses in AI and Data Science",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Self-Paced Career Development Courses in AI and Data Science </h3>",
"firstParagraph": "Industry experts share advice on starting a career in AI with technical training and certifications.",
"paragraphHtml": "<p>Industry experts share advice on starting a career in AI with technical training and certifications.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Learn the NVIDIA Story",
"headingHtml": "<h3 class=\"cmp-teaser__title h--smallest\" data-titlerow=\"One\" data-titlerowlaptop=\"One\" data-titlerowtablet=\"One\"> Learn the NVIDIA Story </h3>",
"firstParagraph": "Our work is truly unique. Part science. Part art. Every breakthrough helps shape what's next.",
"paragraphHtml": "<p>Our work is truly unique. Part science. Part art. Every breakthrough helps shape what's next.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 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: what, how, benefits, cost, compare.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer intent coverage
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer intent coverage scored 70/100 and needs improvement.
Evidence
{
"headings": [
{
"text": "NVIDIA CEO Jensen Huang Keynote at GTC Taipei",
"html": "<h2 class=\"title \"> NVIDIA CEO Jensen Huang Keynote at GTC Taipei </h2>"
},
{
"text": "Introducing NVIDIA RTX Spark",
"html": "<h2 class=\"title \"> Introducing NVIDIA RTX Spark </h2>"
},
{
"text": "NVIDIA Launches Vera, the CPU Built to Run the World’s AI Agents",
"html": "<h2 class=\"title \"> NVIDIA Launches Vera, the CPU Built to Run the World’s AI Agents </h2>"
},
{
"text": "Announcing NVIDIA DGX Station for Windows",
"html": "<h2 class=\"title \"> Announcing NVIDIA DGX Station for Windows </h2>"
},
{
"text": "NVIDIA Vera Rubin Powers Agentic AI Factories Worldwide",
"html": "<h2 class=\"title \"> NVIDIA Vera Rubin Powers Agentic AI Factories Worldwide </h2>"
},
{
"text": "NVIDIA and Unitree Announce H2 Plus to Advance Humanoid Research",
"html": "<h2 class=\"title \"> NVIDIA and Unitree Announce H2 Plus to Advance Humanoid Research </h2>"
},
{
"text": "NVIDIA GTC",
"html": "<h2 class=\"title \"> NVIDIA GTC </h2>"
},
{
"text": "NVIDIA CEO Jensen Huang Keynote at GTC Taipei",
"html": "<h2 class=\"title \"> NVIDIA CEO Jensen Huang Keynote at GTC Taipei </h2>"
},
{
"text": "NVIDIA GTC Keynote Replay",
"html": "<h2 class=\"title \"> NVIDIA GTC Keynote Replay </h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is World Leader in Artificial Intelligence Compu...?",
"pattern": {}
},
{
"id": "how",
"label": "How does World Leader in Artificial Intelligence Compu... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use World Leader in Artificial Intelligence Compu...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is World Leader in Artificial Intelligence Compu... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does World Leader in Artificial Intelligence Compu... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is World Leader in Artificial Intelligence Compu...?",
"pattern": {}
},
{
"id": "how",
"label": "How does World Leader in Artificial Intelligence Compu... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use World Leader in Artificial Intelligence Compu...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is World Leader in Artificial Intelligence Compu... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does World Leader in Artificial Intelligence Compu... compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Informational
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Needs attention
AI context endpoint
Issue
AI context endpoint is informational for this page.
Why it matters
A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.
Check name
AI context endpoint
Score
100/100
Status
informational
Category
API
Maturity
Emerging recommendation
Goal
Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.
Result
AI context endpoint is informational for this page.
Validation steps
Fetch to find resource
AI context endpoint was not found at the expected path.
Evidence
{
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/ai/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 302511
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 302511
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 302511
}
]
},
"issue": "AI context endpoint was not found at the expected path.",
"howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Needs attention
AIO: Query intent coverage
Issue
Missing likely AI Overview intent sections: what, how, benefits, cost, compare.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Query intent coverage
Score
70/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Query intent coverage is informational for this page.
Evidence
{
"headings": [
{
"text": "NVIDIA CEO Jensen Huang Keynote at GTC Taipei",
"html": "<h2 class=\"title \"> NVIDIA CEO Jensen Huang Keynote at GTC Taipei </h2>"
},
{
"text": "Introducing NVIDIA RTX Spark",
"html": "<h2 class=\"title \"> Introducing NVIDIA RTX Spark </h2>"
},
{
"text": "NVIDIA Launches Vera, the CPU Built to Run the World’s AI Agents",
"html": "<h2 class=\"title \"> NVIDIA Launches Vera, the CPU Built to Run the World’s AI Agents </h2>"
},
{
"text": "Announcing NVIDIA DGX Station for Windows",
"html": "<h2 class=\"title \"> Announcing NVIDIA DGX Station for Windows </h2>"
},
{
"text": "NVIDIA Vera Rubin Powers Agentic AI Factories Worldwide",
"html": "<h2 class=\"title \"> NVIDIA Vera Rubin Powers Agentic AI Factories Worldwide </h2>"
},
{
"text": "NVIDIA and Unitree Announce H2 Plus to Advance Humanoid Research",
"html": "<h2 class=\"title \"> NVIDIA and Unitree Announce H2 Plus to Advance Humanoid Research </h2>"
},
{
"text": "NVIDIA GTC",
"html": "<h2 class=\"title \"> NVIDIA GTC </h2>"
},
{
"text": "NVIDIA CEO Jensen Huang Keynote at GTC Taipei",
"html": "<h2 class=\"title \"> NVIDIA CEO Jensen Huang Keynote at GTC Taipei </h2>"
},
{
"text": "NVIDIA GTC Keynote Replay",
"html": "<h2 class=\"title \"> NVIDIA GTC Keynote Replay </h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is World Leader in Artificial Intelligence Compu...?",
"pattern": {}
},
{
"id": "how",
"label": "How does World Leader in Artificial Intelligence Compu... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use World Leader in Artificial Intelligence Compu...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is World Leader in Artificial Intelligence Compu... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does World Leader in Artificial Intelligence Compu... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is World Leader in Artificial Intelligence Compu...?",
"pattern": {}
},
{
"id": "how",
"label": "How does World Leader in Artificial Intelligence Compu... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use World Leader in Artificial Intelligence Compu...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is World Leader in Artificial Intelligence Compu... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does World Leader in Artificial Intelligence Compu... 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. missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.
Why it matters
Agent registration metadata lets automated clients find the registration path, supported identity types, credential types, and related claim or revocation endpoints without scraping human docs.
Check name
Auth.md Agent Registration
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish Auth.md and agent_auth metadata so agents can discover registration and credential requirements.
Result
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Validation steps
Fetch and validate /auth.md
auth.md response did not match the expected agent registration shape. missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.
Publish protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate agent_auth authorization metadata
OAuth authorization server metadata could not be fetched.
Evidence
{
"failedStep": "auth-md",
"steps": [
{
"id": "auth-md",
"title": "Fetch and validate /auth.md",
"status": "fail",
"evidence": {
"path": "/auth.md",
"ok": false,
"statusCode": 404,
"contentType": "text/markdown; charset=UTF-8",
"length": 302511,
"validation": {
"valid": false,
"issue": "auth.md response did not match the expected agent registration shape. missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
"compatibleContentType": true,
"contentLength": 210934,
"hasRegisterInstructions": true,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": false,
"mentionsCredential": false,
"links": [
"http://www.w3.org/1999/xhtml\"",
"https://images.nvidia.com\"",
"https://images.nvidia.com/etc/designs/nvidiaGDC/clientlibs_base/fonts/nvidia-sans/NALA/var/NVIDIASansVF_NALA_W_Wght.woff2\"",
"/woff2",
"/html;",
"https://www.nvidia.com/en-us/page-not-found/\"/>",
"https://www.nvidia.com/en-me/page-not-found/\"/>",
"https://www.nvidia.com/de-at/page-not-found/\"/>",
"https://www.nvidia.com/ro-ro/page-not-found/\"/>",
"https://www.nvidia.com/pt-br/page-not-found/\"/>"
],
"rawExcerpt": "\n<!DOCTYPE HTML>\n<html class=\"html-page no-js\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en-us\" xml:lang=\"en-us\">\n <head>\n \n \n\n\n<link rel=\"preconnect\" href=\"https://images.nvidia.com\" crossorigin/>\n\n\n <link rel=\"preload\" href=\"https://images.nvidia.com/etc/designs/nvidiaGDC/clientlibs_base/fonts/nvidia-sans/NALA/var/NVIDIASansVF_NALA_W_Wght.woff2\" as=\"font\" type=\"font/woff2\" crossorigin/> \n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/>\n<meta name=\"robots\" content=\"noindex,nofollow\"/> \n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\"/>\n<meta name=\"keywords\" content=\"Page Not Found, 404\"/>\n<meta name=\"description\" content=\"Page Not Found\"/>\n<meta name=\"nv-pub-date\" co"
}
},
"issue": "auth.md response did not match the expected agent registration shape. missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
"howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
},
{
"id": "oauth-protected-resource",
"title": "Publish protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"ok": false,
"statusCode": 403,
"contentType": "application/xml",
"length": 111,
"text": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Error><Code>AccessDenied</Code><Message>Access Denied</Message></Error>"
},
"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": 403,
"contentType": "application/xml",
"length": 111,
"text": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Error><Code>AccessDenied</Code><Message>Access Denied</Message></Error>"
}
},
"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": "sign in"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
}
]
},
"resourceFetchSucceeded": false
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Q&A and FAQ opportunities
GEO: Q&A and FAQ opportunities is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Q&A and FAQ opportunities
GEO: Q&A and FAQ opportunities is informational for this page.
Needs attention
GEO: Q&A and FAQ opportunities
Issue
9 h2 heading(s) are not phrased as questions; this is optional and only useful where Q&A wording is natural. No visible FAQ or FAQPage schema was detected; this is optional unless the page answers common questions.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Q&A and FAQ opportunities
Score
75/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Q&A and FAQ opportunities is informational for this page.
Evidence
{
"h2Count": 9,
"questionH2s": 0,
"hasFaq": false,
"nonQuestionH2s": [
{
"index": 1,
"text": "NVIDIA CEO Jensen Huang Keynote at GTC Taipei",
"isQuestion": false,
"html": "<h2 class=\"title \"> NVIDIA CEO Jensen Huang Keynote at GTC Taipei </h2>"
},
{
"index": 2,
"text": "Introducing NVIDIA RTX Spark",
"isQuestion": false,
"html": "<h2 class=\"title \"> Introducing NVIDIA RTX Spark </h2>"
},
{
"index": 3,
"text": "NVIDIA Launches Vera, the CPU Built to Run the World’s AI Agents",
"isQuestion": false,
"html": "<h2 class=\"title \"> NVIDIA Launches Vera, the CPU Built to Run the World’s AI Agents </h2>"
},
{
"index": 4,
"text": "Announcing NVIDIA DGX Station for Windows",
"isQuestion": false,
"html": "<h2 class=\"title \"> Announcing NVIDIA DGX Station for Windows </h2>"
},
{
"index": 5,
"text": "NVIDIA Vera Rubin Powers Agentic AI Factories Worldwide",
"isQuestion": false,
"html": "<h2 class=\"title \"> NVIDIA Vera Rubin Powers Agentic AI Factories Worldwide </h2>"
},
{
"index": 6,
"text": "NVIDIA and Unitree Announce H2 Plus to Advance Humanoid Research",
"isQuestion": false,
"html": "<h2 class=\"title \"> NVIDIA and Unitree Announce H2 Plus to Advance Humanoid Research </h2>"
},
{
"index": 7,
"text": "NVIDIA GTC",
"isQuestion": false,
"html": "<h2 class=\"title \"> NVIDIA GTC </h2>"
},
{
"index": 8,
"text": "NVIDIA CEO Jensen Huang Keynote at GTC Taipei",
"isQuestion": false,
"html": "<h2 class=\"title \"> NVIDIA CEO Jensen Huang Keynote at GTC Taipei </h2>"
},
{
"index": 9,
"text": "NVIDIA GTC Keynote Replay",
"isQuestion": false,
"html": "<h2 class=\"title \"> NVIDIA GTC Keynote Replay </h2>"
}
],
"score": 75,
"weight": 4
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
Why it matters
IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.
Check name
IndexNow key
Score
100/100
Status
informational
Category
Discoverability
Maturity
Established
Goal
Verify that IndexNow ownership key placement is detectable when the site advertises it.
Result
IndexNow key is informational for this page.
Validation steps
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
Fetch and validate IndexNow key file
No discoverable IndexNow key file was found.
Evidence
{
"steps": [
{
"id": "advertised-location",
"title": "Find advertised IndexNow key location",
"status": "informational",
"evidence": {
"advertised": []
},
"issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
"howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
},
{
"id": "fetch-key",
"title": "Fetch and validate IndexNow key file",
"status": "informational",
"evidence": {
"advertised": [],
"checked": []
},
"issue": "No discoverable IndexNow key file was found.",
"howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
}
]
}Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
OAuth / OIDC discovery was not found at the expected path.
Why it matters
OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.
Check name
OAuth / OIDC discovery
Score
0/100
Status
informational
Category
Auth
Maturity
Established
Goal
Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.
Result
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Validation steps
Fetch to find resource
OAuth / OIDC discovery was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/openid-configuration",
"statusCode": 403,
"contentType": "application/xml",
"length": 111
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 403,
"contentType": "application/xml",
"length": 111
}
]
},
"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": "sign in"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
}
]
},
"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": 403,
"contentType": "application/xml"
},
"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": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Error><Code>AccessDenied</Code><Message>Access Denied</Message></Error>"
},
"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.nvidia.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.nvidia.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.nvidia.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.nvidia.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": "sign in"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
}
]
},
"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)."
}SEOSEOBrowser audit
Links do not have descriptive text
50 Fail
SEOSEOBrowser audit
Links do not have descriptive text
Check name
Links do not have descriptive text
Score
0/100
Status
fail
Device
desktop
Category
SEO
Estimated savings
4 links found
Fix guidance
Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).
Evidence
{
"displayValue": "4 links found",
"description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/)."
}SEOSEOBrowser audit
robots.txt is not valid
50 Fail
SEOSEOBrowser audit
robots.txt is not valid
Check name
robots.txt is not valid
Score
0/100
Status
fail
Device
desktop
Category
SEO
Estimated savings
1 error found
Fix guidance
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. [Learn more about robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/).
Evidence
{
"displayValue": "1 error found",
"description": "If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. [Learn more about robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)."
}Performance and AccessibilityPerformanceBrowser audit
Font display
20 Fail
Performance and AccessibilityPerformanceBrowser audit
Font display
Check name
Font display
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 1,310Â ms
Fix guidance
Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 1,310Â ms",
"description": "Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks)."
}Performance and AccessibilityPerformanceBrowser audit
Legacy JavaScript
20 Fail
Performance and AccessibilityPerformanceBrowser audit
Legacy JavaScript
Check name
Legacy JavaScript
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 58Â KiB
Fix guidance
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 58Â KiB",
"description": "Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)"
}Performance and AccessibilityPerformanceBrowser audit
Network dependency tree
20 Fail
Performance and AccessibilityPerformanceBrowser audit
Network dependency tree
Check name
Network dependency tree
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
References
https://web.dev/learn/performance/Evidence
{
"description": "[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load."
}Performance and AccessibilityPerformanceBrowser audit
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 2,581Â 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 2,581Â 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
7 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
63/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": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 35,
"displayValue": "2.9Â s",
"numericValue": 2944.5978805899813
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 43,
"displayValue": "270Â ms",
"numericValue": 272.9999999999998
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 10Â ms",
"numericValue": 12
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "0Â ms",
"numericValue": 0.8999999999999999
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 38,
"displayValue": "2.6Â s",
"numericValue": 2629.026505759435
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 37,
"displayValue": "430Â ms",
"numericValue": 431.0075598333724
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 80,
"displayValue": "3.0Â s",
"numericValue": 2986.590675474052
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 70,
"displayValue": "1.3Â s",
"numericValue": 1270.5015749652857
}
]
}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 |
|---|---|---|---|
| 56/100 | Level 3, Bot-Aware | View report | |
| 54/100 | Level 3, Bot-Aware | Current report |