<?xml version="1.0" encoding="UTF-8"?>
<!--
  Canonical URLs only. / is deliberately absent: it serves the same page as
  /whiteboard-animation and points its canonical there, so listing both would
  ask search engines to index a duplicate.

  Hand-written because there are three URLs. If the site grows past a handful,
  swap this for @astrojs/sitemap with a filter that drops the duplicate root.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://impressive.video/whiteboard-animation</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://impressive.video/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://impressive.video/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
