Skip to content

Commit

Permalink
Add xhtml sitemap (#1300)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddsaura committed Dec 7, 2023
1 parent 96848da commit b362207
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions frontend/public/sitemap.xml
@@ -1,22 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">


<url>
<loc>https://www.stooa.com/</loc>
<link
<xhtml:link
rel="alternate"
hreflang="es"
href="https://www.stooa.com/es" />
<link
<xhtml:link
rel="alternate"
hreflang="es"
href="https://www.stooa.com/fr" />
<link
<xhtml:link
rel="alternate"
hreflang="es"
href="https://www.stooa.com/ca" />
Expand All @@ -25,15 +26,15 @@

<url>
<loc>https://www.stooa.com/blog</loc>
<link
<xhtml:link
rel="alternate"
hreflang="es"
href="https://www.stooa.com/es/blog" />
<link
<xhtml:link
rel="alternate"
hreflang="fr"
href="https://www.stooa.com/fr/blog" />
<link
<xhtml:link
rel="alternate"
hreflang="ca"
href="https://www.stooa.com/ca/blog" />
Expand All @@ -42,15 +43,15 @@

<url>
<loc>https://www.stooa.com/blog/5-tips-boost-participation-online-meetings</loc>
<link
<xhtml:link
rel="alternate"
hreflang="es"
href="https://www.stooa.com/es/blog/5-tips-boost-participation-online-meetings" />
<link
<xhtml:link
rel="alternate"
hreflang="fr"
href="https://www.stooa.com/fr/blog/5-tips-boost-participation-online-meetings" />
<link
<xhtml:link
rel="alternate"
hreflang="ca"
href="https://www.stooa.com/ca/blog/5-tips-boost-participation-online-meetings" />
Expand All @@ -59,15 +60,15 @@

<url>
<loc>https://www.stooa.com/blog/3-innovative-dynamics-for-retros</loc>
<link
<xhtml:link
rel="alternate"
hreflang="es"
href="https://www.stooa.com/es/blog/3-innovative-dynamics-for-retros" />
<link
<xhtml:link
rel="alternate"
hreflang="fr"
href="https://www.stooa.com/fr/blog/3-innovative-dynamics-for-retros" />
<link
<xhtml:link
rel="alternate"
hreflang="ca"
href="https://www.stooa.com/ca/blog/3-innovative-dynamics-for-retros" />
Expand All @@ -76,15 +77,15 @@

<url>
<loc>https://www.stooa.com/cookies-policy</loc>
<link
<xhtml:link
rel="alternate"
hreflang="es"
href="https://www.stooa.com/es/cookies-policy" />
<link
<xhtml:link
rel="alternate"
hreflang="fr"
href="https://www.stooa.com/fr/cookies-policy" />
<link
<xhtml:link
rel="alternate"
hreflang="ca"
href="https://www.stooa.com/ca/cookies-policy" />
Expand All @@ -93,15 +94,15 @@

<url>
<loc>https://www.stooa.com/privacy-policy</loc>
<link
<xhtml:link
rel="alternate"
hreflang="es"
href="https://www.stooa.com/es/privacy-policy" />
<link
<xhtml:link
rel="alternate"
hreflang="fr"
href="https://www.stooa.com/fr/privacy-policy" />
<link
<xhtml:link
rel="alternate"
hreflang="ca"
href="https://www.stooa.com/ca/privacy-policy" />
Expand Down

0 comments on commit b362207

Please sign in to comment.