Sitemap Plugin

The Sitemap Plugin generates both XML and HTML sitemaps.

How it works

The plugin tracks all rendered pages and generates:

  1. sitemap.xml in the output root (for search engines).
  2. Sitemap/index.html (a visual page list for users).

Configuration

Enable in fluid.cfg:

[plugins]
enabled=..., sitemap

[General]
# Used as the prefix for URLs in sitemap.xml
base_path=https://your-domain.com/

Template Usage

The HTML sitemap is generated automatically as a separate page. You can link to it in your footer:

<a href="[ base_path ]Sitemap/index.html">Sitemap</a>