Get support for cebe/luya-module-sitemap
If you're new to LTH, please see our FAQ for more information on what it is we do.
Support Options
Unfortunately, there are currently no active helpers for this repository on the platform. Until they become available, we reccomend the following actions:
View Open IssuesTake a look to see if anyone else has experienced the same issue as you and if they managed to solve it.
Open an IssueMake sure to read any relevant guidelines for opening issues on this repo before posting a new issue.
Sponsor directlyCheck out the page and see if there are any options to sponsor this project or it's developers directly.
cebe/luya-module-sitemap
LUYA sitemap.xml Module
The LUYA sitemap.xml module provides sitemap.xml support for SEO.
Currently it only generates sitemap entries for pages created by the CMS module.
Installation
For the installation of modules Composer is required.
composer require cebe/luya-module-sitemap
Configuration
Add the frontend module of the sitemap module to your configuration modules section:
return [
'modules' => [
// ...
'sitemap' => [
'class' => cebe\luya\sitemap\Module::class,
// available configuration options:
// include hidden pages in sitemap.xml, default=false
//'withHidden' => true,
// encode urls in sitemap.xml, default=true
//'encodeUrls' => true,
],
// ...
],
];
Please note that the module name sitemap is required and should not be changed!
Development & Testing
In order to run the unit tests install sqlite
sudo apt-get install php-sqlite3
and run the tests
./vendor/bin/phpunit tests/
Support
Professional support, consulting as well as software development services are available:
https://www.cebe.cc/en/contact
Development of this library is sponsored by cebe.:cloud: "Your Professional Deployment Platform".
Our Mission
We want to make open source more sustainable. The entire platform was born from this and everything we do is in aid of this.
From the Blog
Interesting Articles
-
Generating income from open source
Jun 23 • 8 min read
-
2023 State of OSS
Apr 23 • 45 min read ★
-
A funding experiment...
Aug 19 • 10 min read
-
But You Said I could
Aug 19 • 2 min read
Thank you for checking out LiveTechHelper |
2025 © lth-dev incorporated
p-e622a1a2