<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9"
  url="http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<!-- 
one url definition

only <loc> tag is required, it's the actual url.
Urls must be escaped:
 &	->	 &amp;
'	-> 	&apos;
"	-> 	&quot;
>	-> 	&gt;
<	-> 	&lt;

those tags are optionals, but recommanded.
<lastmod> is last modification date. See http://www.w3.org/TR/NOTE-datetime if you want to be more precise than just the day

<changefreq> is the how often the page at this location may change. Can be always, hourly, daily, weekly, monthly, yearly, never. These just a hint for search engine indexers, not an order.

<priority> value form 0 to 1, indicating how important the page is. Default is 0.5.
This is only relative to the other pages on the website, only to help search engine to chose which page of your site to return when several match a search term.
-->
	<url>
		<loc>http://willorch.com/</loc>
		<changefreq>monthly</changefreq>
	</url>  
</urlset>