Questions tagged [android-app-indexing]

App indexing allows us to enable Google to crawl through an android app's content and present it to users through Google Search results.

Users on mobile devices can then click on a link to open our app from their search results, allowing them to directly view the app's content instead of a web page. This can be done by providing Google with information about the relationship between an app and its website.

This process involves the following steps:

  1. Enabling deep linking to specific content in the app by adding intent filters in the app's manifest.
  2. Annotating these links in the associated web pages on the web site or in a Sitemap file.
  3. Opting in to allow Googlebot to crawl through the APK in the Google Play store to index the app content.

The complete developer documentation can be found here and here.

145 questions
0
votes
1 answer

Google app indexing, how to check if it works on the website

I've done a bunch of app-indexing work on our mobile app from tutorial here , and it seems to work locally, when I typed something in Google Now launcher box, the historical results show, clicking on it brings to our app. However, we track our…
EyeQ Tech
  • 7,198
  • 18
  • 72
  • 126
0
votes
1 answer

Android App-Index Opening Play Store

So I've been playing around with deep linking and I've got that sorted (Urban Airship). I'm looking at app indexing from Google search results and I'm struggling to get it going. For now, I've got a basic web server up with page with links that…
0
votes
0 answers

Integrating App Indexing with Async server calls

I'm working on integrating Google app indexing into my android app that will take the URL, query the server for the internal ID of the article, then open that article. I'm a little confused on how to accomplish this though as I don't have as much…
rakoonise
  • 529
  • 3
  • 16
0
votes
1 answer

Android appindexing integration

I'm trying to integrate the new app indexing into my application. I'm following the official guide from google: https://developers.google.com/app-indexing/webmasters/appindexingapi and it seems the google play services are still version 17 and does…
-1
votes
1 answer

Android New Version Available - App Update Dialog Using Json From Own Server

I want to show dialogue when new version is available. I want to make a json file into my web server, and I will manually update my app version in json file. and my app will parse this json file and will notify users and showing dialogue box to…
-1
votes
1 answer

App Indexing through mobile application

I have used this Firebase Tutorial URL for integrating App Indexing in my Android and iOS application. I reviewed the sample application provided and it is working fine, but when…
-1
votes
1 answer

Removing indexed data using android app indexing(Do not show indexed data in google search results)

I am able to display the indexed content on default google search results(auto complete) by using "AppIndex.AppIndexApi.start(mGoogleApiClient, indexAction);" but after that I decided to remove the some of the indexed content from google search…
-1
votes
1 answer

Publish apk with preloaded contentProvider

Is it possible to pre-populate my ContentProvider before I publish my apk? My ContentProvider is backed by an sql db. reason (for the curious): Google is complaining about indexing my app because of blocked content. The blocked content would be…
-1
votes
1 answer

Can Google App Indexing work with special characters in the url? (acutes áéó..)

I'm trying to implement google app indexing into my apps. It works perfectly with almost all my sections but it fails with a section of my app which name is: Sección con acentos áéó I add this into my html web for testing the deep linking:
-2
votes
1 answer

Can we use Bulma CSS for Android apps?

Can we use Bulma CSS for Android apps? I mean like we use in web apps can we also use CSS frameworks like Bulma for Android apps?
1 2 3
9
10