<?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">
-->


<!--
1/26/22 This urlset worked for someone at https://support.google.com/webmasters/thread/34803809/your-sitemap-or-sitemap-index-file-does-not-properly-declare-the-namespace?hl=en
so I'm trying it. On first blush it appears to work
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns:xhtml="http://www.w3.org/1999/xhtml"
	xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd http://www.w3.org/1999/xhtml http://www.w3.org/2002/08/xhtml/xhtml1-strict.xsd">

<!-- 
	Look at https://developers.google.com/search/docs/advanced/crawling/managing-multi-regional-sites for information on optimizing
	Google to crawl the site in multiple languages.
-->

<url>
  <loc>https://frenchbanknotes.com/</loc>
  <xhtml:link rel="alternate" hreflang="en" href="https://frenchbanknotes.com/" />
  <xhtml:link rel="alternate" hreflang="fr" href="https://billetsdefrance.com/" />
  <xhtml:link rel="alternate" hreflang="pl" href="https://pl.frenchbanknotes.com" />
</url>
<url>
  <loc>https://billetsdefrance.com/</loc>
  <xhtml:link rel="alternate" hreflang="en" href="https://frenchbanknotes.com/" />
  <xhtml:link rel="alternate" hreflang="fr" href="https://billetsdefrance.com/" />
  <xhtml:link rel="alternate" hreflang="pl" href="https://pl.frenchbanknotes.com" />
</url>
<url>
  <loc>https://pl.frenchbanknotes.com</loc>
  <xhtml:link rel="alternate" hreflang="en" href="https://frenchbanknotes.com/" />
  <xhtml:link rel="alternate" hreflang="fr" href="https://billetsdefrance.com/" />
  <xhtml:link rel="alternate" hreflang="pl" href="https://pl.frenchbanknotes.com" />
</url>

<url>
  <loc>https://frenchbanknotes.com/france.php</loc>
  <xhtml:link rel="alternate" hreflang="en" href="https://frenchbanknotes.com/france.php" />
  <xhtml:link rel="alternate" hreflang="fr" href="https://billetsdefrance.com/france.php" />
  <xhtml:link rel="alternate" hreflang="pl" href="https://pl.frenchbanknotes.com/france.php" />
</url>
<url>
  <loc>https://billetsdefrance.com/france.php</loc>
  <xhtml:link rel="alternate" hreflang="en" href="https://frenchbanknotes.com/france.php" />
  <xhtml:link rel="alternate" hreflang="fr" href="https://billetsdefrance.com/france.php" />
  <xhtml:link rel="alternate" hreflang="pl" href="https://pl.frenchbanknotes.com/france.php" />
</url>
<url>
  <loc>https://pl.frenchbanknotes.com/france.php</loc>
  <xhtml:link rel="alternate" hreflang="en" href="https://frenchbanknotes.com/france.php" />
  <xhtml:link rel="alternate" hreflang="fr" href="https://billetsdefrance.com/france.php" />
  <xhtml:link rel="alternate" hreflang="pl" href="https://pl.frenchbanknotes.com/france.php" />
</url>

<url>
  <loc>https://frenchbanknotes.com/frenchprints.php</loc>
  <xhtml:link rel="alternate" hreflang="en" href="https://frenchbanknotes.com/frenchprints.php" />
  <xhtml:link rel="alternate" hreflang="fr" href="https://billetsdefrance.com/frenchprints.php" />
  <xhtml:link rel="alternate" hreflang="pl" href="https://pl.frenchbanknotes.com/frenchprints.php" />
</url>
<url>
  <loc>https://billetsdefrance.com/frenchprints.php</loc>
  <xhtml:link rel="alternate" hreflang="en" href="https://frenchbanknotes.com/frenchprints.php" />
  <xhtml:link rel="alternate" hreflang="fr" href="https://billetsdefrance.com/frenchprints.php" />
  <xhtml:link rel="alternate" hreflang="pl" href="https://pl.frenchbanknotes.com/frenchprints.php" />
</url>
<url>
  <loc>https://pl.frenchbanknotes.com/frenchprints.php</loc>
  <xhtml:link rel="alternate" hreflang="en" href="https://frenchbanknotes.com/frenchprints.php" />
  <xhtml:link rel="alternate" hreflang="fr" href="https://billetsdefrance.com/frenchprints.php" />
  <xhtml:link rel="alternate" hreflang="pl" href="https://pl.frenchbanknotes.com/frenchprints.php" />
</url>

