robotology / idyntree

Multibody Dynamics Library designed for Free Floating Robots
BSD 3-Clause "New" or "Revised" License
177 stars 67 forks source link

Google still points to the old doxygen documentation #113

Closed traversaro closed 8 years ago

traversaro commented 8 years ago

Some time ago I moved the iDynTree documentation from being generated with codyco-superbuild doxygen (at http://wiki.icub.org/codyco/dox/html/index.html) to its own doxygen website at http://wiki.icub.org/codyco/dox/html/idyntree/html/ , for cleaning up its the docs.

Unfortunately Google still points to the old documentation for a lot of pages. If you search "iDynTree Transform" on Google, for example, the first result that I get is :

http://wiki.icub.org/codyco/dox/html/idyntree/html/classiDynTree_1_1Transform.html

instead of the correct http://wiki.icub.org/codyco/dox/html/idyntree/html/classiDynTree_1_1Transform.html (I avoided to link the old version to avoid boosting its relevancy in Google results).

This is a big problem, because the google search is quite a natural entry point for users (I get the 404 error several times a day, and is annoying even if I know the underlying issue).

We need to solve this. We cannot put an automatic redirect or a HTTP 301 on http://wiki.icub.org/codyco/dox/html/, because that prefix is still used by the rest of the CoDyCo documentation. Possible solutions involve:

kjyv commented 8 years ago

It seems both link examples you give, old and new are the same. The google results load fine for me now and are at the new location.

traversaro commented 8 years ago

Yes, it seems that Google has update its indeces and for most users the new doxygen repo result is higher then the old repo. I think we can consider this issue closed by Google.