<?xml version="1.0" encoding="UTF-8"?>
<!--
  Canonical host is viewer.avontus.com. scaffoldvr.com serves the same pages but
  redirects them here, so listing the scaffoldvr.com URLs would advertise a hop.

  Only pages belong in here. The ClickOnce manifest, the versioned manifest and
  the .deploy payload folder are deliberately absent: they are not pages, they
  change every build, and nothing links to them.

  Previously this file listed eight URLs, of which exactly one resolved: five had
  been 301'd off to avontus.com, /desktop/default.aspx returned 500, and
  /default.aspx duplicated the root. privacy.aspx and terms.aspx, the two pages a
  directory reviewer actually looks for, were missing entirely.
-->
<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">

<url>
  <loc>https://viewer.avontus.com/</loc>
  <changefreq>weekly</changefreq>
  <priority>1.00</priority>
</url>
<url>
  <loc>https://viewer.avontus.com/privacy.aspx</loc>
  <changefreq>monthly</changefreq>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://viewer.avontus.com/terms.aspx</loc>
  <changefreq>monthly</changefreq>
  <priority>0.80</priority>
</url>
</urlset>
