<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only URLs that should appear in search results belong here: the front page
  the two product pages /demo and /funksjoner (added 2026-09-15) and /faq
  (added 2026-09-16).

  The subpages are listed at their .html addresses: Lovable's hosting serves
  an exact file as that file and everything else as the root index.html, so
  only the .html address delivers the prerendered page to robots that do not
  run JavaScript. /demo etc. still work as redirects (2026-09-17).

  The marketing site is a one-page design: /ideen, /appen, /ziggi, /status,
  /kontakt and /venteliste are anchors on the landing page and redirect there,
  so they are destinations for a visitor but not documents of their own.
  Listing them asked Google to index six duplicates of the front page (2026-08
  SEO audit, critical findings 1-4). A redirect is never a sitemap entry.

  /privacy and /delete-account were removed 2026-09-09 by Ziggi's decision:
  both stay publicly reachable and linked from the footer, but neither should
  be exposed to search engines. They carry `noindex` via usePageMeta. Note the
  two mechanisms are deliberately NOT combined with a robots.txt Disallow —
  blocking the crawl would stop Google reading the noindex it needs to obey.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://bedriftsradio.no/</loc>
    <lastmod>2026-09-15</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://bedriftsradio.no/demo.html</loc>
    <lastmod>2026-09-15</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://bedriftsradio.no/funksjoner.html</loc>
    <lastmod>2026-09-15</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://bedriftsradio.no/faq.html</loc>
    <lastmod>2026-09-16</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
</urlset>
