
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
netlify-plugin-submit-sitemap
Advanced tools
Automatically submit your sitemap to Google and Yandex!
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:
[build]
publish = "public"
[[plugins]]
package = "netlify-plugin-submit-sitemap"
[plugins.inputs]
# The base url of your site (optional, default = main URL set in Netlify)
baseUrl = "https://example.com"
# Path to the sitemap URL (optional, default = /sitemap.xml)
sitemapPath = "/sitemap.xml"
# Time in seconds to not submit the sitemap after successful submission
ignorePeriod = 0
# Enabled providers to submit sitemap to (optional, default = 'google', 'yandex'). Possible providers are currently only 'google', 'yandex'.
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
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
FAQs
Automatically submit your sitemap to Google and Yandex!
The npm package netlify-plugin-submit-sitemap receives a total of 4,758 weekly downloads. As such, netlify-plugin-submit-sitemap popularity was classified as popular.
We found that netlify-plugin-submit-sitemap demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.