Skip to content

Commit 6b1b60c

Browse files
Updates
1 parent 879203d commit 6b1b60c

File tree

1 file changed

+99
-0
lines changed

1 file changed

+99
-0
lines changed

sitemap.xml

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
4+
<!--
5+
This sitemap is generated based on the routes in your application.
6+
The <loc> URLs include a '/#/' because the application uses HashRouter.
7+
-->
8+
9+
<!-- Static Pages -->
10+
<url>
11+
<loc>https://stumiadura.github.io/Portfolio/#/</loc>
12+
<lastmod>2024-07-31</lastmod>
13+
<changefreq>weekly</changefreq>
14+
<priority>1.0</priority>
15+
</url>
16+
<url>
17+
<loc>https://stumiadura.github.io/Portfolio/#/photography</loc>
18+
<lastmod>2024-07-31</lastmod>
19+
<changefreq>monthly</changefreq>
20+
<priority>0.9</priority>
21+
</url>
22+
<url>
23+
<loc>https://stumiadura.github.io/Portfolio/#/artwork</loc>
24+
<lastmod>2024-07-31</lastmod>
25+
<changefreq>monthly</changefreq>
26+
<priority>0.9</priority>
27+
</url>
28+
<!-- Add more URLs as needed -->
29+
<url>
30+
<loc>https://stumiadura.github.io/Portfolio/#/blog</loc>
31+
<lastmod>2024-07-31</lastmod>
32+
<changefreq>monthly</changefreq>
33+
<priority>0.7</priority>
34+
</url>
35+
36+
<!-- Photography Albums -->
37+
<url>
38+
<loc>https://stumiadura.github.io/Portfolio/#/photography/cars</loc>
39+
<lastmod>2024-07-31</lastmod>
40+
<changefreq>monthly</changefreq>
41+
<priority>0.8</priority>
42+
</url>
43+
<url>
44+
<loc>https://stumiadura.github.io/Portfolio/#/photography/nature</loc>
45+
<lastmod>2024-07-31</lastmod>
46+
<changefreq>monthly</changefreq>
47+
<priority>0.8</priority>
48+
</url>
49+
<url>
50+
<loc>https://stumiadura.github.io/Portfolio/#/photography/animals</loc>
51+
<lastmod>2024-07-31</lastmod>
52+
<changefreq>monthly</changefreq>
53+
<priority>0.8</priority>
54+
</url>
55+
<url>
56+
<loc>https://stumiadura.github.io/Portfolio/#/photography/fungi</loc>
57+
<lastmod>2024-07-31</lastmod>
58+
<changefreq>monthly</changefreq>
59+
<priority>0.8</priority>
60+
</url>
61+
<url>
62+
<loc>https://stumiadura.github.io/Portfolio/#/photography/churches</loc>
63+
<lastmod>2024-07-31</lastmod>
64+
<changefreq>monthly</changefreq>
65+
<priority>0.8</priority>
66+
</url>
67+
68+
<!-- Artwork Albums -->
69+
<url>
70+
<loc>https://stumiadura.github.io/Portfolio/#/artwork/digital-art</loc>
71+
<lastmod>2024-07-31</lastmod>
72+
<changefreq>monthly</changefreq>
73+
<priority>0.8</priority>
74+
</url>
75+
<url>
76+
<loc>https://stumiadura.github.io/Portfolio/#/artwork/oil-paintings</loc>
77+
<lastmod>2024-07-31</lastmod>
78+
<changefreq>monthly</changefreq>
79+
<priority>0.8</priority>
80+
</url>
81+
<url>
82+
<loc>https://stumiadura.github.io/Portfolio/#/artwork/oil-pastels</loc>
83+
<lastmod>2024-07-31</lastmod>
84+
<changefreq>monthly</changefreq>
85+
<priority>0.8</priority>
86+
</url>
87+
<url>
88+
<loc>https://stumiadura.github.io/Portfolio/#/artwork/sketches</loc>
89+
<lastmod>2024-07-31</lastmod>
90+
<changefreq>monthly</changefreq>
91+
<priority>0.8</priority>
92+
</url>
93+
<url>
94+
<loc>https://stumiadura.github.io/Portfolio/#/artwork/doodles</loc>
95+
<lastmod>2024-07-31</lastmod>
96+
<changefreq>monthly</changefreq>
97+
<priority>0.8</priority>
98+
</url>
99+
</urlset>

0 commit comments

Comments
 (0)