This commit is contained in:
Kar
2022-09-07 15:58:17 +05:30
commit 44899cf555
23 changed files with 1099 additions and 0 deletions

21
public/sitemap.xml Normal file
View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>http://example.org/</loc>
<lastmod>2022-09-07T15:47:39+05:30</lastmod>
</url><url>
<loc>http://example.org/posts/my-second-post/</loc>
<lastmod>2022-09-07T15:47:39+05:30</lastmod>
</url><url>
<loc>http://example.org/posts/</loc>
<lastmod>2022-09-07T15:47:39+05:30</lastmod>
</url><url>
<loc>http://example.org/posts/my-first-post/</loc>
<lastmod>2022-09-07T15:34:07+05:30</lastmod>
</url><url>
<loc>http://example.org/categories/</loc>
</url><url>
<loc>http://example.org/tags/</loc>
</url>
</urlset>