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
All formats limit a single sitemap to 50MB (uncompressed) or 50,000 URLs. If you have a larger file or more URLs, you must break your sitemap into multiple sitemaps. You can optionally create a sitemap index file and submit that single index file to Google.
So this needs to paginate the sitemap.
This can wait until after we get > 50,000 benches!
The text was updated successfully, but these errors were encountered:
Current code lists 100,000 URls. It needs to list everything.
However - https://developers.google.com/search/docs/crawling-indexing/sitemaps/build-sitemap
So this needs to paginate the sitemap.
This can wait until after we get > 50,000 benches!
The text was updated successfully, but these errors were encountered: