<?xml version="1.0" encoding="UTF-8"?>
<!--
  intangible.tv sitemap (WP7).

  Twelve URLs: the ten kept pages, the root, and /privacy. Derived from the
  live Framer sitemap (scrape/sitemap.xml, 17 URLs) with six removed on
  purpose:

    /jamescoote      redirected to 6and60.com at the nginx level, so it is no
                     longer a page of this site
    /notes/*  (×5)   301 to / at the nginx level; four of the five were Framer
                     template leftovers and none is being rebuilt

  /chrome-demo is deliberately absent — it is WP1's internal chrome harness,
  carries <meta name="robots" content="noindex, nofollow">, and is linked from
  nothing.

  URL FORM: no trailing slash, matching the live sitemap that is currently
  indexed and the archive's own <link rel="canonical"> values. WP8 closed the
  mismatch WP7 flagged: Layout.astro now strips the trailing slash Astro's
  directory build format puts on Astro.url.pathname, so every canonical and
  og:url on the site is the same slash-less URL that appears here.

  /privacy is NEW — the live site has no such page. It is listed because it is
  a real, indexable page that the footer links to. See WP8-GATE.md.

  Hand-maintained: this is a public/ file, so it ships verbatim and does not
  pick up the deploy base. On the /new staging build it is served at
  /new/sitemap.xml while still listing intangible.tv URLs; that is harmless
  because staging is not indexed, but it means the file is only correct in
  production.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://intangible.tv/</loc></url>
  <url><loc>https://intangible.tv/contact</loc></url>
  <url><loc>https://intangible.tv/about</loc></url>
  <url><loc>https://intangible.tv/work</loc></url>
  <url><loc>https://intangible.tv/preview</loc></url>
  <url><loc>https://intangible.tv/privacy</loc></url>
  <url><loc>https://intangible.tv/new-services-categories/all</loc></url>
  <url><loc>https://intangible.tv/new-services-categories/the-subtle-ones</loc></url>
  <url><loc>https://intangible.tv/new-services-categories/the-interactive-ones</loc></url>
  <url><loc>https://intangible.tv/new-services-categories/the-packshots</loc></url>
  <url><loc>https://intangible.tv/new-services-categories/the-transitions</loc></url>
  <url><loc>https://intangible.tv/new-services-categories/the-unexpected</loc></url>
</urlset>
