gioppy / statamic-xmlsitemap
A fieldset for manage and generate Sitemap XML
Installs: 24
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:statamic-addon
Requires
- statamic/cms: ^3.0
This package is auto-updated.
Last update: 2025-02-27 20:46:51 UTC
README
This is an add-on for Statamic 3. It gives the ability to manage and customize XML Sitemap for search engines!
How to use
Install with composer require gioppy/statamic-xmlsitemap
. After installed, launch the command php artisan vendor:publish --provider="Gioppy\StatamicXmlsitemap\ServiceProvider"
. Fields on sitemap are managed through fieldsets: the xmlsitemap.yaml
fieldset is created.
You can insert XML Sitemap directly into a blueprint by selecting the XML Sitemap fieldset. It is not necessary to set a prefix for the fieldset.
The sitemap is accessible at <site>/sitemap.xml
.