<?xml version="1.0" encoding="UTF-8"?>
<!--
  ============================================================
  SITEMAP — page order & priority reasoning
  ============================================================
  SEO-NOTE: priority is a HINT to crawlers about relative importance
  within this site (it does not affect ranking against other sites).
  The order below reflects search intent and link equity flow:

  1.0  /          HOME     — the head term ("lead management CRM
                             with Meta CAPI"), receives the most
                             internal links (every page's nav/footer
                             points here), should get crawled first
                             and most often.
  0.9  /features  FEATURES — high commercial intent ("Meta CAPI CRM
                             features", comparison-shopping queries).
  0.9  /pricing   PRICING  — equally high intent ("[product] pricing"
                             is one of the highest-converting search
                             terms for SaaS).
  0.6  /about     ABOUT    — supports trust/E-E-A-T signals for the
                             pages above, lower direct search intent.
  0.5  /contact   CONTACT  — mostly branded/navigational traffic from
                             people who already know the product.

  changefreq is set honestly (monthly for marketing pages, yearly for
  contact info that rarely changes) — an inflated changefreq you don't
  honor is ignored by crawlers over time anyway.
  ============================================================
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url>
    <loc>https://hemlead.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://hemlead.com/features</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://hemlead.com/pricing</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://hemlead.com/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <url>
    <loc>https://hemlead.com/contact</loc>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>

  <!--
    SEO-NOTE: guide/content pages go below the 5 core pages, above 0.5,
    since they're built specifically to rank for a target search phrase
    and pull in new organic traffic — but they still sit below Pricing/
    Features since those are the pages that actually convert a visitor.
  -->
  <url>
    <loc>https://hemlead.com/best-crm-software-for-small-business-in-india</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

</urlset>
