App Indexing in android -


i have implemented app indexing in application not working , showing below messages.

deep link page : http://m.cardekho.com/carmodels/hyundai/hyundai_eon

google not resources page:

https://graph.facebook.com/v2.0/244697749072142/activities?access_token=&format=json&sdk=android
https://graph.facebook.com/v2.0/244697749072142?format=json&sdk=android&fields=supports_attribution%2csupports_implicit_sdk_logging%2cgdpv4_nux_content%2cgdpv4_nux_enabled
https://graph.facebook.com/v2.0/244697749072142?format=json&sdk=android&fields=supports_attribution%2csupports_implicit_sdk_logging%2cgdpv4_nux_content%2cgdpv4_nux_enabled
https://track.appsflyer.com/api/v2.3/androidevent?buildnumber=1.15&app_id=com.girnarsoft.cardekho

the error message refers resources either disallowed crawling, or can't accessed, deemed important page structure. in case it's former.

at https://graph.facebook.com/robots.txt it's showing:

user-agent: * disallow: / 

to work around this, either convince facebook remove disallow line clients can access resources, or modify app relies less on roboted (disallowed) resources.


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -