Am using Google Sitemap Generator, with Python. Cron job works as supposed to but when I check with Google it show errors, which say that file is in unsupported formal. Below is directory information. Could anyone tell me if there is some error here that I am missing. config.xml runs great and generates sitemap. Just Google still says it is in unsupported format?] <!-- ** MODIFY or DELETE ** "directory" nodes tell the script to walk the file system and include all files and directories in the Sitemap. Required attributes: path - path to begin walking from url - URL equivalent of that path Optional attributes: default_file - name of the index or default file for directory URLs --> <directory path="/home/napoleon/public_html" url="http://www.napoleon.cc/" /> <directory path="/home/napoleon/public_html" url="http://www.napoleon.cc/" default_file="index.html" /> Thank you, Roger Frost