<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd
        http://www.google.com/schemas/sitemap-image/1.1
        http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd">

  <!-- Homepage -->
  <url>
    <loc>https://fetchment.com/</loc>
    <lastmod>2025-05-17</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <image:image>
      <image:loc>https://fetchment.com/og-image.png</image:loc>
      <image:title>Fetchment personal shopping service logo</image:title>
    </image:image>
  </url>

  <!-- About Page (Inferred from the content) -->
  <url>
    <loc>https://fetchment.com/about</loc>
    <lastmod>2025-05-17</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Services Page (Inferred from the business model) -->
  <url>
    <loc>https://fetchment.com/services</loc>
    <lastmod>2025-05-17</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- How It Works Page (Inferred from the content section) -->
  <url>
    <loc>https://fetchment.com/how-it-works</loc>
    <lastmod>2025-05-17</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Testimonials Page (Inferred from the content section) -->
  <url>
    <loc>https://fetchment.com/testimonials</loc>
    <lastmod>2025-05-17</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Brands Page (Inferred from the brands section) -->
  <url>
    <loc>https://fetchment.com/brands</loc>
    <lastmod>2025-05-17</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- FAQ Page (Common for service businesses) -->
  <url>
    <loc>https://fetchment.com/faq</loc>
    <lastmod>2025-05-17</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Contact Page (Inferred from the footer) -->
  <url>
    <loc>https://fetchment.com/contact</loc>
    <lastmod>2025-05-17</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Terms of Service Page (Standard legal page) -->
  <url>
    <loc>https://fetchment.com/terms</loc>
    <lastmod>2025-05-17</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- Privacy Policy Page (Standard legal page) -->
  <url>
    <loc>https://fetchment.com/privacy</loc>
    <lastmod>2025-05-17</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- Blog Page (Assuming a blog might exist) -->
  <url>
    <loc>https://fetchment.com/blog</loc>
    <lastmod>2025-05-17</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.6</priority>
  </url>

</urlset>