Skip to content

Commit 427c1fb

Browse files
committed
Fixed indexing
1 parent 0f21573 commit 427c1fb

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

sitemap.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
2+
<urlset
3+
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
6+
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
37
<url>
48
<loc>https://www.oderelic.com/</loc>
5-
<lastmod>2026-04-16</lastmod>
9+
<lastmod>2026-04-16T00:00:00+00:00</lastmod>
610
<changefreq>weekly</changefreq>
7-
<priority>1.0</priority>
11+
<priority>1.00</priority>
812
</url>
913
</urlset>

0 commit comments

Comments
 (0)