phile/xmlsitemap

Google XML Sitemap Generator for PhileCMS

Installs: 98

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 2

Open Issues: 0

Type:phile-plugin

pkg:composer/phile/xmlsitemap

1.1.0 2018-03-24 13:15 UTC

This package is auto-updated.

Last update: 2025-09-29 01:27:29 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.