vdlp/oc-sitemapgenerators-plugin

为Vdlp.Sitemap插件提供站点地图生成器

安装: 431

依赖项: 0

建议者: 1

安全: 0

星星: 1

关注者: 9

分支: 3

开放问题: 0

类型:october-plugin

2.2.1 2023-05-31 13:56 UTC

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。