<url>
  <loc>https://frenchbanknotes.com/artists.php</loc>
  <xhtml:link rel="alternate" hreflang="en" href="https://frenchbanknotes.com/artists.php" />
  <xhtml:link rel="alternate" hreflang="fr" href="https://billetsdefrance.com/artists.php" />
  <xhtml:link rel="alternate" hreflang="pl" href="https://pl.frenchbanknotes.com/artists.php" />
</url>
<url>
  <loc>https://billetsdefrance.com/artists.php</loc>
  <xhtml:link rel="alternate" hreflang="en" href="https://frenchbanknotes.com/artists.php" />
  <xhtml:link rel="alternate" hreflang="fr" href="https://billetsdefrance.com/artists.php" />
  <xhtml:link rel="alternate" hreflang="pl" href="https://pl.frenchbanknotes.com/artists.php" />
</url>
<url>
  <loc>https://pl.frenchbanknotes.com/artists.php</loc>
  <xhtml:link rel="alternate" hreflang="en" href="https://frenchbanknotes.com/artists.php" />
  <xhtml:link rel="alternate" hreflang="fr" href="https://billetsdefrance.com/artists.php" />
  <xhtml:link rel="alternate" hreflang="pl" href="https://pl.frenchbanknotes.com/artists.php" />
</url>

<url>
  <loc>https://frenchbanknotes.com/banks.php</loc>
  <xhtml:link rel="alternate" hreflang="en" href="https://frenchbanknotes.com/banks.php" />
  <xhtml:link rel="alternate" hreflang="fr" href="https://billetsdefrance.com/banks.php" />
  <xhtml:link rel="alternate" hreflang="pl" href="https://pl.frenchbanknotes.com/banks.php" />
</url>
<url>
  <loc>https://billetsdefrance.com/banks.php</loc>
  <xhtml:link rel="alternate" hreflang="en" href="https://frenchbanknotes.com/banks.php" />
  <xhtml:link rel="alternate" hreflang="fr" href="https://billetsdefrance.com/banks.php" />
  <xhtml:link rel="alternate" hreflang="pl" href="https://pl.frenchbanknotes.com/banks.php" />
</url>
<url>
  <loc>https://pl.frenchbanknotes.com/banks.php</loc>
  <xhtml:link rel="alternate" hreflang="en" href="https://frenchbanknotes.com/banks.php" />
  <xhtml:link rel="alternate" hreflang="fr" href="https://billetsdefrance.com/banks.php" />
  <xhtml:link rel="alternate" hreflang="pl" href="https://pl.frenchbanknotes.com/banks.php" />
</url>

<url>
  <loc>https://frenchbanknotes.com/omnibus.php</loc>
  <xhtml:link rel="alternate" hreflang="en" href="https://frenchbanknotes.com/omnibus.php" />
  <xhtml:link rel="alternate" hreflang="fr" href="https://billetsdefrance.com/omnibus.php" />
  <xhtml:link rel="alternate" hreflang="pl" href="https://pl.frenchbanknotes.com/omnibus.php" />
</url>
<url>
  <loc>https://billetsdefrance.com/omnibus.php</loc>
  <xhtml:link rel="alternate" hreflang="en" href="https://frenchbanknotes.com/omnibus.php" />
  <xhtml:link rel="alternate" hreflang="fr" href="https://billetsdefrance.com/omnibus.php" />
  <xhtml:link rel="alternate" hreflang="pl" href="https://pl.frenchbanknotes.com/omnibus.php" />
</url>
<url>
  <loc>https://pl.frenchbanknotes.com/omnibus.php</loc>
  <xhtml:link rel="alternate" hreflang="en" href="https://frenchbanknotes.com/omnibus.php" />
  <xhtml:link rel="alternate" hreflang="fr" href="https://billetsdefrance.com/omnibus.php" />
  <xhtml:link rel="alternate" hreflang="pl" href="https://pl.frenchbanknotes.com/omnibus.php" />
</url>

<url>
  <loc>https://frenchbanknotes.com/articles/index.php</loc>
  <xhtml:link rel="alternate" hreflang="en" href="https://frenchbanknotes.com/articles/index.php" />
  <xhtml:link rel="alternate" hreflang="fr" href="https://billetsdefrance.com/articles/index.php" />
  <xhtml:link rel="alternate" hreflang="pl" href="https://pl.frenchbanknotes.com/articles/index.php" />
