meta.ai
Agents are likely to struggle
Task
What does meta.ai do and who is it for? Explain it back to me.
Critical access blockers remain
These checks describe whether an ordinary agent can enter, read, and operate the public site.
- 0 / 2 passed
Agents can reach the site
Crawler access and bot defenses.
- 0 / 1 passed
Core content is available
Useful content remains accessible without a fragile browser-only path.
- 0 / 1 passed
Navigation fails safely
Redirects and missing pages give agents a recoverable path.
Evaluated surfaces have material gaps
The public website is always evaluated. Optional surfaces appear when the scan finds positive evidence that they apply.
Public website
Blocked
0 of 15 mature checks passed
API
Blocked
2 of 9 mature checks passed
Authentication
Blocked
1 of 3 mature checks passed
MCP
Blocked
0 of 1 mature checks passed
Fix these gaps first
Critical access gaps come first, followed by other applicable readiness gaps.
- 01Critical access
Agent crawler reachability
Verify that major agent User-Agents can reach the homepage. If your WAF or bot rules block them, remove or narrow the blocking rule. Add an allow rule only when your security setup denies them by default.
- 02Critical access
Content without JavaScript
Server-side render your homepage so AI crawlers see meaningful content without JavaScript. Ensure an H1 and 500+ chars of text in raw HTML.
- 03Critical access
Agent-friendly 404s
Return a real HTTP 404 (or 410) status for nonexistent paths - never a 200 with your app shell, which makes agents believe every path exists. For full credit, give the 404 response a short markdown body pointing agents at your sitemap, llms.txt, or docs index. Verify with
curl -s -o /dev/null -w "%{http_code}" https://yourdomain.com/some-path-that-does-not-exist- it must print 404. - 04Critical access
Not blocked by bot detection
Allowlist known AI agent User-Agents (ChatGPT-User, ClaudeBot, Google-Extended, DeepSeekBot) in your WAF or bot-detection rules.
- 05Other readiness checks
Scoped permissions
Support scoped API permissions (OAuth scopes or API key roles) so agents can request only the access they need.
Audit the checks behind the score
Applicable evidence is grouped by how it contributes to this preview model. Bonus checks appear only when they add points.
Essential2 of 9 passed · 26.7 / 80 points
- Content without JavaScriptFailed
Could not fetch homepage
Recommendation
Server-side render your homepage so AI crawlers see meaningful content without JavaScript. Ensure an H1 and 500+ chars of text in raw HTML.
- Not blocked by bot detectionPartial (50%)
Some agents blocked: GPTBot, ClaudeBot, ChatGPT-User, PerplexityBot, Google-Extended
Recommendation
Allowlist known AI agent User-Agents (ChatGPT-User, ClaudeBot, Google-Extended, DeepSeekBot) in your WAF or bot-detection rules.
- OpenAPI spec publishedFailed
No OpenAPI/Swagger specification found
Recommendation
Publish an OpenAPI (Swagger) specification at /openapi.json or /api/openapi.yaml. This is how agents understand your API surface automatically.
- Markdown content negotiation (acceptmarkdown.com)Failed
Not acceptmarkdown.com compliant: Accept: text/markdown returned text/html; charset=utf-8; Vary header missing Accept (got "rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch")
Recommendation
On the responses that serve text/markdown via Accept negotiation, add Accept to the Vary header (Vary: Accept, Accept-Encoding). Without it, CDNs can serve the cached HTML variant to an agent asking for markdown (or vice versa), depending on which variant landed in cache first.
- Agent crawler reachabilityFailed
No major AI crawler can reach the homepage - ChatGPT-User: blocked, ClaudeBot: blocked, Google-Extended: blocked, ora-agent: blocked, DeepSeekBot: blocked
Recommendation
Verify that major agent User-Agents can reach the homepage. If your WAF or bot rules block them, remove or narrow the blocking rule. Add an allow rule only when your security setup denies them by default.
- OAuth 2.0 supportPassed
OpenID Connect discovery endpoint found at https://meta.ai
Recommendation
Implement OAuth 2.0 for API authentication. Publish your authorization server metadata at /.well-known/oauth-authorization-server.
- Scoped permissionsFailed
No scoped permissions or security schemes found
Recommendation
Support scoped API permissions (OAuth scopes or API key roles) so agents can request only the access they need.
- JSON error responsesPassed
API returns JSON error responses (403 at https://api.meta.ai)
Recommendation
Return structured JSON error responses with error codes, messages, and resolution hints. Agents can't parse HTML error pages.
- Agent-friendly 404sPartial (50%)
Nonexistent paths return HTTP 401 instead of 404/410 - agents get a non-200 signal but not the standard not-found semantics
Recommendation
Return a real HTTP 404 (or 410) status for nonexistent paths - never a 200 with your app shell, which makes agents believe every path exists. For full credit, give the 404 response a short markdown body pointing agents at your sitemap, llms.txt, or docs index. Verify with
curl -s -o /dev/null -w "%{http_code}" https://yourdomain.com/some-path-that-does-not-exist- it must print 404.
Recommended1 of 19 passed · 3.5 / 20 points
- Developer resource discoverabilityFailed
Agent searched for "meta" developer resources but found nothing relevant
Recommendation
Make your developer resources (API docs, OpenAPI spec, auth docs, webhooks, MCP server) discoverable by name. Publish them at predictable URLs, list them in llms.txt, and include your product name in page titles and headings so search engines surface them for name-based queries.
- Brand name discoverabilityPartial (33%)
meta.ai appears once in brand-name search results for "meta" (position #7 out of 9)
Recommendation
Make sure a clean search for your brand name returns your own domain in the top results. If it does not, your brand may be too generic, conflict with a more established term, or not yet indexed. Strengthen brand-name search by claiming consistent NAP across listings, earning press mentions that link to the canonical domain, and avoiding redirect chains that mask the apex domain in search results.
- Sitemap existsFailed
No sitemap found
Recommendation
Add a valid XML sitemap at /sitemap.xml listing all indexable URLs. Include lastmod dates and keep it under 50MB.
- Content efficiencyFailed
Insufficient context: no homepage HTML available - agents have nothing to consume
Recommendation
Reduce markup overhead so readable text is at least 5% of your HTML. Strip unused inline scripts/styles, server-render content instead of shipping large JSON hydration blobs, and keep wrapper nesting shallow.
- Content crawl depth signalsFailed
Could not fetch homepage
Recommendation
Add and tags on paginated pages (blog archives, product listings, docs) so AI crawlers can traverse beyond the first page.
- JSON-LD structured dataFailed
Could not fetch homepage
Recommendation
Add JSON-LD structured data to your homepage using the identity type that matches your site - SoftwareApplication for products, Organization or LocalBusiness for companies, Person for personal sites, Article for blogs - with name, description, url, and type-appropriate fields (offers, sameAs, author) so AI can parse your identity programmatically.
- Public API/docs linked from homepageFailed
No public API or documentation page linked from homepage
Recommendation
Publish API documentation at a discoverable URL (/docs, /api, /developers). Include authentication, endpoints, and example requests.
- Agent instruction / when-to-usePartial (67%)
Agent instruction file at /.well-known/agent-skills/ but no explicit when-to-use guidance
Recommendation
Tell agents when to reach for you: add a 'when to use this' section to your llms.txt (or a dedicated agent-instructions file) that names your best-fit use cases and how an agent should call you. Be specific about the jobs you are right for - generic marketing copy does not read as guidance.
- Metadata completenessFailed
Could not fetch homepage
Recommendation
Add all four signals to your homepage: , , , and . Agents use these for entity resolution and attribution.
- Organization schema completenessFailed
Could not fetch homepage
Recommendation
Add Organization JSON-LD that includes both contactPoint (with email/phone and contactType) and address (PostalAddress). This lets AI verify your business legitimacy and answer contact queries.
- Trust anchor pagesFailed
No trust anchor pages found with sufficient content (About, Contact, Privacy)
Recommendation
Publish real /about, /contact, and /privacy pages with at least 500 characters of content each. These are the pages AI agents check to verify your business is legitimate before recommending you.
- Developer portalFailed
No developer portal found
Recommendation
Create a developer portal at /developers with API keys, documentation, quickstart guides, and a sandbox environment.
- Public API with reachable endpointsFailed
No publicly reachable API surface detected (REST and GraphQL both absent or auth-gated)
Recommendation
Expose a public REST or GraphQL API. AI agents need programmatic access - not just a web UI - to integrate with your product.
- Agent onboarding frictionFailed
Insufficient content to evaluate onboarding friction
Recommendation
Offer a free tier or trial, self-serve API key generation, and a sandbox environment. Agents can't fill out 'contact sales' forms.
- MCP server / manifestPartial (33%)
MCP endpoint found at /.well-known/mcp/manifest.json but response is not valid JSON
Recommendation
Build an MCP (Model Context Protocol) server exposing your API as tools. Use Streamable HTTP transport for full score. This lets Claude, ChatGPT, and other AI agents call your product natively.
- Rate limit response headersFailed
No REST rate-limit headers found on probed endpoints
Recommendation
Return standard rate-limit headers on your API responses (the RFC RateLimit headers, plus Retry-After on a 429) so agents can self-throttle in real time, and document the conventions alongside your API.
- CLI tool availablePassed
CLI package found on npm: meta-cli
Recommendation
Publish an official CLI tool on npm, PyPI, or Homebrew. A CLI lets agents and developers script interactions with your product without building API integrations from scratch.
- API schema complexity analysisPartial (50%)
REST: OpenAPI spec found but failed to parse for complexity analysis
Recommendation
Make your API spec self-describing: a unique operationId and a description on every operation, typed parameters, and response schemas. For GraphQL, a fully typed schema with a documented cost or rate limit reads best.
- Function calling compatibilityPartial (50%)
MCP manifest found but no OpenAPI spec for function calling
Recommendation
Ensure API endpoints have unique operation IDs, typed schemas, and descriptions compatible with LLM function-calling formats.
Bonus signals10 positive · +1.5 points
- Listed on skills.shPassed
4 official skills published on skills.sh - 374 total installs (skills.sh/meta-quest)
Recommendation
Publish agent skills on skills.sh so AI agents can discover your product's capabilities. Create a SKILL.md in your GitHub repo and register it with 'npx skills add'. See skills.sh/docs.
- Agent discovery filePartial (50%)
Found legacy /.well-known/agent-skills; /.well-known/agent-skills/index.json exists but is not valid JSON - fix the file or remove it so agents fall back to /.well-known/agent-skills, /agents.md, or /skills.sh
Recommendation
Publish an Agent Skills index at /.well-known/agent-skills/index.json that lists your capabilities, with each skill carrying a name and a description so agents can find and parse what you offer.
- A2A / agent-cardPartial (50%)
agent-card.json exists but contains invalid JSON
Recommendation
Publish an Agent-to-Agent (A2A) agent card at /.well-known/agent-card.json describing your agent's capabilities, skills, and contact endpoint.
- pricing.md existsPartial (50%)
pricing.md found at /.well-known/pricing.md but thin (14 lines) - add plan tiers, prices, and feature breakdowns
Recommendation
Create a /pricing.md file with your pricing tiers, features, and limits in plain markdown. This lets AI agents compare costs and recommend plans without scraping HTML pricing pages.
- Skills.sh skill qualityPartial (50%)
Skills.sh presence exists but limited - 4 skills (goal: 5+)
Recommendation
Expand your skills.sh presence with multiple skill repos covering different use cases. Add descriptive skill names, clear SKILL.md files, and organize by capability area.
- API catalog (RFC 9727)Partial (50%)
api-catalog responded but body is not valid JSON
Recommendation
Publish an API catalog at /.well-known/api-catalog per RFC 9727. Serve it with Content-Type: application/linkset+json;profile="https://www.rfc-editor.org/info/rfc9727" and include a 'linkset' array with item entries pointing to your OpenAPI specs and service descriptions.
- Web Bot Auth directoryPartial (50%)
Web Bot Auth directory found but body is not valid JSON
Recommendation
Publish a Web Bot Auth directory at /.well-known/http-message-signatures-directory. Serve a JSON document with a 'keys' array of Ed25519 JWKs (kty=OKP, crv=Ed25519, kid, nbf, exp). This lets agents sign their requests per RFC 9421 so you can distinguish legitimate bots from spoofers.
- Multi-language SDK packagesPartial (33%)
SDK package found only in pypi
Recommendation
Publish official SDK packages across multiple language ecosystems (npm, PyPI, Go modules, RubyGems). Auto-generate them from your OpenAPI spec using tools like openapi-generator. For each package set the project URL or homepage to your product domain (package.json
repository/homepage, PyPIHome-Pageorproject_urls, RubyGemshomepage_uri) - this is how agents verify the package is your official SDK. - NLWeb /ask endpointPassed
NLWeb /ask endpoint exists but requires authentication (HTTP 401, via GET)
Recommendation
Implement Microsoft's NLWeb protocol by adding a POST /ask endpoint that accepts natural-language queries and returns JSON with _meta (response_type, version). See github.com/microsoft/NLWeb.
- MCP server-card.jsonPartial (50%)
https://meta.ai/.well-known/mcp/server-card.json exists but body is not valid JSON
Recommendation
Publish a server card at /.well-known/mcp/server-card.json describing your MCP server. Required fields: name, description, version, serverUrl, tools[]. This lets agents preview your server before opening a transport connection.
Inspect the underlying audit
The complete Ora audit uses evidence from the scan on . After applying changes, run another scan from the homepage to refresh these recommendations.
Sign me up for Vercel product updates and marketing emails.
Unsubscribe anytime. Privacy Notice
Source: Ora API
Snapshot 2026-08-21T22-53-25-372Z