-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from byng-systems/create_readme_file
Create readme file
- Loading branch information
Showing
1 changed file
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,21 @@ | ||
# pimcore-sitemap-plugin | ||
Pimcore Sitemap Plugin | ||
====================== | ||
XML sitemap generator for Pimcore. Built from the document tree. | ||
|
||
## Installation | ||
1. Run the command ```composer require byng/pimcore-sitemap-plugin``` | ||
2. Enable the plugin from Extras => Extensions on Pimcore admin panel | ||
|
||
## Pimcore Sitemap Plugin Settings | ||
1. Set the name of the domain at imcore system settings below the Website tab | ||
2. Set up environment to Production at Pimcore System Settings below the Debug tab | ||
3. Create new predefined property. Then add this property to every page that you want to exclude from the sitemap | ||
* name => Sitemap: Exclude page | ||
* key => sitemap_exclude | ||
* type => bool | ||
* value => true | ||
* inheritable => yes | ||
|
||
## License | ||
|
||
MIT |