diff --git a/pysitemap/format_processors/xml.py b/pysitemap/format_processors/xml.py index 9eea948..fe2ea05 100644 --- a/pysitemap/format_processors/xml.py +++ b/pysitemap/format_processors/xml.py @@ -15,7 +15,8 @@ class XMLWriter(): await writer( '\n') + ' 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">\n') await aiodf.fsync() for data in urls: