Getting Started

Introduction

Last updated by Harlan Wilton in doc: sync.

Why use Nuxt AI Ready?

Nuxt AI Ready makes your site discoverable by AI agents and LLMs with minimal config and best practice defaults.

Users increasingly ask AI assistants questions your site could answer—but LLMs only cite sources they can parse. Two standards are emerging to solve this:

  • llms.txt — AI-readable site summaries
  • MCP — Protocol for agents to query your content directly

Rather than manually maintaining these files, Nuxt AI Ready generates them automatically based on your site content.

License: Nuxt AI Ready is a Nuxt SEO Pro module.

Features

📄 llms.txt Generation

Automatic llms.txt standard files at build time:

  • /llms.txt — Site overview with page links
  • /llms-full.txt — Full markdown content for all pages

📝 On-Demand Markdown

Any route available as .md (e.g., /about/about.md) with smart bot detection and cache headers.

🤖 MCP Server

Model Context Protocol server with list_pages and search_pages_fuzzy tools for AI agent integration.

🛡️ Content Signals

Configure AI training/search permissions via Content Signals in robots.txt.

Did this page help you?