-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove old URLs from Google, Bing, etc. #96
Comments
Still waiting for these URLs to disappear. Maybe I should also add the |
Added to nginx vhost template: ilri/rmg-ansible-public@15a2bd1 |
The redirect to cgspace.cgiar.org has been completed since May, so I'm not sure why these links are still in the index. I have added the CGSpace sitemap to dspace.ilri.org's console to see if Google will learn that these have moved. Currently requests to dspace.ilri.org are handled like this: $ http --print Hh https://dspace.ilri.org/handle/10568/33832
GET /handle/10568/33832 HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
Connection: keep-alive
Host: dspace.ilri.org
User-Agent: HTTPie/0.9.2
HTTP/1.1 301 Moved Permanently
Connection: keep-alive
Content-Length: 178
Content-Type: text/html
Date: Fri, 02 Oct 2015 08:34:03 GMT
Location: https://cgspace.cgiar.org/handle/10568/33832
Server: nginx
X-Robots-Tag: none |
Our current nginx configuration bends over backwards to serve https://dspace.ilri.org and https://mahider.ilri.org.
We only need to handle those links for as long as they keep coming, so should actually be pro-active and de-register links containing those domains from search indexes (ie in Google Webmaster tools).
The text was updated successfully, but these errors were encountered: