diff options
author | testuser <testuser@archlinux> | 2025-06-15 17:20:00 +0530 |
---|---|---|
committer | testuser <testuser@archlinux> | 2025-06-15 17:20:00 +0530 |
commit | 52ecded96e13946e84ec9336d43585690169c065 (patch) | |
tree | f3baf0dc7c6447586ecf85adecab0e1398b9d5dc /public/sitemap.xml |
initial commit
Diffstat (limited to 'public/sitemap.xml')
-rw-r--r-- | public/sitemap.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..1b246bf --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,18 @@ +<?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>https://devlearnings.xyz/</loc> + <lastmod>2025-06-15T17:13:41+05:30</lastmod> + </url><url> + <loc>https://devlearnings.xyz/posts/my-first-post/</loc> + <lastmod>2025-06-15T17:13:41+05:30</lastmod> + </url><url> + <loc>https://devlearnings.xyz/posts/</loc> + <lastmod>2025-06-15T17:13:41+05:30</lastmod> + </url><url> + <loc>https://devlearnings.xyz/categories/</loc> + </url><url> + <loc>https://devlearnings.xyz/tags/</loc> + </url> +</urlset> |