<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap: homepage only for now.

  /login was removed — it is a noindex-worthy utility page and listing it told
  Google it was one of our two most important URLs.

  NEXT: generate this from the database at deploy time so every /product/ and
  /category/ URL is listed. Until then Google has to discover product pages by
  crawling links from the homepage.

  Do NOT add /farmer/ URLs — those pages now require a sign-in and are
  disallowed in robots.txt.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://farmertohome.in/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <!-- The catalogue browsing surface. `/` is now the marketing landing page, so
       without this the listing of everything we sell is only reachable by
       following the Order Now link. -->
  <url>
    <loc>https://farmertohome.in/shop</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
