@sphido/sitemap 2.0.4 → 2.0.7
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.
- package/package.json +2 -2
- package/readme.md +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sphido/sitemap",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.7",
|
|
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": "
|
|
24
|
+
"gitHead": "824894e08a8007b0c36d75fe005b153ccfa7c5fc"
|
|
25
25
|
}
|
package/readme.md
CHANGED
|
@@ -54,15 +54,14 @@ or visit [URL manually](https://www.google.com/webmasters/tools/ping?sitemap=htt
|
|
|
54
54
|
|
|
55
55
|
```javascript
|
|
56
56
|
import got from 'got';
|
|
57
|
+
|
|
57
58
|
await got.get('https://www.google.com/webmasters/tools/ping?sitemap=https://sphido.org/sitemap.xml');
|
|
58
59
|
```
|
|
59
60
|
|
|
60
|
-
|
|
61
61
|
### Bing, Seznam, Yandex
|
|
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).
|
|
@@ -76,4 +75,4 @@ https://search.seznam.cz/indexnow?url=[URL]&key=[YOUR KEY]
|
|
|
76
75
|
|
|
77
76
|
## Source codes
|
|
78
77
|
|
|
79
|
-
https://github.com/sphido/sphido/tree/main/packages/sphido-sitemap
|
|
78
|
+
[@sphido/sitemap](https://github.com/sphido/sphido/tree/main/packages/sphido-sitemap)
|