How to test if the google search app indexing is working or not?

133 views Asked by At

I have verified the domain name on search console and I have added intent filters in my app. I can open the app using the adb command

adb shell am start -a android.intent.action.VIEW -d "http://www.mywebsite.com/path" com.my.package.debug

and it is opening the proper screen. My doubt is that how does google search will map the URLs? Also, as of now, I can't see the links being redirected to my app on Google search. Is it because the app is not updated on the play store?

0

There are 0 answers