Is it expected that sitemap.xml exposes all user accounts in the sitemap.xml
?
<url>
<loc>https://domain.tld/u/userX</loc>
<lastmod>2021-06-26T00:28:29+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://domain.tld/u/userX</loc>
<lastmod>2021-06-26T00:28:29+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
Might be a side-effect of an other extension, but I guess it would make sense to check if the entry is an actual post or a user?