# aiSiteReady

> aiSiteReady scans a public website and returns an Agent Readiness Score (0–100) that shows whether AI agents and AI search engines can discover, read, govern, and transact with the site — with per-check evidence and concrete remediation steps. Reports are available in Russian, Ukrainian, and English.

## What it checks

aiSiteReady runs ~20 read-only checks across five readiness categories:

- **Discoverability** — robots.txt, sitemap, machine-readable Link headers, canonical/basic metadata, Open Graph, JSON-LD structured data.
- **Content accessibility** — Markdown content negotiation, /llms.txt and /llms-full.txt, server-rendered vs JS-only content risk.
- **Bot governance** — AI-bot access rules, content-usage/robots directives, noai/noimageai-style signals, rate-limit hints.
- **Protocol & API** — API Catalog and linked OpenAPI/JSON Schema, OAuth authorization-server metadata (PKCE S256 + scopes), OAuth Protected Resource Metadata, MCP discovery, Agent Skills, A2A Agent Card discovery.
- **Commerce** — Product/Offer structured data, product-feed hints, agentic-commerce signals.

## Scope and limitations

- Scans **public URLs only** over HTTP/HTTPS.
- The MVP scanner **does not execute remote JavaScript**, and does not crawl entire sites or scan authenticated/login-only flows.
- Outbound requests are SSRF-protected: private, loopback, link-local, multicast, and cloud-metadata addresses are blocked, with redirect, body-size, port, and timeout limits.
- It is a technical readiness assessment, not legal, security, or marketing advice.

## Localization

The default locale is English at the bare path; Russian is served under `/ru` and Ukrainian under `/uk` (for example, `/ru/privacy`).

## Pages

- [Home / scanner](https://www.ai-siteready.com/)
- [Terms of use](https://www.ai-siteready.com/terms)
- [Privacy policy](https://www.ai-siteready.com/privacy)
- [Disclaimer and scanner safety](https://www.ai-siteready.com/disclaimer)

## More

- [llms-full.txt — fuller machine-readable summary](https://www.ai-siteready.com/llms-full.txt)
