Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit 9e7d7ff

Browse files
authored
Create sitemap.xml
1 parent 1ce91d1 commit 9e7d7ff

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

sitemap.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<!-- Root URL -->
4+
<url>
5+
<loc>https://d-i-projects.github.io/</loc>
6+
<priority>1.0</priority>
7+
</url>
8+
9+
<!-- Home Page -->
10+
<url>
11+
<loc>https://d-i-projects.github.io/home</loc>
12+
<priority>0.9</priority>
13+
</url>
14+
15+
<!-- Projects Page -->
16+
<url>
17+
<loc>https://d-i-projects.github.io/projects</loc>
18+
<priority>0.8</priority>
19+
</url>
20+
21+
<!-- People Page -->
22+
<url>
23+
<loc>https://d-i-projects.github.io/people</loc>
24+
<priority>0.8</priority>
25+
</url>
26+
</urlset>

0 commit comments

Comments
 (0)