chore: remove lastmod from sitemaps

This commit is contained in:
Kim, Jimin 2023-07-29 11:49:01 +09:00
parent 6ba8a7f3cb
commit d06bd9ad9d
Signed by: pomp
GPG key ID: CE1DDB8A4A765403

View file

@ -2,7 +2,6 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url> <url>
<loc>https://developomp.com</loc> <loc>https://developomp.com</loc>
<lastmod>2023-07-11</lastmod>
<changefreq>always</changefreq> <changefreq>always</changefreq>
<priority>1.0</priority> <priority>1.0</priority>
</url> </url>
@ -18,7 +17,6 @@
</url> </url>
<url> <url>
<loc>https://developomp.com/resume</loc> <loc>https://developomp.com/resume</loc>
<lastmod>2023-07-11</lastmod>
<changefreq>always</changefreq> <changefreq>always</changefreq>
<priority>0.4</priority> <priority>0.4</priority>
</url> </url>