You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should not be hard to implement. The difficult part is to divide all pages (incl. taxonomies and so on) into chunks of size <50k, whose generated sitemap would not exceed 50MB. Each page could also use additional pages for image galleries, so naïvely dividing the array of pages would not work (unless it would be decided to not include the gallery pages in the sitemap, which is not an unreasonable option).
As mentioned on HN, to comply with Google's guidance, no sitemap should exceed 50MB or 50,000 URLs.
The text was updated successfully, but these errors were encountered: