Hi Bruno
there are several issues:
1) users should not land on /Application.aspx at all. You have an issue with url rewriting in implementation of
gadgets.views.requestNavigateTo(canvas_view, params);
this call land on /Application.aspx
rather than on /Application
this should be fixed, I think it influences the crawler.
2) I'm not sure either /Application.aspx or /Application are behind the login. Should they be behind the login? It's on the part of the app to check the viewer, and if it is null
it should display a link to install, I think that is the flow explained to us by orkut team over the years, (i.e. there should not be automatic redirect to install page).
3) I'm getting also a lot of adsense crawler errors that the content is behind the login on urls of the type:
etc.
Adsense crawler can crawl over authenticated pages if it can land on them, i.e. if there is no redirect, etc.
I get thousands of crawler errors from adsense to fix, while you should get them and not orkut developers since it is entirely out of developer's control.
Since adsense and orkut is the same company, I think it depends on your teams cooperation to resolve it and improve adsense quality. At the end of the day google would earn more if there are more relevant adsense ads.
thanks