Export Report
OVERALL SCORE
Level 2, Agent-Limited
- AI Discoverability 43 out of 100
- Agent Ease of Use 8 out of 100
- Security & Trust 60 out of 100
- GEO, AIO and AEO 74 out of 100
- SEO 77 out of 100
- Performance and Accessibility 47 out of 100
| Metric | Score | Status | Passed | Failed | Warning | Evidence |
|---|---|---|---|---|---|---|
| AI Discoverability | 43 | Priority fix | 8 | 15 | 0 | View details |
| Discoverability | 67 | Needs work | 5 | 4 | 0 | View details |
| Content Readiness | 50 | Needs work | 3 | 7 | 0 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 0 | View details |
| Agent Ease of Use | 8 | Priority fix | 10 | 24 | 0 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 4 | 4 | 0 | View details |
| MCP | 25 | Priority fix | 2 | 6 | 0 | View details |
| Skill Discovery | 0 | Priority fix | 0 | 8 | 0 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 74 | Needs work | 5 | 2 | 12 | View details |
| GEO Readiness | 83 | Mostly ready | 1 | 0 | 4 | |
| AIO Readiness | 78 | Mostly ready | 3 | 1 | 3 | View details |
| AEO Readiness | 61 | Needs work | 1 | 1 | 5 | View details |
| SEO | 77 | Mostly ready | 8 | 3 | 0 | View details |
| SEO | 77 | Mostly ready | 8 | 3 | 0 | View details |
| Security & Trust | 60 | Needs work | 7 | 2 | 0 | View details |
| Security & Trust | 60 | Needs work | 3 | 2 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 47 | Priority fix | 24 | 3 | 0 | View details |
| Performance | 25 | Priority fix | 11 | 3 | 0 | View details |
| Accessibility | 88 | Mostly ready | 13 | 0 | 0 |
Prioritized recommendations
Issues ranked by score impact
44 items need attention
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
50 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
Why it matters
API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.
Check name
API Catalog
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish an API catalog for automated API discovery using RFC 9727.
Result
API Catalog failed at "Fetch API catalog".
Validation steps
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
Fetch advertised API catalog targets
API Catalog did not expose any same-origin hrefs to validate.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "fail",
"evidence": {
"statusCode": 404,
"contentType": "text/html; charset=utf-8"
},
"issue": "The API catalog endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/api-catalog."
},
{
"id": "validate",
"title": "Validate RFC 9727 linkset",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html>\n<html style=\"overflow:auto\" lang=\"en\"><head><meta name=\"referrer\" content=\"no-referrer\"/><meta name=\"robots\" content=\"noindex\"/><meta charSet=\"utf-8\"/><meta name=\"theme-color\" content=\"#ffffff\"/><meta name=\"description\" content=\"Airtable is a low-code platform for building collaborative apps. Customize your workflow, collaborate, and achieve ambitious outcomes. Get started for free.\"/><meta name=\"apple-itunes-app\" content=\"app-id=914172636\"/><meta name=\"twitter:card\" content=\"summary_large_image\"/><meta name=\"twitter:site\" content=\"@airtable\"/><meta property=\"fb:app_id\" content=\"1457397314575627\"/><meta property=\"og:site_name\" content=\"Airtable\"/><meta property=\"og:title\" content=\"Airtable | Everyone's app platform\"/><meta property=\"og:type\" content=\"website\"/><meta pr"
},
"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."
}
]
}Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
50 Fail
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
Needs attention
Content-Security-Policy
Issue
Content-Security-Policy is missing or incomplete.
Why it matters
Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.
Check name
Content-Security-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Constrain script, style, frame, and resource loading with a Content-Security-Policy header.
Result
Content-Security-Policy is missing or incomplete.
Evidence
{
"header": "content-security-policy",
"value": "script-src https://www.airtable.com https://airtable-marketing.herokuapp.com https://airtable.com https://static.airtable.com/ 'unsafe-eval' 'unsafe-inline' 'report-sample' https: blob:; style-src 'unsafe-inline' https:; block-all-mixed-content; object-src //pages.airtable.com; base-uri 'none'; report-uri https://airtable.com/.csp/report"
}Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
50 Fail
Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
Needs attention
Frame protection
Issue
Frame protection is missing or incomplete.
Why it matters
Frame protection blocks hostile sites from embedding pages in deceptive frames, reducing clickjacking risk.
Check name
Frame protection
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Prevent unwanted framing with X-Frame-Options or CSP frame-ancestors.
Result
Frame protection is missing or incomplete.
Evidence
{
"xFrameOptions": null,
"validXFrame": false,
"contentSecurityPolicy": "script-src https://www.airtable.com https://airtable-marketing.herokuapp.com https://airtable.com https://static.airtable.com/ 'unsafe-eval' 'unsafe-inline' 'report-sample' https: blob:; style-src 'unsafe-inline' https:; block-all-mixed-content; object-src //pages.airtable.com; base-uri 'none'; report-uri https://airtable.com/.csp/report",
"cspFrameAncestors": false
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
50 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
Why it matters
High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.
Check name
High-value schema types
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Use schema types that describe the page's primary content or offering.
Result
High-value schema types is missing or incomplete.
Evidence
{
"found": [],
"expected": [
"Article",
"BlogPosting",
"NewsArticle",
"Product",
"SoftwareApplication",
"FAQPage",
"LocalBusiness",
"VideoObject",
"HowTo",
"Event",
"Course",
"Review",
"Service"
],
"allTypes": [
"Organization",
"WebPage",
"WebSite"
]
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
50 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
Why it matters
Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.
Check name
Link headers
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Include Link response headers for agent discovery using RFC 8288.
Result
Link headers failed at "Find useful Link headers".
Validation steps
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": []
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
50 Fail
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
Needs attention
OpenAPI discovery
Issue
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=utf-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Why it matters
OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.
Check name
OpenAPI discovery
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish a valid OpenAPI or Swagger document for API discovery.
Result
OpenAPI discovery failed at "Find valid OpenAPI document".
Validation steps
Find valid OpenAPI document
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=utf-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Find valid OpenAPI document",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html style=\"overflow:auto\" lang=\"en\"><head><meta name=\"referrer\" content=\"no-referrer\"/><meta name=\"robots\" content=\"noindex\"/><meta charSet=\"utf-8\"/><meta name=\"theme-color\" content=\"#ffffff\"/><meta name=\"description\" content=\"Airtable is a low-code platform for building collaborative apps. Customize your workflow, collaborate, and achieve ambitious outcomes. Get started for free.\"/><meta name=\"apple-itunes-app\" content=\"app-id=914172636\"/><meta name=\"twitter:card\" content=\"summary_large_image\"/><meta name=\"twitter:site\" content=\"@airtable\"/><meta property=\"fb:app_id\" content=\"1457397314575627\"/><meta property=\"og:site_name\" content=\"Airtable\"/><meta property=\"og:title\" content=\"Airtable | Everyone's app platform\"/><meta property=\"og:type\" content=\"website\"/><meta pr"
},
{
"path": "/openapi.yaml",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html style=\"overflow:auto\" lang=\"en\"><head><meta name=\"referrer\" content=\"no-referrer\"/><meta name=\"robots\" content=\"noindex\"/><meta charSet=\"utf-8\"/><meta name=\"theme-color\" content=\"#ffffff\"/><meta name=\"description\" content=\"Airtable is a low-code platform for building collaborative apps. Customize your workflow, collaborate, and achieve ambitious outcomes. Get started for free.\"/><meta name=\"apple-itunes-app\" content=\"app-id=914172636\"/><meta name=\"twitter:card\" content=\"summary_large_image\"/><meta name=\"twitter:site\" content=\"@airtable\"/><meta property=\"fb:app_id\" content=\"1457397314575627\"/><meta property=\"og:site_name\" content=\"Airtable\"/><meta property=\"og:title\" content=\"Airtable | Everyone's app platform\"/><meta property=\"og:type\" content=\"website\"/><meta pr"
},
{
"path": "/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html style=\"overflow:auto\" lang=\"en\"><head><meta name=\"referrer\" content=\"no-referrer\"/><meta name=\"robots\" content=\"noindex\"/><meta charSet=\"utf-8\"/><meta name=\"theme-color\" content=\"#ffffff\"/><meta name=\"description\" content=\"Airtable is a low-code platform for building collaborative apps. Customize your workflow, collaborate, and achieve ambitious outcomes. Get started for free.\"/><meta name=\"apple-itunes-app\" content=\"app-id=914172636\"/><meta name=\"twitter:card\" content=\"summary_large_image\"/><meta name=\"twitter:site\" content=\"@airtable\"/><meta property=\"fb:app_id\" content=\"1457397314575627\"/><meta property=\"og:site_name\" content=\"Airtable\"/><meta property=\"og:title\" content=\"Airtable | Everyone's app platform\"/><meta property=\"og:type\" content=\"website\"/><meta pr"
},
{
"path": "/swagger.yaml",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html style=\"overflow:auto\" lang=\"en\"><head><meta name=\"referrer\" content=\"no-referrer\"/><meta name=\"robots\" content=\"noindex\"/><meta charSet=\"utf-8\"/><meta name=\"theme-color\" content=\"#ffffff\"/><meta name=\"description\" content=\"Airtable is a low-code platform for building collaborative apps. Customize your workflow, collaborate, and achieve ambitious outcomes. Get started for free.\"/><meta name=\"apple-itunes-app\" content=\"app-id=914172636\"/><meta name=\"twitter:card\" content=\"summary_large_image\"/><meta name=\"twitter:site\" content=\"@airtable\"/><meta property=\"fb:app_id\" content=\"1457397314575627\"/><meta property=\"og:site_name\" content=\"Airtable\"/><meta property=\"og:title\" content=\"Airtable | Everyone's app platform\"/><meta property=\"og:type\" content=\"website\"/><meta pr"
},
{
"path": "/api/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html style=\"overflow:auto\" lang=\"en\"><head><meta name=\"referrer\" content=\"no-referrer\"/><meta name=\"robots\" content=\"noindex\"/><meta charSet=\"utf-8\"/><meta name=\"theme-color\" content=\"#ffffff\"/><meta name=\"description\" content=\"Airtable is a low-code platform for building collaborative apps. Customize your workflow, collaborate, and achieve ambitious outcomes. Get started for free.\"/><meta name=\"apple-itunes-app\" content=\"app-id=914172636\"/><meta name=\"twitter:card\" content=\"summary_large_image\"/><meta name=\"twitter:site\" content=\"@airtable\"/><meta property=\"fb:app_id\" content=\"1457397314575627\"/><meta property=\"og:site_name\" content=\"Airtable\"/><meta property=\"og:title\" content=\"Airtable | Everyone's app platform\"/><meta property=\"og:type\" content=\"website\"/><meta pr"
},
{
"path": "/api/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html style=\"overflow:auto\" lang=\"en\"><head><meta name=\"referrer\" content=\"no-referrer\"/><meta name=\"robots\" content=\"noindex\"/><meta charSet=\"utf-8\"/><meta name=\"theme-color\" content=\"#ffffff\"/><meta name=\"description\" content=\"Airtable is a low-code platform for building collaborative apps. Customize your workflow, collaborate, and achieve ambitious outcomes. Get started for free.\"/><meta name=\"apple-itunes-app\" content=\"app-id=914172636\"/><meta name=\"twitter:card\" content=\"summary_large_image\"/><meta name=\"twitter:site\" content=\"@airtable\"/><meta property=\"fb:app_id\" content=\"1457397314575627\"/><meta property=\"og:site_name\" content=\"Airtable\"/><meta property=\"og:title\" content=\"Airtable | Everyone's app platform\"/><meta property=\"og:type\" content=\"website\"/><meta pr"
},
{
"path": "/docs/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html style=\"overflow:auto\" lang=\"en\"><head><meta name=\"referrer\" content=\"no-referrer\"/><meta name=\"robots\" content=\"noindex\"/><meta charSet=\"utf-8\"/><meta name=\"theme-color\" content=\"#ffffff\"/><meta name=\"description\" content=\"Airtable is a low-code platform for building collaborative apps. Customize your workflow, collaborate, and achieve ambitious outcomes. Get started for free.\"/><meta name=\"apple-itunes-app\" content=\"app-id=914172636\"/><meta name=\"twitter:card\" content=\"summary_large_image\"/><meta name=\"twitter:site\" content=\"@airtable\"/><meta property=\"fb:app_id\" content=\"1457397314575627\"/><meta property=\"og:site_name\" content=\"Airtable\"/><meta property=\"og:title\" content=\"Airtable | Everyone's app platform\"/><meta property=\"og:type\" content=\"website\"/><meta pr"
}
]
},
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=utf-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
}
]
}AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
Needs attention
AI bot rules in robots.txt
Issue
No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.
Why it matters
Explicit AI bot rules reduce ambiguity for crawler operators and make training, indexing, or retrieval access policy auditable.
Check name
AI bot rules in robots.txt
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Established
Goal
Add User-agent rules for AI crawlers like GPTBot, Claude-Web, and others.
Result
AI bot rules in robots.txt is missing or incomplete.
Evidence
{
"expectedBots": [
"GPTBot",
"ChatGPT-User",
"ClaudeBot",
"Claude-Web",
"Anthropic-AI",
"Google-Extended",
"PerplexityBot",
"CCBot",
"Applebot-Extended",
"Meta-ExternalAgent",
"Bytespider",
"Amazonbot",
"Cohere-AI"
],
"configuredBots": []
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
33 Fail
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing Last-Modified HTTP header; missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.
Why it matters
Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.
Check name
Content freshness signals
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is missing or incomplete.
Evidence
{
"lastModified": null,
"schemaDates": [],
"metaDateCount": 0,
"timeDateCount": 0
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
Why it matters
Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.
Check name
Content Signal
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Declare AI content usage preferences with Content Signal in robots.txt.
Result
Content Signal is missing or incomplete.
Evidence
{
"signals": [],
"ai-train": false,
"search": false,
"ai-input": false
}AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
33 Fail
AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
Needs attention
llms.txt
Issue
llms.txt was not found at the expected path.
Why it matters
llms.txt gives language-model clients a concise, curated summary of important site context and links before they crawl broadly.
Check name
llms.txt
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Emerging recommendation
Goal
Publish llms.txt to summarize agent-readable site guidance.
Result
llms.txt failed at "Fetch to find resource".
Validation steps
Fetch to find resource
llms.txt was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/llms.txt",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 300437
},
{
"path": "/llms-full.txt",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 300437
}
]
},
"issue": "llms.txt was not found at the expected path.",
"howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
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 "(none)".
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": ""
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"(none)\".",
"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": 43318,
"excerpt": "<!DOCTYPE html><html lang=\"en\" data-dpl-id=\"dpl_7bSTmVvcPefuTefYNVRtM9Nz3c9A\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><script src=\"https://www.googletagmanager.com",
"issue": "Markdown response is missing a heading."
},
"issue": "Markdown response is missing a heading.",
"howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
}
]
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
Needs attention
MCP Server Card
Issue
MCP Server Card was not found at the expected path.
Why it matters
MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.
Check name
MCP Server Card
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Publish an MCP Server Card for agent discovery.
Result
MCP Server Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
MCP Server Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 300437
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 300437
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 300437
}
]
},
"issue": "MCP Server Card was not found at the expected path.",
"howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
}
]
}Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
Needs attention
mcp.json
Issue
mcp.json was not found at the expected path.
Why it matters
MCP clients need trustworthy server metadata, protocol version, transport details, and capability hints before connecting to a remote MCP server.
Check name
mcp.json
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Expose a stable MCP server metadata document that points agents to the site's MCP endpoint.
Result
mcp.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
mcp.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 300437
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 300437
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 300437
}
]
},
"issue": "mcp.json was not found at the expected path.",
"howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
}
]
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
33 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
Why it matters
Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.
Check name
Web Bot Auth request signing
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.
Result
Web Bot Auth request signing failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Web Bot Auth request signing was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/http-message-signatures-directory",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 300437
}
]
},
"issue": "Web Bot Auth request signing was not found at the expected path.",
"howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
}
]
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
33 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
Why it matters
A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.
Check name
WebMCP manifest
Score
0/100
Status
fail
Category
MCP
Maturity
Informational
Goal
Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.
Result
WebMCP manifest failed at "Fetch to find resource".
Validation steps
Fetch to find resource
WebMCP manifest was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 300437
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 300437
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 300437
}
]
},
"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".
25 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
Why it matters
A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.
Check name
A2A Agent Card
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent card so A2A-compatible clients can discover capabilities.
Result
A2A Agent Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
A2A Agent Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 300437
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 300437
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 300437
}
]
},
"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".
25 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
Needs attention
Agent Skills index
Issue
Agent Skills index was not found at the expected path.
Why it matters
An Agent Skills index lets clients find task-specific SKILL.md documents that describe how to use site capabilities correctly.
Check name
Agent Skills index
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent skills discovery index.
Result
Agent Skills index failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Agent Skills index was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 300437
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 300437
}
]
},
"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".
25 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
Needs attention
agent.json
Issue
agent.json was not found at the expected path.
Why it matters
agent.json is an emerging machine-readable manifest for declaring what a website does, how agents authenticate, and which actions or protocols are available.
Check name
agent.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish the singular Agent Web Protocol agent.json manifest without confusing it with the separate agents.json directory convention.
Result
agent.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agent.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 300439
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 300437
}
]
},
"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".
25 Fail
Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
Needs attention
agents.json
Issue
agents.json was not found at the expected path.
Why it matters
agents.json gives clients a simple directory of agent-facing capabilities and contacts when a site chooses to advertise them.
Check name
agents.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Informational
Goal
Publish an agents.json directory for agent-facing capabilities and contacts when using this convention.
Result
agents.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agents.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 300437
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 300439
}
]
},
"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."
}
]
}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": "/ai-plays",
"text": "What are customers saying about our competitors and where are our biggest opportunities?Explore AI Plays",
"html": "<a style=\"color:#FA91E0;background-color:#254FAD\" class=\"index-module-scss-module__Jc2bVG__boxWrapper medium-module-scss-module__U2D9yG__mediumWithCta\" href=\"/ai-plays\"><div class=\"index-module-scss-module__o8bS3q__imageContainer index-module-scss-module__Jc2bVG__bentoBoxMainMediaWrapper\"><div style=\"padding-top:65.09146341463415%\"></div><span style=\"box-sizing:border-box;display:block;overflow:hidden;width:initial;height:initial;background:none;opacity:1;border:0;margin:0;padding:0;position:..."
},
{
"href": "https://linkedin.com/company/airtable",
"text": "Linkedin",
"html": "<a class=\"socialIcons-module_navLink__LJ2e8 BkLink-module_bkLink__2Rqnp BkLink-module_prependedIcon__10Bl-\" href=\"https://linkedin.com/company/airtable\" target=\"_blank\" rel=\"noopener noreferrer\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"17\" fill=\"none\"><rect width=\"16\" height=\"16\" y=\"0.296\" fill=\"#fff\" rx=\"4\"/><path fill=\"#9297A0\" d=\"M13.633 13.929h-2.37v-3.713c0-.885-.016-2.025-1.234-2.025-1.234 0-1.423.965-1.423 1.96v3.778H6.235V6.294H8.51v1.043h.032a2.5 2.5 0 0 1 2.245-1.2..."
},
{
"href": "/about",
"text": "About",
"html": "<a class=\"FooterLink-module_link__1WfDF BkLink-module_bkLink__2Rqnp\" href=\"/about\" color=\"secondary\"><p class=\"BkText-module_bkText__32U9z BkText-module_short2xs__2HumR BkText-module_size2xs__qKEML BkText-module_normal__13_GB BkText-module_bpBaseShort2xs__2XhwO BkText-module_bpBaseSize2xs__1lsWt BkText-module_bpMdShort2xs__3jij9 BkText-module_bpMdSize2xs__flRYI BkText-module_bpLgShort2xs__2GI5p BkText-module_bpLgSize2xs__3o14g BkText-module_bpXlShort2xs__1QJnH BkText-module_bpXlSize2xs__23Rnk..."
},
{
"href": "/company/trust-and-security",
"text": "Security",
"html": "<a class=\"BkLink-module_bkLink__2Rqnp\" href=\"/company/trust-and-security\" color=\"secondary\"><p class=\"BkText-module_bkText__32U9z BkText-module_short3xs__qIEsW BkText-module_size3xs__1e-fj BkText-module_medium__3TG7t BkText-module_bpBaseShort3xs__1UiiA BkText-module_bpBaseSize3xs__3txZn BkText-module_bpMdShort3xs__2GKrn BkText-module_bpMdSize3xs__1ZqhP BkText-module_bpLgShort3xs__694ua BkText-module_bpLgSize3xs__3Ue8X BkText-module_bpXlShort3xs__CDnYH BkText-module_bpXlSize3xs__2z7Ae BkType-m..."
},
{
"href": "/company/privacy",
"text": "Privacy",
"html": "<a class=\"BkLink-module_bkLink__2Rqnp\" href=\"/company/privacy\" color=\"secondary\"><p class=\"BkText-module_bkText__32U9z BkText-module_short3xs__qIEsW BkText-module_size3xs__1e-fj BkText-module_medium__3TG7t BkText-module_bpBaseShort3xs__1UiiA BkText-module_bpBaseSize3xs__3txZn BkText-module_bpMdShort3xs__2GKrn BkText-module_bpMdSize3xs__1ZqhP BkText-module_bpLgShort3xs__694ua BkText-module_bpLgSize3xs__3Ue8X BkText-module_bpXlShort3xs__CDnYH BkText-module_bpXlSize3xs__2z7Ae BkType-module_bkTyp..."
},
{
"href": "/company/terms-and-policies",
"text": "Terms",
"html": "<a class=\"BkLink-module_bkLink__2Rqnp\" href=\"/company/terms-and-policies\" color=\"secondary\"><p class=\"BkText-module_bkText__32U9z BkText-module_short3xs__qIEsW BkText-module_size3xs__1e-fj BkText-module_medium__3TG7t BkText-module_bpBaseShort3xs__1UiiA BkText-module_bpBaseSize3xs__3txZn BkText-module_bpMdShort3xs__2GKrn BkText-module_bpMdSize3xs__1ZqhP BkText-module_bpLgShort3xs__694ua BkText-module_bpLgSize3xs__3Ue8X BkText-module_bpXlShort3xs__CDnYH BkText-module_bpXlSize3xs__2z7Ae BkType-m..."
},
{
"href": "/company/privacy-choices",
"text": "Do Not Sell/Share My Info",
"html": "<a class=\"BkLink-module_bkLink__2Rqnp\" href=\"/company/privacy-choices\" color=\"secondary\"><p class=\"BkText-module_bkText__32U9z BkText-module_short3xs__qIEsW BkText-module_size3xs__1e-fj BkText-module_medium__3TG7t BkText-module_bpBaseShort3xs__1UiiA BkText-module_bpBaseSize3xs__3txZn BkText-module_bpMdShort3xs__2GKrn BkText-module_bpMdSize3xs__1ZqhP BkText-module_bpLgShort3xs__694ua BkText-module_bpLgSize3xs__3Ue8X BkText-module_bpXlShort3xs__CDnYH BkText-module_bpXlSize3xs__2z7Ae BkType-modu..."
},
{
"href": "/company/accessibility",
"text": "Accessibility",
"html": "<a class=\"BkLink-module_bkLink__2Rqnp\" href=\"/company/accessibility\" color=\"secondary\"><p class=\"BkText-module_bkText__32U9z BkText-module_short3xs__qIEsW BkText-module_size3xs__1e-fj BkText-module_medium__3TG7t BkText-module_bpBaseShort3xs__1UiiA BkText-module_bpBaseSize3xs__3txZn BkText-module_bpMdShort3xs__2GKrn BkText-module_bpMdSize3xs__1ZqhP BkText-module_bpLgShort3xs__694ua BkText-module_bpLgSize3xs__3Ue8X BkText-module_bpXlShort3xs__CDnYH BkText-module_bpXlSize3xs__2z7Ae BkType-module..."
},
{
"href": "https://www.airtable.com/company/cookie-policy",
"text": "Cookie Policy",
"html": "<a href=\"https://www.airtable.com/company/cookie-policy\">Cookie Policy</a>"
},
{
"href": "https://www.airtable.com/company/cookie-policy",
"text": "Cookie Policy",
"html": "<a href=\"https://www.airtable.com/company/cookie-policy\">Cookie Policy</a>"
},
{
"href": "https://www.airtable.com/company/tos",
"text": "Terms of Service",
"html": "<a href=\"https://www.airtable.com/company/tos\">Terms of Service</a>"
}
],
"contactLinks": [
{
"href": "https://support.airtable.com/",
"text": "Help center",
"html": "<a target=\"_blank\" href=\"https://support.airtable.com/\" tabindex=\"0\" class=\"DrawerLink-module_drawerLinkWrap__30FY8 PromoCard-module_drawerLinkInsidePromoCard__3kc2V DrawerGroup-module_drawerLinkInsideDrawerGroup__1C7D_ DrawerLink-module_center__H-2Wf\" data-tracking-name=\"supoprt\" data-nav-action=\"drawer\"><div class=\"DrawerLink-module_titleWrap__wikCm\"><div class=\"DrawerLink-module_titleInner__1_njf DrawerGroup-module_titleInnerInsideDrawerGroup__QX7-s\">Help center</div></div></a>"
},
{
"href": "https://support.airtable.com/docs/contacting-airtable-support",
"text": "Contact Support",
"html": "<a href=\"https://support.airtable.com/docs/contacting-airtable-support\" tabindex=\"0\" class=\"DrawerLink-module_drawerLinkWrap__30FY8 PromoCard-module_drawerLinkInsidePromoCard__3kc2V DrawerGroup-module_drawerLinkInsideDrawerGroup__1C7D_ DrawerLink-module_center__H-2Wf\" data-tracking-name=\"contact support\" data-nav-action=\"drawer\"><div class=\"DrawerLink-module_titleWrap__wikCm\"><div class=\"DrawerLink-module_titleInner__1_njf DrawerGroup-module_titleInnerInsideDrawerGroup__QX7-s\">Contact Support..."
},
{
"href": "/contact-sales",
"text": "Book demo",
"html": "<a href=\"/contact-sales\" tabindex=\"0\" class=\"Link-module_navLink__17BFl ActionGroup-module_navLinkInsideActionGroup__1mhrX\" data-tracking-name=\"book demo\">Book demo</a>"
},
{
"href": "/contact-sales",
"text": "Book Demo",
"html": "<a href=\"/contact-sales\" class=\"ActionButton-module_actionButton__25MzN ActionButton-module_secondary__Ml-Vz ActionButton-module_tertiaryImportance__Zkd1f\" data-tracking-name=\"book demo\"><span>Book Demo</span></a>"
},
{
"href": "https://www.airtable.com/contact-sales",
"text": "Book demo",
"html": "<a class=\"BkButton-module-scss-module__dZ-VXq__bkButton BkText-module-scss-module__klRH1W__typeShortSm BkButton-module-scss-module__dZ-VXq__stylePropsSm BkButton-module-scss-module__dZ-VXq__medium BkButton-module-scss-module__dZ-VXq__expandOnSm BkButton-module-scss-module__dZ-VXq__secondaryTheme BkButton-module-scss-module__dZ-VXq__blackBtnTheme\" href=\"https://www.airtable.com/contact-sales\" data-variant=\"secondary\" data-size=\"sm\">Book demo</a>"
},
{
"href": "/ai-plays",
"text": "Gather intel on all event invitees to help me personalize outreach.Explore AI Plays",
"html": "<a style=\"color:#0A2E0E;background-color:#C7E5F2\" class=\"index-module-scss-module__Jc2bVG__boxWrapper small-module-scss-module__qr7WHG__smallWithTextBox\" href=\"/ai-plays\"><div class=\"index-module-scss-module__o8bS3q__imageContainer index-module-scss-module__Jc2bVG__bentoBoxMainMediaWrapper\"><div style=\"padding-top:100%\"></div><span style=\"box-sizing:border-box;display:block;overflow:hidden;width:initial;height:initial;background:none;opacity:1;border:0;margin:0;padding:0;position:absolute;top..."
},
{
"href": "/contact-sales",
"text": "Book Demo",
"html": "<a class=\"primaryLink-module_navLink__3SQ_G BkLink-module_bkLink__2Rqnp\" href=\"/contact-sales\" color=\"secondary\"><p class=\"BkText-module_bkText__32U9z BkText-module_short2xs__2HumR BkText-module_size2xs__qKEML BkText-module_medium__3TG7t BkText-module_bpBaseShort2xs__2XhwO BkText-module_bpBaseSize2xs__1lsWt BkText-module_bpMdShort2xs__3jij9 BkText-module_bpMdSize2xs__flRYI BkText-module_bpLgShort2xs__2GI5p BkText-module_bpLgSize2xs__3o14g BkText-module_bpXlShort2xs__1QJnH BkText-module_bpXlSi..."
},
{
"href": "https://support.airtable.com",
"text": "Help center",
"html": "<a class=\"FooterLink-module_link__1WfDF BkLink-module_bkLink__2Rqnp\" href=\"https://support.airtable.com\" target=\"_blank\" rel=\"noopener noreferrer\" color=\"secondary\"><p class=\"BkText-module_bkText__32U9z BkText-module_short2xs__2HumR BkText-module_size2xs__qKEML BkText-module_normal__13_GB BkText-module_bpBaseShort2xs__2XhwO BkText-module_bpBaseSize2xs__1lsWt BkText-module_bpMdShort2xs__3jij9 BkText-module_bpMdSize2xs__flRYI BkText-module_bpLgShort2xs__2GI5p BkText-module_bpLgSize2xs__3o14g Bk..."
},
{
"href": "/contact-sales",
"text": "Contact sales",
"html": "<a class=\"FooterLink-module_link__1WfDF BkLink-module_bkLink__2Rqnp\" href=\"/contact-sales\" color=\"secondary\"><p class=\"BkText-module_bkText__32U9z BkText-module_short2xs__2HumR BkText-module_size2xs__qKEML BkText-module_normal__13_GB BkText-module_bpBaseShort2xs__2XhwO BkText-module_bpBaseSize2xs__1lsWt BkText-module_bpMdShort2xs__3jij9 BkText-module_bpMdSize2xs__flRYI BkText-module_bpLgShort2xs__2GI5p BkText-module_bpLgSize2xs__3o14g BkText-module_bpXlShort2xs__1QJnH BkText-module_bpXlSize2x..."
},
{
"href": "https://support.airtable.com/docs/contacting-airtable-support",
"text": "Contact support",
"html": "<a class=\"FooterLink-module_link__1WfDF BkLink-module_bkLink__2Rqnp\" href=\"https://support.airtable.com/docs/contacting-airtable-support\" target=\"_blank\" rel=\"noopener noreferrer\" color=\"secondary\"><p class=\"BkText-module_bkText__32U9z BkText-module_short2xs__2HumR BkText-module_size2xs__qKEML BkText-module_normal__13_GB BkText-module_bpBaseShort2xs__2XhwO BkText-module_bpBaseSize2xs__1lsWt BkText-module_bpMdShort2xs__3jij9 BkText-module_bpMdSize2xs__flRYI BkText-module_bpLgShort2xs__2GI5p Bk..."
}
],
"privacyLinks": [
{
"href": "/company/privacy",
"text": "Privacy",
"html": "<a class=\"BkLink-module_bkLink__2Rqnp\" href=\"/company/privacy\" color=\"secondary\"><p class=\"BkText-module_bkText__32U9z BkText-module_short3xs__qIEsW BkText-module_size3xs__1e-fj BkText-module_medium__3TG7t BkText-module_bpBaseShort3xs__1UiiA BkText-module_bpBaseSize3xs__3txZn BkText-module_bpMdShort3xs__2GKrn BkText-module_bpMdSize3xs__1ZqhP BkText-module_bpLgShort3xs__694ua BkText-module_bpLgSize3xs__3Ue8X BkText-module_bpXlShort3xs__CDnYH BkText-module_bpXlSize3xs__2z7Ae BkType-module_bkTyp..."
},
{
"href": "/company/terms-and-policies",
"text": "Terms",
"html": "<a class=\"BkLink-module_bkLink__2Rqnp\" href=\"/company/terms-and-policies\" color=\"secondary\"><p class=\"BkText-module_bkText__32U9z BkText-module_short3xs__qIEsW BkText-module_size3xs__1e-fj BkText-module_medium__3TG7t BkText-module_bpBaseShort3xs__1UiiA BkText-module_bpBaseSize3xs__3txZn BkText-module_bpMdShort3xs__2GKrn BkText-module_bpMdSize3xs__1ZqhP BkText-module_bpLgShort3xs__694ua BkText-module_bpLgSize3xs__3Ue8X BkText-module_bpXlShort3xs__CDnYH BkText-module_bpXlSize3xs__2z7Ae BkType-m..."
},
{
"href": "/company/privacy-choices",
"text": "Do Not Sell/Share My Info",
"html": "<a class=\"BkLink-module_bkLink__2Rqnp\" href=\"/company/privacy-choices\" color=\"secondary\"><p class=\"BkText-module_bkText__32U9z BkText-module_short3xs__qIEsW BkText-module_size3xs__1e-fj BkText-module_medium__3TG7t BkText-module_bpBaseShort3xs__1UiiA BkText-module_bpBaseSize3xs__3txZn BkText-module_bpMdShort3xs__2GKrn BkText-module_bpMdSize3xs__1ZqhP BkText-module_bpLgShort3xs__694ua BkText-module_bpLgSize3xs__3Ue8X BkText-module_bpXlShort3xs__CDnYH BkText-module_bpXlSize3xs__2z7Ae BkType-modu..."
},
{
"href": "https://airtable.com/privacy",
"text": "Privacy Policy",
"html": "<a href=\"https://airtable.com/privacy\">Privacy Policy</a>"
},
{
"href": "https://www.airtable.com/company/tos",
"text": "Terms of Service",
"html": "<a href=\"https://www.airtable.com/company/tos\">Terms of Service</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": "/ai-plays",
"text": "What are customers saying about our competitors and where are our biggest opportunities?Explore AI Plays",
"html": "<a style=\"color:#FA91E0;background-color:#254FAD\" class=\"index-module-scss-module__Jc2bVG__boxWrapper medium-module-scss-module__U2D9yG__mediumWithCta\" href=\"/ai-plays\"><div class=\"index-module-scss-module__o8bS3q__imageContainer index-module-scss-module__Jc2bVG__bentoBoxMainMediaWrapper\"><div style=\"padding-top:65.09146341463415%\"></div><span style=\"box-sizing:border-box;display:block;overflow:hidden;width:initial;height:initial;background:none;opacity:1;border:0;margin:0;padding:0;position:..."
},
{
"href": "https://linkedin.com/company/airtable",
"text": "Linkedin",
"html": "<a class=\"socialIcons-module_navLink__LJ2e8 BkLink-module_bkLink__2Rqnp BkLink-module_prependedIcon__10Bl-\" href=\"https://linkedin.com/company/airtable\" target=\"_blank\" rel=\"noopener noreferrer\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"17\" fill=\"none\"><rect width=\"16\" height=\"16\" y=\"0.296\" fill=\"#fff\" rx=\"4\"/><path fill=\"#9297A0\" d=\"M13.633 13.929h-2.37v-3.713c0-.885-.016-2.025-1.234-2.025-1.234 0-1.423.965-1.423 1.96v3.778H6.235V6.294H8.51v1.043h.032a2.5 2.5 0 0 1 2.245-1.2..."
},
{
"href": "/about",
"text": "About",
"html": "<a class=\"FooterLink-module_link__1WfDF BkLink-module_bkLink__2Rqnp\" href=\"/about\" color=\"secondary\"><p class=\"BkText-module_bkText__32U9z BkText-module_short2xs__2HumR BkText-module_size2xs__qKEML BkText-module_normal__13_GB BkText-module_bpBaseShort2xs__2XhwO BkText-module_bpBaseSize2xs__1lsWt BkText-module_bpMdShort2xs__3jij9 BkText-module_bpMdSize2xs__flRYI BkText-module_bpLgShort2xs__2GI5p BkText-module_bpLgSize2xs__3o14g BkText-module_bpXlShort2xs__1QJnH BkText-module_bpXlSize2xs__23Rnk..."
},
{
"href": "/company/trust-and-security",
"text": "Security",
"html": "<a class=\"BkLink-module_bkLink__2Rqnp\" href=\"/company/trust-and-security\" color=\"secondary\"><p class=\"BkText-module_bkText__32U9z BkText-module_short3xs__qIEsW BkText-module_size3xs__1e-fj BkText-module_medium__3TG7t BkText-module_bpBaseShort3xs__1UiiA BkText-module_bpBaseSize3xs__3txZn BkText-module_bpMdShort3xs__2GKrn BkText-module_bpMdSize3xs__1ZqhP BkText-module_bpLgShort3xs__694ua BkText-module_bpLgSize3xs__3Ue8X BkText-module_bpXlShort3xs__CDnYH BkText-module_bpXlSize3xs__2z7Ae BkType-m..."
},
{
"href": "/company/privacy",
"text": "Privacy",
"html": "<a class=\"BkLink-module_bkLink__2Rqnp\" href=\"/company/privacy\" color=\"secondary\"><p class=\"BkText-module_bkText__32U9z BkText-module_short3xs__qIEsW BkText-module_size3xs__1e-fj BkText-module_medium__3TG7t BkText-module_bpBaseShort3xs__1UiiA BkText-module_bpBaseSize3xs__3txZn BkText-module_bpMdShort3xs__2GKrn BkText-module_bpMdSize3xs__1ZqhP BkText-module_bpLgShort3xs__694ua BkText-module_bpLgSize3xs__3Ue8X BkText-module_bpXlShort3xs__CDnYH BkText-module_bpXlSize3xs__2z7Ae BkType-module_bkTyp..."
},
{
"href": "/company/terms-and-policies",
"text": "Terms",
"html": "<a class=\"BkLink-module_bkLink__2Rqnp\" href=\"/company/terms-and-policies\" color=\"secondary\"><p class=\"BkText-module_bkText__32U9z BkText-module_short3xs__qIEsW BkText-module_size3xs__1e-fj BkText-module_medium__3TG7t BkText-module_bpBaseShort3xs__1UiiA BkText-module_bpBaseSize3xs__3txZn BkText-module_bpMdShort3xs__2GKrn BkText-module_bpMdSize3xs__1ZqhP BkText-module_bpLgShort3xs__694ua BkText-module_bpLgSize3xs__3Ue8X BkText-module_bpXlShort3xs__CDnYH BkText-module_bpXlSize3xs__2z7Ae BkType-m..."
},
{
"href": "/company/privacy-choices",
"text": "Do Not Sell/Share My Info",
"html": "<a class=\"BkLink-module_bkLink__2Rqnp\" href=\"/company/privacy-choices\" color=\"secondary\"><p class=\"BkText-module_bkText__32U9z BkText-module_short3xs__qIEsW BkText-module_size3xs__1e-fj BkText-module_medium__3TG7t BkText-module_bpBaseShort3xs__1UiiA BkText-module_bpBaseSize3xs__3txZn BkText-module_bpMdShort3xs__2GKrn BkText-module_bpMdSize3xs__1ZqhP BkText-module_bpLgShort3xs__694ua BkText-module_bpLgSize3xs__3Ue8X BkText-module_bpXlShort3xs__CDnYH BkText-module_bpXlSize3xs__2z7Ae BkType-modu..."
},
{
"href": "/company/accessibility",
"text": "Accessibility",
"html": "<a class=\"BkLink-module_bkLink__2Rqnp\" href=\"/company/accessibility\" color=\"secondary\"><p class=\"BkText-module_bkText__32U9z BkText-module_short3xs__qIEsW BkText-module_size3xs__1e-fj BkText-module_medium__3TG7t BkText-module_bpBaseShort3xs__1UiiA BkText-module_bpBaseSize3xs__3txZn BkText-module_bpMdShort3xs__2GKrn BkText-module_bpMdSize3xs__1ZqhP BkText-module_bpLgShort3xs__694ua BkText-module_bpLgSize3xs__3Ue8X BkText-module_bpXlShort3xs__CDnYH BkText-module_bpXlSize3xs__2z7Ae BkType-module..."
},
{
"href": "https://www.airtable.com/company/cookie-policy",
"text": "Cookie Policy",
"html": "<a href=\"https://www.airtable.com/company/cookie-policy\">Cookie Policy</a>"
},
{
"href": "https://www.airtable.com/company/cookie-policy",
"text": "Cookie Policy",
"html": "<a href=\"https://www.airtable.com/company/cookie-policy\">Cookie Policy</a>"
},
{
"href": "https://www.airtable.com/company/tos",
"text": "Terms of Service",
"html": "<a href=\"https://www.airtable.com/company/tos\">Terms of Service</a>"
}
],
"contactLinks": [
{
"href": "https://support.airtable.com/",
"text": "Help center",
"html": "<a target=\"_blank\" href=\"https://support.airtable.com/\" tabindex=\"0\" class=\"DrawerLink-module_drawerLinkWrap__30FY8 PromoCard-module_drawerLinkInsidePromoCard__3kc2V DrawerGroup-module_drawerLinkInsideDrawerGroup__1C7D_ DrawerLink-module_center__H-2Wf\" data-tracking-name=\"supoprt\" data-nav-action=\"drawer\"><div class=\"DrawerLink-module_titleWrap__wikCm\"><div class=\"DrawerLink-module_titleInner__1_njf DrawerGroup-module_titleInnerInsideDrawerGroup__QX7-s\">Help center</div></div></a>"
},
{
"href": "https://support.airtable.com/docs/contacting-airtable-support",
"text": "Contact Support",
"html": "<a href=\"https://support.airtable.com/docs/contacting-airtable-support\" tabindex=\"0\" class=\"DrawerLink-module_drawerLinkWrap__30FY8 PromoCard-module_drawerLinkInsidePromoCard__3kc2V DrawerGroup-module_drawerLinkInsideDrawerGroup__1C7D_ DrawerLink-module_center__H-2Wf\" data-tracking-name=\"contact support\" data-nav-action=\"drawer\"><div class=\"DrawerLink-module_titleWrap__wikCm\"><div class=\"DrawerLink-module_titleInner__1_njf DrawerGroup-module_titleInnerInsideDrawerGroup__QX7-s\">Contact Support..."
},
{
"href": "/contact-sales",
"text": "Book demo",
"html": "<a href=\"/contact-sales\" tabindex=\"0\" class=\"Link-module_navLink__17BFl ActionGroup-module_navLinkInsideActionGroup__1mhrX\" data-tracking-name=\"book demo\">Book demo</a>"
},
{
"href": "/contact-sales",
"text": "Book Demo",
"html": "<a href=\"/contact-sales\" class=\"ActionButton-module_actionButton__25MzN ActionButton-module_secondary__Ml-Vz ActionButton-module_tertiaryImportance__Zkd1f\" data-tracking-name=\"book demo\"><span>Book Demo</span></a>"
},
{
"href": "https://www.airtable.com/contact-sales",
"text": "Book demo",
"html": "<a class=\"BkButton-module-scss-module__dZ-VXq__bkButton BkText-module-scss-module__klRH1W__typeShortSm BkButton-module-scss-module__dZ-VXq__stylePropsSm BkButton-module-scss-module__dZ-VXq__medium BkButton-module-scss-module__dZ-VXq__expandOnSm BkButton-module-scss-module__dZ-VXq__secondaryTheme BkButton-module-scss-module__dZ-VXq__blackBtnTheme\" href=\"https://www.airtable.com/contact-sales\" data-variant=\"secondary\" data-size=\"sm\">Book demo</a>"
},
{
"href": "/ai-plays",
"text": "Gather intel on all event invitees to help me personalize outreach.Explore AI Plays",
"html": "<a style=\"color:#0A2E0E;background-color:#C7E5F2\" class=\"index-module-scss-module__Jc2bVG__boxWrapper small-module-scss-module__qr7WHG__smallWithTextBox\" href=\"/ai-plays\"><div class=\"index-module-scss-module__o8bS3q__imageContainer index-module-scss-module__Jc2bVG__bentoBoxMainMediaWrapper\"><div style=\"padding-top:100%\"></div><span style=\"box-sizing:border-box;display:block;overflow:hidden;width:initial;height:initial;background:none;opacity:1;border:0;margin:0;padding:0;position:absolute;top..."
},
{
"href": "/contact-sales",
"text": "Book Demo",
"html": "<a class=\"primaryLink-module_navLink__3SQ_G BkLink-module_bkLink__2Rqnp\" href=\"/contact-sales\" color=\"secondary\"><p class=\"BkText-module_bkText__32U9z BkText-module_short2xs__2HumR BkText-module_size2xs__qKEML BkText-module_medium__3TG7t BkText-module_bpBaseShort2xs__2XhwO BkText-module_bpBaseSize2xs__1lsWt BkText-module_bpMdShort2xs__3jij9 BkText-module_bpMdSize2xs__flRYI BkText-module_bpLgShort2xs__2GI5p BkText-module_bpLgSize2xs__3o14g BkText-module_bpXlShort2xs__1QJnH BkText-module_bpXlSi..."
},
{
"href": "https://support.airtable.com",
"text": "Help center",
"html": "<a class=\"FooterLink-module_link__1WfDF BkLink-module_bkLink__2Rqnp\" href=\"https://support.airtable.com\" target=\"_blank\" rel=\"noopener noreferrer\" color=\"secondary\"><p class=\"BkText-module_bkText__32U9z BkText-module_short2xs__2HumR BkText-module_size2xs__qKEML BkText-module_normal__13_GB BkText-module_bpBaseShort2xs__2XhwO BkText-module_bpBaseSize2xs__1lsWt BkText-module_bpMdShort2xs__3jij9 BkText-module_bpMdSize2xs__flRYI BkText-module_bpLgShort2xs__2GI5p BkText-module_bpLgSize2xs__3o14g Bk..."
},
{
"href": "/contact-sales",
"text": "Contact sales",
"html": "<a class=\"FooterLink-module_link__1WfDF BkLink-module_bkLink__2Rqnp\" href=\"/contact-sales\" color=\"secondary\"><p class=\"BkText-module_bkText__32U9z BkText-module_short2xs__2HumR BkText-module_size2xs__qKEML BkText-module_normal__13_GB BkText-module_bpBaseShort2xs__2XhwO BkText-module_bpBaseSize2xs__1lsWt BkText-module_bpMdShort2xs__3jij9 BkText-module_bpMdSize2xs__flRYI BkText-module_bpLgShort2xs__2GI5p BkText-module_bpLgSize2xs__3o14g BkText-module_bpXlShort2xs__1QJnH BkText-module_bpXlSize2x..."
},
{
"href": "https://support.airtable.com/docs/contacting-airtable-support",
"text": "Contact support",
"html": "<a class=\"FooterLink-module_link__1WfDF BkLink-module_bkLink__2Rqnp\" href=\"https://support.airtable.com/docs/contacting-airtable-support\" target=\"_blank\" rel=\"noopener noreferrer\" color=\"secondary\"><p class=\"BkText-module_bkText__32U9z BkText-module_short2xs__2HumR BkText-module_size2xs__qKEML BkText-module_normal__13_GB BkText-module_bpBaseShort2xs__2XhwO BkText-module_bpBaseSize2xs__1lsWt BkText-module_bpMdShort2xs__3jij9 BkText-module_bpMdSize2xs__flRYI BkText-module_bpLgShort2xs__2GI5p Bk..."
}
],
"privacyLinks": [
{
"href": "/company/privacy",
"text": "Privacy",
"html": "<a class=\"BkLink-module_bkLink__2Rqnp\" href=\"/company/privacy\" color=\"secondary\"><p class=\"BkText-module_bkText__32U9z BkText-module_short3xs__qIEsW BkText-module_size3xs__1e-fj BkText-module_medium__3TG7t BkText-module_bpBaseShort3xs__1UiiA BkText-module_bpBaseSize3xs__3txZn BkText-module_bpMdShort3xs__2GKrn BkText-module_bpMdSize3xs__1ZqhP BkText-module_bpLgShort3xs__694ua BkText-module_bpLgSize3xs__3Ue8X BkText-module_bpXlShort3xs__CDnYH BkText-module_bpXlSize3xs__2z7Ae BkType-module_bkTyp..."
},
{
"href": "/company/terms-and-policies",
"text": "Terms",
"html": "<a class=\"BkLink-module_bkLink__2Rqnp\" href=\"/company/terms-and-policies\" color=\"secondary\"><p class=\"BkText-module_bkText__32U9z BkText-module_short3xs__qIEsW BkText-module_size3xs__1e-fj BkText-module_medium__3TG7t BkText-module_bpBaseShort3xs__1UiiA BkText-module_bpBaseSize3xs__3txZn BkText-module_bpMdShort3xs__2GKrn BkText-module_bpMdSize3xs__1ZqhP BkText-module_bpLgShort3xs__694ua BkText-module_bpLgSize3xs__3Ue8X BkText-module_bpXlShort3xs__CDnYH BkText-module_bpXlSize3xs__2z7Ae BkType-m..."
},
{
"href": "/company/privacy-choices",
"text": "Do Not Sell/Share My Info",
"html": "<a class=\"BkLink-module_bkLink__2Rqnp\" href=\"/company/privacy-choices\" color=\"secondary\"><p class=\"BkText-module_bkText__32U9z BkText-module_short3xs__qIEsW BkText-module_size3xs__1e-fj BkText-module_medium__3TG7t BkText-module_bpBaseShort3xs__1UiiA BkText-module_bpBaseSize3xs__3txZn BkText-module_bpMdShort3xs__2GKrn BkText-module_bpMdSize3xs__1ZqhP BkText-module_bpLgShort3xs__694ua BkText-module_bpLgSize3xs__3Ue8X BkText-module_bpXlShort3xs__CDnYH BkText-module_bpXlSize3xs__2z7Ae BkType-modu..."
},
{
"href": "https://airtable.com/privacy",
"text": "Privacy Policy",
"html": "<a href=\"https://airtable.com/privacy\">Privacy Policy</a>"
},
{
"href": "https://www.airtable.com/company/tos",
"text": "Terms of Service",
"html": "<a href=\"https://www.airtable.com/company/tos\">Terms of Service</a>"
}
],
"score": 40,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 72/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 72/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: build, enterprise, ready, workflows, apps, agents, all, teams, their, connected, one, workspace.
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
72/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 72/100 and needs improvement.
Evidence
{
"title": "Airtable: Build Enterprise-ready AI Workflows, Apps & Agents - Airtable",
"h1": "All your teams, all their workflows—connected in one workspace",
"description": "500,000+ brands use Airtable to enable real-time collaboration, automate repetitive tasks & manual work, and streamline business processes in minutes. Join them.",
"topicOverlap": 0.07692307692307693,
"topicTerms": [
"airtable",
"build",
"enterprise",
"ready",
"workflows",
"apps",
"agents",
"all",
"teams",
"their",
"connected",
"one",
"workspace"
],
"descriptionTerms": [
"500",
"000",
"brands",
"airtable",
"enable",
"real",
"time",
"collaboration",
"automate",
"repetitive",
"tasks",
"manual",
"work",
"streamline",
"business",
"processes",
"minutes",
"join",
"them"
],
"missingFromDescription": [
"build",
"enterprise",
"ready",
"workflows",
"apps",
"agents",
"all",
"teams",
"their",
"connected",
"one",
"workspace"
],
"score": 72,
"weight": 28
}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
8 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": 8,
"passing": 0,
"failing": [
{
"heading": "Trusted by 500,000 leading teams",
"headingHtml": "<h2 class=\"BkText-module-scss-module__klRH1W__typeShort2xs BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__strong LogosBarSection-module-scss-module__SlCHcG__heading\">Trusted by 500,000 leading teams</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Sophisticated workflows in minutes, not months",
"headingHtml": "<h2 class=\"BkText-module-scss-module__klRH1W__typeShortLg BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__strong CoreHeadingCtaLeft-module-scss-module__F97doW__headline CoreHeadingCtaLeft-module-scss-module__F97doW__thinHeadline CoreHeadingCtaLeft-module-scss-module__F97doW__headlineCompact\">Sophisticated workflows in minutes, not months</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Production apps at prototype speed",
"headingHtml": "<h3 class=\"BkText-module-scss-module__klRH1W__typeShortSmMd BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__normal index-module-scss-module__iCjpvq__headline TextMediaCard-module-scss-module__bsq93q__headline\"><p style=\"color:#FFFFFF\">Production apps at prototype speed</p></h3>",
"firstParagraph": "Production apps at prototype speed",
"paragraphHtml": "<p style=\"color:#FFFFFF\">Production apps at prototype speed</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "Don’t just ask AI. Deploy it.",
"headingHtml": "<h2 class=\"BkText-module-scss-module__klRH1W__typeShortMl BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__normal index-module-scss-module__wWuT5q__headline TextMediaCard-module-scss-module__bsq93q__headline\"><p style=\"color:#181D26\">Don’t just ask AI. Deploy it.</p></h2>",
"firstParagraph": "Don’t just ask AI. Deploy it.",
"paragraphHtml": "<p style=\"color:#181D26\">Don’t just ask AI. Deploy it.</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Say hello to Omni",
"headingHtml": "<h2 class=\"BkText-module-scss-module__klRH1W__typeShortMl BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__normal TextMediaCard-module-scss-module__bsq93q__headline\"><span style=\"color:#254FAD\">Say hello to Omni</span></h2>",
"firstParagraph": "Use it to build any enterprise-grade applications with your data. The possibilities are endless.",
"paragraphHtml": "<p style=\"color:#254FAD\">Use it to build any enterprise-grade applications with your data. The possibilities are endless.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "The power of AI with the industrial-grade platform your business demands",
"headingHtml": "<h2 class=\"BkText-module-scss-module__klRH1W__typeShortMl BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__normal ListCard-module-scss-module__v7gNBa__heading TextMediaCard-module-scss-module__bsq93q__headline\"><p style=\"color:#214224\">The power of AI with the industrial-grade platform your business demands</p></h2>",
"firstParagraph": "The power of AI with the industrial-grade platform your business demands",
"paragraphHtml": "<p style=\"color:#214224\">The power of AI with the industrial-grade platform your business demands</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "The path to 10x every person in your organization",
"headingHtml": "<h2 class=\"BkText-module-scss-module__klRH1W__typeShortLg BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__normal CoreHeadingCtaRight-module-scss-module__TN8_SG__headline\">The path to 10x every person in your organization</h2>",
"firstParagraph": "Use cases and templates to activate AI in your workflows",
"paragraphHtml": "<p class=\"BkText-module-scss-module__klRH1W__typeShortSmMd BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__normal BkType-module-scss-module__jCKeqG__bkType CoreHeadingCtaRight-module-scss-module__TN8_SG__subheader\">Use cases and templates to activate AI in your workflows</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Start building with Airtable Teams at over 500,000 forward-thinking organizations use Airtable every day. Join them.",
"headingHtml": "<h2 class=\"BkText-module-scss-module__klRH1W__typeShortMl BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__normal CTASectionHeadline-module-scss-module__MP8oWa__heading CTASectionHeadline-module-scss-module__MP8oWa__headingDesignV2 default\">Start building with Airtable<p class=\"CTASectionHeadline-module-scss-module__MP8oWa__highlightedText\"> Teams at over 500,000 forward-thinking organizations use Airtable every day. Join them.</p></h2>",
"firstParagraph": "Teams at over 500,000 forward-thinking organizations use Airtable every day. Join them.",
"paragraphHtml": "<p class=\"CTASectionHeadline-module-scss-module__MP8oWa__highlightedText\"> Teams at over 500,000 forward-thinking organizations use Airtable every day. Join them.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
Needs attention
AEO: Question-led structure
Issue
No question-led h2 sections or FAQ pattern was detected.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Question-led structure
Score
50/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Question-led structure scored 50/100 and needs improvement.
Evidence
{
"h2Count": 7,
"questionH2s": [],
"hasFaq": false,
"score": 50,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
No substantial explanatory paragraphs were found.
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": 1,
"citablePassages": 0,
"failingCandidateParagraphs": [],
"citableParagraphs": [],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
Needs attention
AIO: Answer block readiness
Issue
8 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": 8,
"passing": 0,
"failing": [
{
"heading": "Trusted by 500,000 leading teams",
"headingHtml": "<h2 class=\"BkText-module-scss-module__klRH1W__typeShort2xs BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__strong LogosBarSection-module-scss-module__SlCHcG__heading\">Trusted by 500,000 leading teams</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Sophisticated workflows in minutes, not months",
"headingHtml": "<h2 class=\"BkText-module-scss-module__klRH1W__typeShortLg BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__strong CoreHeadingCtaLeft-module-scss-module__F97doW__headline CoreHeadingCtaLeft-module-scss-module__F97doW__thinHeadline CoreHeadingCtaLeft-module-scss-module__F97doW__headlineCompact\">Sophisticated workflows in minutes, not months</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Production apps at prototype speed",
"headingHtml": "<h3 class=\"BkText-module-scss-module__klRH1W__typeShortSmMd BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__normal index-module-scss-module__iCjpvq__headline TextMediaCard-module-scss-module__bsq93q__headline\"><p style=\"color:#FFFFFF\">Production apps at prototype speed</p></h3>",
"firstParagraph": "Production apps at prototype speed",
"paragraphHtml": "<p style=\"color:#FFFFFF\">Production apps at prototype speed</p>",
"words": 5,
"direct": false,
"issue": "First paragraph is 5 words and does not look like a concise direct answer."
},
{
"heading": "Don’t just ask AI. Deploy it.",
"headingHtml": "<h2 class=\"BkText-module-scss-module__klRH1W__typeShortMl BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__normal index-module-scss-module__wWuT5q__headline TextMediaCard-module-scss-module__bsq93q__headline\"><p style=\"color:#181D26\">Don’t just ask AI. Deploy it.</p></h2>",
"firstParagraph": "Don’t just ask AI. Deploy it.",
"paragraphHtml": "<p style=\"color:#181D26\">Don’t just ask AI. Deploy it.</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Say hello to Omni",
"headingHtml": "<h2 class=\"BkText-module-scss-module__klRH1W__typeShortMl BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__normal TextMediaCard-module-scss-module__bsq93q__headline\"><span style=\"color:#254FAD\">Say hello to Omni</span></h2>",
"firstParagraph": "Use it to build any enterprise-grade applications with your data. The possibilities are endless.",
"paragraphHtml": "<p style=\"color:#254FAD\">Use it to build any enterprise-grade applications with your data. The possibilities are endless.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "The power of AI with the industrial-grade platform your business demands",
"headingHtml": "<h2 class=\"BkText-module-scss-module__klRH1W__typeShortMl BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__normal ListCard-module-scss-module__v7gNBa__heading TextMediaCard-module-scss-module__bsq93q__headline\"><p style=\"color:#214224\">The power of AI with the industrial-grade platform your business demands</p></h2>",
"firstParagraph": "The power of AI with the industrial-grade platform your business demands",
"paragraphHtml": "<p style=\"color:#214224\">The power of AI with the industrial-grade platform your business demands</p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "The path to 10x every person in your organization",
"headingHtml": "<h2 class=\"BkText-module-scss-module__klRH1W__typeShortLg BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__normal CoreHeadingCtaRight-module-scss-module__TN8_SG__headline\">The path to 10x every person in your organization</h2>",
"firstParagraph": "Use cases and templates to activate AI in your workflows",
"paragraphHtml": "<p class=\"BkText-module-scss-module__klRH1W__typeShortSmMd BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__normal BkType-module-scss-module__jCKeqG__bkType CoreHeadingCtaRight-module-scss-module__TN8_SG__subheader\">Use cases and templates to activate AI in your workflows</p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "Start building with Airtable Teams at over 500,000 forward-thinking organizations use Airtable every day. Join them.",
"headingHtml": "<h2 class=\"BkText-module-scss-module__klRH1W__typeShortMl BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__normal CTASectionHeadline-module-scss-module__MP8oWa__heading CTASectionHeadline-module-scss-module__MP8oWa__headingDesignV2 default\">Start building with Airtable<p class=\"CTASectionHeadline-module-scss-module__MP8oWa__highlightedText\"> Teams at over 500,000 forward-thinking organizations use Airtable every day. Join them.</p></h2>",
"firstParagraph": "Teams at over 500,000 forward-thinking organizations use Airtable every day. Join them.",
"paragraphHtml": "<p class=\"CTASectionHeadline-module-scss-module__MP8oWa__highlightedText\"> Teams at over 500,000 forward-thinking organizations use Airtable every day. Join them.</p>",
"words": 13,
"direct": false,
"issue": "First paragraph is 13 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 75/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 75/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
50 image(s) are missing width/height attributes. 1 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
75/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 75/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width",
"visibleWords": 1273,
"htmlBytes": 594341,
"imagesMissingDimensions": [
{
"src": "https://www.airtable.com/_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F2zNwqVB7ajnd4otJcxHmKY.svg&w=3840&q=75",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-openai-2026\" decoding=\"async\" data-nimg=\"fill\" class=\"optanon-category-C0002-C0003-C0004 \" sizes=\"100vw\" srcset=\"/_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F2zNwqVB7ajnd4otJcxHmKY.svg&w=320&q=75 320w, /_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F2zNwqVB7ajnd4otJcxHmKY.svg&w=480&q=75 480w, /_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F2zNwqVB7ajnd4otJcxHmKY.svg&w=640&q=75 640w, /_next/image?url=https%3..."
},
{
"src": "https://www.airtable.com/_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F1ja04gDYYprkpej8U0NijA.svg&w=3840&q=75",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-anthropic-2026\" decoding=\"async\" data-nimg=\"fill\" class=\"optanon-category-C0002-C0003-C0004 \" sizes=\"100vw\" srcset=\"/_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F1ja04gDYYprkpej8U0NijA.svg&w=320&q=75 320w, /_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F1ja04gDYYprkpej8U0NijA.svg&w=480&q=75 480w, /_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F1ja04gDYYprkpej8U0NijA.svg&w=640&q=75 640w, /_next/image?url=http..."
},
{
"src": "https://www.airtable.com/_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F79RYhEBWchtgeJJuwmR8u8.svg&w=3840&q=75",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-harvey-2026\" decoding=\"async\" data-nimg=\"fill\" class=\"optanon-category-C0002-C0003-C0004 \" sizes=\"100vw\" srcset=\"/_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F79RYhEBWchtgeJJuwmR8u8.svg&w=320&q=75 320w, /_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F79RYhEBWchtgeJJuwmR8u8.svg&w=480&q=75 480w, /_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F79RYhEBWchtgeJJuwmR8u8.svg&w=640&q=75 640w, /_next/image?url=https%3..."
},
{
"src": "https://www.airtable.com/_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F6XmIN6qxKF2IMRQbr3buhe.webp%3Ffm%3Dwebp&w=3840&q=75",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-mercor-2026\" decoding=\"async\" data-nimg=\"fill\" class=\"optanon-category-C0002-C0003-C0004 \" sizes=\"100vw\" srcset=\"/_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F6XmIN6qxKF2IMRQbr3buhe.webp%3Ffm%3Dwebp&w=320&q=75 320w, /_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F6XmIN6qxKF2IMRQbr3buhe.webp%3Ffm%3Dwebp&w=480&q=75 480w, /_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F6XmIN6qxKF2IMRQbr3buhe.webp%3Ffm%3Dwebp&w=640&..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F62BToOpyuXAE9HOk8e2CZk.svg&w=3840&q=75",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-scale-2026\" decoding=\"async\" data-nimg=\"fill\" class=\"optanon-category-C0002-C0003-C0004 \" src=\"/_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F62BToOpyuXAE9HOk8e2CZk.svg&w=3840&q=75\" style=\"position: absolute; inset: 0px; box-sizing: border-box; padding: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; margin: auto; display: block; width: 0px; height: 0px; min-width: 100%; max-width: 100%; min-height: 100%;..."
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-amazon-2026\" decoding=\"async\" data-nimg=\"fill\" class src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" style=\"position: absolute; inset: 0px; box-sizing: border-box; padding: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; margin: auto; display: block; width: 0px; height: 0px; min-width: 100%; max-width: 100%; min-height: 100%; max-height: 100%; object-fit: contain;\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-walmart-2026\" decoding=\"async\" data-nimg=\"fill\" class src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" style=\"position: absolute; inset: 0px; box-sizing: border-box; padding: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; margin: auto; display: block; width: 0px; height: 0px; min-width: 100%; max-width: 100%; min-height: 100%; max-height: 100%; object-fit: contain;\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-netflix-2026\" decoding=\"async\" data-nimg=\"fill\" class src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" style=\"position: absolute; inset: 0px; box-sizing: border-box; padding: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; margin: auto; display: block; width: 0px; height: 0px; min-width: 100%; max-width: 100%; min-height: 100%; max-height: 100%; object-fit: contain;\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-johnsonjohnson-2026\" decoding=\"async\" data-nimg=\"fill\" class src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" style=\"position: absolute; inset: 0px; box-sizing: border-box; padding: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; margin: auto; display: block; width: 0px; height: 0px; min-width: 100%; max-width: 100%; min-height: 100%; max-height: 100%; object-fit: contain;\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-airbnb-2026\" decoding=\"async\" data-nimg=\"fill\" class src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" style=\"position: absolute; inset: 0px; box-sizing: border-box; padding: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; margin: auto; display: block; width: 0px; height: 0px; min-width: 100%; max-width: 100%; min-height: 100%; max-height: 100%; object-fit: contain;\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-americanexpress-2026\" decoding=\"async\" data-nimg=\"fill\" class src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" style=\"position: absolute; inset: 0px; box-sizing: border-box; padding: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; margin: auto; display: block; width: 0px; height: 0px; min-width: 100%; max-width: 100%; min-height: 100%; max-height: 100%; object-fit: contain;\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-hbo-2026\" decoding=\"async\" data-nimg=\"fill\" class src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" style=\"position: absolute; inset: 0px; box-sizing: border-box; padding: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; margin: auto; display: block; width: 0px; height: 0px; min-width: 100%; max-width: 100%; min-height: 100%; max-height: 100%; object-fit: contain;\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-google-2026\" decoding=\"async\" data-nimg=\"fill\" class src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" style=\"position: absolute; inset: 0px; box-sizing: border-box; padding: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; margin: auto; display: block; width: 0px; height: 0px; min-width: 100%; max-width: 100%; min-height: 100%; max-height: 100%; object-fit: contain;\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-hilton-2026\" decoding=\"async\" data-nimg=\"fill\" class src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" style=\"position: absolute; inset: 0px; box-sizing: border-box; padding: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; margin: auto; display: block; width: 0px; height: 0px; min-width: 100%; max-width: 100%; min-height: 100%; max-height: 100%; object-fit: contain;\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-newyorktimes-2026\" decoding=\"async\" data-nimg=\"fill\" class src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" style=\"position: absolute; inset: 0px; box-sizing: border-box; padding: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; margin: auto; display: block; width: 0px; height: 0px; min-width: 100%; max-width: 100%; min-height: 100%; max-height: 100%; object-fit: contain;\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-williams-sonoma-2026\" decoding=\"async\" data-nimg=\"fill\" class src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" style=\"position: absolute; inset: 0px; box-sizing: border-box; padding: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; margin: auto; display: block; width: 0px; height: 0px; min-width: 100%; max-width: 100%; min-height: 100%; max-height: 100%; object-fit: contain;\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-ford-2026\" decoding=\"async\" data-nimg=\"fill\" class src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" style=\"position: absolute; inset: 0px; box-sizing: border-box; padding: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; margin: auto; display: block; width: 0px; height: 0px; min-width: 100%; max-width: 100%; min-height: 100%; max-height: 100%; object-fit: contain;\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-cococola-2026\" decoding=\"async\" data-nimg=\"fill\" class src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" style=\"position: absolute; inset: 0px; box-sizing: border-box; padding: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; margin: auto; display: block; width: 0px; height: 0px; min-width: 100%; max-width: 100%; min-height: 100%; max-height: 100%; object-fit: contain;\">"
},
{
"src": "/_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F2zNwqVB7ajnd4otJcxHmKY.svg&w=3840&q=75",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-openai-2026\" decoding=\"async\" data-nimg=\"fill\" class=\"optanon-category-C0002-C0003-C0004 \" src=\"/_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F2zNwqVB7ajnd4otJcxHmKY.svg&w=3840&q=75\" sizes=\"100vw\" srcset=\"/_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F2zNwqVB7ajnd4otJcxHmKY.svg&w=320&q=75 320w, /_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F2zNwqVB7ajnd4otJcxHmKY.svg&w=480&q=75 480w, /_next/image?url=https%..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F1ja04gDYYprkpej8U0NijA.svg&w=3840&q=75",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-anthropic-2026\" decoding=\"async\" data-nimg=\"fill\" class=\"optanon-category-C0002-C0003-C0004 \" src=\"/_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F1ja04gDYYprkpej8U0NijA.svg&w=3840&q=75\" sizes=\"100vw\" srcset=\"/_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F1ja04gDYYprkpej8U0NijA.svg&w=320&q=75 320w, /_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F1ja04gDYYprkpej8U0NijA.svg&w=480&q=75 480w, /_next/image?url=htt..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F79RYhEBWchtgeJJuwmR8u8.svg&w=3840&q=75",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-harvey-2026\" decoding=\"async\" data-nimg=\"fill\" class=\"optanon-category-C0002-C0003-C0004 \" src=\"/_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F79RYhEBWchtgeJJuwmR8u8.svg&w=3840&q=75\" sizes=\"100vw\" srcset=\"/_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F79RYhEBWchtgeJJuwmR8u8.svg&w=320&q=75 320w, /_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F79RYhEBWchtgeJJuwmR8u8.svg&w=480&q=75 480w, /_next/image?url=https%..."
},
{
"src": "/_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F6XmIN6qxKF2IMRQbr3buhe.webp%3Ffm%3Dwebp&w=3840&q=75",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-mercor-2026\" decoding=\"async\" data-nimg=\"fill\" class=\"optanon-category-C0002-C0003-C0004 \" src=\"/_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F6XmIN6qxKF2IMRQbr3buhe.webp%3Ffm%3Dwebp&w=3840&q=75\" sizes=\"100vw\" srcset=\"/_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F6XmIN6qxKF2IMRQbr3buhe.webp%3Ffm%3Dwebp&w=320&q=75 320w, /_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F6XmIN6qxKF2IMRQbr3buhe.webp%3Ffm%3Dwebp&w=480..."
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-scale-2026\" decoding=\"async\" data-nimg=\"fill\" class src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" style=\"position: absolute; inset: 0px; box-sizing: border-box; padding: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; margin: auto; display: block; width: 0px; height: 0px; min-width: 100%; max-width: 100%; min-height: 100%; max-height: 100%; object-fit: contain;\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-amazon-2026\" decoding=\"async\" data-nimg=\"fill\" class src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" style=\"position: absolute; inset: 0px; box-sizing: border-box; padding: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; margin: auto; display: block; width: 0px; height: 0px; min-width: 100%; max-width: 100%; min-height: 100%; max-height: 100%; object-fit: contain;\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-walmart-2026\" decoding=\"async\" data-nimg=\"fill\" class src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" style=\"position: absolute; inset: 0px; box-sizing: border-box; padding: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; margin: auto; display: block; width: 0px; height: 0px; min-width: 100%; max-width: 100%; min-height: 100%; max-height: 100%; object-fit: contain;\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-netflix-2026\" decoding=\"async\" data-nimg=\"fill\" class src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" style=\"position: absolute; inset: 0px; box-sizing: border-box; padding: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; margin: auto; display: block; width: 0px; height: 0px; min-width: 100%; max-width: 100%; min-height: 100%; max-height: 100%; object-fit: contain;\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-johnsonjohnson-2026\" decoding=\"async\" data-nimg=\"fill\" class src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" style=\"position: absolute; inset: 0px; box-sizing: border-box; padding: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; margin: auto; display: block; width: 0px; height: 0px; min-width: 100%; max-width: 100%; min-height: 100%; max-height: 100%; object-fit: contain;\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-airbnb-2026\" decoding=\"async\" data-nimg=\"fill\" class src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" style=\"position: absolute; inset: 0px; box-sizing: border-box; padding: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; margin: auto; display: block; width: 0px; height: 0px; min-width: 100%; max-width: 100%; min-height: 100%; max-height: 100%; object-fit: contain;\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-americanexpress-2026\" decoding=\"async\" data-nimg=\"fill\" class src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" style=\"position: absolute; inset: 0px; box-sizing: border-box; padding: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; margin: auto; display: block; width: 0px; height: 0px; min-width: 100%; max-width: 100%; min-height: 100%; max-height: 100%; object-fit: contain;\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-hbo-2026\" decoding=\"async\" data-nimg=\"fill\" class src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" style=\"position: absolute; inset: 0px; box-sizing: border-box; padding: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; margin: auto; display: block; width: 0px; height: 0px; min-width: 100%; max-width: 100%; min-height: 100%; max-height: 100%; object-fit: contain;\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-google-2026\" decoding=\"async\" data-nimg=\"fill\" class src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" style=\"position: absolute; inset: 0px; box-sizing: border-box; padding: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; margin: auto; display: block; width: 0px; height: 0px; min-width: 100%; max-width: 100%; min-height: 100%; max-height: 100%; object-fit: contain;\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-hilton-2026\" decoding=\"async\" data-nimg=\"fill\" class src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" style=\"position: absolute; inset: 0px; box-sizing: border-box; padding: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; margin: auto; display: block; width: 0px; height: 0px; min-width: 100%; max-width: 100%; min-height: 100%; max-height: 100%; object-fit: contain;\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-newyorktimes-2026\" decoding=\"async\" data-nimg=\"fill\" class src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" style=\"position: absolute; inset: 0px; box-sizing: border-box; padding: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; margin: auto; display: block; width: 0px; height: 0px; min-width: 100%; max-width: 100%; min-height: 100%; max-height: 100%; object-fit: contain;\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-williams-sonoma-2026\" decoding=\"async\" data-nimg=\"fill\" class src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" style=\"position: absolute; inset: 0px; box-sizing: border-box; padding: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; margin: auto; display: block; width: 0px; height: 0px; min-width: 100%; max-width: 100%; min-height: 100%; max-height: 100%; object-fit: contain;\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-ford-2026\" decoding=\"async\" data-nimg=\"fill\" class src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" style=\"position: absolute; inset: 0px; box-sizing: border-box; padding: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; margin: auto; display: block; width: 0px; height: 0px; min-width: 100%; max-width: 100%; min-height: 100%; max-height: 100%; object-fit: contain;\">"
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"logo-cococola-2026\" decoding=\"async\" data-nimg=\"fill\" class src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" style=\"position: absolute; inset: 0px; box-sizing: border-box; padding: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; margin: auto; display: block; width: 0px; height: 0px; min-width: 100%; max-width: 100%; min-height: 100%; max-height: 100%; object-fit: contain;\">"
},
{
"src": "https://static.airtable.com/sandbox/4Fr1XcUcUftjM8HiSUrsD9.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"new animated image\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 768px) 150px, (max-width: 1024px) 480px, 480px\" srcset=\"https://static.airtable.com/sandbox/4Fr1XcUcUftjM8HiSUrsD9.png 16w, https://static.airtable.com/sandbox/4Fr1XcUcUftjM8HiSUrsD9.png 32w, https://static.airtable.com/sandbox/4Fr1XcUcUftjM8HiSUrsD9.png 48w, https://static.airtable.com/sandbox/4Fr1Xc..."
},
{
"src": "https://static.airtable.com/sandbox/24xammcGqESMQVURsaHprx.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"2\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 768px) 150px, (max-width: 1024px) 480px, 480px\" srcset=\"https://static.airtable.com/sandbox/24xammcGqESMQVURsaHprx.png 16w, https://static.airtable.com/sandbox/24xammcGqESMQVURsaHprx.png 32w, https://static.airtable.com/sandbox/24xammcGqESMQVURsaHprx.png 48w, https://static.airtable.com/sandbox/24xammcGqESMQVURsaHprx...."
},
{
"src": "https://static.airtable.com/sandbox/Krc7GAKNsCRKgJuYJPNX0.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"3\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 768px) 150px, (max-width: 1024px) 480px, 480px\" srcset=\"https://static.airtable.com/sandbox/Krc7GAKNsCRKgJuYJPNX0.png 16w, https://static.airtable.com/sandbox/Krc7GAKNsCRKgJuYJPNX0.png 32w, https://static.airtable.com/sandbox/Krc7GAKNsCRKgJuYJPNX0.png 48w, https://static.airtable.com/sandbox/Krc7GAKNsCRKgJuYJPNX0.png..."
},
{
"src": "https://static.airtable.com/sandbox/3PaM159DRg0cUip1aacnOb.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"4\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" style=\"position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent\" sizes=\"(max-width: 768px) 150px, (max-width: 1024px) 480px, 480px\" srcset=\"https://static.airtable.com/sandbox/3PaM159DRg0cUip1aacnOb.png 16w, https://static.airtable.com/sandbox/3PaM159DRg0cUip1aacnOb.png 32w, https://static.airtable.com/sandbox/3PaM159DRg0cUip1aacnOb.png 48w, https://static.airtable.com/sandbox/3PaM159DRg0cUip1aacnOb...."
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"bento-1\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-nimg=\"fill\" class=\"index-module-scss-module__Jc2bVG__bentoBoxMainMedia\" style=\"position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%;object-fit:cover;object-position:top left\">"
},
{
"src": "/_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F6mHMFR8F8czdgb20MMm1Mj.png%3Ffm%3Dwebp&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"bento-1\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" style=\"position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%;object-fit:cover;object-position:top left\" class=\"index-module-scss-module__Jc2bVG__bentoBoxMainMedia\" sizes=\"100vw\" srcset=\"/_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F6mHMFR8F8czdgb20MMm1Mj.png%3Ffm%3Dweb..."
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"bento-2\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-nimg=\"fill\" class=\"index-module-scss-module__Jc2bVG__bentoBoxMainMedia\" style=\"position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%;object-fit:cover;object-position:top left\">"
},
{
"src": "/_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F6NwEdG67JK3uc3SET7j8ps.png%3Ffm%3Dwebp&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"bento-2\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" style=\"position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%;object-fit:cover;object-position:top left\" class=\"index-module-scss-module__Jc2bVG__bentoBoxMainMedia\" sizes=\"100vw\" srcset=\"/_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F6NwEdG67JK3uc3SET7j8ps.png%3Ffm%3Dweb..."
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"bento-3\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-nimg=\"fill\" class=\"index-module-scss-module__Jc2bVG__bentoBoxMainMedia\" style=\"position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%;object-fit:cover;object-position:top left\">"
},
{
"src": "/_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F7Cx37HoqpXUTUTK6VMUDxT.png%3Ffm%3Dwebp&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"bento-3\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" style=\"position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%;object-fit:cover;object-position:top left\" class=\"index-module-scss-module__Jc2bVG__bentoBoxMainMedia\" sizes=\"100vw\" srcset=\"/_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F7Cx37HoqpXUTUTK6VMUDxT.png%3Ffm%3Dweb..."
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"bento-4\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-nimg=\"fill\" class=\"index-module-scss-module__Jc2bVG__bentoBoxMainMedia\" style=\"position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%;object-fit:cover;object-position:top left\">"
},
{
"src": "/_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F2szZ6tmzufVN9sHJvAz787.png%3Ffm%3Dwebp&w=3840&q=75",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"bento-4\" loading=\"lazy\" decoding=\"async\" data-nimg=\"fill\" style=\"position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%;object-fit:cover;object-position:top left\" class=\"index-module-scss-module__Jc2bVG__bentoBoxMainMedia\" sizes=\"100vw\" srcset=\"/_next/image?url=https%3A%2F%2Fstatic.airtable.com%2Fsandbox%2F2szZ6tmzufVN9sHJvAz787.png%3Ffm%3Dweb..."
},
{
"src": "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" decoding=\"async\" data-nimg=\"fixed\" style=\"position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%\">"
},
{
"src": "https://static.airtable.com/sandbox/6HtLI63dHVmsNrsENVa10F.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img loading=\"lazy\" decoding=\"async\" data-nimg=\"fixed\" style=\"position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block;width:0;height:0;min-width:100%;max-width:100%;min-height:100%;max-height:100%\" srcset=\"https://static.airtable.com/sandbox/6HtLI63dHVmsNrsENVa10F.svg 1x, https://static.airtable.com/sandbox/6HtLI63dHVmsNrsENVa10F.svg 2x\" src=\"https://static.airtable.com/sandbox/6HtLI63dHVmsNrsENVa10F.svg\">"
}
],
"possibleDialogs": [
"<div class=\"ot-sdk-container\" role=\"dialog\" 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\">This website uses cookies and other tracking technologies to collect, store, and monitor your information, which we may share with our third-party partners, as further described in our <a href=\"https://www.airtable...."
],
"score": 75,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Needs attention
GEO: Extraction-friendly structure
Issue
Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process, optional visible FAQ or FAQPage schema.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Extraction-friendly structure
Score
85/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Evidence
{
"hasSummary": false,
"tableCount": 0,
"tablesWithHead": 0,
"tablesMissingThead": [],
"orderedLists": 0,
"hasFaq": false,
"definitionPatterns": 3,
"schemaBlocks": 1,
"missingSignals": [
"optional top summary / TL;DR / key takeaways block",
"table with <thead> only if the page already has tabular/comparative data",
"ordered list only if the page explains a workflow/process",
"optional visible FAQ or FAQPage schema"
],
"score": 85,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 77/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 77/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: build, enterprise, ready, workflows, apps, agents, all, teams, their, connected, one, workspace.
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
77/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 77/100 and needs improvement.
Evidence
{
"title": "Airtable: Build Enterprise-ready AI Workflows, Apps & Agents - Airtable",
"h1": "All your teams, all their workflows—connected in one workspace",
"description": "500,000+ brands use Airtable to enable real-time collaboration, automate repetitive tasks & manual work, and streamline business processes in minutes. Join them.",
"topicOverlap": 0.07692307692307693,
"definitionCount": 3,
"topicTerms": [
"airtable",
"build",
"enterprise",
"ready",
"workflows",
"apps",
"agents",
"all",
"teams",
"their",
"connected",
"one",
"workspace"
],
"descriptionTerms": [
"500",
"000",
"brands",
"airtable",
"enable",
"real",
"time",
"collaboration",
"automate",
"repetitive",
"tasks",
"manual",
"work",
"streamline",
"business",
"processes",
"minutes",
"join",
"them"
],
"missingFromDescription": [
"build",
"enterprise",
"ready",
"workflows",
"apps",
"agents",
"all",
"teams",
"their",
"connected",
"one",
"workspace"
],
"score": 77,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: what, how, 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": "Trusted by 500,000 leading teams",
"html": "<h2 class=\"BkText-module-scss-module__klRH1W__typeShort2xs BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__strong LogosBarSection-module-scss-module__SlCHcG__heading\">Trusted by 500,000 leading teams</h2>"
},
{
"text": "Sophisticated workflows in minutes, not months",
"html": "<h2 class=\"BkText-module-scss-module__klRH1W__typeShortLg BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__strong CoreHeadingCtaLeft-module-scss-module__F97doW__headline CoreHeadingCtaLeft-module-scss-module__F97doW__thinHeadline CoreHeadingCtaLeft-module-scss-module__F97doW__headlineCompact\">Sophisticated workflows in minutes, not months</h2>"
},
{
"text": "Don’t just ask AI. Deploy it.",
"html": "<h2 class=\"BkText-module-scss-module__klRH1W__typeShortMl BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__normal index-module-scss-module__wWuT5q__headline TextMediaCard-module-scss-module__bsq93q__headline\"><p style=\"color:#181D26\">Don’t just ask AI. Deploy it.</p></h2>"
},
{
"text": "Say hello to Omni",
"html": "<h2 class=\"BkText-module-scss-module__klRH1W__typeShortMl BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__normal TextMediaCard-module-scss-module__bsq93q__headline\"><span style=\"color:#254FAD\">Say hello to Omni</span></h2>"
},
{
"text": "The power of AI with the industrial-grade platform your business demands",
"html": "<h2 class=\"BkText-module-scss-module__klRH1W__typeShortMl BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__normal ListCard-module-scss-module__v7gNBa__heading TextMediaCard-module-scss-module__bsq93q__headline\"><p style=\"color:#214224\">The power of AI with the industrial-grade platform your business demands</p></h2>"
},
{
"text": "The path to 10x every person in your organization",
"html": "<h2 class=\"BkText-module-scss-module__klRH1W__typeShortLg BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__normal CoreHeadingCtaRight-module-scss-module__TN8_SG__headline\">The path to 10x every person in your organization</h2>"
},
{
"text": "Start building with Airtable Teams at over 500,000 forward-thinking organizations use Airtable every day. Join them.",
"html": "<h2 class=\"BkText-module-scss-module__klRH1W__typeShortMl BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__normal CTASectionHeadline-module-scss-module__MP8oWa__heading CTASectionHeadline-module-scss-module__MP8oWa__headingDesignV2 default\">Start building with Airtable<p class=\"CTASectionHeadline-module-scss-module__MP8oWa__highlightedText\"> Teams at over 500,000 forward-thinking organizations use Airtable every day. Join them.</p></h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Airtable: Build Enterprise-ready AI Workflows...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Airtable: Build Enterprise-ready AI Workflows... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Airtable: Build Enterprise-ready AI Workflows...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Airtable: Build Enterprise-ready AI Workflows... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Airtable: Build Enterprise-ready AI Workflows... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Airtable: Build Enterprise-ready AI Workflows...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Airtable: Build Enterprise-ready AI Workflows... work?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Airtable: Build Enterprise-ready AI Workflows... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Airtable: Build Enterprise-ready AI Workflows... 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": 300437
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 300437
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html; charset=utf-8",
"length": 300437
}
]
},
"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, 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": "Trusted by 500,000 leading teams",
"html": "<h2 class=\"BkText-module-scss-module__klRH1W__typeShort2xs BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__strong LogosBarSection-module-scss-module__SlCHcG__heading\">Trusted by 500,000 leading teams</h2>"
},
{
"text": "Sophisticated workflows in minutes, not months",
"html": "<h2 class=\"BkText-module-scss-module__klRH1W__typeShortLg BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__strong CoreHeadingCtaLeft-module-scss-module__F97doW__headline CoreHeadingCtaLeft-module-scss-module__F97doW__thinHeadline CoreHeadingCtaLeft-module-scss-module__F97doW__headlineCompact\">Sophisticated workflows in minutes, not months</h2>"
},
{
"text": "Don’t just ask AI. Deploy it.",
"html": "<h2 class=\"BkText-module-scss-module__klRH1W__typeShortMl BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__normal index-module-scss-module__wWuT5q__headline TextMediaCard-module-scss-module__bsq93q__headline\"><p style=\"color:#181D26\">Don’t just ask AI. Deploy it.</p></h2>"
},
{
"text": "Say hello to Omni",
"html": "<h2 class=\"BkText-module-scss-module__klRH1W__typeShortMl BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__normal TextMediaCard-module-scss-module__bsq93q__headline\"><span style=\"color:#254FAD\">Say hello to Omni</span></h2>"
},
{
"text": "The power of AI with the industrial-grade platform your business demands",
"html": "<h2 class=\"BkText-module-scss-module__klRH1W__typeShortMl BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__normal ListCard-module-scss-module__v7gNBa__heading TextMediaCard-module-scss-module__bsq93q__headline\"><p style=\"color:#214224\">The power of AI with the industrial-grade platform your business demands</p></h2>"
},
{
"text": "The path to 10x every person in your organization",
"html": "<h2 class=\"BkText-module-scss-module__klRH1W__typeShortLg BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__normal CoreHeadingCtaRight-module-scss-module__TN8_SG__headline\">The path to 10x every person in your organization</h2>"
},
{
"text": "Start building with Airtable Teams at over 500,000 forward-thinking organizations use Airtable every day. Join them.",
"html": "<h2 class=\"BkText-module-scss-module__klRH1W__typeShortMl BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__normal CTASectionHeadline-module-scss-module__MP8oWa__heading CTASectionHeadline-module-scss-module__MP8oWa__headingDesignV2 default\">Start building with Airtable<p class=\"CTASectionHeadline-module-scss-module__MP8oWa__highlightedText\"> Teams at over 500,000 forward-thinking organizations use Airtable every day. Join them.</p></h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Airtable: Build Enterprise-ready AI Workflows...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Airtable: Build Enterprise-ready AI Workflows... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Airtable: Build Enterprise-ready AI Workflows...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Airtable: Build Enterprise-ready AI Workflows... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Airtable: Build Enterprise-ready AI Workflows... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Airtable: Build Enterprise-ready AI Workflows...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Airtable: Build Enterprise-ready AI Workflows... work?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Airtable: Build Enterprise-ready AI Workflows... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Airtable: Build Enterprise-ready AI Workflows... compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 4
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Q&A and FAQ opportunities
GEO: Q&A and FAQ opportunities is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Q&A and FAQ opportunities
GEO: Q&A and FAQ opportunities is informational for this page.
Needs attention
GEO: Q&A and FAQ opportunities
Issue
7 h2 heading(s) are not phrased as questions; this is optional and only useful where Q&A wording is natural. No visible FAQ or FAQPage schema was detected; this is optional unless the page answers common questions.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Q&A and FAQ opportunities
Score
75/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Q&A and FAQ opportunities is informational for this page.
Evidence
{
"h2Count": 7,
"questionH2s": 0,
"hasFaq": false,
"nonQuestionH2s": [
{
"index": 1,
"text": "Trusted by 500,000 leading teams",
"isQuestion": false,
"html": "<h2 class=\"BkText-module-scss-module__klRH1W__typeShort2xs BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__strong LogosBarSection-module-scss-module__SlCHcG__heading\">Trusted by 500,000 leading teams</h2>"
},
{
"index": 2,
"text": "Sophisticated workflows in minutes, not months",
"isQuestion": false,
"html": "<h2 class=\"BkText-module-scss-module__klRH1W__typeShortLg BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__strong CoreHeadingCtaLeft-module-scss-module__F97doW__headline CoreHeadingCtaLeft-module-scss-module__F97doW__thinHeadline CoreHeadingCtaLeft-module-scss-module__F97doW__headlineCompact\">Sophisticated workflows in minutes, not months</h2>"
},
{
"index": 3,
"text": "Don’t just ask AI. Deploy it.",
"isQuestion": false,
"html": "<h2 class=\"BkText-module-scss-module__klRH1W__typeShortMl BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__normal index-module-scss-module__wWuT5q__headline TextMediaCard-module-scss-module__bsq93q__headline\"><p style=\"color:#181D26\">Don’t just ask AI. Deploy it.</p></h2>"
},
{
"index": 4,
"text": "Say hello to Omni",
"isQuestion": false,
"html": "<h2 class=\"BkText-module-scss-module__klRH1W__typeShortMl BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__normal TextMediaCard-module-scss-module__bsq93q__headline\"><span style=\"color:#254FAD\">Say hello to Omni</span></h2>"
},
{
"index": 5,
"text": "The power of AI with the industrial-grade platform your business demands",
"isQuestion": false,
"html": "<h2 class=\"BkText-module-scss-module__klRH1W__typeShortMl BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__normal ListCard-module-scss-module__v7gNBa__heading TextMediaCard-module-scss-module__bsq93q__headline\"><p style=\"color:#214224\">The power of AI with the industrial-grade platform your business demands</p></h2>"
},
{
"index": 6,
"text": "The path to 10x every person in your organization",
"isQuestion": false,
"html": "<h2 class=\"BkText-module-scss-module__klRH1W__typeShortLg BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__normal CoreHeadingCtaRight-module-scss-module__TN8_SG__headline\">The path to 10x every person in your organization</h2>"
},
{
"index": 7,
"text": "Start building with Airtable Teams at over 500,000 forward-thinking organizations use Airtable every day. Join them.",
"isQuestion": false,
"html": "<h2 class=\"BkText-module-scss-module__klRH1W__typeShortMl BkText-module-scss-module__klRH1W__bkText BkText-module-scss-module__klRH1W__normal CTASectionHeadline-module-scss-module__MP8oWa__heading CTASectionHeadline-module-scss-module__MP8oWa__headingDesignV2 default\">Start building with Airtable<p class=\"CTASectionHeadline-module-scss-module__MP8oWa__highlightedText\"> Teams at over 500,000 forward-thinking organizations use Airtable every day. Join them.</p></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 Discovery response did not match the expected shape. missing: jwks_uri; endpoint issues: [{"field":"jwks_uri","issue":"Missing URL."}]; missing grant_types_supported.
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
Validate resource body
OAuth Discovery response did not match the expected shape. missing: jwks_uri; endpoint issues: [{"field":"jwks_uri","issue":"Missing URL."}]; missing grant_types_supported.
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/.well-known/oauth-authorization-server",
"statusCode": 200,
"contentType": "application/json; charset=utf-8"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"issue": "OAuth Discovery response did not match the expected shape. missing: jwks_uri; endpoint issues: [{\"field\":\"jwks_uri\",\"issue\":\"Missing URL.\"}]; missing grant_types_supported.",
"compatibleContentType": true,
"missing": [
"jwks_uri"
],
"endpointIssues": [
{
"field": "jwks_uri",
"issue": "Missing URL."
}
],
"issuer": "https://airtable.com/oauth2/v1",
"authorizationEndpoint": "https://airtable.com/oauth2/v1/authorize",
"tokenEndpoint": "https://airtable.com/oauth2/v1/token",
"responseTypesSupported": [
"code"
],
"grantTypesSupported": [],
"idTokenSigningAlgValuesSupported": [],
"rawExcerpt": "{\"issuer\":\"https://airtable.com/oauth2/v1\",\"registration_endpoint\":\"https://airtable.com/oauth2/v1/register\",\"authorization_endpoint\":\"https://airtable.com/oauth2/v1/authorize\",\"token_endpoint\":\"https://airtable.com/oauth2/v1/token\",\"response_types_supported\":[\"code\"],\"scopes_supported\":[\"data.records:read\",\"data.records:write\",\"schema.bases:read\",\"schema.bases:write\",\"data.recordComments:read\",\"data.recordComments:write\",\"workspacesAndBases:read\"],\"token_endpoint_auth_methods_supported\":[\"client_secret_basic\",\"none\"],\"code_challenge_methods_supported\":[\"S256\"],\"resource_indicators_supported\":true,\"token_endpoint_auth_signing_alg_values_supported\":[\"RS256\",\"HS256\"],\"client_id_metadata_document_supported\":true}"
},
"issue": "OAuth Discovery response did not match the expected shape. missing: jwks_uri; endpoint issues: [{\"field\":\"jwks_uri\",\"issue\":\"Missing URL.\"}]; missing grant_types_supported.",
"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."
},
{
"id": "authorization-endpoint",
"title": "Probe authorization endpoint with an authorization-code request",
"status": "pass",
"evidence": {
"url": "https://airtable.com/oauth2/v1/authorize?response_type=code&client_id=can-agent-use-scanner&redirect_uri=https%3A%2F%2Fcan-agent-use.invalid%2Foauth%2Fcallback&scope=openid&state=can-agent-use-probe",
"method": "GET",
"statusCode": 302,
"location": "/login?continue=%2Foauth2%2Fv1%2Fauthorize%3Fresponse_type%3Dcode%26client_id%3Dcan-agent-use-scanner%26redirect_uri%3Dhttps%253A%252F%252Fcan-agent-use.invalid%252Foauth%252Fcallback%26scope%3Dopenid%26state%3Dcan-agent-use-probe",
"contentType": "text/plain; charset=utf-8",
"excerpt": "Found. Redirecting to /login?continue=%2Foauth2%2Fv1%2Fauthorize%3Fresponse_type%3Dcode%26client_id%3Dcan-agent-use-scanner%26redirect_uri%3Dhttps%253A%252F%252Fcan-agent-use.invalid%252Foauth%252Fcallback%26scope%3Dopenid%26state%3Dcan-agent-use-probe"
},
"howToFix": "Implement an authorization endpoint that can process syntactically valid authorization requests, or remove it from discovery metadata until it exists."
},
{
"id": "authorization-redirect-safety",
"title": "Reject unregistered authorization redirects",
"status": "pass",
"evidence": {
"url": "https://airtable.com/oauth2/v1/authorize?response_type=code&client_id=can-agent-use-unknown-client&redirect_uri=https%3A%2F%2Fcan-agent-use.invalid%2Fattacker-callback&scope=openid&state=can-agent-use-redirect-safety",
"method": "GET",
"statusCode": 302,
"location": "/login?continue=%2Foauth2%2Fv1%2Fauthorize%3Fresponse_type%3Dcode%26client_id%3Dcan-agent-use-unknown-client%26redirect_uri%3Dhttps%253A%252F%252Fcan-agent-use.invalid%252Fattacker-callback%26scope%3Dopenid%26state%3Dcan-agent-use-redirect-safety",
"redirectedToUntrusted": false,
"contentType": "text/plain; charset=utf-8",
"excerpt": "Found. Redirecting to /login?continue=%2Foauth2%2Fv1%2Fauthorize%3Fresponse_type%3Dcode%26client_id%3Dcan-agent-use-unknown-client%26redirect_uri%3Dhttps%253A%252F%252Fcan-agent-use.invalid%252Fattacker-callback%26scope%3Dopenid%26state%3Dcan-agent-use-redirect-safety"
},
"howToFix": "Validate client_id and registered redirect_uri values before redirecting. Return a direct OAuth error for invalid clients or redirect URIs."
},
{
"id": "token-endpoint",
"title": "Probe token endpoint with advertised grant type",
"status": "pass",
"evidence": {
"url": "https://airtable.com/oauth2/v1/token",
"method": "POST",
"grantType": "authorization_code",
"statusCode": 401,
"oauthError": "invalid_client",
"contentType": "application/json; charset=utf-8",
"excerpt": "{\"error\":\"invalid_client\",\"error_description\":\"Invalid client credentials.\"}"
},
"howToFix": "Support every advertised grant type enough to return a protocol-appropriate response, or stop advertising unsupported grants."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 12,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign in"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
}
]
},
"resourceFetchSucceeded": true
}Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Needs attention
OAuth Protected Resource
Issue
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Why it matters
Protected Resource metadata tells agents which authorization servers protect an API and how to connect authentication challenges to the right resource.
Check name
OAuth Protected Resource
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish OAuth Protected Resource Metadata so agents can discover how to authenticate.
Result
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Validation steps
Fetch protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate protected resource metadata
Response is not valid JSON.
Validate protected resource identity
Protected resource metadata `resource` did not match the resource identifier used to retrieve it.
Probe protected API Bearer challenge
No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"statusCode": 404,
"contentType": "text/html; charset=utf-8"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource JSON."
},
{
"id": "metadata",
"title": "Validate protected resource metadata",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html>\n<html style=\"overflow:auto\" lang=\"en\"><head><meta name=\"referrer\" content=\"no-referrer\"/><meta name=\"robots\" content=\"noindex\"/><meta charSet=\"utf-8\"/><meta name=\"theme-color\" content=\"#ffffff\"/><meta name=\"description\" content=\"Airtable is a low-code platform for building collaborative apps. Customize your workflow, collaborate, and achieve ambitious outcomes. Get started for free.\"/><meta name=\"apple-itunes-app\" content=\"app-id=914172636\"/><meta name=\"twitter:card\" content=\"summary_large_image\"/><meta name=\"twitter:site\" content=\"@airtable\"/><meta property=\"fb:app_id\" content=\"1457397314575627\"/><meta property=\"og:site_name\" content=\"Airtable\"/><meta property=\"og:title\" content=\"Airtable | Everyone's app platform\"/><meta property=\"og:type\" content=\"website\"/><meta pr"
},
"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.airtable.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.airtable.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.airtable.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.airtable.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": 12,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign in"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
}
]
},
"resourceFetchSucceeded": false
}Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
50 Fail
Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
Check name
Browser errors were logged to the console
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Fix guidance
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)
Evidence
{
"description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
}Performance and AccessibilityBest PracticesBrowser audit
Uses deprecated APIs
50 Fail
Performance and AccessibilityBest PracticesBrowser audit
Uses deprecated APIs
Check name
Uses deprecated APIs
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Estimated savings
1 warning found
Fix guidance
Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/).
Evidence
{
"displayValue": "1 warning found",
"description": "Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/)."
}SEOSEOBrowser audit
Image elements do not have `[alt]` attributes
33 Fail
SEOSEOBrowser audit
Image elements do not have `[alt]` attributes
Check name
Image elements do not have `[alt]` attributes
Score
0/100
Status
fail
Device
desktop
Category
SEO
Fix guidance
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.10/image-alt).
Evidence
{
"description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.10/image-alt)."
}SEOSEOBrowser audit
Links are not crawlable
33 Fail
SEOSEOBrowser audit
Links are not crawlable
Check name
Links are not crawlable
Score
0/100
Status
fail
Device
desktop
Category
SEO
Fix guidance
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)
Evidence
{
"description": "Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)"
}SEOSEOBrowser audit
Links do not have descriptive text
33 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
3 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": "3 links found",
"description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/)."
}Performance and AccessibilityPerformanceBrowser audit
Reduce JavaScript execution time
33 Fail
Performance and AccessibilityPerformanceBrowser audit
Reduce JavaScript execution time
Check name
Reduce JavaScript execution time
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
36.3 s
Fix guidance
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "36.3 s",
"description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).",
"numericValue": 36256.563999999984
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
27 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
18/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": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 0,
"displayValue": "4.8 s",
"numericValue": 4789.74
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 0,
"displayValue": "25.3 s",
"numericValue": 25275.5893
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 0,
"displayValue": "32.4 s",
"numericValue": 32413.704229811927
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 0,
"displayValue": "35,440 ms",
"numericValue": 35436.45969999999
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 0,
"displayValue": "2,560 ms",
"numericValue": 2562.9999999999927
},
{
"id": "server-response-time",
"title": "Reduce initial server response time",
"score": 0,
"displayValue": "Root document took 1,530 ms",
"numericValue": 1534.417
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 0,
"displayValue": "55.0 s",
"numericValue": 55045.67666
},
{
"id": "uses-rel-preconnect",
"title": "Preconnect to required origins",
"score": 100
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "260 ms",
"numericValue": 260.873
},
{
"id": "third-party-summary",
"title": "Reduce the impact of third-party code",
"score": 0,
"displayValue": "Third-party code blocked the main thread for 18,520 ms"
},
{
"id": "largest-contentful-paint-element",
"title": "Largest Contentful Paint element",
"score": 0,
"displayValue": "25,280 ms"
}
]
}Performance and AccessibilityPerformanceBrowser audit
Image optimization
8 Fail
Performance and AccessibilityPerformanceBrowser audit
Image optimization
Check name
Image optimization
Score
75/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped image optimization checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "image-aspect-ratio",
"title": "Displays images with correct aspect ratio",
"score": 100
},
{
"id": "uses-responsive-images",
"title": "Properly size images",
"score": 50,
"displayValue": "Est savings of 1,094 KiB",
"numericValue": 0
}
]
}Improve Your Score
Send the scan details to a professional with the required report context attached.
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 |
|---|---|---|---|
| 45/100 | Level 2, Agent-Limited | Current report |