Gesamtwert der KI-Bereitschaft
Zusammengefasster Wert aus allen Auditsignalen.
Gesamtwert der KI-Bereitschaft
Zusammengefasster Wert aus allen Auditsignalen.
Gesamtbewertung der KI-Bereitschaft
Hono (hono.dev) erreichte im automatisierten technischen Audit 66/100 Punkte bei der KI-Bereitschaft. llms.txt war erreichbar, llms-full.txt war nicht auffindbar und ai.txt war nicht auffindbar. Die robots.txt-Analyse ergab 0 ausdrücklich erlaubte und 0 blockierte KI-Crawler sowie 0 deklarierte Sitemaps. Die Vollständigkeit des Homepage-Markups lag bei 30%; es wurden keine Schema.org-Typen erkannt. Erkannte OpenGraph-Tags: 3. Die Ergebnisse entsprechen den öffentlich erreichbaren Antworten der Website zum Prüfzeitpunkt 2026-07-21T07:40:02.364Z.
Die Prüfung kombiniert maschinenlesbare Dateien, Crawler-Regeln, Sitemaps und Homepage-Markup. llms.txt ist erreichbar und umfasst 1.392 Tokens.
robots.txt ist nicht verfügbar; blockierte KI-Bots: 0. Deklarierte Sitemaps: 0. Keine Schema.org-Typen erkannt.
Mobiles Lighthouse-Profil: Performance 95/100, Barrierefreiheit 98/100, SEO 100/100.
Eine mobile Lighthouse-Messung. Die experimentelle Kategorie Agentic Browsing wird separat gezeigt und ersetzt nicht den LLMSMap-Gesamtwert.
Performance
Barrierefreiheit
Best Practices
Technisches SEO
Agentic Browsing
Die mobile Seite wird effizient dargestellt; der größte sichtbare Inhalt erschien nach 2.9 s.
Barrierefreiheit: 98/100, Best Practices: 100/100, technisches SEO: 100/100. Die experimentelle Kategorie Agentic Browsing erreichte 100/100 und wird getrennt vom LLMSMap-Gesamtwert angezeigt.
Lange JavaScript-Aufgaben aufteilen, nicht kritische Skripte und Stile verzögern und blockierende Anfrageketten verkürzen.
Ungenutztes CSS und JavaScript entfernen, schwere Widgets bei Bedarf laden und Drittanbieter-Skripte begrenzen.
Passende moderne Bildformate ausliefern, das Hauptmotiv priorisieren und Inhalte unterhalb des ersten Bildschirms verzögert laden.
Serverantworten beschleunigen, unnötige Weiterleitungen entfernen und Komprimierung sowie Caching einsetzen.
Erster Inhalt
Hauptinhalt
Layout-Stabilität
Blockierzeit
Visuelle Geschwindigkeit
Maschinenlesbare Dateien, Crawler-Regeln, Discovery und Homepage-Markup.
Vollständige Version wurde nicht gefunden
ai.txt wurde nicht gefunden
robots.txt wurde nicht gefunden
In robots.txt ist keine Sitemap angegeben
Keine Schema.org-Auszeichnung auf der Startseite gefunden
3 OpenGraph-Tags gefunden
Basierend auf der robots.txt-Analyse
Auf der Startseite gefundene Metadaten für Social-Media-Vorschauen.
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)