<?xml version="1.0" encoding="UTF-8"?>
<!--
  Three pages. The sales site is a single scrolling document with anchored
  sections, so there is nothing else to declare -- listing #desks and #floor
  as separate URLs would be listing the same URL four times. The other two are
  real documents and Google Play requires each at a public URL of its own: the
  privacy policy, and the account/data deletion route that Play's Data deletion
  field points at. Both are worth being crawlable on their own, because a URL
  Google cannot fetch is a URL it can reject.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://stitchfloor.com/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://stitchfloor.com/privacy.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://stitchfloor.com/delete-account.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
