<?xml version="1.0" encoding="UTF-8"?>
<!--
  The two URLs that exist regardless of what is in the database.

  Articles (/news/:slug), brand pages (/brands/:slug) and campaigns
  (/campaigns/:slug) are deliberately absent: their slugs come from the API, and
  a file checked into the repo cannot know them. Google reaches all three by
  crawling — the news index links every article, and the landing page links every
  brand and campaign. If that ever needs to be faster than a crawl, the fix is a
  generated sitemap served by the API, not a hand-maintained list here that goes
  stale the first time an editor publishes something.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://matic-auto.com/</loc>
    <lastmod>2026-08-20</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://matic-auto.com/news</loc>
    <lastmod>2026-08-20</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
</urlset>
