@sphido/sitemap 2.0.4 → 2.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/readme.md +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sphido/sitemap",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "author": {
5
5
  "name": "Roman Ožana",
6
6
  "email": "roman@ozana.cz",
@@ -21,5 +21,5 @@
21
21
  "scripts": {
22
22
  "test": "ava"
23
23
  },
24
- "gitHead": "f3dcdf03923834eb0d6962d3a7e001cb4fb6b35d"
24
+ "gitHead": "2ec312ef7e5bf2c7c34694f66d5463ae79a00cf6"
25
25
  }
package/readme.md CHANGED
@@ -62,7 +62,6 @@ await got.get('https://www.google.com/webmasters/tools/ping?sitemap=https://sphi
62
62
 
63
63
  [IndexNow](https://www.indexnow.org/) is an open-source protocol that allows website publishers to
64
64
  instantly index across participating search engines, updating results based upon the latest content changes.
65
-
66
65
  [IndexNow](https://www.indexnow.org/) protocol is supported by [Microsoft Bing](https://www.bing.com/indexnow), [Seznam.cz](https://www.seznam.cz/) and Yandex.
67
66
 
68
67
  1. **Generate an API Key** – This is submitted alongside URLs to ensure ownership of the domain. You can use [Microsoft Bing API Key generator](https://www.bing.com/indexnow).