Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Open-source Nuxt module for controlling search engine crawling and indexing; migrated into @nuxtjs/robots.
Nuxt Simple Robots is an open-source Nuxt.js module that helps site owners control how search engines crawl and index their Nuxt applications by managing robots.txt and meta robots rules. Originally authored by Harlan Wilton under the MIT License, the project has since been merged into the official @nuxtjs/robots module, and this repository now functions as a migration point for existing users.
Nuxt Simple Robots is a utility module for Nuxt.js, not a website template. It takes your preferred crawling and indexing settings and translates them into the technical outputs that search engine bots read: a robots.txt file at the site root and per-page meta robots tags. The module runs entirely inside a Nuxt project's server and build process, requiring no external service. Because the codebase has been consolidated, the original nuxt-simple-robots package is deprecated; all new development happens under @nuxtjs/robots.
No. The repository has been merged into @nuxtjs/robots, and the original package is deprecated. The current notice directs users to the migration guide to update their configuration.
It generates robots.txt and meta robots directives for a Nuxt.js site, giving you control over how search engine crawlers access and index your pages.
Yes, the project is open source under the MIT License, so it is free to use, modify, and redistribute.
Replace it with @nuxtjs/robots, the official Nuxt module that continues the functionality. The migration guide at nuxtseo.com/robots/releases/v4 explains how to adapt your configuration.
