﻿<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Default Page -->
  <url>
    <loc>http://www.example.com/default.aspx</loc>
    <lastmod>2017-09-19</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <!-- Topics Page -->
  <url>
    <loc>http://www.example.com/topics.aspx?topic=CP</loc>
    <changefreq>always</changefreq>
    <priority>8</priority>
  </url>
  <url>
    <loc>http://www.example.com/topics.aspx?topic=CTWE</loc>
    <changefreq>always</changefreq>
    <priority>8</priority>
  </url>
  <url>
    <loc>http://www.example.com/topics.aspx?topic=HR</loc>
    <changefreq>always</changefreq>
    <priority>8</priority>
  </url>
  <url>
    <loc>http://www.example.com/topics.aspx?topic=HHS</loc>
    <changefreq>always</changefreq>
    <priority>8</priority>
  </url>

  <!-- Courses Page
    these shouldn't be listed if they're empty
    So we're just going to list the open page 
  -->
  <url>
    <loc>http://www.example.com/courses.aspx</loc>
    <lastmod>2017-09-19</lastmod>
    <changefreq>always</changefreq>
    <priority>1.0</priority>
  </url>

  <!--Create Account-->
  <url>
    <loc>http://www.example.com/CreateAccount.aspx</loc>
    <lastmod>2017-09-19</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>

  <!--Login-->
  <url>
    <loc>http://www.example.com/login.aspx</loc>
    <lastmod>2017-09-19</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
  <!--Terms of Service-->
  <url>
    <loc>http://www.example.com/termsOfService.aspx</loc>
    <lastmod>2017-09-19</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
  <!--Privacy Policy-->
  <url>
    <loc>http://www.example.com/privacyPolicy.aspx</loc>
    <lastmod>2017-09-19</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <!--ADA-->
  <url>
    <loc>http://www.example.com/ADA.aspx</loc>
    <lastmod>2017-09-19</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
  <!--Title IX-->
  <url>
    <loc>http://www.example.com/titleIX.aspx</loc>
    <lastmod>2017-09-19</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>