Skip to content

harlan-zw/nuxt-simple-robots

Repository files navigation

nuxt-simple-robots

NPM version NPM Downloads GitHub stars

Tame the robots crawling and indexing your Nuxt site with ease.


Status: v3 Released 🎉
Please report any issues 🐛
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 X-Robots-Tag header and <meta name="robots" ...> meta tag
  • 🔄 Integrates with route rules and runtime hooks
  • 🔒 Disables non-production environments from being indexed
  • Solves common issues and best practice default config

Installation

  1. Install nuxt-simple-robots dependency to your project:
npx nuxi@latest module add simple-robots
  1. Add it to your modules section in your nuxt.config:
export default defineNuxtConfig({
  modules: ['nuxt-simple-robots']
})

Documentation

📖 Read the full documentation for more information.

Demos

Sponsors

License

MIT License © 2022-PRESENT Harlan Wilton