Netlify Build Plugin: Automatically submit your sitemap after every production build
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.
Usage
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:
[build]
publish = "public"
[[plugins]]
package = "netlify-plugin-submit-sitemap"
[plugins.inputs]
baseUrl = "https://example.com"
sitemapPath = "/sitemap.xml"
ignorePeriod = 0
providers = [
"google",
"yandex"
]
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
Notes
-
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