27 lines
745 B
XML
27 lines
745 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
|
<url>
|
|
<loc><%= config.siteUrl %>/</loc>
|
|
<lastmod>2024-03-21</lastmod>
|
|
<changefreq>weekly</changefreq>
|
|
<priority>1.0</priority>
|
|
</url>
|
|
<url>
|
|
<loc><%= config.siteUrl %>/blog</loc>
|
|
<lastmod>2024-03-21</lastmod>
|
|
<changefreq>weekly</changefreq>
|
|
<priority>0.8</priority>
|
|
</url>
|
|
<url>
|
|
<loc><%= config.siteUrl %>/skills</loc>
|
|
<lastmod>2024-03-21</lastmod>
|
|
<changefreq>monthly</changefreq>
|
|
<priority>0.8</priority>
|
|
</url>
|
|
<url>
|
|
<loc><%= config.siteUrl %>/contact</loc>
|
|
<lastmod>2024-03-21</lastmod>
|
|
<changefreq>monthly</changefreq>
|
|
<priority>0.7</priority>
|
|
</url>
|
|
</urlset> |