dev-master
9999999-devgenerate a SiteMap
The Requires
- php >=5.5
The Development Requires
by Ivo Bathke
by DIATOM Internet & Medien GmbH
by Proud Sourcing GmbH
modules sitemap eshop oxid
generate a SiteMap
![Build Status][ico-travis], (*1)
Install via composer:, (*2)
composer require ivoba-oxid/oxid-sitemap
Activate the plugin:, (*3)
vendor/bin/oe-console oe:module:activate ivoba_sitemap
Recommended is usage as console command., (*4)
Run:, (*5)
vendor/bin/oe-console ivoba-oxid:sitemap:generate
Post installation:
- copy 'sitemap_xml.php' from /vendor/ivoba-oxid/oxid-sitemap/copy_this to /source/ directory:
cp vendor/ivoba-oxid/oxid-sitemap/copy_this/sitemap_xml.php source/sitemap_xml.php
- take care that your target file is writeable by the webserver
- create a cronjob that calls http://yourshop.biz/sitemap_xml.php, (*6)
Sitemap generation can be adjusted by overriding service definition in a module or your projects services.yaml., (*7)
based on https://github.com/OXIDprojects/google_sitemap, (*8)
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
generate a SiteMap
modules sitemap eshop oxid