netlify-plugin-submit-sitemap
Advanced tools
Comparing version 0.1.4 to 0.2.0
@@ -15,2 +15,3 @@ const url = require('url'); | ||
'bing': (sitemapUrl) => `https://www.bing.com/ping?sitemap=${sitemapUrl}`, | ||
'yandex': (sitemapUrl) => `https://webmaster.yandex.ru/ping?sitemap=${sitemapUrl}` | ||
} | ||
@@ -17,0 +18,0 @@ |
{ | ||
"name": "netlify-plugin-submit-sitemap", | ||
"version": "0.1.4", | ||
"version": "0.2.0", | ||
"description": "Automatically submit your sitemap to Google and Bing!", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# Netlify Build Plugin: Automatically submit your sitemap after every production build | ||
Automatically submit your sitemap to **Google** and **Bing** after every production build! | ||
Automatically submit your sitemap to **Google**, **Bing**, and **Yandex** after every production build! | ||
@@ -26,6 +26,7 @@ This plugin will notify the search engines after every production build about your latest sitemap. The plugin can be used without any configuration if using the defaults. | ||
# Enabled providers to submit sitemap to (optional, default = 'google', 'bing'). Possible providers are currently only 'google' and 'bing'. | ||
# Enabled providers to submit sitemap to (optional, default = 'google', 'bing', 'yandex'). Possible providers are currently only 'google', 'bing', 'yandex'. | ||
providers = [ | ||
"google", | ||
"bing" | ||
"bing", | ||
"yandex" | ||
] | ||
@@ -32,0 +33,0 @@ ``` |
5380
84
35