Best practice AI & LLM discoverability for Nuxt sites.
Best practice AI & LLM discoverability for Nuxt sites. Score 100 on
npx @vercel/agent-readability audit <URL>.
ChatGPT search interest doubled in the past year. Users now ask AI assistants questions your site could answer - but LLMs only cite sources they can parse.
Two standards are emerging: llms.txt (4,400 searches/mo, +26,900% YoY) for AI-readable site summaries, and MCP (22,200 searches/mo) for letting agents query your content directly.
Nuxt AI Ready implements both. It converts your pages to markdown, generates llms.txt at build time, and exposes an MCP server for AI agents to search your site.
llms.txt and llms-full.txt with page metadata and full markdown content.md (e.g., /about β /about.md), automatically served to AI crawlerslist_pages and search_pages tools with FTS5 full-text search@nuxtjs/i18n for hreflang Link headers, locale-tagged frontmatter, and an Available Languages section in llms.txtInstall nuxt-ai-ready dependency to your project:
npx nuxi@latest module add nuxt-ai-ready
[!TIP]
Generate an Agent Skill for this package using skilld:npx skilld add nuxt-ai-ready
π‘ Made your site AI-ready? Preview how a page converts to LLM-readable markdown with the free HTMLβMarkdown tool, or track how AI engines index, rank and cite your site with Nuxt SEO Pro.
π Read the full documentation for more information.
MIT.