netlify-plugin-submit-sitemap
netlify-plugin-submit-sitemap copied to clipboard
Automatically submit your sitemap after production build
Added Support for **Bing Search Engine** and updated code for **Yandex** as both Search Engine now supports Indexnow. visit [https://bing.com/indexnow](https://bing.com/indexnow) for more info. and [https://www.indexnow.org](https://www.indexnow.org). Also refer to readme file...
Hello. So, I've setup submit-sitemap to automate the task of sending Google and Yandex my website's sitemap. Here is how I configured netlify.toml: ``` # It is supposed to run...
It would be wonderful if the sitemap could be submitted to [Kagi](https://kagi.com), too.
It would be great if the sitemap could automatically be submitted to [Mojeek](https://mojeek.com 'Mojeek'), too!
constants.IS_LOCAL shouldn't be considered in checking production builds as it returns true when site is deployed from environments other than netlify (eg. using netlify deploy within github workflow).
When deploying the site from CI environment other than netlify(eg. github workflow), constants.IS_LOCAL returns true when the plugin runs causing sitemap submission to be skipped.
Hello, I wanted to use this Plugin directly from Netlify. I am building my Site with Astrojs and have a package which generates 2 sitemap files. sitemap-index.xml and sitemap-0.xml. I...