Best practice AI & LLM discoverability for Nuxt sites
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 searchInstall 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
π Read the full documentation for more information.
MIT.
We use cookies
We use cookies to analyze traffic and improve your experience. You can accept or reject analytics cookies.