<?xml version="1.0" encoding="UTF-8"?>
<!--
	domusmio sitemap.

	Six URLs, three pages in two languages. Each entry declares the whole language set
	through xhtml:link alternates, which is what Google asks for on a bilingual site and
	is the sitemap's counterpart to the hreflang block in each page's <head>. Both must
	agree; validate-site.mjs checks that they do, against the same page list it uses for
	everything else.

	NO lastmod, changefreq OR priority, deliberately. This site is served exactly as
	committed — there is no build step to stamp an accurate date, so a lastmod here would
	be a hand-maintained number that goes stale the first time somebody forgets it, and
	Google discounts lastmod it finds unreliable. changefreq and priority are ignored
	outright. An honest small sitemap beats a decorated inaccurate one.

	Only the .com appears. domusmio.dk 301s here, and listing a URL that redirects is a
	direct contradiction of the redirect.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

	<url>
		<loc>https://domusmio.com/</loc>
		<xhtml:link rel="alternate" hreflang="da" href="https://domusmio.com/" />
		<xhtml:link rel="alternate" hreflang="en" href="https://domusmio.com/en/" />
		<xhtml:link rel="alternate" hreflang="x-default" href="https://domusmio.com/" />
	</url>

	<url>
		<loc>https://domusmio.com/en/</loc>
		<xhtml:link rel="alternate" hreflang="da" href="https://domusmio.com/" />
		<xhtml:link rel="alternate" hreflang="en" href="https://domusmio.com/en/" />
		<xhtml:link rel="alternate" hreflang="x-default" href="https://domusmio.com/" />
	</url>

	<url>
		<loc>https://domusmio.com/privacy/</loc>
		<xhtml:link rel="alternate" hreflang="da" href="https://domusmio.com/privacy/" />
		<xhtml:link rel="alternate" hreflang="en" href="https://domusmio.com/en/privacy/" />
		<xhtml:link rel="alternate" hreflang="x-default" href="https://domusmio.com/privacy/" />
	</url>

	<url>
		<loc>https://domusmio.com/en/privacy/</loc>
		<xhtml:link rel="alternate" hreflang="da" href="https://domusmio.com/privacy/" />
		<xhtml:link rel="alternate" hreflang="en" href="https://domusmio.com/en/privacy/" />
		<xhtml:link rel="alternate" hreflang="x-default" href="https://domusmio.com/privacy/" />
	</url>

	<url>
		<loc>https://domusmio.com/cookies/</loc>
		<xhtml:link rel="alternate" hreflang="da" href="https://domusmio.com/cookies/" />
		<xhtml:link rel="alternate" hreflang="en" href="https://domusmio.com/en/cookies/" />
		<xhtml:link rel="alternate" hreflang="x-default" href="https://domusmio.com/cookies/" />
	</url>

	<url>
		<loc>https://domusmio.com/en/cookies/</loc>
		<xhtml:link rel="alternate" hreflang="da" href="https://domusmio.com/cookies/" />
		<xhtml:link rel="alternate" hreflang="en" href="https://domusmio.com/en/cookies/" />
		<xhtml:link rel="alternate" hreflang="x-default" href="https://domusmio.com/cookies/" />
	</url>

</urlset>
