<?xml version="1.0" encoding="UTF-8"?>
<urlset
      xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
      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">

{!--Homepage--}
{exp:channel:entries site_url}
<url>
  <loc>{site_url}</loc>
  <lastmod>{entry_date format='%Y-%m-%d'}</lastmod>
  <changefreq>daily</changefreq>
</url>
{/exp:channel:entries}


{!--Albums--}
{exp:channel:entries channel="albums" entry_id="102|94|93|91|84|14|13|10|12|11|9|7|6|5|4|3"}
<url>
  <loc>{site_url}/music/{url_title}</loc>
  <lastmod>{entry_date format='%Y-%m-%d'}</lastmod>
  <changefreq>daily</changefreq>
</url>
{/exp:channel:entries}


{!--Contact--}
{exp:channel:entries channel="contact" entry_id="2"}
<url>
  <loc>{site_url}/{url_title}</loc>
  <lastmod>{entry_date format='%Y-%m-%d'}</lastmod>
  <changefreq>daily</changefreq>
</url>
{/exp:channel:entries}

{!--OneShot--}
{exp:channel:entries channel="oneshot" entry_id="2"}
<url>
  <loc>{site_url}/{url_title}</loc>
  <lastmod>{entry_date format='%Y-%m-%d'}</lastmod>
  <changefreq>daily</changefreq>
</url>
{/exp:channel:entries}

{!--Development--}
<url>
  <loc>{site_url}/development</loc>
  <lastmod>5/25/2017</lastmod>
  <changefreq>daily</changefreq>
</url>

{!--About--}
<url>
  <loc>{site_url}/about</loc>
  <lastmod>5/25/2017</lastmod>
  <changefreq>daily</changefreq>
</url>

{!--Demo--}
<url>
  <loc>{site_url}/{url_title}</loc>
  <lastmod>5/25/2017</lastmod>
  <changefreq>daily</changefreq>
</url>

</urlset>