New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

netlify-plugin-submit-sitemap

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

netlify-plugin-submit-sitemap - npm Package Compare versions

Comparing version 0.1.4 to 0.2.0

1

index.js

@@ -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 @@

2

package.json
{
"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 @@ ```

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc