General
Currently the following page types are supported:
RainLab.Pages
Page- October CMS Page
We encourage you to create more Sitemap generators for the common October CMS plugins.
Feel free to create a PR (from develop
branch) and submit your ideas.
Requirements
- PHP 8.0.2 or higher
- This plugin requires the
Vdlp.Sitemap
plugin. - October CMS 2.x or 3.x
Configuration
Add the plugin configuration to your config folder:
php artisan vendor:publish --provider="Vdlp\SitemapGenerators\ServiceProvider" --tag="config"
Add the following lines to the .env
file of your project:
VDLP_SITEMAP_GENERATORS_RAINLAB_PAGES_ENABLED = true VDLP_SITEMAP_GENERATORS_CMS_PAGES_ENABLED = true
To exclude specific URLs from your sitemap.xml
please refer to the documentation of the Vdlp.Sitemap
plugin which can be found here: https://github.com/vdlp/oc-sitemap-plugin/blob/master/README.md
Issues
If you have issues using this plugin. Please create an issue on GitHub or contact us at [octobercms@vdlp.nl]().
Contribution
Any help is appreciated. Or feel free to create a Pull Request on GitHub.
This plugin requires Vdlp.Sitemap
.
Please read the documentation here: https://github.com/vdlp/oc-sitemap-plugin/blob/master/README.md
-
Tobias Giertz
Found the plugin not useful on 24 May, 2024
Unfortunately, the plugin does not work. I had a quick look at the code, but couldn't find a specific error right away. The following error message appears:
Vdlp.SitemapGenerators: Unable to list theme pages: Call to a member function listPages() on null
-
2.2.1 |
Update composer configuration. May 31, 2023 |
---|---|
2.2.0 |
Maintenance update. Check CHANGELOG.md for details. May 31, 2023 |
2.1.0 |
Maintenance update. Check CHANGELOG.md for details. Jun 24, 2022 |
2.0.0 |
!!! Add support for PHP 7.4 or higher. Please review plugin configuration, check README.md Jul 13, 2021 |
1.1.0 |
Update plugin dependencies May 28, 2021 |
1.0.1 |
Code improvements Sep 01, 2020 |
1.0.0 |
First version of Vdlp.SitemapGenerators Nov 05, 2019 |