# To add a list of URLs, make a space-delimited text file. The first # column contains the URL; then you can specify various optional # attributes in the form key=value: # # lastmod = modification time in ISO8601 (YYYY-MM-DDThh:mm:ss+00:00) # changefreq = 'always' | 'hourly' | 'daily' | 'weekly' | 'monthly' | # 'yearly' | 'never' # priority = priority of the page relative to other pages on the same site; # a number between 0.0 and 1.0, where 0.0 is the lowest priority # and 1.0 is the highest priority # # Note that all URLs must be part of the site, and therefore must begin with # the base_url (e.g., 'http://www.zako.org/') as specified in config.xml. # # Any line beginning with a # is a comment. # # Example contents of the file: # # http://www.zako.org/about/index.html lastmod=2006-07-28 changefreq=monthly priority=0.3 # http://www.zako.org/contact/index.html lastmod=2006-07-28T14:05:06+00:00 # http://www.zako.org/link/index.html changefreq=weekly priority=0.5 # http://www.zako.org/link/access.html changefreq=weekly priority=0.5 # http://www.zako.org/link/snowboard.html changefreq=weekly priority=0.5 # http://www.zako.org/link/linkapplication.html changefreq=yearly priority=0.2 # http://www.zako.org/act23/index.html changefreq=weekly priority=0.3 # http://www.zako.org/sitemap/index.html changefreq=yearly priority=0.3 # http://www.zako.org/blog/index.html changefreq=weekly priority=0.8 # http://www.zako.org/shopping/index.html changefreq=weekly priority=0.8 # http://www.zako.org/link/scooter.html changefreq=weekly priority=0.9