QualityRichsnippetsAppsProtosLaunchableAppPerDocData

AI Overview😉

  • The potential purpose of this module is to identify and store information about app links associated with web documents, allowing Google Search to serve relevant app links to users at serving time. This module is part of the Quality Rich Snippets feature, which aims to provide users with more informative and actionable search results.
  • This module could impact search results by influencing the ranking and display of app links in search engine results pages (SERPs). It may prioritize app links from high-quality or relevant apps, or apps that are frequently used by users. This could lead to a better user experience, as users are presented with more relevant and useful app links that can help them achieve their goals.
  • To be more favorable for this function, a website may: Ensure that app links are correctly implemented and formatted on their web pages. Provide high-quality and relevant app links that are useful to users. Optimize their app's visibility and reputation, as this may influence the ranking of app links in search results. Use structured data and schema markup to provide Google with additional context about their app links and web pages.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.QualityRichsnippetsAppsProtosLaunchableAppPerDocData (google_api_content_warehouse v0.4.0)

A subset of LaunchableApplication, which is stored in the PerDocData proto (indexer/perdocdata/perdocdata.proto) and thus stored in the Search Mustang index. It is used to identify documents containing app links at serving time by SuperRoot. A subset of LaunchableApplication is used to save on storage requirements.

Attributes

  • indexStatus (type: String.t, default: nil) -
  • packageIdFingerprint (type: String.t, default: nil) - Android package id of the application associated with this document (example: 'com.imdb.mobile'), encoded with the Fingerprint2011() function.
  • perAppInfoEncoded (type: String.t, default: nil) - A subset of the data in the PerAppInfo message, encoded to save on space. See quality/calypso/utils/app_info_utils.h for encoding/decoding.

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.QualityRichsnippetsAppsProtosLaunchableAppPerDocData{
    indexStatus: String.t() | nil,
    packageIdFingerprint: String.t() | nil,
    perAppInfoEncoded: String.t() | nil
  }

Functions

Link to this function

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.