diff --git a/html-only/layouts/_default/sitemap.xml b/html-only/layouts/_default/sitemap.xml
index 9bdab71..2d8c4cc 100644
--- a/html-only/layouts/_default/sitemap.xml
+++ b/html-only/layouts/_default/sitemap.xml
@@ -1,19 +1,15 @@
-{{ printf "" | safeHTML }}
+{{ printf "" | safeHTML }}
- {{ range .Data.Pages }}
- {{- if .Permalink -}}
-
- https://null.avinal.space{{ .RelPermalink }}{{ if not .Lastmod.IsZero }}
- {{ safeHTML ( .Lastmod.Format "2006-01-02T15:04:05-07:00" ) }}{{ end }}{{ with .Sitemap.ChangeFreq }}
- {{ . }}{{ end }}{{ if ge .Sitemap.Priority 0.0 }}
- {{ .Sitemap.Priority }}{{ end }}
-
- https://null.avinal.space{{ .Params.image }}
-
+ xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"
+ xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"> {{ range .Data.Pages }} {{- if
+ .Permalink -}}
+ https://null.avinal.space{{ .RelPermalink }}{{ if not .Lastmod.IsZero }} {{
+ safeHTML ( .Lastmod.Format "2006-01-02T15:04:05-07:00" ) }}{{ end }}{{ with
+ .Sitemap.ChangeFreq }} {{ . }}{{ end }}{{ if ge .Sitemap.Priority 0.0 }} {{
+ .Sitemap.Priority }}{{ end }}
+ https://null.avinal.space{{ .Params.image }}
+
- {{- end -}}
- {{ end }}
-
\ No newline at end of file
+ {{- end -}} {{ end }}
\ No newline at end of file
diff --git a/static/sitemap.xml b/static/sitemap.xml
index 25661e0..64f1c64 100644
--- a/static/sitemap.xml
+++ b/static/sitemap.xml
@@ -1,8 +1,9 @@
-
+
+ xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"
+ xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
https://avinal.space/
2023-01-02T10:57:27+00:00