<?xml version="1.0" encoding="UTF-8"?>
<!--
  A sitemap index rather than a urlset: the per-member pages at /members/:id and
  the per-bill pages at /bills/:billKey are generated from the API by the
  `sitemap-members` and `sitemap-bills` functions and cannot be listed in a
  static file. A <urlset> cannot nest another sitemap, so this became an index
  and the static pages moved to sitemap-pages.xml. The URL robots.txt advertises
  is unchanged.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://electedconnect.com/sitemap-pages.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://electedconnect.com/sitemap-members.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://electedconnect.com/sitemap-bills.xml</loc>
  </sitemap>
</sitemapindex>
