Итоговая оценка ИИ-оптимизации
Сводный результат по всем сигналам аудита.
Итоговая оценка ИИ-оптимизации
Сводный результат по всем сигналам аудита.
Итоговая оценка ИИ-оптимизации
InstantDB (instantdb.com) получил 61/100 по результатам автоматического технического аудита готовности к работе с ИИ. Файл llms.txt доступен, llms-full.txt не найден, ai.txt не найден. Анализ robots.txt показал: явно разрешено ИИ-ботов — 0, заблокировано — 0, объявлено sitemap — 0. Полнота разметки главной страницы — 30%; типы Schema.org не обнаружены, OpenGraph-тегов — 7. Результаты соответствуют публичным ответам сайта на момент проверки 2026-07-21T07:21:55.050Z.
Файл llms.txt доступен и содержит 1 376 токенов. Расширенный llms-full.txt не найден, поэтому подробный контекст агенту придётся собирать из обычных страниц. Отдельный ai.txt не обнаружен; это не обязательная часть предлагаемого формата llms.txt, но такой файл может явно описать политику обучения, цитирования и автоматического доступа.
robots.txt не найден, поэтому невозможно подтвердить явные правила доступа для поисковых и ИИ-краулеров. На главной не обнаружена Schema.org-разметка. OpenGraph-тегов найдено 7, расчётная полнота публичной разметки — 30%. Без сущностей и связей ИИ сложнее однозначно определить организацию, продукт и канонические страницы.
Мобильный профиль Lighthouse дополняет аудит: производительность 50/100, доступность 76/100, технические практики 96/100, SEO 82/100 и экспериментальная готовность браузерных агентов 67/100. Эти данные входят в итоговую оценку ИИ-оптимизации с ограниченным весом: они дополняют, но не заменяют проверку llms.txt, robots.txt и машинной разметки.
Замер мобильной версии. Экспериментальная категория Google Agentic Browsing показана отдельно и не заменяет итоговую оценку ИИ-оптимизации от llmsmap.
Производительность
Доступность
Технические практики
Техническое SEO
Работа браузерных агентов
Производительность мобильной версии — 50/100; самый крупный видимый блок появился за 8.5 s, а суммарная блокировка основного потока составила 450 ms. Показатель смещения макета — 0. Основной поток выполняет JavaScript, рассчитывает расположение элементов и рисует страницу: пока он занят, интерфейс хуже реагирует и на действия человека, и на команды браузерного агента.
Доступность получила 76/100, технические практики — 96/100, SEO — 82/100. Экспериментальная категория Agentic Browsing получила 67/100. Она отражает сигналы, которые Google сейчас проверяет для программных агентов, и не заменяет итоговую оценку ИИ-оптимизации от llmsmap.
Разделите длинные JavaScript-задачи, отложите необязательные скрипты и критические стили, уменьшите цепочки блокирующих запросов. Это ускорит появление основного контента и позволит интерфейсу раньше принимать действия.
Добавьте доступные названия кнопкам и ссылкам, связанные подписи полям, последовательные заголовки и семантические области. Такая структура одновременно помогает скринридерам и агентам понимать назначение действий.
Проверьте уникальные title и description, доступность индексации, canonical, понятные тексты ссылок и языковые связи. Это уменьшает неоднозначность при выборе страницы поиском и ИИ-системами.
Первый контент
Главный блок
Стабильность
Блокировка
Скорость экрана
Машиночитаемые файлы, правила краулинга, обнаружение страниц и разметка главной.
Полная версия не найдена
Файл ai.txt не найден
Файл robots.txt не найден
Sitemap не объявлен в robots.txt
Разметка Schema.org не найдена на главной
Найдено OG-тегов: 7
На основе анализа robots.txt
Метаданные превью главной страницы для соцсетей и мессенджеров.
og:titleInstantDB: the best backend for AI-coded appsog:descriptionWe make you and your agent more productive by giving your frontend a real-time database.og:image:altInstantDB: The best backend for AI-coded appsog:image:typeimage/pngog:image:width1200og:image:height630# InstantDB > Instant is a modern Firebase. We make you productive by giving your frontend a real-time database. Below is a reference for documentation on using Instant. ## Docs - [Common mistakes](https://instantdb.com/docs/common-mistakes.md): Common mistakes when working with Instant - [Instant - The Modern Firebase.](https://instantdb.com/docs.md): How to use Instant with React - [Initializing Instant](https://instantdb.com/docs/init.md): How to integrate Instant with your app. - [Modeling data](https://instantdb.com/docs/modeling-data.md): How to model data with Instant's schema. - [Writing data](https://instantdb.com/docs/instaml.md): How to write data with Instant using InstaML. - [Reading data](https://instantdb.com/docs/instaql.md): How to read data with Instant using InstaQL. - [Infinite Queries](https://instantdb.com/docs/infinite-queries.md): How to subscribe to large amounts of data incrementally - [Instant on the Backend](https://instantdb.com/docs/backend.md): How to use Instant on the server with the Admin SDK. - [Patterns](https://instantdb.com/docs/patterns.md): Common patterns for working with InstantDB. - [Auth](https://instantdb.com/docs/auth.md): Instant supports magic code, OAuth, Clerk, and custom auth. - [Magic Code Auth](https://instantdb.com/docs/auth/magic-codes.md): How to add magic code auth to your Instant app. - [Guest Auth](https://instantdb.com/docs/auth/guest-auth.md): Let your users try your app before creating an account - [Permissions](https://instantdb.com/docs/permissions.md): How to secure your data with Instant's Rule Language. - [Rate Limits](https://instantdb.com/docs/rate-limits.md): How to add rate limiting to your Instant app with permission rules. - [Managing users](https://instantdb.com/docs/users.md): How to manage users in your Instant app. - [Presence, Cursors, and Activity](https://instantdb.com/docs/presence-and-topics.md): How to add ephemeral features like presence and cursors to your Instant app. - [Instant CLI](https://instantdb.com/docs/cli.md): How to use the Instant CLI to manage schema and permissions. - [Self Hosting](https://instantdb.com/docs/self-hosting.md): Run InstantDB entirely on your own server. - [Storage](https://instantdb.com/docs/storage.md): How to upload and serve files with Instant. - [Streams](https://instantdb.com/docs/streams.md): How to stream and persist data with Instant. - [Webhooks](https://instantdb.com/docs/webhooks.md): How to receive, verify, and manage Instant webhooks. - [Stripe Payments](https://instantdb.com/docs/stripe-payments.md): How to add payments to your Instant app with Stripe. - [Admin HTTP API](https://instantdb.com/docs/http-api.md): Direct HTTP access to Instant's admin API for non-JavaScript environments. - [(Experimental) NextJS SSR](https://instantdb.com/docs/next-ssr.md): Use server-side-rendering with InstantDB and Next.js. ## Optional - [Getting started with React Native](https://instantdb.com/docs/start-rn.md): How to use Instant with React Native - [Getting started with Vanilla JS](https://instantdb.com/docs/start-vanilla.md): How to use Instant with Vanilla JS - [Getting started with SolidJS](https://instantdb.com/docs/start-solidjs.md): How to use Instant with SolidJS - [Getting started with Svelte](https://instantdb.com/docs/start-svelte.md): How to use Instant with SvelteKit and Svelte 5 - [Getting started with Vue](https://instantdb.com/docs/start-vue.md): How to use Instant with Vue 3 and Vite - [Getting started with TanStack Start](https://instantdb.com/docs/start-tanstack.md): How to use Instant with TanStack Start - [Getting started with Python](https://instantdb.com/docs/start-python.md): How to use Instant from Python with the admin SDK. - [Create Instant App](https://instantdb.com/docs/create-instant-app.md): Use create-instant-app to scaffold a new Instant project - [Recommended Workflow](https://instantdb.com/docs/workflow.md): How to develop with Instant - [Using Instant with LLMs](https://instantdb.com/docs/using-llms.md): How to use Instant with LLMs - [Google OAuth](https://instantdb.com/docs/auth/google-oauth.md): How to add Google OAuth to your Instant app. - [Sign In with Apple](https://instantdb.com/docs/auth/apple.md): How to add Sign In with Apple to your Instant app. - [GitHub OAuth](https://instantdb.com/docs/auth/github-oauth.md): How to add GitHub OAuth to your Instant app. - [LinkedIn OAuth](https://instantdb.com/docs/auth/linkedin-oauth.md): How to add LinkedIn OAuth to your Instant app. - [Clerk](https://instantdb.com/docs/auth/clerk.md): How to integrate Clerk's auth flow with Instant. - [Firebase Auth](https://instantdb.com/docs/auth/firebase.md): How to integrate Firebase's auth flow with Instant. - [Devtool](https://instantdb.com/docs/devtool.md): Use the Instant devtool to inspect your app in development. - [Platform API](https://instantdb.com/docs/platform-api.md): Spin up Instant apps on demand and manage schema with the Platform API. - [Explorer Component](https://instantdb.com/docs/explorer-component.md): Use the Explorer Component in your own apps - [Custom email templates and senders](https://instantdb.com/docs/emails.md): How to customize magic code emails. - [App teams (Pro)](https://instantdb.com/docs/teams.md): How to manage your Instant app's team members and their roles. - [Migrating from Supabase](https://instantdb.com/docs/migrate-from-supabase.md): A prompt for your AI coding assistant to migrate a Supabase project to InstantDB.