<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap covering the marketing/legal pages and the fixed set of
  category filters (see src/app/shared/constants/category-list.data.ts —
  these 8 ids are hardcoded in the app, not rows from the database, so
  they're safe to list here by hand).

  NOT covered here: individual product pages (/product/:id). Those are
  per-listing, come from the database, and change constantly as vendors
  add/remove/edit listings — a hand-maintained static file can't keep up
  with that. Generating those entries needs a backend-served sitemap (e.g.
  the API returning /sitemap-products.xml from live Catalog data) as a
  follow-up; this file only needs updating if a category is added/removed.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://borvi.de/</loc></url>
  <url><loc>https://borvi.de/category/all</loc></url>
  <url><loc>https://borvi.de/category/tools</loc></url>
  <url><loc>https://borvi.de/category/party-events</loc></url>
  <url><loc>https://borvi.de/category/household</loc></url>
  <url><loc>https://borvi.de/category/moving</loc></url>
  <url><loc>https://borvi.de/category/garden</loc></url>
  <url><loc>https://borvi.de/category/camping</loc></url>
  <url><loc>https://borvi.de/category/electronics</loc></url>
  <url><loc>https://borvi.de/category/sonstiges</loc></url>
  <url><loc>https://borvi.de/about</loc></url>
  <url><loc>https://borvi.de/how-it-works</loc></url>
  <url><loc>https://borvi.de/contact</loc></url>
  <url><loc>https://borvi.de/faq</loc></url>
  <url><loc>https://borvi.de/help</loc></url>
  <url><loc>https://borvi.de/impressum</loc></url>
  <url><loc>https://borvi.de/privacy</loc></url>
  <url><loc>https://borvi.de/terms</loc></url>
  <url><loc>https://borvi.de/data-protection</loc></url>
  <url><loc>https://borvi.de/cancellation-policy</loc></url>
</urlset>
