Your SlideShare is downloading. ×
Presented
by Kenichi Suzuki
on July 13, 2015
at Faber Company


















❌






















<activity android:name="com.example.android.GizmosActivity"
android:label="@string/title_gizmos" >
<intent-filter android:...






<html>
<head>
...
<link rel="alternate" href="android-app://com.gizmos.android/
http/gizmos.com/example" />
...
</head>
<b...
<?xml version="1.0" encoding="UTF-8" ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://ww...
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebPage",
"@id": "http://example.com/gizm...


Thank you!
©Kenichi Suzuki & Faber Company Inc.
モバイル検索とアプリ
モバイル検索とアプリ
モバイル検索とアプリ
モバイル検索とアプリ
モバイル検索とアプリ
モバイル検索とアプリ
モバイル検索とアプリ
モバイル検索とアプリ
モバイル検索とアプリ
モバイル検索とアプリ
モバイル検索とアプリ
モバイル検索とアプリ
モバイル検索とアプリ
モバイル検索とアプリ
モバイル検索とアプリ
モバイル検索とアプリ
モバイル検索とアプリ
モバイル検索とアプリ
モバイル検索とアプリ
モバイル検索とアプリ
モバイル検索とアプリ
モバイル検索とアプリ
モバイル検索とアプリ
モバイル検索とアプリ
モバイル検索とアプリ
モバイル検索とアプリ
モバイル検索とアプリ
モバイル検索とアプリ
モバイル検索とアプリ
モバイル検索とアプリ
モバイル検索とアプリ
モバイル検索とアプリ
モバイル検索とアプリ
モバイル検索とアプリ
モバイル検索とアプリ
モバイル検索とアプリ
モバイル検索とアプリ
モバイル検索とアプリ
Upcoming SlideShare
Loading in...5
×

モバイル検索とアプリ

137

Published on

密接な関係が深まってきたモバイル検索とアプリの現状について解説。GoogleのApp Indexingとは何か? キーフレーズは「モバイルからPCへ、ウェブからアプリへ」
Faber Companyでの社内勉強会で使用したスライド。

Published in: Mobile
0 Comments
1 Like
Statistics
Notes
  • Be the first to comment

No Downloads
Views
Total Views
137
On Slideshare
0
From Embeds
0
Number of Embeds
0
Actions
Shares
0
Downloads
0
Comments
0
Likes
1
Embeds 0
No embeds

No notes for slide

Transcript of "モバイル検索とアプリ"

  1. 1. Presented by Kenichi Suzuki on July 13, 2015 at Faber Company
  2. 2.
  3. 3. 
 

  4. 4.
  5. 5. 
 

  6. 6. 
 

  7. 7.
  8. 8.
  9. 9. 
 
 

  10. 10. 
 

  11. 11. 
 
 

  12. 12.
  13. 13.
  14. 14.
  15. 15. <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" /> <!-- Accepts URIs that begin with "http://example.com/gizmos" --> <data android:scheme="http" android:host="example.com" android:pathPrefix="/gizmos" /> <category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.BROWSABLE" /> </intent-filter> </activity>
  16. 16.
  17. 17. 
 

  18. 18. <html> <head> ... <link rel="alternate" href="android-app://com.gizmos.android/ http/gizmos.com/example" /> ... </head> <body> … </body>
  19. 19. <?xml version="1.0" encoding="UTF-8" ?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"> <url> <loc>http://gizmos.com/example</loc> <xhtml:link rel="alternate" href="android-app:// com.gizmos.android/gizmos/example" /> <xhtml:link rel="alternate" href="ios-app://123456/gizmos/ example" /> <xhtml:link rel="alternate" href="android-app:// com.gizmos.android/http/gizmos.com/example" /></url> ... </urlset> 

  20. 20. <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "WebPage", "@id": "http://example.com/gizmos", "potentailAction": { "@type": "ViewAction", "target": "android-app://com.example.android/http/example/ gizmos" } } </script>
  21. 21.
  22. 22. Thank you! ©Kenichi Suzuki & Faber Company Inc.

×