Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 635 Bytes

README.markdown

File metadata and controls

22 lines (14 loc) · 635 Bytes

XML Sitemap PHP Script

This simple PHP script is meant to help you easily create XML Sitemaps for static files. Read more about the XML Sitemap PHP script.

Configuration

Open the config.php file and configure the settings. Then check the output and if it's ok, add the script URL to Google Webmaster Tools.

License

This script is licensed under the GPL v3.

Changelog

  • 2013-09-22:

    • Some small bugfixes to the script.
    • Added license to readme.
  • 2012-09-29:

    • Move configuration to config.php.
    • Fix URL output.
    • Add option to work recursively.