Merge "Doc change: miscellaneous tag optimizations and edits." into mnc-preview-docs
This commit is contained in:
committed by
Android (Google) Code Review
commit
ef8c2834f1
@@ -1,7 +1,7 @@
|
|||||||
page.title=Increase Usage with Search
|
page.title=Increase Usage with Search
|
||||||
page.metaDescription=Use search to bring your existing users back into your app.
|
page.metaDescription=Use search to bring your existing users back into your app.
|
||||||
page.image=images/cards/google-search_2x.png
|
page.image=images/cards/google-search_2x.png
|
||||||
page.tags=engagement, appindexing, search
|
page.tags="engagement", "app indexing", "search", "deep linking"
|
||||||
@jd:body
|
@jd:body
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@@ -69,7 +69,7 @@ can re-engage your users via structured data markup delivered in email notificat
|
|||||||
<div class="resource-widget resource-flow-layout col-13"
|
<div class="resource-widget resource-flow-layout col-13"
|
||||||
data-query="collection:distribute/engage/appindexing"
|
data-query="collection:distribute/engage/appindexing"
|
||||||
data-sortOrder="-timestamp"
|
data-sortOrder="-timestamp"
|
||||||
data-cardSizes="6x2"
|
data-cardSizes="9x3"
|
||||||
data-maxResults="3"></div>
|
data-maxResults="4"></div>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -154,6 +154,10 @@ frameborder="0" allowfullscreen></iframe>
|
|||||||
for Families program requirements</a>.
|
for Families program requirements</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<h2 id="optin">
|
||||||
|
Opt-in and FAQs
|
||||||
|
</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
To learn how to opt-in and find more details about the program, visit the
|
To learn how to opt-in and find more details about the program, visit the
|
||||||
Google Play Developer <a href=
|
Google Play Developer <a href=
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
page.title=Drive installs from Google Search
|
page.title=Drive installs from Google Search
|
||||||
page.metaDescription=Surface the content of your apps in Google Search and link it to app installs.
|
page.metaDescription=Surface the content of your apps in Google Search and link it to app installs.
|
||||||
meta.tags="getusers", "search", "appindexing"
|
meta.tags="getusers", "search", "appindexing"
|
||||||
|
page.tags="app indexing", "search", "get users"
|
||||||
page.image=images/cards/google-search_2x.png
|
page.image=images/cards/google-search_2x.png
|
||||||
@jd:body
|
@jd:body
|
||||||
|
|
||||||
|
|||||||
@@ -687,7 +687,8 @@ var RESOURCE_COLLECTIONS = {
|
|||||||
"resources": [
|
"resources": [
|
||||||
"https://developers.google.com/app-indexing/",
|
"https://developers.google.com/app-indexing/",
|
||||||
"https://developers.google.com/app-indexing/webmasters/details",
|
"https://developers.google.com/app-indexing/webmasters/details",
|
||||||
"distribute/engage/deep-linking.html"
|
"distribute/engage/deep-linking.html",
|
||||||
|
"training/app-indexing/index.html"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"distribute/users/otas": {
|
"distribute/users/otas": {
|
||||||
@@ -953,7 +954,8 @@ var RESOURCE_COLLECTIONS = {
|
|||||||
"resources": [
|
"resources": [
|
||||||
"distribute/engage/intents.html",
|
"distribute/engage/intents.html",
|
||||||
"distribute/engage/deep-linking.html",
|
"distribute/engage/deep-linking.html",
|
||||||
"distribute/users/appindexing.html"
|
"distribute/users/appindexing.html",
|
||||||
|
"training/app-indexing/index.html"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"distribute/engage/intents": {
|
"distribute/engage/intents": {
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
page.title=Making Your App Content Searchable by Google
|
page.title=Making Your App Content Searchable by Google
|
||||||
page.tags="app indexing"
|
page.tags="app indexing", "search"
|
||||||
|
meta.tags="getusers", "search","appindexing"
|
||||||
|
page.image=images/cards/google-search_2x.png
|
||||||
trainingnavtop=true
|
trainingnavtop=true
|
||||||
startpage=true
|
startpage=true
|
||||||
|
|
||||||
@@ -59,8 +60,8 @@ in your app by adding intent filters in your app manifest.</li>
|
|||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
<p>This class shows how to enable deep linking and indexing of your application
|
<p itemprop="description">This class shows how to enable deep linking and indexing of
|
||||||
content so that users can open this content directly from mobile search
|
your application content so that users can open this content directly from mobile search
|
||||||
results.</p>
|
results.</p>
|
||||||
|
|
||||||
<h2>Lessons</h2>
|
<h2>Lessons</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user