Overall AI readiness score
A combined result across all audit signals.
Overall AI readiness score
A combined result across all audit signals.
Overall AI readiness assessment
Hono was independently audited by llmsmap. hono.dev currently scores 66/100 for AI readiness. The result combines AI-specific files, crawler policy, sitemap discovery, structured homepage data, and—when available—the mobile Google Lighthouse technical profile.
llms.txt is accessible and contains 1,392 tokens. No accessible llms-full.txt was detected, so deeper context still has to be assembled from regular pages. No separate ai.txt policy was detected; it is optional, but can clarify training, retrieval, and attribution preferences.
robots.txt was not found, so explicit crawler policy could not be confirmed. No Schema.org type was detected on the homepage. 3 OpenGraph tags were found and markup completeness is 30%, leaving more entity interpretation to crawlers.
The mobile Lighthouse profile adds Performance 95/100, Accessibility 98/100, Best Practices 100/100, SEO 100/100, and experimental Agentic Browsing 100/100. These signals have a limited weight: they complement rather than replace llms.txt, robots.txt, and structured-data checks.
A mobile Lighthouse measurement. Google’s experimental Agentic Browsing category is explained separately and does not replace the broader llmsmap AI-readiness score.
Performance
Accessibility
Best Practices
Technical SEO
Agentic Browsing
The mobile page renders efficiently; its largest visible content block appeared in 2.9 s.
Accessibility scored 98/100, Best Practices 100/100, and technical SEO 100/100. The experimental Agentic Browsing category scored 100/100. It measures signals Google currently tests for software agents and is shown separately from the llmsmap AI-readiness score.
Split long JavaScript tasks, defer non-critical scripts and styles, and shorten blocking request chains. This helps the primary content appear sooner and makes controls usable earlier.
Remove unused CSS and JavaScript, load heavy widgets on demand, and limit third-party scripts. Less code means less parsing and background work on the device.
Serve correctly sized modern formats, prioritise the primary visual, and lazy-load content below the first viewport.
Improve server response time, remove unnecessary redirects and repeat downloads, and use compression, caching, and selective preconnect hints.
First content
Main content
Layout stability
Blocking time
Visual speed
Machine-readable files, crawler policy, discovery, and homepage markup.
Full version was not found
ai.txt file was not found
robots.txt file was not found
Sitemap is not declared in robots.txt
Schema.org markup was not found on the homepage
3 OG tags found
Based on robots.txt analysis
Social preview metadata found on the homepage.
og:typewebsiteog:descriptionHono is a small, simple, and ultrafast web framework built on Web Standards. It works on Cloudflare Workers, Fastly Compute, Deno, Bun, Vercel, Netlify, AWS Lambda, Lambda@Edge, and Node.js. Fast, but not only fast.# Hono > Hono - means flame🔥 in Japanese - is a small, simple, and ultrafast web framework built on Web Standards. It works on any JavaScript runtime: Cloudflare Workers, Fastly Compute, Deno, Bun, Vercel, Netlify, AWS Lambda, Lambda@Edge, and Node.js. ## Docs - [Full Docs](https://hono.dev/llms-full.txt) Full documentation of Hono. (without examples) - [Tiny Docs](https://hono.dev/llms-small.txt): Tiny documentation of Hono. (includes only description of core) ## Examples - [Examples](https://github.com/honojs/website/tree/main/examples): List of example files. ## Optional - [Index](https://hono.dev/docs/index) - [Third Party](https://hono.dev/docs/middleware/third-party) - [Basic Auth](https://hono.dev/docs/middleware/builtin/basic-auth) - [Bearer Auth](https://hono.dev/docs/middleware/builtin/bearer-auth) - [Body Limit](https://hono.dev/docs/middleware/builtin/body-limit) - [Cache](https://hono.dev/docs/middleware/builtin/cache) - [Combine](https://hono.dev/docs/middleware/builtin/combine) - [Compress](https://hono.dev/docs/middleware/builtin/compress) - [Context Storage](https://hono.dev/docs/middleware/builtin/context-storage) - [Cors](https://hono.dev/docs/middleware/builtin/cors) - [Csrf](https://hono.dev/docs/middleware/builtin/csrf) - [Etag](https://hono.dev/docs/middleware/builtin/etag) - [Ip Restriction](https://hono.dev/docs/middleware/builtin/ip-restriction) - [Jsx Renderer](https://hono.dev/docs/middleware/builtin/jsx-renderer) - [Jwk](https://hono.dev/docs/middleware/builtin/jwk) - [Jwt](https://hono.dev/docs/middleware/builtin/jwt) - [Language](https://hono.dev/docs/middleware/builtin/language) - [Logger](https://hono.dev/docs/middleware/builtin/logger) - [Method Override](https://hono.dev/docs/middleware/builtin/method-override) - [Pretty Json](https://hono.dev/docs/middleware/builtin/pretty-json) - [Request Id](https://hono.dev/docs/middleware/builtin/request-id) - [Secure Headers](https://hono.dev/docs/middleware/builtin/secure-headers) - [Timeout](https://hono.dev/docs/middleware/builtin/timeout) - [Timing](https://hono.dev/docs/middleware/builtin/timing) - [Trailing Slash](https://hono.dev/docs/middleware/builtin/trailing-slash) - [Accepts](https://hono.dev/docs/helpers/accepts) - [Adapter](https://hono.dev/docs/helpers/adapter) - [Conninfo](https://hono.dev/docs/helpers/conninfo) - [Cookie](https://hono.dev/docs/helpers/cookie) - [Css](https://hono.dev/docs/helpers/css) - [Dev](https://hono.dev/docs/helpers/dev) - [Factory](https://hono.dev/docs/helpers/factory) - [Html](https://hono.dev/docs/helpers/html) - [Jwt](https://hono.dev/docs/helpers/jwt) - [Proxy](https://hono.dev/docs/helpers/proxy) - [Route](https://hono.dev/docs/helpers/route) - [Ssg](https://hono.dev/docs/helpers/ssg) - [Streaming](https://hono.dev/docs/helpers/streaming) - [Testing](https://hono.dev/docs/helpers/testing) - [Websocket](https://hono.dev/docs/helpers/websocket) - [Best Practices](https://hono.dev/docs/guides/best-practices) - [Create Hono](https://hono.dev/docs/guides/create-hono) - [Examples](https://hono.dev/docs/guides/examples) - [Faq](https://hono.dev/docs/guides/faq) - [Helpers](https://hono.dev/docs/guides/helpers) - [Jsx Dom](https://hono.dev/docs/guides/jsx-dom) - [Jsx](https://hono.dev/docs/guides/jsx) - [Middleware](https://hono.dev/docs/guides/middleware) - [Others](https://hono.dev/docs/guides/others) - [Rpc](https://hono.dev/docs/guides/rpc) - [Testing](https://hono.dev/docs/guides/testing) - [Validation](https://hono.dev/docs/guides/validation) - [Ali Function-Compute](https://hono.dev/docs/getting-started/ali-function-compute) - [Aws Lambda](https://hono.dev/docs/getting-started/aws-lambda) - [Azure Functions](https://hono.dev/docs/getting-started/azure-functions) - [Basic](https://hono.dev/docs/getting-started/basic) - [Bun](https://hono.dev/docs/getting-started/bun) - [Cloudflare Pages](https://hono.dev/docs/getting-started/cloudflare-pages) - [Cloudflare Workers-Vite](https://hono.dev/docs/getting-started/cloudflare-workers-vite) - [Cloudflare Workers](https://hono.dev/docs/getting-started/cloudflare-workers) - [Deno](https://hono.dev/docs/getting-started/deno) - [Fastly](https://hono.dev/docs/getting-started/fastly) - [Google Cloud-Run](https://hono.dev/docs/getting-started/google-cloud-run) - [Lambda Edge](https://hono.dev/docs/getting-started/lambda-edge) - [Netlify](https://hono.dev/docs/getting-started/netlify) - [Nextjs](https://hono.dev/docs/getting-started/nextjs) - [Nodejs](https://hono.dev/docs/getting-started/nodejs) - [Service Worker](https://hono.dev/docs/getting-started/service-worker) - [Supabase Functions](https://hono.dev/docs/getting-started/supabase-functions) - [Vercel](https://hono.dev/docs/getting-started/vercel) - [Webassembly Wasi](https://hono.dev/docs/getting-started/webassembly-wasi) - [Benchmarks](https://hono.dev/docs/concepts/benchmarks) - [Developer Experience](https://hono.dev/docs/concepts/developer-experience) - [Middleware](https://hono.dev/docs/concepts/middleware) - [Motivation](https://hono.dev/docs/concepts/motivation) - [Routers](https://hono.dev/docs/concepts/routers) - [Stacks](https://hono.dev/docs/concepts/stacks) - [Web Standard](https://hono.dev/docs/concepts/web-standard) - [Context](https://hono.dev/docs/api/context) - [Exception](https://hono.dev/docs/api/exception) - [Hono](https://hono.dev/docs/api/hono) - [Index](https://hono.dev/docs/api/index) - [Presets](https://hono.dev/docs/api/presets) - [Request](https://hono.dev/docs/api/request) - [Routing](https://hono.dev/docs/api/routing)