Skip to content

Commit

Permalink
Merge pull request #2 from byng-systems/create_readme_file
Browse files Browse the repository at this point in the history
Create readme file
  • Loading branch information
IoannisByng committed May 6, 2016
2 parents be479bc + 96f26bb commit 3f921b0
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
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

0 comments on commit 3f921b0

Please sign in to comment.