# Is Your Site Ready For AI? > A free scanner that grades any website on how ready it is for AI agents and modern crawlers, across three scores: AI Readiness, SEO, and Page Speed. Enter a URL and the tool fetches the site, then checks for the signals AI crawlers and agents rely on — robots.txt AI bot rules, sitemaps, llms.txt, structured content endpoints, Markdown content negotiation, API catalogs — alongside a standard SEO audit and a server-response speed measurement. ## Key pages - [Home / scanner](https://isyoursitereadyforai.com/): Enter a URL to scan. ## For agents - [API catalog](https://isyoursitereadyforai.com/.well-known/openapi.json): OpenAPI description of the scan endpoint. - [Auth](https://isyoursitereadyforai.com/auth.md): Authentication details (the scan endpoint is public, no key required). - POST https://isyoursitereadyforai.com/api/analyze with JSON body {"url": "https://example.com"} returns the full scored report.