</url>
<url>
  <loc>https://billetsdefrance.com/articles/index.php</loc>
  <xhtml:link rel="alternate" hreflang="en" href="https://frenchbanknotes.com/articles/index.php" />
  <xhtml:link rel="alternate" hreflang="fr" href="https://billetsdefrance.com/articles/index.php" />
  <xhtml:link rel="alternate" hreflang="pl" href="https://pl.frenchbanknotes.com/articles/index.php" />
</url>
<url>
  <loc>https://pl.frenchbanknotes.com/articles/index.php</loc>
  <xhtml:link rel="alternate" hreflang="en" href="https://frenchbanknotes.com/articles/index.php" />
  <xhtml:link rel="alternate" hreflang="fr" href="https://billetsdefrance.com/articles/index.php" />
  <xhtml:link rel="alternate" hreflang="pl" href="https://pl.frenchbanknotes.com/articles/index.php" />
</url>

<url>
  <loc>https://frenchbanknotes.com/additions.php</loc>
  <xhtml:link rel="alternate" hreflang="en" href="https://frenchbanknotes.com/additions.php" />
  <xhtml:link rel="alternate" hreflang="fr" href="https://billetsdefrance.com/additions.php" />
  <xhtml:link rel="alternate" hreflang="pl" href="https://pl.frenchbanknotes.com/additions.php" />
</url>
<url>
  <loc>https://billetsdefrance.com/additions.php</loc>
  <xhtml:link rel="alternate" hreflang="en" href="https://frenchbanknotes.com/additions.php" />
  <xhtml:link rel="alternate" hreflang="fr" href="https://billetsdefrance.com/additions.php" />
  <xhtml:link rel="alternate" hreflang="pl" href="https://pl.frenchbanknotes.com/additions.php" />
</url>
<url>
  <loc>https://pl.frenchbanknotes.com/additions.php</loc>
  <xhtml:link rel="alternate" hreflang="en" href="https://frenchbanknotes.com/additions.php" />
  <xhtml:link rel="alternate" hreflang="fr" href="https://billetsdefrance.com/additions.php" />
  <xhtml:link rel="alternate" hreflang="pl" href="https://pl.frenchbanknotes.com/additions.php" />
</url>

<url>
  <loc>https://frenchbanknotes.com/indexlist.php</loc>
  <xhtml:link rel="alternate" hreflang="en" href="https://frenchbanknotes.com/indexlist.php" />
  <xhtml:link rel="alternate" hreflang="fr" href="https://billetsdefrance.com/indexlist.php" />
  <xhtml:link rel="alternate" hreflang="pl" href="https://pl.frenchbanknotes.com/indexlist.php" />
</url>
<url>
  <loc>https://billetsdefrance.com/indexlist.php</loc>
  <xhtml:link rel="alternate" hreflang="en" href="https://frenchbanknotes.com/indexlist.php" />
  <xhtml:link rel="alternate" hreflang="fr" href="https://billetsdefrance.com/indexlist.php" />
  <xhtml:link rel="alternate" hreflang="pl" href="https://pl.frenchbanknotes.com/indexlist.php" />
</url>
<url>
  <loc>https://pl.frenchbanknotes.com/indexlist.php</loc>
  <xhtml:link rel="alternate" hreflang="en" href="https://frenchbanknotes.com/indexlist.php" />
  <xhtml:link rel="alternate" hreflang="fr" href="https://billetsdefrance.com/indexlist.php" />
  <xhtml:link rel="alternate" hreflang="pl" href="https://pl.frenchbanknotes.com/indexlist.php" />
</url>

<url>
  <loc>https://frenchbanknotes.com/reference.php</loc>
  <xhtml:link rel="alternate" hreflang="en" href="https://frenchbanknotes.com/reference.php" />
  <xhtml:link rel="alternate" hreflang="fr" href="https://billetsdefrance.com/reference.php" />
  <xhtml:link rel="alternate" hreflang="pl" href="https://pl.frenchbanknotes.com/reference.php" />
</url>
<url>
  <loc>https://billetsdefrance.com/reference.php</loc>
  <xhtml:link rel="alternate" hreflang="en" href="https://frenchbanknotes.com/reference.php" />
  <xhtml:link rel="alternate" hreflang="fr" href="https://billetsdefrance.com/reference.php" />
  <xhtml:link rel="alternate" hreflang="pl" href="https://pl.frenchbanknotes.com/reference.php" />
</url>
<url>
  <loc>https://pl.frenchbanknotes.com/reference.php</loc>
  <xhtml:link rel="alternate" hreflang="en" href="https://frenchbanknotes.com/reference.php" />
  <xhtml:link rel="alternate" hreflang="fr" href="https://billetsdefrance.com/reference.php" />
  <xhtml:link rel="alternate" hreflang="pl" href="https://pl.frenchbanknotes.com/reference.php" />
