allow crawling of commit page but not patch/diffs
Commit page has valuable information that search engines should be allowed to crawl however the .patch and .diff pages have no new information that is not on commit page
This commit is contained in:
parent
0de7c83a78
commit
abf18abb52
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ Disallow: /*/*/edit
|
||||||
Disallow: /*/*/raw
|
Disallow: /*/*/raw
|
||||||
Disallow: /*/*/blame
|
Disallow: /*/*/blame
|
||||||
Disallow: /*/*/commits/*/*
|
Disallow: /*/*/commits/*/*
|
||||||
Disallow: /*/*/commit
|
Disallow: /*/*/commit/*.patch
|
||||||
|
Disallow: /*/*/commit/*.diff
|
||||||
Disallow: /*/*/compare
|
Disallow: /*/*/compare
|
||||||
Disallow: /*/*/branches/new
|
Disallow: /*/*/branches/new
|
||||||
Disallow: /*/*/tags/new
|
Disallow: /*/*/tags/new
|
||||||
|
|
Loading…
Reference in a new issue