Skip to content

Commit

Permalink
Manually created sitemap.xml for improved control over indexed docs p…
Browse files Browse the repository at this point in the history
…ages (#4145)

* Load manually created sitemap

Signed-off-by: Dmitry Sorokin <129520297+DmitrySorokinQB@users.noreply.github.com>

* Add projects remove lastmod for latest

Signed-off-by: Dmitry Sorokin <129520297+DmitrySorokinQB@users.noreply.github.com>

* Add latest for projects

Signed-off-by: Dmitry Sorokin <129520297+DmitrySorokinQB@users.noreply.github.com>

---------

Signed-off-by: Dmitry Sorokin <129520297+DmitrySorokinQB@users.noreply.github.com>
Co-authored-by: Dmitry Sorokin <129520297+DmitrySorokinQB@users.noreply.github.com>
Co-authored-by: ElenaKhaustova <157851531+ElenaKhaustova@users.noreply.github.com>
Co-authored-by: L. R. Couto <57910428+lrcouto@users.noreply.github.com>
  • Loading branch information
4 people authored Oct 10, 2024
1 parent e868adc commit 3a46aba
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions docs/source/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://docs.kedro.org/en/stable/</loc>
<lastmod>2024-09-01T18:53:11.571849+00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://docs.kedro.org/en/latest/</loc>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://docs.kedro.org/projects/kedro-viz/en/stable/</loc>
<lastmod>2024-09-01T18:53:11.571849+00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://docs.kedro.org/projects/kedro-viz/en/latest/</loc>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://docs.kedro.org/projects/kedro-datasets/en/stable/</loc>
<lastmod>2024-09-01T18:53:11.571849+00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://docs.kedro.org/projects/kedro-datasets/en/latest/</loc>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
</urlset>

0 comments on commit 3a46aba

Please sign in to comment.