Skip to content

Commit

Permalink
Add data bubble to sitemaps
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Wu Fei authored and Carlos Wu Fei committed Oct 19, 2023
1 parent c6dc06f commit bb31760
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
31 changes: 31 additions & 0 deletions templates/data/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?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">
<url>
<loc>https://canonical.com/data</loc>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>https://canonical.com/data/spark</loc>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>https://canonical.com/data/mongodb</loc>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>https://canonical.com/data/spark</loc>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>https://canonical.com/data/kafka</loc>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>https://canonical.com/data/opensearch</loc>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>https://canonical.com/data/docs</loc>
<changefreq>monthly</changefreq>
</url>
</urlset>
4 changes: 4 additions & 0 deletions templates/sitemap-links.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@
<loc>https://canonical.com/press-centre</loc>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>https://canonical.com/data</loc>
<changefreq>monthly</changefreq>
</url>
</urlset>

0 comments on commit bb31760

Please sign in to comment.