<?xml version="1.0" encoding="UTF-8"?>
<!--
  The indexable surface of irrigationagent.com, in full.

  It is three URLs because the site is three public pages — everything else
  (the app, onboarding, settings, admin, the auth screens, the twelve /lp
  design studies) is either private or a near-duplicate of the landing page,
  and is disallowed in robots.txt and marked noindex by src/lib/seo.ts.

  ⚠️ This file, PUBLIC_ROUTES in src/lib/seo.ts, and the Disallow list in
  public/robots.txt are three views of ONE decision about what is public.
  A new marketing page has to land in all three or it is either uncrawlable
  or unlisted. src/lib/seo.test.ts pins the seo.ts half.

  `lastmod` is the date the page's own copy last changed, not the date of
  this file — bumping it on every deploy trains crawlers to ignore it.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.irrigationagent.com/</loc>
    <lastmod>2026-08-30</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.irrigationagent.com/privacy</loc>
    <lastmod>2026-07-04</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://www.irrigationagent.com/terms</loc>
    <lastmod>2026-07-04</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
