grpc / grpc/grpc.io

Robots.txt should disallow /docs/quickstart/ but not subpages

Open
#680 1 comment 0 reactions 0 assignees View on GitHub
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)

---

![image](https://user-images.githubusercontent.com/4140793/108919152-8518ba80-7600-11eb-9f63-4f585550ce65.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.