Hi @WhiteFang_Jr thanks for the reply, in the provided sitemap there are multiple urls that look like this:
<url>
<loc>url1</loc>
<lastmod>2024-09-22</lastmod>
</url>
<url>
<loc>url2</loc>
<lastmod>2024-09-22</lastmod>
</url>
<url>
<loc>url3</loc>
<lastmod>2024-09-22</lastmod>
</url>
...
SiteMapReader.load_data() returns a list of documents by default. I assume each of these documents is created by reading each individual URL stored in the sitemap file. The metadata is different for each document object