Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sitemap problems #305

Open
edent opened this issue Apr 23, 2023 · 0 comments
Open

Sitemap problems #305

edent opened this issue Apr 23, 2023 · 0 comments

Comments

@edent
Copy link
Collaborator

edent commented Apr 23, 2023

Current code lists 100,000 URls. It needs to list everything.

However - https://developers.google.com/search/docs/crawling-indexing/sitemaps/build-sitemap

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant