@sphido/sitemap 2.0.3 → 2.0.6

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 +2 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sphido/sitemap",
3
- "version": "2.0.3",
3
+ "version": "2.0.6",
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": "0da6b1833720df984911fdf6d560a82022a15407"
24
+ "gitHead": "4e67a2c1a85839762864b2c06d657c2526ac7960"
25
25
  }
package/readme.md CHANGED
@@ -50,6 +50,7 @@ that it's changed. Alert Google about a sitemap only when it's new or updated;
50
50
  don't submit or ping unchanged sitemaps multiple times.
51
51
 
52
52
  You can use [got](https://github.com/sindresorhus/got) - Human-friendly and powerful HTTP request library for Node.js
53
+ or visit [URL manually](https://www.google.com/webmasters/tools/ping?sitemap=https://sphido.org/sitemap.xml)
53
54
 
54
55
  ```javascript
55
56
  import got from 'got';
@@ -57,13 +58,10 @@ import got from 'got';
57
58
  await got.get('https://www.google.com/webmasters/tools/ping?sitemap=https://sphido.org/sitemap.xml');
58
59
  ```
59
60
 
60
- or visit [URL manually](https://www.google.com/webmasters/tools/ping?sitemap=https://sphido.org/sitemap.xml)
61
-
62
61
  ### Bing, Seznam, Yandex
63
62
 
64
63
  [IndexNow](https://www.indexnow.org/) is an open-source protocol that allows website publishers to
65
64
  instantly index across participating search engines, updating results based upon the latest content changes.
66
-
67
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.
68
66
 
69
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).
@@ -77,4 +75,4 @@ https://search.seznam.cz/indexnow?url=[URL]&key=[YOUR KEY]
77
75
 
78
76
  ## Source codes
79
77
 
80
- https://github.com/sphido/sphido/tree/main/packages/sphido-sitemap
78
+ [@sphido/sitemap](https://github.com/sphido/sphido/tree/main/packages/sphido-sitemap)