</url>

<!--
Testing this - should I be putting all these URL's with query strings in? If I do, it would seem
important to also change the html page titles and descriptions to be specific to the page
This test below was in the sitemap for the 1/27 update, so I should see results 1/28

1/27 after looking at Google (before the update below), I can google things like "French bank notes comoros"
and will get a direct link to the comoros page. Same with old francs, etc. So I don't know that I need to
add all these urls. What I don't see is any Google entries for search "billets france anciens francs". It
will be confirmation of this whole localized sitemap if I start to see those (Polish too)
-->
<url>
  <loc>https://frenchbanknotes.com/france.php?section=Old+Francs</loc>
  <xhtml:link rel="alternate" hreflang="en" href="https://frenchbanknotes.com/france.php?section=Old+Francs" />
  <xhtml:link rel="alternate" hreflang="fr" href="https://billetsdefrance.com/france.php?section=Anciens+Francs" />
  <xhtml:link rel="alternate" hreflang="pl" href="https://pl.frenchbanknotes.com/france.php?section=Stare+Franki" />
</url>
<url>
  <loc>https://billetsdefrance.com/france.php?section=Anciens+Francs</loc>
  <xhtml:link rel="alternate" hreflang="en" href="https://frenchbanknotes.com/france.php?section=Old+Francs" />
  <xhtml:link rel="alternate" hreflang="fr" href="https://billetsdefrance.com/france.php?section=Anciens+Francs" />
  <xhtml:link rel="alternate" hreflang="pl" href="https://pl.frenchbanknotes.com/france.php?section=Stare+Franki" />
</url>
<url>
  <loc>https://pl.frenchbanknotes.com/france.php?section=Stare+Franki</loc>
  <xhtml:link rel="alternate" hreflang="en" href="https://frenchbanknotes.com/france.php?section=Old+Francs" />
  <xhtml:link rel="alternate" hreflang="fr" href="https://billetsdefrance.com/france.php?section=Anciens+Francs" />
  <xhtml:link rel="alternate" hreflang="pl" href="https://pl.frenchbanknotes.com/france.php?section=Stare+Franki" />
</url>


<!-- for now just leaving in the English version of these URLs -->
<url>
  <loc>https://frenchbanknotes.com/forsale.php</loc>
  <priority>1.00</priority>
  <changefreq>daily</changefreq>
</url>
<url>
  <loc>https://frenchbanknotes.com/tech.php</loc>
  <priority>1.00</priority>
  <changefreq>daily</changefreq>
</url>
<url>
  <loc>https://frenchbanknotes.com/articles/ceres.php</loc>
  <priority>1.00</priority>
  <changefreq>daily</changefreq>
</url>
<url>
  <loc>https://frenchbanknotes.com/articles/create.php</loc>
  <priority>1.00</priority>
  <changefreq>daily</changefreq>
</url>
<url>
  <loc>https://frenchbanknotes.com/articles/BEAC-common-designs.php</loc>
  <priority>1.00</priority>
  <changefreq>daily</changefreq>
</url>
<url>
  <loc>https://frenchbanknotes.com/articles/CAS101.php</loc>
  <priority>1.00</priority>
  <changefreq>daily</changefreq>
</url>
<url>
  <loc>https://frenchbanknotes.com/articles/microprint.php</loc>
  <priority>1.00</priority>
  <changefreq>daily</changefreq>
</url>
<url>
  <loc>https://frenchbanknotes.com/articles/create.php</loc>
  <priority>1.00</priority>
  <changefreq>daily</changefreq>
</url>
<url>
  <loc>https://frenchbanknotes.com/articles/chamber-of-commerce.php</loc>
  <priority>1.00</priority>
  <changefreq>daily</changefreq>
</url>
<url>
  <loc>https://frenchbanknotes.com/articles/collecting.php</loc>
  <priority>1.00</priority>
  <changefreq>daily</changefreq>
</url>
<url>
  <loc>https://frenchbanknotes.com/articles/schoelcher.php</loc>
  <priority>1.00</priority>
  <changefreq>daily</changefreq>
</url>
<url>
  <loc>https://frenchbanknotes.com/articles/walhain.php</loc>
  <priority>1.00</priority>
  <changefreq>daily</changefreq>
</url>
<url>
  <loc>https://frenchbanknotes.com/articles/WAS110.php</loc>
  <priority>1.00</priority>
  <changefreq>daily</changefreq>
</url>
</urlset>
