<?xml version="1.0" encoding="UTF-8"?>
<!--
  The five pages, and the only place they are listed for a crawler. Keep it in
  step with PAGES in vite.config.ts — a page that exists and isn't here is a
  page search engines find late, or not at all.

  `lastmod` is a claim, so it has to be true: set it to the date that page's
  own content last changed (`git log -1 --format=%ad --date=short --
  src/pages/<name>`), not the date of the deploy. The landing page carries the
  video and the questions and moves most; the policy and the contact form
  barely move at all, which is what changefreq says here.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
  xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"
>
  <url>
    <loc>https://bricksolvr.com/</loc>
    <lastmod>2026-08-05</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <image:image>
      <image:loc>https://bricksolvr.com/og-image.png</image:loc>
      <image:title>BrickSolvr — turn any 3D model into a brick build</image:title>
    </image:image>
    <video:video>
      <video:thumbnail_loc>https://bricksolvr.com/promo-poster.webp</video:thumbnail_loc>
      <video:title>How BrickSolvr turns a 3D model into a brick build</video:title>
      <video:description>A quick tour of BrickSolvr: load a 3D model, turn it into a stud-brick build, and get the exact parts list to buy.</video:description>
      <video:content_loc>https://bricksolvr.com/promo.mp4</video:content_loc>
      <video:duration>82</video:duration>
      <video:family_friendly>yes</video:family_friendly>
      <video:requires_subscription>no</video:requires_subscription>
      <video:live>no</video:live>
    </video:video>
  </url>
  <url>
    <loc>https://bricksolvr.com/app/</loc>
    <lastmod>2026-08-05</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://bricksolvr.com/changelog/</loc>
    <lastmod>2026-08-05</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://bricksolvr.com/contact/</loc>
    <lastmod>2026-08-05</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://bricksolvr.com/privacy/</loc>
    <lastmod>2026-08-05</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
