marketo / silverstripe-performable-sitemaps
Creates a Sitemap PageType and generates sitemap.xml files specific to each domain
Installs: 5 484
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 16
Forks: 2
Open Issues: 1
Type:silverstripe-module
Requires
- php: >=5.3.3
- nyeholt/silverstripe-performant: ~1.0
- silverstripe/cms: 3.*
- symbiote/silverstripe-queuedjobs: ~2.3
This package is not auto-updated.
Last update: 2024-03-15 17:18:01 UTC
README
=======
Documentation
Creates a Sitemap PageType and generates sitemap.xml files specific to each domain Also uses SQL Queries instead of the ORM for performance
Add the following to you config if you want the sitemap to follow the ShowInMenus or ShowInSearch Page setting.
SiteMap:
ObserveShowInMenus: true
ObserveShowInSearch: true
Maintainer Contact
Kirk Mayo
<kmayo (at) marketo (dot) com>
Requirements
- SilverStripe 3.2
- SilverStripe Queued Job Module
Composer Installation
composer require Marketo/SilverStripe-Performable-Sitemaps
TODO
Tests