This is a DotClear Extension.

DotClear is a wonderfull, free, open-source blogging software.

This Extension will automatically generate a Google SiteMap’s compatible XML file.

The XML file will provide links to:

  • site’s index
  • posts
  • categories
  • archives

Download

Setup

  • Unzip this file in your DotClear root folder.

Configuration

modify the following lines in the sitemap.php file:
$conf = array(
“main” => array(“display” => true, “refresh” => “always”, “priority” => “1.0”),
“post” => array(“display” => true, “refresh” => “daily” , “priority” => “0.8”),
“categorie” => array(“display” => true, “refresh” => “daily” , “priority” => “0.5”),
“archive” => array(“display” => true, “refresh” => “weekly” , “priority” => “0.5”)
);

Submit to Google