| Summary: | Some pages make search engines loop indefinitely | ||
|---|---|---|---|
| Product: | Community | Reporter: | Eclipse Webmaster <webmaster> |
| Component: | Website | Assignee: | phoenix.contentmgt-inbox <phoenix.contentmgt-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Eclipse Webmaster
Peeking in the database reveals there are 80408 indexed pages that contain "org/org" in the URL I found the culprit. On this page: http://www.eclipse.org/org/councils/roadmap_v2_0/PC_v2_0/index.php There is an incorrect link to: http://www.eclipse.org/index.php/RestructureGenericServerSupportProposal Which causes the home page to come up with a useless /RestructureGenericServerSupportProposal at the end of the URL. The homepage then has a "More about Eclipse" link which is relative: org/, which then replaces index.php/RestructureGenericServerSupportProposal with index.php/org/. The whole thing spirals out of control as index.php/org/ (the home page) has a relative link to "org/", becoming index.php/org/org. Lather, rinse, repeat. I propose we change the relative org/ link to an absolute /org/ on the home page, and we fix the broken link on the Councils roadmap page. . Moving to Community/Website |