SHIP IT FASTER

The average enterprise on Netlify ships 140 times per week. Where does your team rank?

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-plugin-verify-bing

Gatsby plugin for Bing Website Verification. No need to include an XML file in your static directory, let us take care of that! This plugin will create help verify you own your website for Bing, see the Bing Webmasters documentation on Verifying Ownership for more details.

Instalation

npm install gatsby-plugin-verify-bing

Usage

In your gatsby-config.js:

module.exports = {
  plugins: [
    {
      resolve: "gatsby-plugin-verify-bing",
      options: {
        userIds: ["E5D802A305BE2DD99ESampleAuthCode"],
        xmlFileName: "BingSiteAuth.xml", // optional
      },
    },
  ],
};

License

Copyright 2019 Kepler Sticka-Jones. Licensed ISC

© 2023 Gatsby, Inc.