﻿<?xml version="1.0" encoding="utf-8" ?>
<!--
	This file tells search engines (e.g., Google) which parts of
	the site are more important than others, how often the
	different parts are updated, and the last time a given
	part was updated.
	   
	NOTE: The robots.txt file points to this file.

	It is in the Sitemap Protocol format as described here:

	https://www.google.com/webmasters/tools/docs/en/protocol.html

	And the schema is officially documented here:

	http://www.sitemaps.org/protocol.php

	The Sitemap XSD schema is here:

	http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd
	
	and the Sitemap index XSD schema is here:
	
	http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd																	and the Sitemap index schema is here:
-->
<urlset
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
	http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"
	xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<url>
		<loc>http://GlennDoten.net</loc>
		<lastmod>2007-06-29</lastmod>
		<changefreq>monthly</changefreq>
		<priority>1.0</priority>
	</url>
	<url>
		<loc>http://GlennDoten.net/astronomy</loc>
		<lastmod>2007-06-29</lastmod>
		<changefreq>monthly</changefreq>
		<priority>0.8</priority>
	</url>
	<url>
		<loc>http://GlennDoten.net/photog</loc>
		<lastmod>2007-06-29</lastmod>
		<changefreq>weekly</changefreq>
		<priority>0.5</priority>
	</url>
</urlset>
