<?xml version="1.0" encoding="UTF-8"?>
<!-- Public, indexable pages only. Each URL lists every language variant as an
     hreflang alternate (Google indexes one language per URL, so the localised
     URLs below are what make da/de/nl discoverable). Keep in sync with the
     public routes in ng/src/app/app.routes.ts and the prerender list in
     angular.json. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

	<!-- Landing page -->
	<url>
		<loc>https://singcope.com/welcome</loc>
		<xhtml:link rel="alternate" hreflang="en" href="https://singcope.com/welcome"/>
		<xhtml:link rel="alternate" hreflang="da" href="https://singcope.com/da/welcome"/>
		<xhtml:link rel="alternate" hreflang="de" href="https://singcope.com/de/welcome"/>
		<xhtml:link rel="alternate" hreflang="nl" href="https://singcope.com/nl/welcome"/>
		<xhtml:link rel="alternate" hreflang="x-default" href="https://singcope.com/welcome"/>
		<changefreq>weekly</changefreq>
		<priority>1.0</priority>
	</url>
	<url>
		<loc>https://singcope.com/da/welcome</loc>
		<xhtml:link rel="alternate" hreflang="en" href="https://singcope.com/welcome"/>
		<xhtml:link rel="alternate" hreflang="da" href="https://singcope.com/da/welcome"/>
		<xhtml:link rel="alternate" hreflang="de" href="https://singcope.com/de/welcome"/>
		<xhtml:link rel="alternate" hreflang="nl" href="https://singcope.com/nl/welcome"/>
		<xhtml:link rel="alternate" hreflang="x-default" href="https://singcope.com/welcome"/>
		<changefreq>weekly</changefreq>
		<priority>1.0</priority>
	</url>
	<url>
		<loc>https://singcope.com/de/welcome</loc>
		<xhtml:link rel="alternate" hreflang="en" href="https://singcope.com/welcome"/>
		<xhtml:link rel="alternate" hreflang="da" href="https://singcope.com/da/welcome"/>
		<xhtml:link rel="alternate" hreflang="de" href="https://singcope.com/de/welcome"/>
		<xhtml:link rel="alternate" hreflang="nl" href="https://singcope.com/nl/welcome"/>
		<xhtml:link rel="alternate" hreflang="x-default" href="https://singcope.com/welcome"/>
		<changefreq>weekly</changefreq>
		<priority>1.0</priority>
	</url>
	<url>
		<loc>https://singcope.com/nl/welcome</loc>
		<xhtml:link rel="alternate" hreflang="en" href="https://singcope.com/welcome"/>
		<xhtml:link rel="alternate" hreflang="da" href="https://singcope.com/da/welcome"/>
		<xhtml:link rel="alternate" hreflang="de" href="https://singcope.com/de/welcome"/>
		<xhtml:link rel="alternate" hreflang="nl" href="https://singcope.com/nl/welcome"/>
		<xhtml:link rel="alternate" hreflang="x-default" href="https://singcope.com/welcome"/>
		<changefreq>weekly</changefreq>
		<priority>1.0</priority>
	</url>

	<!-- Sign up -->
	<url>
		<loc>https://singcope.com/signup</loc>
		<changefreq>monthly</changefreq>
		<priority>0.8</priority>
	</url>

	<!-- Privacy policy -->
	<url>
		<loc>https://singcope.com/privacy</loc>
		<xhtml:link rel="alternate" hreflang="en" href="https://singcope.com/privacy"/>
		<xhtml:link rel="alternate" hreflang="da" href="https://singcope.com/da/privacy"/>
		<xhtml:link rel="alternate" hreflang="de" href="https://singcope.com/de/privacy"/>
		<xhtml:link rel="alternate" hreflang="nl" href="https://singcope.com/nl/privacy"/>
		<xhtml:link rel="alternate" hreflang="x-default" href="https://singcope.com/privacy"/>
		<changefreq>yearly</changefreq>
		<priority>0.3</priority>
	</url>
</urlset>
