<?xml version="1.0" encoding="UTF-8"?>
<!--
  Three pages, because there are three: the game, the press kit and the privacy
  page. /translate.html is left out - it is a tool linked from inside the game
  for the people translating it, not a page anyone should reach from a search.

  /play is left out on purpose: it is a 301 onto the root (public/.htaccess),
  kept alive only for links handed out while the root was a landing page. A
  sitemap lists destinations, not redirects.

  No <lastmod>: nothing stamps this file at deploy time, so any date in here
  would be a date that stopped being true on the next build. Also no <priority>
  or <changefreq> - Google ignores both.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://party-tycoon.com/</loc>
  </url>
  <url>
    <loc>https://party-tycoon.com/press</loc>
  </url>
  <url>
    <loc>https://party-tycoon.com/privacy.html</loc>
  </url>
</urlset>
