<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml — ProdHigh (https://prodhigh.com)
  Updated: 2026-03-17
  Submit to: https://search.google.com/search-console
             https://www.bing.com/webmasters

  Notes:
  - lastmod format: YYYY-MM-DD (ISO 8601 date) — update whenever page content changes
  - changefreq: daily | weekly | monthly | yearly
  - priority: 1.0 = highest (homepage), 0.3 = lowest (legal pages)
  - URL format: No trailing slashes on sub-pages (consistent with canonical tags)
-->
<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 / Homepage ───────────────────────────────────────────────────── -->

  <url>
    <loc>https://prodhigh.com/</loc>
    <lastmod>2026-03-17</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- ── Product Pages ─────────────────────────────────────────────────────── -->

  <url>
    <loc>https://prodhigh.com/features</loc>
    <lastmod>2026-03-17</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://prodhigh.com/pricing</loc>
    <lastmod>2026-03-17</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- ── Blog ──────────────────────────────────────────────────────────────── -->

  <url>
    <loc>https://prodhigh.com/blog</loc>
    <lastmod>2026-03-17</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- ── Support / Contact ─────────────────────────────────────────────────── -->

  <url>
    <loc>https://prodhigh.com/contact</loc>
    <lastmod>2026-03-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- ── Legal ─────────────────────────────────────────────────────────────── -->

  <url>
    <loc>https://prodhigh.com/privacy</loc>
    <lastmod>2026-03-01</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://prodhigh.com/terms</loc>
    <lastmod>2026-03-01</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

</urlset>
