Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Will Critchlow - The Threat of Mobile

Distilled
December 02, 2014

Will Critchlow - The Threat of Mobile

Distilled

December 02, 2014
Tweet

More Decks by Distilled

Other Decks in Technology

Transcript

  1. Jon Wiley Lead Designer for Google Search - talking on

    G+ Towards the end of last year we launched some pretty big design improvements for search on mobile and tablet devices
  2. Jon Wiley Lead Designer for Google Search - talking on

    G+ Today we've carried over several of those changes to the desktop experience.
  3. Jon Wiley Lead Designer for Google Search - talking on

    G+ carried over… to the desktop
  4. <activity android:name="com.example.android.GizmosActivity" android:label="@string/title_gizmos" > <intent-filter android:label="@string/filter_title_viewgizmos"> <action android:name="android.intent.action.VIEW" /> <category

    android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.BROWSABLE" /> <!-- Accepts URIs that begin with "example://gizmos” --> <data android:scheme="example" android:host="gizmos" /> <!-- Accepts URIs that begin with "http://www.example.com/gizmos” --> <data android:scheme="http" android:host="www.example.com" android:pathPrefix="gizmos" /> </intent-filter> </activity> ENABLE DEEP LINKS Source: Google
  5. -- app indexing guidelines ...the First Click Free experience must

    be provided even when the app has never been launched nor a user logged in.
  6. WAIT. GOOGLEBOT CRAWLS YOUR APP? Well, no. Not as far

    as I can tell. Despite what the documentation says.
  7. IT’S USING USERS’ ACTIVITY TO INDEX Which has all kinds

    of interesting implications for desktop
  8. NEITHER PLATFORM EXPOSES INSTALLED APPS TO BROWSERS On Android: Google

    ties your logged-in search to your Play Store account to know what apps you have installed and serves you a different set of results.