<!-- ** MODIFY ** The "site" node describes your basic web site.
Required attributes: base_url - the top-level URL of the site being mapped store_into - the webserver path to the desired output file. This should end in '.xml' or '.xml.gz' (the script will create this file)
Optional attributes: verbose - an integer from 0 (quiet) to 3 (noisy) for how much diagnostic output the script gives suppress_search_engine_notify="1" - disables notifying search engines about the new map (same as the "testing" command-line argument.) default_encoding - names a character encoding to use for URLs and file paths. (Example: "UTF-8") --> <site base_url="http://www.websitename.com.au" store_into="/var/website/go-shop.com.au/sitemap.xml" verbose="1" >
<directory path="/var/website/websitename/" url="http://www.websitename.com.au/" /> <urllist path="/var/website/websitename/urllist.txt" encoding="UTF-8" /> <filter action="drop" type="wildcard" pattern="*.css" /> <filter action="drop" type="wildcard" pattern="*.js" /> <filter action="drop" type="wildcard" pattern="*.inc" /> <filter action="drop" type="wildcard" pattern="*.jpg" /> <filter action="drop" type="wildcard" pattern="*/search" /> <filter action="drop" type="wildcard" pattern="*/images" /> <!-- ** MODIFY or DELETE ** "sitemap" nodes tell the script to scan other Sitemap files. This can be useful to aggregate the results of multiple runs of this script into a single Sitemap.