vdlp / oc-sitemapgenerators-plugin
为Vdlp.Sitemap插件提供站点地图生成器
2.2.1
2023-05-31 13:56 UTC
Requires
- php: ^8.0.2
- composer/installers: ^1.0 || ^2.0
- october/rain: ^3.0
- vdlp/oc-sitemap-plugin: ^2.3
Suggests
- rainlab/pages-plugin: This plugin has support for the RainLab.Pages plugin.
This package is auto-updated.
Last update: 2024-09-14 15:11:24 UTC
README
Vdlp.SitemapGenerators
此插件为October CMS提供站点地图生成器。
通用
此插件支持以下页面类型
RainLab.Pages
页面- October CMS 页面
我们鼓励您为常见的October CMS插件创建更多站点地图生成器。请随意创建一个PR(从develop
分支),并提交您的想法。
要求
- PHP 8.0.2或更高版本
- 此插件需要
Vdlp.Sitemap
插件。 - October CMS 3.x
配置
将插件配置添加到您的配置文件夹中
php artisan vendor:publish --provider="Vdlp\SitemapGenerators\ServiceProvider" --tag="config"
将以下行添加到项目的.env
文件中
VDLP_SITEMAP_GENERATORS_RAINLAB_PAGES_ENABLED=true VDLP_SITEMAP_GENERATORS_CMS_PAGES_ENABLED=true
要排除sitemap.xml
中的特定URL,请参考以下链接中的Vdlp.Sitemap
插件文档:https://github.com/vdlp/oc-sitemap-plugin/blob/master/README.md
问题
如果您在使用此插件时遇到问题,请创建一个GitHub上的问题或通过以下链接联系我们:octobercms@vdlp.nl。
贡献
任何帮助都受欢迎。或者,您可以随时在GitHub上创建一个Pull Request。