﻿<?xml version="1.0" encoding="UTF-8"?>
<!--
1/24/22 The 2-line <urlset> declaration below is giving the error "Your Sitemap or Sitemap index file doesn't properly
declare the namespace" from Google Search Console under Sitemaps. Trying other options...
The 2-line <urlset> comes directly from Google at https://developers.google.com/search/docs/advanced/crawling/localized-versions#all-method-guidelines

<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="https://www.w3.org/1999/xhtml">
-->

<!--
Tried the single <urlset> line below from https://www.sitemaps.org/protocol.html and it didn't work.
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

<url>
  <loc>https://borzoi.org/</loc>
  <changefreq>daily</changefreq>
</url>
<url>
  <loc>https://borzoi.org/?dog=michael</loc>
  <changefreq>daily</changefreq>
</url>
<url>
  <loc>https://borzoi.org/?dog=buddy</loc>
  <changefreq>daily</changefreq>
</url>
<url>
  <loc>https://borzoi.org/?dog=indy</loc>
  <changefreq>daily</changefreq>
</url>
<url>
  <loc>https://borzoi.org/?dog=dino</loc>
  <changefreq>daily</changefreq>
</url>
<url>
  <loc>https://borzoi.org/?col=stamps</loc>
  <changefreq>daily</changefreq>
</url>
</urlset>
