#llmsmap.me

Independent technical audit

hono.dev

hono.dev

Overall AI readiness score

A combined result across all audit signals.

66of 100Average
AI readiness audit: 7/21/2026Public technical data

Overall AI readiness assessment

How ready hono.dev is for AI systems

66/100

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.

Audit context

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.

Confirmed strengths

  • Accessible llms.txt
  • Strong Google agentic signals

Priority improvements

  1. 1Add llms-full.txt for richer first-party context.
  2. 2Publish robots.txt with explicit search and AI crawler rules.
  3. 3Declare the current sitemap.xml in robots.txt.
  4. 4Add JSON-LD for the organisation, website, and core entities.
llms.txt tokens1,392
llms-full.txt tokens90,983
ai.txt
sitemap.xml

Google Lighthouse technical profile

A mobile Lighthouse measurement. Google’s experimental Agentic Browsing category is explained separately and does not replace the broader llmsmap AI-readiness score.

Mobile · Lighthouse
95

Performance

98

Accessibility

100

Best Practices

100

Technical SEO

100

Agentic Browsing

What these results mean

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.

1

Free the main thread and accelerate the first view

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.

2

Reduce code that loads without helping the page

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.

3

Optimise images and their loading order

Serve correctly sized modern formats, prioritise the primary visual, and lazy-load content below the first viewport.

4

Reduce network delay

Improve server response time, remove unnecessary redirects and repeat downloads, and use compression, caching, and selective preconnect hints.

FCP1.4 s

First content

LCP2.9 s

Main content

CLS0

Layout stability

TBT0 ms

Blocking time

SI2.6 s

Visual speed

Metric glossary
FCP · First content
When the first text or image appeared on screen.
LCP · Main content
When the largest visible element in the first viewport rendered.
CLS · Layout stability
How much content shifted unexpectedly while loading; lower is better.
TBT · Blocking time
How long the browser main thread could not respond quickly to input.
SI · Visual speed
How quickly the visible viewport filled with content.
7/21/2026Lighthouse 13.4.0Mobile profile

AI readiness checks

Machine-readable files, crawler policy, discovery, and homepage markup.

llms.txt

File found and accessible

https://hono.dev/llms.txt
llms-full.txt

Full version was not found

ai.txt

ai.txt file was not found

robots.txt

robots.txt file was not found

Sitemap in robots.txt

Sitemap is not declared in robots.txt

Schema.org (JSON-LD)

Schema.org markup was not found on the homepage

OpenGraph30%

3 OG tags found

AI bot access

Based on robots.txt analysis

GPTBotNot mentioned
OAI-SearchBotNot mentioned
ChatGPT-UserNot mentioned
Google-ExtendedNot mentioned
ClaudeBotNot mentioned
Claude-SearchBotNot mentioned
Claude-UserNot mentioned
BytespiderNot mentioned
CCBotNot mentioned
PerplexityBotNot mentioned
Perplexity-UserNot mentioned

OpenGraph tags

Social preview metadata found on the homepage.

Markup completeness: 30%
og:typewebsite
og: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)
Share or continue the analysis
Share this audit
Discuss with AI
Added 7/19/2026
hono.dev - AI readiness audit | llmsmap.me