-
Notifications
You must be signed in to change notification settings - Fork 210
Add support for multiple sitemaps #1174
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
Comments
I saw an announcement today that crates.io had reached 50,000 crates: https://twitter.com/rustlang/status/1331020962628767748. That made me think of this issue again. The sitemap is still only at 41,617 URLs, though. Purely out of curiosity, any idea why the discrepancy? |
Hmm, that sounds like the sitemap is buggy:
|
Out of those 50k, how many of them have their latest version yanked? (I expect not have crates in the site map where the latest published version is yanked) |
Rather than guessing, you can just read the source ;) Lines 27 to 32 in 31c864e
The difference is that docs.rs doesn't include crates that failed to build in the sitemap. |
sweet! :) |
I created #1222 as a potential solution, up to discussion of course. |
Should this be closed since #1222 has been merged? |
Let's wait until #1222 is deployed. |
Is there some way to verify google's view of the sitemaps after deployment? |
in google webmaster tools, yes. Also you can ping them to directly load the sitemap and see the result, if I remember correctly. |
Per https://support.google.com/webmasters/answer/183668?hl=en&ref_topic=4581190,
The current sitemap at https://docs.rs/sitemap.xml is 5.3MB (fine) and 41,000 URLs. Soon the size of the Rust ecosystem will grow to the point that additional sitemaps are needed.
The text was updated successfully, but these errors were encountered: