phile/xmlsitemap

Google XML Sitemap Generator for PhileCMS

1.1.0 2018-03-24 13:15 UTC

This package is auto-updated.

Last update: 2024-03-29 02:20:46 UTC


README

Build Status

Phile plugin to generate a XML sitemap

1.1 Installation (composer)

composer require phile/xmlsitemap

1.2 Installation (Download)

  • Install Phile
  • Download this repo and drop the content into a new folder phile/xmlsitemap under the Phile plugin directory e.g. plugins/phile/xmlsitemap/

2. Activation

After you have installed the plugin. You need to add the following line to your config.php file:

$config['plugins']['phile\\xmlsitemap'] = array('active' => true);

Now, you can access the sitemap under the URL http://your-domain.com/sitemap.xml. If you installed Phile into a subdirectory your sitemap.xml is located under your subdirectory/sitemap.xml.