<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">

  <!-- Homepage with Images -->
  <url>
    <loc>https://www.todomasters.live/</loc>
    <image:image>
      <image:loc>https://www.todomasters.live/logo-icon.png</image:loc>
      <image:title>Todo Masters App Logo</image:title>
    </image:image>
  </url>

  <!-- Features Page with Screenshots -->
  <url>
    <loc>https://www.todomasters.live/features</loc>
    <image:image>
      <image:loc>https://www.todomasters.live/screenshot-desktop.png</image:loc>
      <image:title>Todo Masters Desktop Interface</image:title>
    </image:image>
    <image:image>
      <image:loc>https://www.todomasters.live/screenshot-mobile.png</image:loc>
      <image:title>Todo Masters Mobile App</image:title>
    </image:image>
  </url>

  <!-- About Page -->
  <url>
    <loc>https://www.todomasters.live/about</loc>
    <image:image>
      <image:loc>https://www.todomasters.live/logo-icon.png</image:loc>
      <image:title>Todo Masters Brand Logo</image:title>
    </image:image>
  </url>

</urlset>