websites: Disable indexing of alt.fp-o/cloud & fix redirect
alt.fpo/en/cloud is still the first link to pop up on search engine and the current redirect only works with /cloud. This commit fix the redirect, and prevent this old page to be indexed.
This commit is contained in:
parent
a70e2c8fa8
commit
4479551510
2 changed files with 5 additions and 1 deletions
|
@ -874,7 +874,7 @@
|
|||
- role: httpd/redirectmatch
|
||||
shortname: 00-cloud-redirect
|
||||
website: alt.fedoraproject.org
|
||||
regex: ^/cloud
|
||||
regex: ^.*/cloud
|
||||
target: https://fedoraproject.org/cloud/
|
||||
tags:
|
||||
- cloud
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
User-agent: *
|
||||
Crawl-delay: 1
|
||||
|
||||
Disallow: /*/cloud/
|
Loading…
Add table
Add a link
Reference in a new issue