google-app-indexing

App Indexing Android - “<link>” in “<head>” doesn't work

我的梦境 提交于 2019-12-05 11:50:28
We are struggling with the app indexing topic from google. The plan is to insert a tag in the -area of a website (crwaled from google) like this: android-app://com.testApp/myCustomScheme/car/ford and after that to visit this website with the smartphone and the app should open. But it isn't work... AndroidManifest: In the AndroidManifest we inserted following code: <intent-filter android:label="test"> <action android:name="android.intent.action.VIEW"/> <category android:name="android.intent.category.DEFAULT"/> <category android:name="android.intent.category.BROWSABLE"/> <data android:scheme=

Is Google App Indexing SDK required in iOS for Google DeepLinking?

送分小仙女□ 提交于 2019-12-04 07:42:56
I want to use Google App Indexing with my web pages and iOS app. I do support Universal Links (or deep links in Google lingo) with Apples Search and have my web pages set up accordingly. From Googles documentation I am unable to find out if I really need to add the Google App Indexing SDK . The SDK does not give me any required functionality and I would prefer to skip it - but does Google rely on the SDK to be able to do the magic? I am not doing any indexing of in app content, the only thing I want to be indexed is the web pages, and get the according deep links . To enable App Indexing in