-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsitemap_index.xml
36 lines (35 loc) · 1.03 KB
/
sitemap_index.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<!-- Main page -->
<url>
<loc>https://www.yanke.codes/index.html</loc>
<lastmod>2023-10-10</lastmod>
<!-- Change to your actual last modified date -->
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<!-- Project 1 page -->
<url>
<loc>https://www.yanke.codes/project-1.html</loc>
<lastmod>2023-10-10</lastmod>
<!-- Change to your actual last modified date -->
<changefreq>monthly</changefreq>
<priority>0.3</priority>
</url>
<!-- Project 2 page -->
<url>
<loc>https://www.yanke.codes/project-2.html</loc>
<lastmod>2023-10-10</lastmod>
<!-- Change to your actual last modified date -->
<changefreq>monthly</changefreq>
<priority>0.3</priority>
</url>
<!-- Project 3 page -->
<url>
<loc>https://www.yanke.codes/project-3.html</loc>
<lastmod>2023-10-10</lastmod>
<!-- Change to your actual last modified date -->
<changefreq>monthly</changefreq>
<priority>0.3</priority>
</url>
</urlset>