Skip to content

Update robots.txt for every stable release #17

@est31

Description

@est31

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

No one assigned

    Labels

    A-docIssue that affects doc.rust-lang.orgC-enhancementEnhancement of an existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions