Googlebotはモバイルアプリのインデックス作成を学習します

ウェブマスターレベル:上級

多くの場合、スマートフォンで検索結果を使用することは、私たちが望むよりも困難です。 たとえば、アプリケーションからサイトへ、またはその逆に切り替えようとすると、ユーザーはリダイレクトやポップアップに直面したときに追加のクリックを余儀なくされることがよくあります。 ユーザーがサイトにアクセスするか、デバイスでAndroidアプリケーションを開くかを決定する機会をユーザーに提供することは、検索結果で適切であると判断しました。

そのため、Googleの新しいインデックス作成機能である「アプリケーションのインデックス作成」を導入しています。 ウェブマスターから提供されたデータに基づいて、ユーザーはサイトとモバイルアプリケーション間を非常に便利に移動できます。

更新されたGooglebotは、サイトと同じ方法でAndroidアプリケーションのコンテンツにインデックスを付けます。 ウェブマスターは、サイトマップと使い慣れたウェブマスターツールまたはrel = alternate要素を使用して、目的のコンテンツのみを指定できます。

ウェブサイトとアプリケーションの間に接続があることをGoogleに知らせるために、ウェブマスターは次のことができます。


ページhttp://www.example.com/gizmosの追加について
    : 

<html> <head> ... <link rel="alternate" href="android-app://com.example.android/example/gizmos" /> ... </head> <body></body>

XML Sitemaps , . :
<?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://www.example.com/gizmos</loc> <xhtml:link rel="alternate" href="android-app://com.example.android/gizmos" /> </url> ... </urlset>
, , .

- Google , . , -:

Google検索でアプリケーションを表示する例

. Google . Android , Google . , , . , Googlebot, :

. , - . . URI sitemap .
.
:

<html> <head> ... <link rel="alternate" href="android-app://com.example.android/example/gizmos" /> ... </head> <body> … </body>

XML Sitemaps , . :
<?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://www.example.com/gizmos</loc> <xhtml:link rel="alternate" href="android-app://com.example.android/gizmos" /> </url> ... </urlset>
, , .

- Google , . , -:

Google検索でアプリケーションを表示する例

. Google . Android , Google . , , . , Googlebot, :

. , - . . URI sitemap .
.
:

<html> <head> ... <link rel="alternate" href="android-app://com.example.android/example/gizmos" /> ... </head> <body> … </body>

XML Sitemaps , . :
<?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://www.example.com/gizmos</loc> <xhtml:link rel="alternate" href="android-app://com.example.android/gizmos" /> </url> ... </urlset>
, , .

- Google , . , -:

Google検索でアプリケーションを表示する例

. Google . Android , Google . , , . , Googlebot, :

. , - . . URI sitemap .
.
    : 

<html> <head> ... <link rel="alternate" href="android-app://com.example.android/example/gizmos" /> ... </head> <body></body>

XML Sitemaps , . :
<?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://www.example.com/gizmos</loc> <xhtml:link rel="alternate" href="android-app://com.example.android/gizmos" /> </url> ... </urlset>
, , .

- Google , . , -:

Google検索でアプリケーションを表示する例

. Google . Android , Google . , , . , Googlebot, :

. , - . . URI sitemap .
.
:

<html> <head> ... <link rel="alternate" href="android-app://com.example.android/example/gizmos" /> ... </head> <body> … </body>

XML Sitemaps , . :
<?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://www.example.com/gizmos</loc> <xhtml:link rel="alternate" href="android-app://com.example.android/gizmos" /> </url> ... </urlset>
, , .

- Google , . , -:

Google検索でアプリケーションを表示する例

. Google . Android , Google . , , . , Googlebot, :

. , - . . URI sitemap .
.

Source: https://habr.com/ru/post/J201968/


All Articles