Robots.txt should disallow /docs/quickstart/ but not subpages
Open
analytics-and-seo
e0-minutes
p3-low
- Dominant language
- HTML
- Stars
- 479
- Forks
- 545
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 5
Description
The Google Search Console is reporting a warning for https://grpc.io/docs/quickstart/kotlin/ (which gets redirected to https://grpc.io/docs/languages/kotlin/quickstart/) because the following rule matches the path prefix:
```
Disallow: /docs/quickstart/
```
Make the path match exactly (using `$`), for all entries included dynamically. (Followup to #650 and #652)
---

Contributor guide
Assessment
This issue has not been assessed yet.