<?xml version="1.0" encoding="UTF-8"?>
<!--
  MailCraft Static Sitemap — mailcraft.tech
  ─────────────────────────────────────────────────────────────────────
  ⚠️  THIS FILE IS A FALLBACK ONLY.
  The production sitemap is dynamically generated by the backend API at:
    GET https://mailcraftapi.vercel.app/api/sitemap

  The Vercel proxy in vercel.json routes https://mailcraft.tech/sitemap.xml
  to that API endpoint, which merges these static URLs with all template
  and blog slugs fetched live from MongoDB.

  This file is kept in /public so that:
    • Local development has a valid sitemap without spinning up the backend
    • If the backend is unreachable, Vercel serves this as a fallback
    • Google Search Console URL submission always resolves to something

  Update this file when you add major new static pages.
  ─────────────────────────────────────────────────────────────────────
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
          http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <!-- ── Core / High-Priority Pages ──────────────────────────────── -->
  <url>
    <loc>https://mailcraft.tech/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://mailcraft.tech/templates</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://mailcraft.tech/pricing</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- ── SEO Landing Pages ─────────────────────────────────────────── -->
  <url>
    <loc>https://mailcraft.tech/bulk-email-api</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://mailcraft.tech/smtp-service</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://mailcraft.tech/email-marketing-india</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- ── Product Pages ─────────────────────────────────────────────── -->
  <url>
    <loc>https://mailcraft.tech/editor</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://mailcraft.tech/blog</loc>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://mailcraft.tech/docs</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- ── Company Pages ─────────────────────────────────────────────── -->
  <url>
    <loc>https://mailcraft.tech/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <url>
    <loc>https://mailcraft.tech/contact</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <url>
    <loc>https://mailcraft.tech/help</loc>
    <changefreq>weekly</changefreq>
    <priority>0.6</priority>
  </url>

  <url>
    <loc>https://mailcraft.tech/changelog</loc>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
  </url>

  <url>
    <loc>https://mailcraft.tech/careers</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <url>
    <loc>https://mailcraft.tech/partners</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>

  <url>
    <loc>https://mailcraft.tech/affiliate</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>

  <url>
    <loc>https://mailcraft.tech/press</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>

  <!-- ── Legal Pages ───────────────────────────────────────────────── -->
  <url>
    <loc>https://mailcraft.tech/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://mailcraft.tech/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://mailcraft.tech/cookies</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://mailcraft.tech/refund</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://mailcraft.tech/security</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <!--
    ── Dynamic pages (templates & blogs) ──────────────────────────────
    These are NOT included here because they're injected by the API.
    The live sitemap at https://mailcraft.tech/sitemap.xml automatically
    includes all /templates/:slug and /blog/:slug URLs.
  -->

</urlset>
