@sphido/sitemap 2.0.5 → 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.
- package/package.json +2 -2
- package/readme.md +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sphido/sitemap",
|
|
3
|
-
"version": "2.0.
|
|
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": "
|
|
24
|
+
"gitHead": "4e67a2c1a85839762864b2c06d657c2526ac7960"
|
|
25
25
|
}
|
package/readme.md
CHANGED
|
@@ -54,10 +54,10 @@ 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
|
|
@@ -75,4 +75,4 @@ https://search.seznam.cz/indexnow?url=[URL]&key=[YOUR KEY]
|
|
|
75
75
|
|
|
76
76
|
## Source codes
|
|
77
77
|
|
|
78
|
-
https://github.com/sphido/sphido/tree/main/packages/sphido-sitemap
|
|
78
|
+
[@sphido/sitemap](https://github.com/sphido/sphido/tree/main/packages/sphido-sitemap)
|