Skip to content

Commit

Permalink
imp: Update the sitemap.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
marienfressinaud committed Oct 19, 2024
1 parent f4ec046 commit 5b2b66c
Showing 1 changed file with 32 additions and 8 deletions.
40 changes: 32 additions & 8 deletions src/views/home/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<urlset xmlns="https://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc><?= url_full('home') ?></loc>
<changefreq>weekly</changefreq>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>

<url>
<loc><?= url_full('project') ?></loc>
<changefreq>weekly</changefreq>
<loc><?= url_full('features') ?></loc>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>

Expand All @@ -20,31 +20,55 @@
</url>

<url>
<loc><?= url_full('common pot') ?></loc>
<loc><?= url_full('home') ?>carnet/</loc>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
<priority>0.8</priority>
</url>

<url>
<loc><?= url_full('contact') ?></loc>
<changefreq>yearly</changefreq>
<priority>0.6</priority>
<priority>0.8</priority>
</url>

<url>
<loc><?= url_full('credits') ?></loc>
<changefreq>yearly</changefreq>
<priority>0.5</priority>
<priority>0.6</priority>
</url>

<url>
<loc><?= url_full('security') ?></loc>
<changefreq>yearly</changefreq>
<priority>0.6</priority>
</url>

<url>
<loc><?= url_full('legal') ?></loc>
<changefreq>yearly</changefreq>
<priority>0.6</priority>
</url>

<url>
<loc><?= url_full('legal notices') ?></loc>
<changefreq>yearly</changefreq>
<priority>0.5</priority>
</url>

<url>
<loc><?= url_full('general terms') ?></loc>
<changefreq>yearly</changefreq>
<priority>0.5</priority>
</url>

<url>
<loc><?= url_full('privacy policy') ?></loc>
<changefreq>yearly</changefreq>
<priority>0.5</priority>
</url>

<url>
<loc><?= url_full('cgv') ?></loc>
<loc><?= url_full('cookies policy') ?></loc>
<changefreq>yearly</changefreq>
<priority>0.5</priority>
</url>
Expand Down

0 comments on commit 5b2b66c

Please sign in to comment.