Getting Started

Install Nuxt Skew Protection

Last updated by
Harlan Wilton
in feat: `contentSignal` module config.

Setup Module

Learn more about what it means to be AI Ready in the introduction.

To get started with Nuxt AI Ready, you need to install the dependency and add it to your Nuxt config.

bash
npx nuxt module add ai-ready

License

Nuxt AI Ready requires a Nuxt SEO Pro license to use.

NUXT_SEO_PRO_LICENSE_KEY=your-license-key-here

Verifying Installation

Nuxt AI Ready works as a zero-config module, so no additional setup is required beyond installation.

You can verify certain features by checking the following:

  • .md routes: Visit any route on your site and append .md to the URL (e.g., /about.md). You should see the markdown version of that page.

It's recommended to perform a production build and test the features to ensure everything is working as expected.

  • /robots.txt shows your Content-Signal.
  • /llms.txt and /llms-full.txt are generated after build with appropriate content.

Next Steps

You've successfully installed Nuxt AI Ready and configured it for your project.

Did this page help you?