1.1.35 • Published 3 years ago

gatsby-plugin-verify-bing v1.1.35

Weekly downloads
281
License
ISC
Repository
github
Last release
3 years ago

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

1.1.35

3 years ago

1.1.34

3 years ago

1.1.33

3 years ago

1.1.32

3 years ago

1.1.30

3 years ago

1.1.31

3 years ago

1.1.29

3 years ago

1.1.28

3 years ago

1.1.27

3 years ago

1.1.26

3 years ago

1.1.25

3 years ago

1.1.24

3 years ago

1.1.23

3 years ago

1.1.22

3 years ago

1.1.21

4 years ago

1.1.20

4 years ago

1.1.19

4 years ago

1.1.18

4 years ago

1.1.17

4 years ago

1.1.16

4 years ago

1.1.15

4 years ago

1.1.14

4 years ago

1.1.13

4 years ago

1.1.12

4 years ago

1.1.11

4 years ago

1.1.10

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago