After watching "Introduction to Search APIs" from this year's WWDC, I have a few questions around the web markup that I'm supposed to add to my website to get Applebot to index my deep links. Here we go:
- If a user taps on a Spotlight search result for a deep link that was picked up by Applebot, which application delegate method gets called? The new application:continueUserActivity:restorationHandler: or the old application:openURL:sourceApplication:annotation? Does this depend on whether I've uploaded the signed JSON file to turn on universal http links?
Some other questions I have:
- Is there any way to know if my website has already been crawled by Applebot or if I'm currently in Apple's index?
- After I add the web markup to my website, is there a way to see what it's going to look like as a Spotlight/Safari search result? I can't seem to find any of these search results in the current beta (iOS 9 beta 2).
- The talk mentioned a web markup tool that's going to be availabel this year. When is this tool coming and what will it do?
So many questions, so little time.