Gathering detailed insights and metrics for netlify-plugin-submit-sitemap
Gathering detailed insights and metrics for netlify-plugin-submit-sitemap
Gathering detailed insights and metrics for netlify-plugin-submit-sitemap
Gathering detailed insights and metrics for netlify-plugin-submit-sitemap
Automatically submit your sitemap after production build
npm install netlify-plugin-submit-sitemap
Typescript
Module System
Node Version
NPM Version
JavaScript (96.63%)
HTML (3.37%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
78 Stars
51 Commits
6 Forks
3 Watchers
3 Branches
4 Contributors
Updated on Jul 10, 2025
Latest Version
0.4.0
Package Id
netlify-plugin-submit-sitemap@0.4.0
Unpacked Size
8.48 kB
Size
3.28 kB
File Count
5
NPM Version
6.14.15
Node Version
14.18.2
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
Automatically submit your sitemap to Google and Yandex after every production build!
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.
You can install this plugin in the Netlify UI from this direct in-app installation link or from the Plugins directory.
To use file-based installation, add the following lines to your netlify.toml
file:
1[build] 2 publish = "public" 3 4[[plugins]] 5 package = "netlify-plugin-submit-sitemap" 6 7 [plugins.inputs] 8 9 # The base url of your site (optional, default = main URL set in Netlify) 10 baseUrl = "https://example.com" 11 12 # Path to the sitemap URL (optional, default = /sitemap.xml) 13 sitemapPath = "/sitemap.xml" 14 15 # Time in seconds to not submit the sitemap after successful submission 16 ignorePeriod = 0 17 18 # Enabled providers to submit sitemap to (optional, default = 'google', 'yandex'). Possible providers are currently only 'google', 'yandex'. 19 providers = [ 20 "google", 21 "yandex" 22 ]
Note: The [[plugins]]
line is required for each plugin, even if you have other plugins in your netlify.toml
file already.
To complete file-based installation, from your project's base directory, use npm, yarn, or any other Node.js package manager to add this plugin to devDependencies
in package.json
.
npm install -D netlify-plugin-submit-sitemap
DuckDuckGo is not a supported provider because it currently doesn't offer any manual method where you can enter your sitemap or webpage URLs for indexing; more information can be found here
Bing is not supported anymore, since it deprecated anonymous sitemap submission since May 2022
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
1 existing vulnerabilities detected
Details
Reason
Found 3/14 approved changesets -- score normalized to 2
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-14
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More