I'm not sure it is related solely to requestNavigateTo
 
 
there are several app urls
 
1) orkut links (for example from profile page)
http://www.orkut.com/Main#Application?uid=1234&appId=1234
 
2) PublicAppInfo
http://www.orkut.com/Main#PublicAppInfo?appId=1234
which redirects to
http://www.orkut.com/Main#Application?appId=1234
(which is similar to #1)
 
3) orkut implementation of OpenSocial method requestNavigateTo
goes to 
*http://www.orkut.com/Application.aspx?appId=1234&appParams=bla*<http://www.orkut.com/Application.aspx?appId=1234&appParams=bla>
which briefly redirects to
http://www.orkut.com/Main#Application.aspx?appId=1234&appParams=bla
 
 
adsense crawler reports errors on
http://www.orkut.com/Application.aspx
and
*http://www.orkut.com/Application*
 
since /Application.aspx and /Application are blocked by robots.txt
These are real urls before url rewrite so somehow it might be related to 
url rewrite on orkut.
 
 
 
In any case you can just solve it by adding
User-agent: Mediapartners-Google
Disallow:
 
to robots txt (or just allow /Application.aspx and /Application for 
Mediapartners-Google) which will not effect other crawlers
It will be in any case for Google's benefit (and for developers benefit).
 
 
 
 
 
 
 

-- 
You received this message because you are subscribed to the Google Groups 
"orkut Developer Forum" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/opensocial-orkut/-/3jd1C-u04yIJ.
To post to this group, send email to opensocial-orkut@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.

Reply via email to