<?xml version="1.0" encoding="UTF-8"?>
<!--
  The six marketing routes.

  Portals are deliberately absent — sign-in gated, and disallowed in
  robots.txt. /opportunities and /careers are absent too: both are redirects,
  and a sitemap should list the destination rather than the doorway.

  Vacancy and tender detail pages are not listed either. They come and go with
  the back office, so a hand-written list would be wrong within a week — they
  need generating at build time from the API. See SEO-PLAN.md.

  No <lastmod>: one that nobody updates is a claim crawlers learn to distrust,
  and with six URLs discovery is the only job this file has. No <changefreq>
  or <priority> either — Google ignores both.

  Every URL is www, matching the canonical tags. A sitemap that lists one host
  while the canonical names another is a self-cancelling signal.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://www.mpmining.com/</loc></url>
  <url><loc>https://www.mpmining.com/about</loc></url>
  <url><loc>https://www.mpmining.com/sustainability</loc></url>
  <url><loc>https://www.mpmining.com/opportunities/careers</loc></url>
  <url><loc>https://www.mpmining.com/opportunities/tenders</loc></url>
  <url><loc>https://www.mpmining.com/contact</loc></url>
</urlset>
