@sphido/sitemap 2.0.3 → 2.0.4
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 +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sphido/sitemap",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4",
|
|
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": "f3dcdf03923834eb0d6962d3a7e001cb4fb6b35d"
|
|
25
25
|
}
|
package/readme.md
CHANGED
|
@@ -50,14 +50,13 @@ 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';
|
|
56
|
-
|
|
57
57
|
await got.get('https://www.google.com/webmasters/tools/ping?sitemap=https://sphido.org/sitemap.xml');
|
|
58
58
|
```
|
|
59
59
|
|
|
60
|
-
or visit [URL manually](https://www.google.com/webmasters/tools/ping?sitemap=https://sphido.org/sitemap.xml)
|
|
61
60
|
|
|
62
61
|
### Bing, Seznam, Yandex
|
|
63
62
|
|