Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keplersj/gatsby-plugin-verify-bing
Gatsby plugin for Bing Website Verification
https://github.com/keplersj/gatsby-plugin-verify-bing
bing gatsby gatsby-plugin seo
Last synced: 29 days ago
JSON representation
Gatsby plugin for Bing Website Verification
- Host: GitHub
- URL: https://github.com/keplersj/gatsby-plugin-verify-bing
- Owner: keplersj
- Created: 2019-09-30T00:37:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T19:26:06.000Z (7 months ago)
- Last Synced: 2024-11-30T23:31:59.421Z (about 1 month ago)
- Topics: bing, gatsby, gatsby-plugin, seo
- Language: TypeScript
- Size: 2.07 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://www.bing.com/webmaster/help/how-to-verify-ownership-of-your-site-afcfefc6).
## Instalation
```shell
npm install gatsby-plugin-verify-bing
```## Usage
In your `gatsby-config.js`:
```js
module.exports = {
plugins: [
{
resolve: "gatsby-plugin-verify-bing",
options: {
userIds: ["E5D802A305BE2DD99ESampleAuthCode"],
xmlFileName: "BingSiteAuth.xml", // optional
},
},
],
};
```## License
Copyright 2019 Kepler Sticka-Jones. Licensed ISC