dotnet add OrchardCore.SitemapsProvides dynamic sitemap generation services.
Features
Sitemaps
Provides dynamic sitemap generation services. Its manifest-backed feature ID is OrchardCore.Sitemaps, and it is categorized as Content Management. It depends on OrchardCore.Contents, so Orchard Core enables that dependency when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
Sitemaps for Decoupled Razor Pages
Provides decoupled razor pages support for dynamic sitemap generation. Its manifest-backed feature ID is OrchardCore.Sitemaps.RazorPages, and it is categorized as Content Management. It depends on OrchardCore.Sitemaps, so Orchard Core enables that dependency when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
Sitemaps Cleanup
Cleanup sitemap cache files through a background task. Its manifest-backed feature ID is OrchardCore.Sitemaps.Cleanup, and it is categorized as Content Management. It depends on OrchardCore.Sitemaps, so Orchard Core enables that dependency when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
- BSD-3-Clause