I would like to enable App Indexing for my cordova android app as explained here: https://developers.google.com/app-indexing/webmasters/app
Unfortunately I can't find documentation how to do that for a cordova app. There is a plugin to listen and broadcast to Intents, but I don't think this will help me in this case: https://github.com/Initsogar/cordova-webintent
I tried to add the example XML (modified with my data) to the config.xml file, but when I try to build the app I get the following error:
error: Error parsing XML: unbound prefix
This error disappears when removing the android: prefixes within the XML, but it isn't working.
gap:config-file
docs.build.phonegap.com/en_US/… – Exarch