<?xml version="1.0" encoding="UTF-8"?>
<!--
  IntelliLogic AI — Blog posts
  Serve at: https://www.intellilogic.ai/sitemap-blog.xml

  This is a SNAPSHOT (16 Sep 2026) of what the API currently emits at
  https://api.intellilogic.ai/api/public/blog/sitemap.xml. Keep generating it
  dynamically from the database — just expose it on the www host via a
  reverse-proxy / rewrite rule so the sitemap index above can reference it
  and Search Console shows it under the main property.

  Generator rules:
  • <lastmod> = the post's updated_at (fall back to published_at). Do not
    bump it on every request or on cosmetic re-saves — Google detects
    "always-changing" lastmod and starts ignoring the whole file.
  • Emit only posts with status = published and no noindex flag.
  • Omit <changefreq>/<priority> (ignored by Google and Bing).
  • Cache the response (Cache-Control: max-age=3600) — it's public and cheap
    to serve, and crawlers may fetch it several times a day.
  • Optional: add <image:image> for each post's hero image so Google Images
    can pick them up (namespace shown below, entries commented out).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
  <url>
    <loc>https://www.intellilogic.ai/blog/rep-documentation-problems</loc>
    <lastmod>2026-09-15T00:00:00+00:00</lastmod>
    <!-- <image:image><image:loc>https://www.intellilogic.ai/images/blog/rep-documentation-problems.jpg</image:loc></image:image> -->
  </url>
  <url>
    <loc>https://www.intellilogic.ai/blog/manufacturer-charge-sheet-templates</loc>
    <lastmod>2026-09-14T00:00:00+00:00</lastmod>
  </url>
  <url>
    <loc>https://www.intellilogic.ai/blog/facility-pricing-approved-product-lists</loc>
    <lastmod>2026-09-11T00:00:00+00:00</lastmod>
  </url>
  <url>
    <loc>https://www.intellilogic.ai/blog/medical-device-rep-turnover-account-risk</loc>
    <lastmod>2026-09-10T00:00:00+00:00</lastmod>
  </url>
  <url>
    <loc>https://www.intellilogic.ai/blog/medical-device-rep-coverage-scheduling</loc>
    <lastmod>2026-09-08T00:00:00+00:00</lastmod>
  </url>
  <url>
    <loc>https://www.intellilogic.ai/blog/what-is-a-chargesheet</loc>
    <lastmod>2026-09-07T00:00:00+00:00</lastmod>
  </url>
  <url>
    <loc>https://www.intellilogic.ai/blog/surgical-tray-tracking-for-distributors</loc>
    <lastmod>2026-09-04T00:00:00+00:00</lastmod>
  </url>
  <url>
    <loc>https://www.intellilogic.ai/blog/excel-vs-medical-device-distribution-software</loc>
    <lastmod>2026-09-03T00:00:00+00:00</lastmod>
  </url>
</urlset>
