<?xml version="1.0" encoding="UTF-8"?>
<!--
  AIUR sitemap — lists every PUBLIC URL we want search engines to index.
  Private/authenticated routes are intentionally omitted.

  After deploying, submit this URL in Google Search Console:
    https://search.google.com/search-console
    → Sitemaps → Add a new sitemap → enter: sitemap.xml

  `lastmod` should be updated whenever a page's content meaningfully
  changes (privacy policy revision, terms update, etc.). Leaving it
  reasonable is fine — Google treats `changefreq` as a hint, not a rule.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Marketing home page — highest priority. -->
  <url>
    <loc>https://aiur.it.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Sign-up: primary conversion target, worth promoting in search. -->
  <url>
    <loc>https://aiur.it.com/signup</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Templates gallery — public, conversion-friendly. Lots of crawlable
       content (template names, descriptions, app names) — helps the site
       rank for queries like "no-code workflow template", "stripe to slack
       automation template", etc. -->
  <url>
    <loc>https://aiur.it.com/templates</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Sign-in: useful for users searching "aiur login". -->
  <url>
    <loc>https://aiur.it.com/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- Legal pages — low priority but indexable so they appear in
       site:aiur.it.com searches and Google's app verification flow.

       NOTE: we list the STATIC HTML privacy policy (/privacy-policy.html) as
       the canonical URL for indexers and OAuth verifiers. That file renders
       without JavaScript so Google's verification bots can read it directly.
       Human users hitting /privacy-policy still get the interactive React
       version (same legal text). -->
  <url>
    <loc>https://aiur.it.com/privacy-policy.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://aiur.it.com/privacy-policy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://aiur.it.com/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>

</urlset>
