Skip to content

Commit

Permalink
chore: update sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
eazypau committed Jan 10, 2024
1 parent 802e799 commit 4954077
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,39 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.google.com/schemas/sitemap/0.84" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<urlset xmlns="http://www.google.com/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url>
<loc>https://www.eazypau.com/</loc>
<changefreq>never</changefreq>
<changefreq>yearly</changefreq>
<priority>1.0</priority>
</url>

<url>
<loc>https://www.eazypau.com/resume/my-resume.pdf</loc>
<changefreq>never</changefreq>
<loc>https://www.eazypau.com/about</loc>
<changefreq>yearly</changefreq>
<priority>0.8</priority>
</url>

<url>
<loc>https://www.eazypau.com/mailto:poyizhi@gmail.com</loc>
<changefreq>never</changefreq>
<loc>https://www.eazypau.com/timeline</loc>
<changefreq>yearly</changefreq>
</url>

<url>
<loc>https://www.eazypau.com/#about</loc>
<changefreq>never</changefreq>
<loc>https://www.eazypau.com/skills</loc>
<changefreq>yearly</changefreq>
</url>

<url>
<loc>https://www.eazypau.com/#skills</loc>
<changefreq>never</changefreq>
<loc>https://www.eazypau.com/projects</loc>
<changefreq>monthly</changefreq>
</url>

<url>
<loc>https://www.eazypau.com/#projects</loc>
<changefreq>never</changefreq>
<loc>https://www.eazypau.com/works</loc>
<changefreq>yearly</changefreq>
</url>

<url>
<loc>https://www.eazypau.com/#contact</loc>
<loc>https://www.eazypau.com/contact</loc>
<changefreq>never</changefreq>
</url>

</urlset>

0 comments on commit 4954077

Please sign in to comment.