back to home

nuxt-modules / robots

Tame the robots crawling and indexing your Nuxt site.

View on GitHub
514 stars
50 forks
9 issues
TypeScriptVueCSS

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing nuxt-modules/robots in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/nuxt-modules/robots)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

@nuxtjs/robots [![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![License][license-src]][license-href] [![Nuxt][nuxt-src]][nuxt-href] Nuxt Robots is a module for configuring the robots crawling your site with minimal config and best practice defaults. The core feature of the module is: • Telling crawlers which paths they can and cannot access using a robots.txt file. • Telling search engine crawlers what they can show in search results from your site using a HTTP header. New to robots or SEO? Check out the Controlling Web Crawlers guide to learn more about why you might need these features. Made possible by my Sponsor Program šŸ’– Follow me @harlan_zw 🐦 • Join Discord for help Features • šŸ¤– Merge in your existing robots.txt or programmatically create a new one • šŸ—æ Automatic header and meta tag • šŸ•µļø Bot detection with optional fingerprinting • šŸ”’ Disables non-production environments from being indexed • 🤠 Control AI crawlers using the and directives Installation šŸ’” Using Nuxt 2? Please use the v3.x tag. Install dependency to your project: šŸ’” Need a complete SEO solution for Nuxt? Check out Nuxt SEO. Documentation šŸ“– Read the full documentation for more information. Demos • Default - StackBlitz Sponsors License Licensed under the MIT license. [npm-version-src]: https://img.shields.io/npm/v/@nuxtjs/robots/latest.svg?style=flat&colorA=18181B&colorB=28CF8D [npm-version-href]: https://npmjs.com/package/@nuxtjs/robots [npm-downloads-src]: https://img.shields.io/npm/dm/@nuxtjs/robots.svg?style=flat&colorA=18181B&colorB=28CF8D [npm-downloads-href]: https://npmjs.com/package/@nuxtjs/robots [license-src]: https://img.shields.io/github/license/nuxt-modules/robots.svg?style=flat&colorA=18181B&colorB=28CF8D [license-href]: https://github.com/nuxt-modules/robots/blob/main/LICENSE.md [nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?logo=nuxt [nuxt-href]: https://nuxt.com