1.0.2 • Published 3 years ago

gatsby-plugin-no-index v1.0.2

Weekly downloads
321
License
MIT
Repository
github
Last release
3 years ago

gatsby-plugin-no-index


A simple plugin that keeps your website from being indexed by search engine.

How to use

  1. Install using either npm or yarn:
yarn add gatsby-plugin-no-index

or

npm install gatsby-plugin-no-index
  1. Add to gatsby-config.js
module.exports = {
  plugins: [
    `gatsby-plugin-no-index`,
  ]
}

Further readings

https://moz.com/learn/seo/robots-meta-directives https://developers.google.com/search/reference/robots_meta_tag

1.0.2

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago