<?xml version="1.0" encoding="UTF-8"?>
<!-- sitemap.xml for whimle.com — the public, crawlable pages. Referenced from
     robots.txt. Individual blog posts are dynamic (served from the API) and are
     discovered by following links from /blog; a per-post sitemap can be added
     later from a whimle-api endpoint if we want them listed explicitly. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://whimle.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://whimle.com/blog</loc>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
