<?xml version="1.0" encoding="UTF-8"?>
<!--
  Plattr marketing sitemap INDEX.

  Points at one sub-sitemap per content type. Most are DYNAMIC (.php) so new
  pages / blog posts / support articles are listed automatically — nothing here
  needs touching when you publish. Add a whole new content TYPE = add one
  <sitemap> line below.

    • sitemap-pages.xml.php            — static marketing pages (auto-lists new top-level pages)
    • blog/sitemap.xml                 — every published blog post
    • compare/sitemap.php              — comparison pages
    • support/kb/sitemap.php           — knowledge-base articles
    • support/how-to/sitemap.php       — how-to guides
    • support/admin-guides/sitemap.php — admin guides
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap><loc>https://dev.onplattr.com/sitemap-pages.xml.php</loc></sitemap>
  <sitemap><loc>https://dev.onplattr.com/blog/sitemap.xml</loc></sitemap>
  <sitemap><loc>https://dev.onplattr.com/stock-sitemap.php</loc></sitemap>
  <sitemap><loc>https://dev.onplattr.com/compare/sitemap.php</loc></sitemap>
  <sitemap><loc>https://dev.onplattr.com/support/kb/sitemap.php</loc></sitemap>
  <sitemap><loc>https://dev.onplattr.com/support/how-to/sitemap.php</loc></sitemap>
  <sitemap><loc>https://dev.onplattr.com/support/admin-guides/sitemap.php</loc></sitemap>
</sitemapindex>
