Socket
Socket
Sign inDemoInstall

gatsby-plugin-no-index

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-plugin-no-index

Gatsby plugin for not indexing your website on search engine


Version published
Maintainers
1
Weekly downloads
953
decreased by-14.68%

Weekly downloads

Readme

Source

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

Keywords

FAQs

Last updated on 10 Nov 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc