ethercreative / seo

SEO utilities including a unique field type, sitemap & redirect manager
MIT License
276 stars 95 forks source link

Return elements from all sites #414

Closed boudewijn-zicht closed 1 year ago

boudewijn-zicht commented 2 years ago

Fixes missing elements in the sitemap.

Changes proposed in this pull request:

Elements that are not part of the default site are lost in the generated sitemap.

The main sitemap index does take these lost elements into account, this results in the index deciding that there are N pages worth of elements, while these sitemaps remain empty because the sitemaps themeselves only show elements from the default site.

boudewijn-zicht commented 2 years ago

I'm not sure if this causes other issues elsewhere. For example, when the same element is part of multiple sites, will it then have duplicate elements in the sitemap?