<?xml version="1.0" encoding="UTF-8"?>
<!--
  Syllovo sitemap.

  Every <loc> was previously the literal https://REPLACE_WITH_YOUR_DOMAIN/..., which
  makes the whole file unusable: Google rejects a sitemap whose URLs are not on the
  host that served it, so nothing here was ever indexed. A served file containing a
  placeholder is a broken deployment, not a note to self.

  The host is app.syllovo.com because that is the one that resolves. syllovo.com has
  no A record today (REQUIREMENTS.md EP13-S6). When the apex is live, update these
  <loc> values and the Sitemap line in robots.txt together, and 301 the marketing
  pages from app to the apex so the ranking signal is not split across two hosts.

  Only PUBLIC pages belong here. The application pages are behind auth, so listing
  them would submit URLs that answer with a redirect.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://app.syllovo.com/landing.html</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://app.syllovo.com/how-it-works.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://app.syllovo.com/pricing.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://app.syllovo.com/security.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://app.syllovo.com/login.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
</urlset>
