vdlp/oc-sitemapgenerators-plugin

Provides Sitemap Generators for the Vdlp.Sitemap plugin

2.2.1 2023-05-31 13:56 UTC

This package is auto-updated.

Last update: 2024-04-14 14:08:36 UTC


README

68747470733a2f2f706c7567696e732e76646c702e6e6c2f6f63746f626572636d732f69636f6e732f56646c702e536974656d617047656e657261746f72732e737667

Vdlp.SitemapGenerators

This plugin provides Sitemap generators for October CMS.

68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f7068702f76646c702f6f632d736974656d617067656e657261746f72732d706c7567696e 68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f6c6963656e73652f76646c702f6f632d736974656d617067656e657261746f72732d706c7567696e 68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f762f76646c702f6f632d736974656d617067656e657261746f72732d706c7567696e2f6c6174657374 68747470733a2f2f62616467656e2e6e65742f62616467652f636d732f4f63746f626572253230434d53 68747470733a2f2f62616467656e2e6e65742f62616467652f747970652f706c7567696e 68747470733a2f2f706c7567696e732e76646c702e6e6c2f6f63746f626572636d732f62616467652f696e7374616c6c6174696f6e732e7068703f706c7567696e3d76646c702d736974656d617067656e657261746f7273

General

This plugin supports the following page types:

  • 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 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.