-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsitemap.xml
More file actions
50 lines (45 loc) · 2.39 KB
/
sitemap.xml
File metadata and controls
50 lines (45 loc) · 2.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?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:image="http://www.google.com/schemas/sitemap-image/1.1">
<!-- Page principale -->
<url>
<loc>https://ThePhoenixAgency.github.io/RaspberryScripts/</loc>
<lastmod>2026-01-22</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
<xhtml:link rel="alternate" hreflang="fr" href="https://ThePhoenixAgency.github.io/RaspberryScripts/?lang=fr"/>
<xhtml:link rel="alternate" hreflang="en" href="https://ThePhoenixAgency.github.io/RaspberryScripts/?lang=en"/>
<xhtml:link rel="alternate" hreflang="x-default" href="https://ThePhoenixAgency.github.io/RaspberryScripts/"/>
<image:image>
<image:loc>https://ThePhoenixAgency.github.io/RaspberryScripts/assets/logo.jpeg</image:loc>
<image:title>RaspberryScripts Logo</image:title>
<image:caption>RaspberryScripts - Scripts Raspberry Pi Documentation</image:caption>
</image:image>
</url>
<!-- Page 404 -->
<url>
<loc>https://ThePhoenixAgency.github.io/RaspberryScripts/404.html</loc>
<lastmod>2026-01-22</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
</url>
<!-- Documentation française -->
<url>
<loc>https://ThePhoenixAgency.github.io/RaspberryScripts/docs/supervision.fr.md</loc>
<lastmod>2026-01-22</lastmod>
<changefreq>weekly</changefreq>
<priority>0.9</priority>
<xhtml:link rel="alternate" hreflang="fr" href="https://ThePhoenixAgency.github.io/RaspberryScripts/docs/supervision.fr.md"/>
<xhtml:link rel="alternate" hreflang="en" href="https://ThePhoenixAgency.github.io/RaspberryScripts/docs/supervision.en.md"/>
</url>
<!-- Documentation anglaise -->
<url>
<loc>https://ThePhoenixAgency.github.io/RaspberryScripts/docs/supervision.en.md</loc>
<lastmod>2026-01-22</lastmod>
<changefreq>weekly</changefreq>
<priority>0.9</priority>
<xhtml:link rel="alternate" hreflang="fr" href="https://ThePhoenixAgency.github.io/RaspberryScripts/docs/supervision.fr.md"/>
<xhtml:link rel="alternate" hreflang="en" href="https://ThePhoenixAgency.github.io/RaspberryScripts/docs/supervision.en.md"/>
</url>
</urlset>