Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 160148

Summary: Some pages make search engines loop indefinitely
Product: Community Reporter: Eclipse Webmaster <webmaster>
Component: WebsiteAssignee: phoenix.contentmgt-inbox <phoenix.contentmgt-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Comment 1 Eclipse Webmaster CLA 2006-10-10 08:41:17 EDT
Peeking in the database reveals there are 80408 indexed pages that contain "org/org" in the URL
Comment 2 Denis Roy CLA 2006-10-11 12:26:54 EDT
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.
Comment 3 Denis Roy CLA 2006-10-17 02:06:53 EDT
.
Comment 4 Denis Roy CLA 2007-10-10 11:42:27 EDT
Moving to Community/Website