-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Labels
A-docIssue that affects doc.rust-lang.orgIssue that affects doc.rust-lang.orgC-enhancementEnhancement of an existing featureEnhancement of an existing feature
Description
I'd heard that @imperio and @QuietMisdreavus from the docs team wanted to improve SEO for official rust documentation. So I dug a little and found that doc.rust-lang.org has a robots.txt. If we could list all stable releases in robots.txt, we could achieve the SEO improvements that the docs team wanted. Some things I found out:
- Apparently you can't create any regexes for paths in robots.txt so you need to list all stable releases (googling told me).
- All doc.rlo content including the robots.txt is hosted on S3.
- rust-central-station seems to be uploading the docs to that S3 storage
It would be awesome if:
- robots.txt got amended with the past releases
- rust-central-station would update robots.txt on every release automatically
Metadata
Metadata
Assignees
Labels
A-docIssue that affects doc.rust-lang.orgIssue that affects doc.rust-lang.orgC-enhancementEnhancement of an existing featureEnhancement of an existing feature