Skip to content

Commit d915e3d

Browse files
Added: sitemap.xml for improved SEO (#426)
* Added: sitemap.xml * Fixed: priorities of pages * Removed: duplicate endpoints
1 parent 59746be commit d915e3d

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

public/sitemap.xml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<url>
4+
<loc>https://ashutoshhathidara.com/</loc>
5+
<changefreq>yearly</changefreq>
6+
<priority>1.0</priority>
7+
</url>
8+
<url>
9+
<loc>https://ashutoshhathidara.com/experience</loc>
10+
<changefreq>yearly</changefreq>
11+
<priority>0.85</priority>
12+
</url>
13+
<url>
14+
<loc>https://ashutoshhathidara.com/education</loc>
15+
<changefreq>yearly</changefreq>
16+
<priority>0.8</priority>
17+
</url>
18+
<url>
19+
<loc>https://ashutoshhathidara.com/contact</loc>
20+
<changefreq>yearly</changefreq>
21+
<priority>0.65</priority>
22+
</url>
23+
<url>
24+
<loc>https://ashutoshhathidara.com/projects</loc>
25+
<changefreq>monthly</changefreq>
26+
<priority>0.9</priority>
27+
</url>
28+
<url>
29+
<loc>https://ashutoshhathidara.com/opensource</loc>
30+
<changefreq>weekly</changefreq>
31+
<priority>0.75</priority>
32+
</url>
33+
<url>
34+
<loc>https://ashutoshhathidara.com/resume</loc>
35+
<changefreq>monthly</changefreq>
36+
<priority>0.7</priority>
37+
</url>
38+
</urlset>

0 commit comments

Comments
 (0)