Skip to content
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

Redirect the old people URLs #49

Open
amirmc opened this issue Mar 19, 2015 · 5 comments
Open

Redirect the old people URLs #49

amirmc opened this issue Mar 19, 2015 · 5 comments

Comments

@amirmc
Copy link
Member

amirmc commented Mar 19, 2015

URLs of the individual people pages — of the form http://www.cl.cam.ac.uk/projects/ocamllabs/people/<person-id>.html — should be redirected to the group people page at http://www.cl.cam.ac.uk/projects/ocamllabs/people/index.html

Search engines have already indexed the site and looking for people in OCL currently leads to broken links. We could do this in the site by making redirect pages, which is something of crude solution but it does let crawlers update themselves.

amirmc referenced this issue Mar 19, 2015
…ed up the site too much.

Now we just link to the persons homepage...
@avsm
Copy link
Member

avsm commented Mar 19, 2015

This risks keeping it live for quite some time. A site.xml might be a quicker way to trigger a cleanup of the search engines (I'm surprised that the 404s haven't caused it to be removed from Google already)

@amirmc
Copy link
Member Author

amirmc commented Mar 19, 2015

A site.xml and explicitly triggering Google to index it (via webmaster tools?) would probably be a cleaner solution. I doubt many people have linked directly to those pages (I certainly haven't been). It's probably A Good Thing to generate such a file on every build anyway.

On 19 Mar 2015, at 11:56, Anil Madhavapeddy [email protected] wrote:

This risks keeping it live for quite some time. A site.xml might be a quicker way to trigger a cleanup of the search engines (I'm surprised that the 404s haven't caused it to be removed from Google already)


Reply to this email directly or view it on GitHub.

@yallop
Copy link
Contributor

yallop commented Mar 19, 2015

People have sometimes linked directly to my people page in lieu of a homepage.

@avsm
Copy link
Member

avsm commented Mar 19, 2015

Ok, in that case I'll bring them back with a redirect to your registered homepage (which could just be GitHub). It wasn't really the intention to use this URL space as proper homepages, as they're not representative of the person, just a collection of links to projects.

@amirmc
Copy link
Member Author

amirmc commented Mar 19, 2015

Yeah, but in lieu of an actual personal webpage, people will link to whatever looks like it has the most info. I typically link to GitHub profiles but it shouldn't be surprising that others may have linked to Jeremy's OCL page.

On 19 Mar 2015, at 12:10, Anil Madhavapeddy [email protected] wrote:

Ok, in that case I'll bring them back with a redirect to your registered homepage (which could just be GitHub). It wasn't really the intention to use this URL space as proper homepages, as they're not representative of the person, just a collection of links to projects.


Reply to this email directly or view it on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants