-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathsitemap.xml
More file actions
79 lines (67 loc) · 2.01 KB
/
sitemap.xml
File metadata and controls
79 lines (67 loc) · 2.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<!--Main-->
<url>
<loc>https://mail-karo.netlify.app/</loc>
<lastmod>2026-02-23</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<!--About and Contact-->
<url>
<loc>https://mail-karo.netlify.app/all-pages-html/about</loc>
<lastmod>2026-01-19</lastmod>
<changefreq>weekly</changefreq>
<priority>0.9</priority>
</url>
<url>
<loc>https://mail-karo.netlify.app/contactUs</loc>
<lastmod>2026-01-19</lastmod>
<changefreq>weekly</changefreq>
<priority>0.9</priority>
</url>
<!--Blogs-->
<url>
<loc>https://mail-karo.netlify.app/blog/intro-blog.html</loc>
<lastmod>2026-01-14</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://mail-karo.netlify.app/blog/email-generation-blog.html</loc>
<lastmod>2026-01-14</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://mail-karo.netlify.app/blog/email-quality-checker-blog.html</loc>
<lastmod>2026-01-14</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://mail-karo.netlify.app/blog/pdf-converter-blog.html</loc>
<lastmod>2026-01-14</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://mail-karo.netlify.app/blog/mail-karo-vision-blog.html</loc>
<lastmod>2026-01-14</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<!--Privacy policy and terms-->
<url>
<loc>https://mail-karo.netlify.app/all-pages-html/privacypolicy</loc>
<lastmod>2026-01-19</lastmod>
<changefreq>monthly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://mail-karo.netlify.app/all-pages-html/terms</loc>
<lastmod>2026-02-24</lastmod>
<changefreq>monthly</changefreq>
<priority>0.7</priority>
</url>
</urlset>